| 1 | [ Feb 28 06:45:59 Enabled. ] | ||
| 2 | [ Feb 28 06:45:59 Rereading configuration. ] | ||
| 3 | [ Feb 28 06:46:00 Rereading configuration. ] | ||
| 4 | [ Feb 28 06:46:02 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 28 06:46:02 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.28 06:46:03.251672 [ 1 ] {} <Information> Application: Will watch for the process with pid 27449 | ||
| 29 | 2025.02.28 06:46:03.252153 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.02.28 06:46:03.451527 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 27449 | ||
| 31 | 2025.02.28 06:46:03.452243 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.02.28 06:46:03.452921 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.02.28 06:46:03.539120 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.02.28 06:46:03.594600 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.02.28 06:46:03.594657 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.02.28 06:46:03.594673 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.02.28 06:46:03.594748 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.02.28 06:46:03.595192 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.02.28 06:46:03.596756 [ 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.28 06:46:03.597502 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.02.28 06:46:03.598315 [ 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.28 06:46:03.598336 [ 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.28 06:46:03.598351 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.02.28 06:46:03.598524 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.02.28 06:46:03.599596 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.02.28 06:46:03.604514 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.02.28 06:46:03.605226 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.02.28 06:46:03.606681 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.02.28 06:46:03.606745 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.02.28 06:46:03.608269 [ 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.28 06:46:03.608731 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.02.28 06:46:03.612989 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.02.28 06:46:03.613336 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.02.28 06:46:03.614788 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.02.28 06:46:03.615163 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.02.28 06:46:03.615532 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.02.28 06:46:03.615869 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.02.28 06:46:03.617139 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.02.28 06:46:03.617164 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.02.28 06:46:03.617246 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.02.28 06:46:03.617425 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.02.28 06:46:03.628788 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.02.28 06:46:03.628811 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000137111 sec | ||
| 68 | 2025.02.28 06:46:03.628848 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.02.28 06:46:03.628861 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.02.28 06:46:03.630003 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.02.28 06:46:03.630999 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.02.28 06:46:03.642451 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.02.28 06:46:03.642494 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.02.28 06:46:03.642515 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.02.28 06:46:03.642528 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.02.28 06:46:03.642557 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.02.28 06:46:03.642578 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.02.28 06:46:03.645115 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.02.28 06:46:03.645157 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.02.28 06:46:03.645178 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.02.28 06:46:03.645355 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.02.28 06:46:03.645373 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.02.28 06:46:03.645406 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.02.28 06:46:03.645426 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.02.28 06:46:03.645440 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.02.28 06:46:03.645469 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.02.28 06:46:03.645486 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.02.28 06:46:03.672083 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.02.28 06:46:03.673465 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.02.28 06:46:03.673501 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.4531e-05 sec | ||
| 91 | 2025.02.28 06:46:03.673515 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.02.28 06:46:03.673526 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.02.28 06:46:03.673549 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.02.28 06:46:03.673741 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.02.28 06:46:03.673785 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.02.28 06:46:03.673799 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.02.28 06:46:03.673811 [ 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.28 06:46:03.673822 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.02.28 06:46:03.679324 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.02.28 06:46:03.679546 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.33 MiB | ||
| 101 | 2025.02.28 06:46:03.680470 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.6191e-05 sec. | ||
| 102 | 2025.02.28 06:46:03.681463 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.02.28 06:46:03.681559 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.02.28 06:46:03.681578 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.02.28 06:46:03.844718 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58353 | ||
| 106 | 2025.02.28 06:46:03.844945 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.02.28 06:46:03.844996 [ 3 ] {} <Debug> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:58353 | ||
| 108 | 2025.02.28 06:46:03.845026 [ 3 ] {} <Debug> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.02.28 06:46:03.845048 [ 3 ] {} <Debug> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.02.28 06:46:03.845131 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.02.28 06:46:03.845160 [ 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.28 06:46:03.845188 [ 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.28 06:46:03.847554 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48337 | ||
| 114 | 2025.02.28 06:46:03.847580 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58418 | ||
| 115 | 2025.02.28 06:46:03.847713 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.02.28 06:46:03.847741 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 117 | 2025.02.28 06:46:03.847751 [ 5 ] {} <Debug> TCP-Session: ea9b9f8c-f66d-478a-b1ef-eba2c885e3b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:58418 | ||
| 118 | 2025.02.28 06:46:03.847805 [ 4 ] {} <Debug> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Authenticating user 'default' from [fd00:1122:3344:101::d]:48337 | ||
| 119 | 2025.02.28 06:46:03.847812 [ 5 ] {} <Debug> TCP-Session: ea9b9f8c-f66d-478a-b1ef-eba2c885e3b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2025.02.28 06:46:03.847848 [ 4 ] {} <Debug> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.02.28 06:46:03.847870 [ 5 ] {} <Debug> TCP-Session: ea9b9f8c-f66d-478a-b1ef-eba2c885e3b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.02.28 06:46:03.847882 [ 4 ] {} <Debug> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.02.28 06:46:03.848413 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42897 | ||
| 124 | 2025.02.28 06:46:03.848500 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47773 | ||
| 125 | 2025.02.28 06:46:03.848622 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2025.02.28 06:46:03.848656 [ 253 ] {} <Debug> TCP-Session: 7f1f1c33-6c80-425e-a3b9-70cb2ac83f33 Authenticating user 'default' from [fd00:1122:3344:101::d]:42897 | ||
| 127 | 2025.02.28 06:46:03.848770 [ 253 ] {} <Debug> TCP-Session: 7f1f1c33-6c80-425e-a3b9-70cb2ac83f33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2025.02.28 06:46:03.848790 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 129 | 2025.02.28 06:46:03.848810 [ 253 ] {} <Debug> TCP-Session: 7f1f1c33-6c80-425e-a3b9-70cb2ac83f33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 130 | 2025.02.28 06:46:03.848847 [ 254 ] {} <Debug> TCP-Session: 3288dccc-eab0-4d50-8b1d-33c40d0b4e5d Authenticating user 'default' from [fd00:1122:3344:101::d]:47773 | ||
| 131 | 2025.02.28 06:46:03.848914 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38753 | ||
| 132 | 2025.02.28 06:46:03.848917 [ 254 ] {} <Debug> TCP-Session: 3288dccc-eab0-4d50-8b1d-33c40d0b4e5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 133 | 2025.02.28 06:46:03.848939 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45655 | ||
| 134 | 2025.02.28 06:46:03.848985 [ 254 ] {} <Debug> TCP-Session: 3288dccc-eab0-4d50-8b1d-33c40d0b4e5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2025.02.28 06:46:03.849124 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 136 | 2025.02.28 06:46:03.849284 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35753 | ||
| 137 | 2025.02.28 06:46:03.849318 [ 256 ] {} <Debug> TCP-Session: c6659cd1-c71a-4db8-8f75-d7912296cc6d Authenticating user 'default' from [fd00:1122:3344:101::d]:38753 | ||
| 138 | 2025.02.28 06:46:03.849324 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 139 | 2025.02.28 06:46:03.849380 [ 256 ] {} <Debug> TCP-Session: c6659cd1-c71a-4db8-8f75-d7912296cc6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2025.02.28 06:46:03.849311 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53563 | ||
| 141 | 2025.02.28 06:46:03.849542 [ 256 ] {} <Debug> TCP-Session: c6659cd1-c71a-4db8-8f75-d7912296cc6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2025.02.28 06:46:03.849605 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 143 | 2025.02.28 06:46:03.849621 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 144 | 2025.02.28 06:46:03.849674 [ 255 ] {} <Debug> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Authenticating user 'default' from [fd00:1122:3344:101::d]:45655 | ||
| 145 | 2025.02.28 06:46:03.849716 [ 258 ] {} <Debug> TCP-Session: df837dd2-61e4-46c2-a1c4-87529b949bcc Authenticating user 'default' from [fd00:1122:3344:101::d]:53563 | ||
| 146 | 2025.02.28 06:46:03.849735 [ 257 ] {} <Debug> TCP-Session: 4fbbc974-468b-4906-8a6b-77299454c846 Authenticating user 'default' from [fd00:1122:3344:101::d]:35753 | ||
| 147 | 2025.02.28 06:46:03.849752 [ 255 ] {} <Debug> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.02.28 06:46:03.849790 [ 258 ] {} <Debug> TCP-Session: df837dd2-61e4-46c2-a1c4-87529b949bcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2025.02.28 06:46:03.849828 [ 257 ] {} <Debug> TCP-Session: 4fbbc974-468b-4906-8a6b-77299454c846 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2025.02.28 06:46:03.849841 [ 255 ] {} <Debug> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2025.02.28 06:46:03.849853 [ 258 ] {} <Debug> TCP-Session: df837dd2-61e4-46c2-a1c4-87529b949bcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.02.28 06:46:03.850383 [ 257 ] {} <Debug> TCP-Session: 4fbbc974-468b-4906-8a6b-77299454c846 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.02.28 06:46:03.851262 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 154 | 2025.02.28 06:46:03.854288 [ 3 ] {7796dc23-0b91-4e1d-a7fa-60719d77e209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.02.28 06:46:03.903097 [ 3 ] {7796dc23-0b91-4e1d-a7fa-60719d77e209} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:58353) (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.28 06:46:03.904423 [ 3 ] {7796dc23-0b91-4e1d-a7fa-60719d77e209} <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.28 06:46:03.904530 [ 3 ] {7796dc23-0b91-4e1d-a7fa-60719d77e209} <Debug> TCPHandler: Processed in 0.054781247 sec. | ||
| 204 | 2025.02.28 06:46:03.904882 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2025.02.28 06:46:03.905083 [ 4 ] {4db9d8e7-c898-45f2-abc5-d39858fdc4e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2025.02.28 06:46:03.905413 [ 4 ] {4db9d8e7-c898-45f2-abc5-d39858fdc4e9} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:48337) (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.28 06:46:03.905576 [ 4 ] {4db9d8e7-c898-45f2-abc5-d39858fdc4e9} <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.28 06:46:03.905657 [ 4 ] {4db9d8e7-c898-45f2-abc5-d39858fdc4e9} <Debug> TCPHandler: Processed in 0.000919471 sec. | ||
| 255 | 2025.02.28 06:46:03.905906 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2025.02.28 06:46:03.907119 [ 3 ] {cad9ac49-2565-465f-9f36-76d2d217b712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 257 | 2025.02.28 06:46:03.907217 [ 3 ] {cad9ac49-2565-465f-9f36-76d2d217b712} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 258 | 2025.02.28 06:46:03.912449 [ 3 ] {cad9ac49-2565-465f-9f36-76d2d217b712} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 259 | 2025.02.28 06:46:03.912478 [ 3 ] {cad9ac49-2565-465f-9f36-76d2d217b712} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.4971e-05 sec | ||
| 260 | 2025.02.28 06:46:03.912495 [ 3 ] {cad9ac49-2565-465f-9f36-76d2d217b712} <Trace> ReferentialDeps: No tables | ||
| 261 | 2025.02.28 06:46:03.912518 [ 3 ] {cad9ac49-2565-465f-9f36-76d2d217b712} <Trace> LoadingDeps: No tables | ||
| 262 | 2025.02.28 06:46:03.912551 [ 3 ] {cad9ac49-2565-465f-9f36-76d2d217b712} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 263 | 2025.02.28 06:46:03.913151 [ 3 ] {cad9ac49-2565-465f-9f36-76d2d217b712} <Debug> TCPHandler: Processed in 0.007365058 sec. | ||
| 264 | 2025.02.28 06:46:03.913358 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 265 | 2025.02.28 06:46:03.913555 [ 4 ] {2f60575f-f676-42ce-af03-6e69c8c0562f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) /* 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.28 06:46:03.913607 [ 4 ] {2f60575f-f676-42ce-af03-6e69c8c0562f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 268 | 2025.02.28 06:46:03.921238 [ 4 ] {2f60575f-f676-42ce-af03-6e69c8c0562f} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 269 | 2025.02.28 06:46:03.926333 [ 4 ] {2f60575f-f676-42ce-af03-6e69c8c0562f} <Debug> oximeter.version (8c1f63bc-dbd6-426c-bf7b-43d372f66af7): Loading data parts | ||
| 270 | 2025.02.28 06:46:03.926942 [ 4 ] {2f60575f-f676-42ce-af03-6e69c8c0562f} <Debug> oximeter.version (8c1f63bc-dbd6-426c-bf7b-43d372f66af7): There are no data parts | ||
| 271 | 2025.02.28 06:46:03.939502 [ 4 ] {2f60575f-f676-42ce-af03-6e69c8c0562f} <Debug> TCPHandler: Processed in 0.026206174 sec. | ||
| 272 | 2025.02.28 06:46:03.939717 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 273 | 2025.02.28 06:46:03.939966 [ 3 ] {8d8f5478-a2ad-48b6-8d10-ce942fc5d9eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) /* The measurement tables contain all individual samples from each timeseries. | ||
| 274 | * | ||
| 275 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 276 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 277 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 278 | * by all samples from the same timeseries. | ||
| 279 | * | ||
| 280 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 281 | * and then uses that to index quickly into the measurements tables. | ||
| 282 | */ | ||
| 283 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 284 | 2025.02.28 06:46:03.940055 [ 3 ] {8d8f5478-a2ad-48b6-8d10-ce942fc5d9eb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 285 | 2025.02.28 06:46:03.953519 [ 3 ] {8d8f5478-a2ad-48b6-8d10-ce942fc5d9eb} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Loading data parts | ||
| 286 | 2025.02.28 06:46:03.953787 [ 3 ] {8d8f5478-a2ad-48b6-8d10-ce942fc5d9eb} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): There are no data parts | ||
| 287 | 2025.02.28 06:46:03.956816 [ 3 ] {8d8f5478-a2ad-48b6-8d10-ce942fc5d9eb} <Debug> TCPHandler: Processed in 0.017163586 sec. | ||
| 288 | 2025.02.28 06:46:03.957068 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 289 | 2025.02.28 06:46:03.957362 [ 4 ] {530ac8d3-cee5-4fef-a355-748d0a0ec38c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 290 | 2025.02.28 06:46:03.957444 [ 4 ] {530ac8d3-cee5-4fef-a355-748d0a0ec38c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 291 | 2025.02.28 06:46:03.959319 [ 4 ] {530ac8d3-cee5-4fef-a355-748d0a0ec38c} <Debug> oximeter.measurements_i8 (71e7c5fe-eb96-4de4-9545-af832eb39923): Loading data parts | ||
| 292 | 2025.02.28 06:46:03.959503 [ 4 ] {530ac8d3-cee5-4fef-a355-748d0a0ec38c} <Debug> oximeter.measurements_i8 (71e7c5fe-eb96-4de4-9545-af832eb39923): There are no data parts | ||
| 293 | 2025.02.28 06:46:03.967990 [ 4 ] {530ac8d3-cee5-4fef-a355-748d0a0ec38c} <Debug> TCPHandler: Processed in 0.011011342 sec. | ||
| 294 | 2025.02.28 06:46:03.968240 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 295 | 2025.02.28 06:46:03.968499 [ 3 ] {3f3aa309-79a2-4080-9da6-0b9e1da97683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 296 | 2025.02.28 06:46:03.968570 [ 3 ] {3f3aa309-79a2-4080-9da6-0b9e1da97683} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 297 | 2025.02.28 06:46:03.971020 [ 3 ] {3f3aa309-79a2-4080-9da6-0b9e1da97683} <Debug> oximeter.measurements_u8 (9b61fb32-4bb1-4834-98a5-861daad7cacf): Loading data parts | ||
| 298 | 2025.02.28 06:46:03.971224 [ 3 ] {3f3aa309-79a2-4080-9da6-0b9e1da97683} <Debug> oximeter.measurements_u8 (9b61fb32-4bb1-4834-98a5-861daad7cacf): There are no data parts | ||
| 299 | 2025.02.28 06:46:03.973697 [ 3 ] {3f3aa309-79a2-4080-9da6-0b9e1da97683} <Debug> TCPHandler: Processed in 0.005540326 sec. | ||
| 300 | 2025.02.28 06:46:03.973918 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 301 | 2025.02.28 06:46:03.974190 [ 4 ] {5c806c9f-38a5-4f16-8f4d-612b30e6d828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 302 | 2025.02.28 06:46:03.974248 [ 4 ] {5c806c9f-38a5-4f16-8f4d-612b30e6d828} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 303 | 2025.02.28 06:46:03.976127 [ 4 ] {5c806c9f-38a5-4f16-8f4d-612b30e6d828} <Debug> oximeter.measurements_i16 (0da9ca42-c79c-4c62-ba9c-8259a46d26a3): Loading data parts | ||
| 304 | 2025.02.28 06:46:03.976300 [ 4 ] {5c806c9f-38a5-4f16-8f4d-612b30e6d828} <Debug> oximeter.measurements_i16 (0da9ca42-c79c-4c62-ba9c-8259a46d26a3): There are no data parts | ||
| 305 | 2025.02.28 06:46:03.985841 [ 4 ] {5c806c9f-38a5-4f16-8f4d-612b30e6d828} <Debug> TCPHandler: Processed in 0.011991214 sec. | ||
| 306 | 2025.02.28 06:46:03.986062 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 307 | 2025.02.28 06:46:03.986308 [ 3 ] {6a2a2129-0aee-4ad5-b456-5489d28d8446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 308 | 2025.02.28 06:46:03.986395 [ 3 ] {6a2a2129-0aee-4ad5-b456-5489d28d8446} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 309 | 2025.02.28 06:46:03.988914 [ 3 ] {6a2a2129-0aee-4ad5-b456-5489d28d8446} <Debug> oximeter.measurements_u16 (09c49633-2d19-4188-8d46-2d04452acd71): Loading data parts | ||
| 310 | 2025.02.28 06:46:03.989086 [ 3 ] {6a2a2129-0aee-4ad5-b456-5489d28d8446} <Debug> oximeter.measurements_u16 (09c49633-2d19-4188-8d46-2d04452acd71): There are no data parts | ||
| 311 | 2025.02.28 06:46:03.991407 [ 3 ] {6a2a2129-0aee-4ad5-b456-5489d28d8446} <Debug> TCPHandler: Processed in 0.005414995 sec. | ||
| 312 | 2025.02.28 06:46:03.991626 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2025.02.28 06:46:03.991898 [ 4 ] {6b0d5cbe-64f9-4559-8cb8-c8b09b82b5d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 314 | 2025.02.28 06:46:03.991956 [ 4 ] {6b0d5cbe-64f9-4559-8cb8-c8b09b82b5d1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 315 | 2025.02.28 06:46:03.993786 [ 4 ] {6b0d5cbe-64f9-4559-8cb8-c8b09b82b5d1} <Debug> oximeter.measurements_i32 (5ccff9db-43bc-434a-bf4c-951a4b5891bc): Loading data parts | ||
| 316 | 2025.02.28 06:46:03.993938 [ 4 ] {6b0d5cbe-64f9-4559-8cb8-c8b09b82b5d1} <Debug> oximeter.measurements_i32 (5ccff9db-43bc-434a-bf4c-951a4b5891bc): There are no data parts | ||
| 317 | 2025.02.28 06:46:04.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 121.72 MiB, peak 121.72 MiB, free memory in arenas 0.00 B, will set to 132.77 MiB (RSS), difference: 11.05 MiB | ||
| 318 | 2025.02.28 06:46:04.002122 [ 4 ] {6b0d5cbe-64f9-4559-8cb8-c8b09b82b5d1} <Debug> TCPHandler: Processed in 0.010565467 sec. | ||
| 319 | 2025.02.28 06:46:04.002347 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 320 | 2025.02.28 06:46:04.002569 [ 3 ] {e0af815c-835f-4169-9a6c-87c05842db7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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.28 06:46:04.002642 [ 3 ] {e0af815c-835f-4169-9a6c-87c05842db7a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 322 | 2025.02.28 06:46:04.005019 [ 3 ] {e0af815c-835f-4169-9a6c-87c05842db7a} <Debug> oximeter.measurements_u32 (59d2dbb6-87f7-44fb-9ecc-c6a8ef56eb98): Loading data parts | ||
| 323 | 2025.02.28 06:46:04.005171 [ 3 ] {e0af815c-835f-4169-9a6c-87c05842db7a} <Debug> oximeter.measurements_u32 (59d2dbb6-87f7-44fb-9ecc-c6a8ef56eb98): There are no data parts | ||
| 324 | 2025.02.28 06:46:04.007537 [ 3 ] {e0af815c-835f-4169-9a6c-87c05842db7a} <Debug> TCPHandler: Processed in 0.005260743 sec. | ||
| 325 | 2025.02.28 06:46:04.007735 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 326 | 2025.02.28 06:46:04.008005 [ 4 ] {54d3653e-5db2-4a97-a321-993c83dde0d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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.28 06:46:04.008078 [ 4 ] {54d3653e-5db2-4a97-a321-993c83dde0d2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 328 | 2025.02.28 06:46:04.009908 [ 4 ] {54d3653e-5db2-4a97-a321-993c83dde0d2} <Debug> oximeter.measurements_i64 (f68d7945-e596-4a1d-b8a7-0e6593bab0e1): Loading data parts | ||
| 329 | 2025.02.28 06:46:04.010078 [ 4 ] {54d3653e-5db2-4a97-a321-993c83dde0d2} <Debug> oximeter.measurements_i64 (f68d7945-e596-4a1d-b8a7-0e6593bab0e1): There are no data parts | ||
| 330 | 2025.02.28 06:46:04.020696 [ 4 ] {54d3653e-5db2-4a97-a321-993c83dde0d2} <Debug> TCPHandler: Processed in 0.013025576 sec. | ||
| 331 | 2025.02.28 06:46:04.020927 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 332 | 2025.02.28 06:46:04.021231 [ 3 ] {16aa588d-7611-45e2-a527-a5840c9e868f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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.28 06:46:04.021337 [ 3 ] {16aa588d-7611-45e2-a527-a5840c9e868f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 334 | 2025.02.28 06:46:04.024012 [ 3 ] {16aa588d-7611-45e2-a527-a5840c9e868f} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Loading data parts | ||
| 335 | 2025.02.28 06:46:04.024192 [ 3 ] {16aa588d-7611-45e2-a527-a5840c9e868f} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): There are no data parts | ||
| 336 | 2025.02.28 06:46:04.026958 [ 3 ] {16aa588d-7611-45e2-a527-a5840c9e868f} <Debug> TCPHandler: Processed in 0.006118683 sec. | ||
| 337 | 2025.02.28 06:46:04.027138 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 338 | 2025.02.28 06:46:04.027366 [ 4 ] {ba23b8d5-0f59-4429-ba35-4629b1015677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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.28 06:46:04.027428 [ 4 ] {ba23b8d5-0f59-4429-ba35-4629b1015677} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 340 | 2025.02.28 06:46:04.036995 [ 4 ] {ba23b8d5-0f59-4429-ba35-4629b1015677} <Debug> oximeter.measurements_f32 (f501aeb4-ffcd-4b99-bd01-c653f8b7a2c5): Loading data parts | ||
| 341 | 2025.02.28 06:46:04.037168 [ 4 ] {ba23b8d5-0f59-4429-ba35-4629b1015677} <Debug> oximeter.measurements_f32 (f501aeb4-ffcd-4b99-bd01-c653f8b7a2c5): There are no data parts | ||
| 342 | 2025.02.28 06:46:04.039013 [ 4 ] {ba23b8d5-0f59-4429-ba35-4629b1015677} <Debug> TCPHandler: Processed in 0.011932323 sec. | ||
| 343 | 2025.02.28 06:46:04.039214 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 344 | 2025.02.28 06:46:04.039429 [ 3 ] {0702ed31-85b2-4b68-bf2d-bbad39e2cbb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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.28 06:46:04.039500 [ 3 ] {0702ed31-85b2-4b68-bf2d-bbad39e2cbb3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 346 | 2025.02.28 06:46:04.052801 [ 3 ] {0702ed31-85b2-4b68-bf2d-bbad39e2cbb3} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Loading data parts | ||
| 347 | 2025.02.28 06:46:04.053030 [ 3 ] {0702ed31-85b2-4b68-bf2d-bbad39e2cbb3} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): There are no data parts | ||
| 348 | 2025.02.28 06:46:04.061034 [ 3 ] {0702ed31-85b2-4b68-bf2d-bbad39e2cbb3} <Debug> TCPHandler: Processed in 0.021879792 sec. | ||
| 349 | 2025.02.28 06:46:04.061393 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 350 | 2025.02.28 06:46:04.061689 [ 4 ] {d7eaf222-5490-4b7c-852c-d8cf6755e041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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.28 06:46:04.061753 [ 4 ] {d7eaf222-5490-4b7c-852c-d8cf6755e041} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 352 | 2025.02.28 06:46:04.066138 [ 4 ] {d7eaf222-5490-4b7c-852c-d8cf6755e041} <Debug> oximeter.measurements_string (ccfea985-25b6-478e-ab46-af8bb92e3013): Loading data parts | ||
| 353 | 2025.02.28 06:46:04.066303 [ 4 ] {d7eaf222-5490-4b7c-852c-d8cf6755e041} <Debug> oximeter.measurements_string (ccfea985-25b6-478e-ab46-af8bb92e3013): There are no data parts | ||
| 354 | 2025.02.28 06:46:04.079039 [ 4 ] {d7eaf222-5490-4b7c-852c-d8cf6755e041} <Debug> TCPHandler: Processed in 0.017759783 sec. | ||
| 355 | 2025.02.28 06:46:04.079258 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 356 | 2025.02.28 06:46:04.079508 [ 3 ] {61211134-caaa-48de-af2a-7fe60c411f93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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.28 06:46:04.079588 [ 3 ] {61211134-caaa-48de-af2a-7fe60c411f93} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 365 | 2025.02.28 06:46:04.083793 [ 3 ] {61211134-caaa-48de-af2a-7fe60c411f93} <Debug> oximeter.measurements_bytes (a54c494d-50ac-43f2-aa47-d3d8fa87474e): Loading data parts | ||
| 366 | 2025.02.28 06:46:04.084013 [ 3 ] {61211134-caaa-48de-af2a-7fe60c411f93} <Debug> oximeter.measurements_bytes (a54c494d-50ac-43f2-aa47-d3d8fa87474e): There are no data parts | ||
| 367 | 2025.02.28 06:46:04.085446 [ 3 ] {61211134-caaa-48de-af2a-7fe60c411f93} <Debug> TCPHandler: Processed in 0.006260845 sec. | ||
| 368 | 2025.02.28 06:46:04.085665 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 369 | 2025.02.28 06:46:04.085924 [ 4 ] {1e434fb8-5f9a-4dcc-bfca-f996c006fa3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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.28 06:46:04.086011 [ 4 ] {1e434fb8-5f9a-4dcc-bfca-f996c006fa3c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 371 | 2025.02.28 06:46:04.094325 [ 4 ] {1e434fb8-5f9a-4dcc-bfca-f996c006fa3c} <Debug> oximeter.measurements_cumulativei64 (eb99a104-93ad-4199-b6eb-dc9ab2d0d119): Loading data parts | ||
| 372 | 2025.02.28 06:46:04.094573 [ 4 ] {1e434fb8-5f9a-4dcc-bfca-f996c006fa3c} <Debug> oximeter.measurements_cumulativei64 (eb99a104-93ad-4199-b6eb-dc9ab2d0d119): There are no data parts | ||
| 373 | 2025.02.28 06:46:04.096360 [ 4 ] {1e434fb8-5f9a-4dcc-bfca-f996c006fa3c} <Debug> TCPHandler: Processed in 0.010762438 sec. | ||
| 374 | 2025.02.28 06:46:04.096572 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 375 | 2025.02.28 06:46:04.096856 [ 3 ] {88f8ac6f-f62a-4a4f-8328-c32565e3ca17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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.28 06:46:04.096938 [ 3 ] {88f8ac6f-f62a-4a4f-8328-c32565e3ca17} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 377 | 2025.02.28 06:46:04.099964 [ 3 ] {88f8ac6f-f62a-4a4f-8328-c32565e3ca17} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Loading data parts | ||
| 378 | 2025.02.28 06:46:04.100113 [ 3 ] {88f8ac6f-f62a-4a4f-8328-c32565e3ca17} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): There are no data parts | ||
| 379 | 2025.02.28 06:46:04.112732 [ 3 ] {88f8ac6f-f62a-4a4f-8328-c32565e3ca17} <Debug> TCPHandler: Processed in 0.016227395 sec. | ||
| 380 | 2025.02.28 06:46:04.112999 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 381 | 2025.02.28 06:46:04.113291 [ 4 ] {4662803f-0adb-4479-961d-1dc3dd330ed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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.28 06:46:04.113360 [ 4 ] {4662803f-0adb-4479-961d-1dc3dd330ed9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 383 | 2025.02.28 06:46:04.116455 [ 4 ] {4662803f-0adb-4479-961d-1dc3dd330ed9} <Debug> oximeter.measurements_cumulativef32 (c551248a-c162-4014-8943-c690f7c049ce): Loading data parts | ||
| 384 | 2025.02.28 06:46:04.116631 [ 4 ] {4662803f-0adb-4479-961d-1dc3dd330ed9} <Debug> oximeter.measurements_cumulativef32 (c551248a-c162-4014-8943-c690f7c049ce): There are no data parts | ||
| 385 | 2025.02.28 06:46:04.125942 [ 4 ] {4662803f-0adb-4479-961d-1dc3dd330ed9} <Debug> TCPHandler: Processed in 0.013013936 sec. | ||
| 386 | 2025.02.28 06:46:04.126158 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 387 | 2025.02.28 06:46:04.126378 [ 3 ] {cd457552-7dcc-4628-bf9c-56cce79d9726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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.28 06:46:04.126455 [ 3 ] {cd457552-7dcc-4628-bf9c-56cce79d9726} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 389 | 2025.02.28 06:46:04.130127 [ 3 ] {cd457552-7dcc-4628-bf9c-56cce79d9726} <Debug> oximeter.measurements_cumulativef64 (f50664ea-293e-4f9a-b6cd-13f514a8a5e8): Loading data parts | ||
| 390 | 2025.02.28 06:46:04.130264 [ 3 ] {cd457552-7dcc-4628-bf9c-56cce79d9726} <Debug> oximeter.measurements_cumulativef64 (f50664ea-293e-4f9a-b6cd-13f514a8a5e8): There are no data parts | ||
| 391 | 2025.02.28 06:46:04.131564 [ 3 ] {cd457552-7dcc-4628-bf9c-56cce79d9726} <Debug> TCPHandler: Processed in 0.005469065 sec. | ||
| 392 | 2025.02.28 06:46:04.131776 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 393 | 2025.02.28 06:46:04.132165 [ 4 ] {e6a45593-e1aa-405f-9b77-0bcf66d78dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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.28 06:46:04.132255 [ 4 ] {e6a45593-e1aa-405f-9b77-0bcf66d78dd0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 405 | 2025.02.28 06:46:04.143018 [ 4 ] {e6a45593-e1aa-405f-9b77-0bcf66d78dd0} <Debug> oximeter.measurements_histogrami8 (76c76e92-8770-40c2-bfe1-88ae0d4bb2ec): Loading data parts | ||
| 406 | 2025.02.28 06:46:04.143326 [ 4 ] {e6a45593-e1aa-405f-9b77-0bcf66d78dd0} <Debug> oximeter.measurements_histogrami8 (76c76e92-8770-40c2-bfe1-88ae0d4bb2ec): There are no data parts | ||
| 407 | 2025.02.28 06:46:04.145833 [ 4 ] {e6a45593-e1aa-405f-9b77-0bcf66d78dd0} <Debug> TCPHandler: Processed in 0.014124829 sec. | ||
| 408 | 2025.02.28 06:46:04.146039 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 409 | 2025.02.28 06:46:04.146386 [ 3 ] {7f565b9f-1905-41b0-83c9-accdb913db54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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.28 06:46:04.146487 [ 3 ] {7f565b9f-1905-41b0-83c9-accdb913db54} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 411 | 2025.02.28 06:46:04.156399 [ 3 ] {7f565b9f-1905-41b0-83c9-accdb913db54} <Debug> oximeter.measurements_histogramu8 (e457f2fc-8ff5-4054-af1a-51481263c77f): Loading data parts | ||
| 412 | 2025.02.28 06:46:04.156568 [ 3 ] {7f565b9f-1905-41b0-83c9-accdb913db54} <Debug> oximeter.measurements_histogramu8 (e457f2fc-8ff5-4054-af1a-51481263c77f): There are no data parts | ||
| 413 | 2025.02.28 06:46:04.159748 [ 3 ] {7f565b9f-1905-41b0-83c9-accdb913db54} <Debug> TCPHandler: Processed in 0.013778305 sec. | ||
| 414 | 2025.02.28 06:46:04.160061 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 415 | 2025.02.28 06:46:04.160585 [ 4 ] {c319363b-3fb1-48c9-8fb3-d4fb717b942d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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) | ||
| 416 | 2025.02.28 06:46:04.160658 [ 4 ] {c319363b-3fb1-48c9-8fb3-d4fb717b942d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 417 | 2025.02.28 06:46:04.162754 [ 4 ] {c319363b-3fb1-48c9-8fb3-d4fb717b942d} <Debug> oximeter.measurements_histogrami16 (d548754b-3ba3-48e2-a117-bae0bbf6776c): Loading data parts | ||
| 418 | 2025.02.28 06:46:04.162987 [ 4 ] {c319363b-3fb1-48c9-8fb3-d4fb717b942d} <Debug> oximeter.measurements_histogrami16 (d548754b-3ba3-48e2-a117-bae0bbf6776c): There are no data parts | ||
| 419 | 2025.02.28 06:46:04.172341 [ 4 ] {c319363b-3fb1-48c9-8fb3-d4fb717b942d} <Debug> TCPHandler: Processed in 0.012393519 sec. | ||
| 420 | 2025.02.28 06:46:04.172580 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2025.02.28 06:46:04.172939 [ 3 ] {bb79e93d-b7ac-4267-aa15-f230007df0d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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) | ||
| 422 | 2025.02.28 06:46:04.173041 [ 3 ] {bb79e93d-b7ac-4267-aa15-f230007df0d1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 423 | 2025.02.28 06:46:04.175931 [ 3 ] {bb79e93d-b7ac-4267-aa15-f230007df0d1} <Debug> oximeter.measurements_histogramu16 (4fa1da93-ac4d-424c-bd89-d5bde9ef8a58): Loading data parts | ||
| 424 | 2025.02.28 06:46:04.176131 [ 3 ] {bb79e93d-b7ac-4267-aa15-f230007df0d1} <Debug> oximeter.measurements_histogramu16 (4fa1da93-ac4d-424c-bd89-d5bde9ef8a58): There are no data parts | ||
| 425 | 2025.02.28 06:46:04.178550 [ 3 ] {bb79e93d-b7ac-4267-aa15-f230007df0d1} <Debug> TCPHandler: Processed in 0.006037582 sec. | ||
| 426 | 2025.02.28 06:46:04.178753 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 427 | 2025.02.28 06:46:04.179131 [ 4 ] {e8fe0f0c-ad45-410b-9533-a6f884437695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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) | ||
| 428 | 2025.02.28 06:46:04.179221 [ 4 ] {e8fe0f0c-ad45-410b-9533-a6f884437695} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 429 | 2025.02.28 06:46:04.181373 [ 4 ] {e8fe0f0c-ad45-410b-9533-a6f884437695} <Debug> oximeter.measurements_histogrami32 (56b4b647-b362-4496-9fd3-b16e95e41bfc): Loading data parts | ||
| 430 | 2025.02.28 06:46:04.181534 [ 4 ] {e8fe0f0c-ad45-410b-9533-a6f884437695} <Debug> oximeter.measurements_histogrami32 (56b4b647-b362-4496-9fd3-b16e95e41bfc): There are no data parts | ||
| 431 | 2025.02.28 06:46:04.189457 [ 4 ] {e8fe0f0c-ad45-410b-9533-a6f884437695} <Debug> TCPHandler: Processed in 0.010770579 sec. | ||
| 432 | 2025.02.28 06:46:04.189681 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2025.02.28 06:46:04.190031 [ 3 ] {f4b3b2dc-4019-46d0-8432-5befc968e77c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 434 | 2025.02.28 06:46:04.190132 [ 3 ] {f4b3b2dc-4019-46d0-8432-5befc968e77c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 435 | 2025.02.28 06:46:04.193011 [ 3 ] {f4b3b2dc-4019-46d0-8432-5befc968e77c} <Debug> oximeter.measurements_histogramu32 (ebaea704-f958-44db-ac29-09b168e0676c): Loading data parts | ||
| 436 | 2025.02.28 06:46:04.193187 [ 3 ] {f4b3b2dc-4019-46d0-8432-5befc968e77c} <Debug> oximeter.measurements_histogramu32 (ebaea704-f958-44db-ac29-09b168e0676c): There are no data parts | ||
| 437 | 2025.02.28 06:46:04.195803 [ 3 ] {f4b3b2dc-4019-46d0-8432-5befc968e77c} <Debug> TCPHandler: Processed in 0.006191834 sec. | ||
| 438 | 2025.02.28 06:46:04.196004 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 439 | 2025.02.28 06:46:04.196383 [ 4 ] {7081618d-c67c-44ec-b790-1ba45f0f099d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 440 | 2025.02.28 06:46:04.196470 [ 4 ] {7081618d-c67c-44ec-b790-1ba45f0f099d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 441 | 2025.02.28 06:46:04.198577 [ 4 ] {7081618d-c67c-44ec-b790-1ba45f0f099d} <Debug> oximeter.measurements_histogrami64 (f36fb4d5-fb0c-4fb2-9108-2cc4c3a1a8de): Loading data parts | ||
| 442 | 2025.02.28 06:46:04.198732 [ 4 ] {7081618d-c67c-44ec-b790-1ba45f0f099d} <Debug> oximeter.measurements_histogrami64 (f36fb4d5-fb0c-4fb2-9108-2cc4c3a1a8de): There are no data parts | ||
| 443 | 2025.02.28 06:46:04.208327 [ 4 ] {7081618d-c67c-44ec-b790-1ba45f0f099d} <Debug> TCPHandler: Processed in 0.012388408 sec. | ||
| 444 | 2025.02.28 06:46:04.208549 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 445 | 2025.02.28 06:46:04.208898 [ 3 ] {43fc7428-65c1-4145-9ef0-81c67bdd09d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 446 | 2025.02.28 06:46:04.208994 [ 3 ] {43fc7428-65c1-4145-9ef0-81c67bdd09d8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 447 | 2025.02.28 06:46:04.211888 [ 3 ] {43fc7428-65c1-4145-9ef0-81c67bdd09d8} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Loading data parts | ||
| 448 | 2025.02.28 06:46:04.212043 [ 3 ] {43fc7428-65c1-4145-9ef0-81c67bdd09d8} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): There are no data parts | ||
| 449 | 2025.02.28 06:46:04.214486 [ 3 ] {43fc7428-65c1-4145-9ef0-81c67bdd09d8} <Debug> TCPHandler: Processed in 0.006007342 sec. | ||
| 450 | 2025.02.28 06:46:04.214682 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 451 | 2025.02.28 06:46:04.214968 [ 4 ] {450f7534-e7b4-4fde-a2ec-c357726b73e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 452 | 2025.02.28 06:46:04.215047 [ 4 ] {450f7534-e7b4-4fde-a2ec-c357726b73e5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 453 | 2025.02.28 06:46:04.217141 [ 4 ] {450f7534-e7b4-4fde-a2ec-c357726b73e5} <Debug> oximeter.measurements_histogramf32 (3ec35e24-1423-45ef-b07d-c4d63ee22554): Loading data parts | ||
| 454 | 2025.02.28 06:46:04.217285 [ 4 ] {450f7534-e7b4-4fde-a2ec-c357726b73e5} <Debug> oximeter.measurements_histogramf32 (3ec35e24-1423-45ef-b07d-c4d63ee22554): There are no data parts | ||
| 455 | 2025.02.28 06:46:04.224701 [ 4 ] {450f7534-e7b4-4fde-a2ec-c357726b73e5} <Debug> TCPHandler: Processed in 0.010075241 sec. | ||
| 456 | 2025.02.28 06:46:04.224917 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 457 | 2025.02.28 06:46:04.225273 [ 3 ] {b1e24a60-52f3-4874-a12c-339b53041f98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 458 | 2025.02.28 06:46:04.225374 [ 3 ] {b1e24a60-52f3-4874-a12c-339b53041f98} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 459 | 2025.02.28 06:46:04.228164 [ 3 ] {b1e24a60-52f3-4874-a12c-339b53041f98} <Debug> oximeter.measurements_histogramf64 (839270fb-b117-40ce-b06f-bbf73ada3ac8): Loading data parts | ||
| 460 | 2025.02.28 06:46:04.228329 [ 3 ] {b1e24a60-52f3-4874-a12c-339b53041f98} <Debug> oximeter.measurements_histogramf64 (839270fb-b117-40ce-b06f-bbf73ada3ac8): There are no data parts | ||
| 461 | 2025.02.28 06:46:04.230843 [ 3 ] {b1e24a60-52f3-4874-a12c-339b53041f98} <Debug> TCPHandler: Processed in 0.005996101 sec. | ||
| 462 | 2025.02.28 06:46:04.231040 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 463 | 2025.02.28 06:46:04.231294 [ 4 ] {bdc55965-777e-4750-8d3b-41ab3232a402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) /* The field tables store named dimensions of each timeseries. | ||
| 464 | * | ||
| 465 | * As with the measurement tables, there is one field table for each field data | ||
| 466 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 467 | * this behavior **must not** be relied upon for query correctness. | ||
| 468 | * | ||
| 469 | * The index for the fields differs from the measurements, however. Rows are | ||
| 470 | * sorted by timeseries name, then field name, field value, and finally | ||
| 471 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 472 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 473 | * usually then used to look up measurements. | ||
| 474 | * | ||
| 475 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 476 | * timeseries name and then key, since it would improve lookups where one | ||
| 477 | * already has the key. Realistically though, these tables are quite small and | ||
| 478 | * so performance benefits will be low in absolute terms. | ||
| 479 | * | ||
| 480 | * TTL: We use a materialized column to expire old field table records. This | ||
| 481 | * column is generated automatically by the database whenever a new row is | ||
| 482 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 483 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 484 | * record will remain during a deduplication, which will have the last | ||
| 485 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 486 | * measurement tables. | ||
| 487 | */ | ||
| 488 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 489 | 2025.02.28 06:46:04.231386 [ 4 ] {bdc55965-777e-4750-8d3b-41ab3232a402} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 490 | 2025.02.28 06:46:04.233382 [ 4 ] {bdc55965-777e-4750-8d3b-41ab3232a402} <Debug> oximeter.fields_bool (0a14bac0-dca0-4987-8669-37aa9fb44150): Loading data parts | ||
| 491 | 2025.02.28 06:46:04.233565 [ 4 ] {bdc55965-777e-4750-8d3b-41ab3232a402} <Debug> oximeter.fields_bool (0a14bac0-dca0-4987-8669-37aa9fb44150): There are no data parts | ||
| 492 | 2025.02.28 06:46:04.242982 [ 4 ] {bdc55965-777e-4750-8d3b-41ab3232a402} <Debug> TCPHandler: Processed in 0.012008924 sec. | ||
| 493 | 2025.02.28 06:46:04.243193 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 494 | 2025.02.28 06:46:04.243524 [ 3 ] {feb0737a-a06a-40b7-a412-14dc77af7fcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 495 | 2025.02.28 06:46:04.243597 [ 3 ] {feb0737a-a06a-40b7-a412-14dc77af7fcc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 496 | 2025.02.28 06:46:04.246201 [ 3 ] {feb0737a-a06a-40b7-a412-14dc77af7fcc} <Debug> oximeter.fields_i8 (a32fea7f-62a3-4a5d-b049-11da53099037): Loading data parts | ||
| 497 | 2025.02.28 06:46:04.246367 [ 3 ] {feb0737a-a06a-40b7-a412-14dc77af7fcc} <Debug> oximeter.fields_i8 (a32fea7f-62a3-4a5d-b049-11da53099037): There are no data parts | ||
| 498 | 2025.02.28 06:46:04.248792 [ 3 ] {feb0737a-a06a-40b7-a412-14dc77af7fcc} <Debug> TCPHandler: Processed in 0.005669067 sec. | ||
| 499 | 2025.02.28 06:46:04.249110 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 500 | 2025.02.28 06:46:04.249504 [ 4 ] {3f60f91f-e636-4c4e-aaa6-31a2735d4db5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 501 | 2025.02.28 06:46:04.249581 [ 4 ] {3f60f91f-e636-4c4e-aaa6-31a2735d4db5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 502 | 2025.02.28 06:46:04.251432 [ 4 ] {3f60f91f-e636-4c4e-aaa6-31a2735d4db5} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Loading data parts | ||
| 503 | 2025.02.28 06:46:04.251644 [ 4 ] {3f60f91f-e636-4c4e-aaa6-31a2735d4db5} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): There are no data parts | ||
| 504 | 2025.02.28 06:46:04.258286 [ 4 ] {3f60f91f-e636-4c4e-aaa6-31a2735d4db5} <Debug> TCPHandler: Processed in 0.009282461 sec. | ||
| 505 | 2025.02.28 06:46:04.258519 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 506 | 2025.02.28 06:46:04.258800 [ 3 ] {e2201679-2b94-473c-81f5-9f105fcf7895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 507 | 2025.02.28 06:46:04.258878 [ 3 ] {e2201679-2b94-473c-81f5-9f105fcf7895} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 508 | 2025.02.28 06:46:04.261323 [ 3 ] {e2201679-2b94-473c-81f5-9f105fcf7895} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Loading data parts | ||
| 509 | 2025.02.28 06:46:04.261464 [ 3 ] {e2201679-2b94-473c-81f5-9f105fcf7895} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): There are no data parts | ||
| 510 | 2025.02.28 06:46:04.263828 [ 3 ] {e2201679-2b94-473c-81f5-9f105fcf7895} <Debug> TCPHandler: Processed in 0.005376765 sec. | ||
| 511 | 2025.02.28 06:46:04.264019 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 512 | 2025.02.28 06:46:04.264267 [ 4 ] {fd01033c-27db-46d2-931e-2cce7bbaa9a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 513 | 2025.02.28 06:46:04.264351 [ 4 ] {fd01033c-27db-46d2-931e-2cce7bbaa9a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 514 | 2025.02.28 06:46:04.266281 [ 4 ] {fd01033c-27db-46d2-931e-2cce7bbaa9a8} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Loading data parts | ||
| 515 | 2025.02.28 06:46:04.266460 [ 4 ] {fd01033c-27db-46d2-931e-2cce7bbaa9a8} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): There are no data parts | ||
| 516 | 2025.02.28 06:46:04.278927 [ 4 ] {fd01033c-27db-46d2-931e-2cce7bbaa9a8} <Debug> TCPHandler: Processed in 0.014971919 sec. | ||
| 517 | 2025.02.28 06:46:04.279183 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 518 | 2025.02.28 06:46:04.279479 [ 3 ] {8403bac3-592c-4b5a-8a58-10aa45807ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 519 | 2025.02.28 06:46:04.279549 [ 3 ] {8403bac3-592c-4b5a-8a58-10aa45807ac7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 520 | 2025.02.28 06:46:04.282475 [ 3 ] {8403bac3-592c-4b5a-8a58-10aa45807ac7} <Debug> oximeter.fields_i32 (f65a28db-ca98-42b5-aed8-775577e90592): Loading data parts | ||
| 521 | 2025.02.28 06:46:04.282607 [ 3 ] {8403bac3-592c-4b5a-8a58-10aa45807ac7} <Debug> oximeter.fields_i32 (f65a28db-ca98-42b5-aed8-775577e90592): There are no data parts | ||
| 522 | 2025.02.28 06:46:04.285125 [ 3 ] {8403bac3-592c-4b5a-8a58-10aa45807ac7} <Debug> TCPHandler: Processed in 0.006013202 sec. | ||
| 523 | 2025.02.28 06:46:04.285335 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 524 | 2025.02.28 06:46:04.285580 [ 4 ] {95906105-77d4-42ba-b407-143c6a933484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 525 | 2025.02.28 06:46:04.285664 [ 4 ] {95906105-77d4-42ba-b407-143c6a933484} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 526 | 2025.02.28 06:46:04.287644 [ 4 ] {95906105-77d4-42ba-b407-143c6a933484} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Loading data parts | ||
| 527 | 2025.02.28 06:46:04.287820 [ 4 ] {95906105-77d4-42ba-b407-143c6a933484} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): There are no data parts | ||
| 528 | 2025.02.28 06:46:04.298281 [ 4 ] {95906105-77d4-42ba-b407-143c6a933484} <Debug> TCPHandler: Processed in 0.013011045 sec. | ||
| 529 | 2025.02.28 06:46:04.298522 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 530 | 2025.02.28 06:46:04.298814 [ 3 ] {df1348bb-5c76-41d5-b219-f9fd64526e29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 531 | 2025.02.28 06:46:04.298895 [ 3 ] {df1348bb-5c76-41d5-b219-f9fd64526e29} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 532 | 2025.02.28 06:46:04.301730 [ 3 ] {df1348bb-5c76-41d5-b219-f9fd64526e29} <Debug> oximeter.fields_i64 (932d404c-efc7-4e99-a473-04852acfaba1): Loading data parts | ||
| 533 | 2025.02.28 06:46:04.301842 [ 3 ] {df1348bb-5c76-41d5-b219-f9fd64526e29} <Debug> oximeter.fields_i64 (932d404c-efc7-4e99-a473-04852acfaba1): There are no data parts | ||
| 534 | 2025.02.28 06:46:04.304354 [ 3 ] {df1348bb-5c76-41d5-b219-f9fd64526e29} <Debug> TCPHandler: Processed in 0.00589952 sec. | ||
| 535 | 2025.02.28 06:46:04.304560 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 536 | 2025.02.28 06:46:04.304808 [ 4 ] {d07c656f-dcdf-4274-8ad0-d03833bc4dbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 537 | 2025.02.28 06:46:04.304908 [ 4 ] {d07c656f-dcdf-4274-8ad0-d03833bc4dbe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 538 | 2025.02.28 06:46:04.306863 [ 4 ] {d07c656f-dcdf-4274-8ad0-d03833bc4dbe} <Debug> oximeter.fields_u64 (1737078e-d650-4a2e-ba73-3d4ba8014f00): Loading data parts | ||
| 539 | 2025.02.28 06:46:04.307029 [ 4 ] {d07c656f-dcdf-4274-8ad0-d03833bc4dbe} <Debug> oximeter.fields_u64 (1737078e-d650-4a2e-ba73-3d4ba8014f00): There are no data parts | ||
| 540 | 2025.02.28 06:46:04.317858 [ 4 ] {d07c656f-dcdf-4274-8ad0-d03833bc4dbe} <Debug> TCPHandler: Processed in 0.01337261 sec. | ||
| 541 | 2025.02.28 06:46:04.318059 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 542 | 2025.02.28 06:46:04.318309 [ 3 ] {a69f71bc-2362-4a25-8d46-e06104d40a01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 543 | 2025.02.28 06:46:04.318383 [ 3 ] {a69f71bc-2362-4a25-8d46-e06104d40a01} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 544 | 2025.02.28 06:46:04.321099 [ 3 ] {a69f71bc-2362-4a25-8d46-e06104d40a01} <Debug> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Loading data parts | ||
| 545 | 2025.02.28 06:46:04.321239 [ 3 ] {a69f71bc-2362-4a25-8d46-e06104d40a01} <Debug> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): There are no data parts | ||
| 546 | 2025.02.28 06:46:04.324153 [ 3 ] {a69f71bc-2362-4a25-8d46-e06104d40a01} <Debug> TCPHandler: Processed in 0.006150513 sec. | ||
| 547 | 2025.02.28 06:46:04.324350 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 548 | 2025.02.28 06:46:04.324595 [ 4 ] {db34c969-010a-483c-8983-50918db1de77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 549 | 2025.02.28 06:46:04.324681 [ 4 ] {db34c969-010a-483c-8983-50918db1de77} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 550 | 2025.02.28 06:46:04.326735 [ 4 ] {db34c969-010a-483c-8983-50918db1de77} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Loading data parts | ||
| 551 | 2025.02.28 06:46:04.326894 [ 4 ] {db34c969-010a-483c-8983-50918db1de77} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): There are no data parts | ||
| 552 | 2025.02.28 06:46:04.337232 [ 4 ] {db34c969-010a-483c-8983-50918db1de77} <Debug> TCPHandler: Processed in 0.012947865 sec. | ||
| 553 | 2025.02.28 06:46:04.337430 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 554 | 2025.02.28 06:46:04.337681 [ 3 ] {66492019-81e2-4b10-b189-04608c0538db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 555 | 2025.02.28 06:46:04.337760 [ 3 ] {66492019-81e2-4b10-b189-04608c0538db} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 556 | 2025.02.28 06:46:04.340617 [ 3 ] {66492019-81e2-4b10-b189-04608c0538db} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Loading data parts | ||
| 557 | 2025.02.28 06:46:04.340735 [ 3 ] {66492019-81e2-4b10-b189-04608c0538db} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): There are no data parts | ||
| 558 | 2025.02.28 06:46:04.343295 [ 3 ] {66492019-81e2-4b10-b189-04608c0538db} <Debug> TCPHandler: Processed in 0.005934011 sec. | ||
| 559 | 2025.02.28 06:46:04.343494 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 560 | 2025.02.28 06:46:04.343785 [ 4 ] {5ad9be3f-145c-49c4-b78a-dc8f5980d9d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) /* The timeseries schema table stores the extracted schema for the samples | ||
| 561 | * oximeter collects. | ||
| 562 | */ | ||
| 563 | 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) | ||
| 564 | 2025.02.28 06:46:04.343889 [ 4 ] {5ad9be3f-145c-49c4-b78a-dc8f5980d9d4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 565 | 2025.02.28 06:46:04.345729 [ 4 ] {5ad9be3f-145c-49c4-b78a-dc8f5980d9d4} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c): Loading data parts | ||
| 566 | 2025.02.28 06:46:04.345880 [ 4 ] {5ad9be3f-145c-49c4-b78a-dc8f5980d9d4} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c): There are no data parts | ||
| 567 | 2025.02.28 06:46:04.356174 [ 4 ] {5ad9be3f-145c-49c4-b78a-dc8f5980d9d4} <Debug> TCPHandler: Processed in 0.012740633 sec. | ||
| 568 | 2025.02.28 06:46:04.358382 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 569 | 2025.02.28 06:46:04.358667 [ 3 ] {cfeb3937-7d5b-4f64-9159-1966044b806d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 570 | 2025.02.28 06:46:04.360028 [ 3 ] {cfeb3937-7d5b-4f64-9159-1966044b806d} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 571 | 2025.02.28 06:46:04.368728 [ 260 ] {cfeb3937-7d5b-4f64-9159-1966044b806d} <Trace> oximeter.version (8c1f63bc-dbd6-426c-bf7b-43d372f66af7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 572 | 2025.02.28 06:46:04.368768 [ 260 ] {cfeb3937-7d5b-4f64-9159-1966044b806d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.07 GiB. | ||
| 573 | 2025.02.28 06:46:04.374010 [ 260 ] {cfeb3937-7d5b-4f64-9159-1966044b806d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 574 | 2025.02.28 06:46:04.374383 [ 260 ] {cfeb3937-7d5b-4f64-9159-1966044b806d} <Trace> oximeter.version (8c1f63bc-dbd6-426c-bf7b-43d372f66af7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 575 | 2025.02.28 06:46:04.374692 [ 3 ] {cfeb3937-7d5b-4f64-9159-1966044b806d} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.016184 sec., 61.78942165101334 rows/sec., 988.63 B/sec. | ||
| 576 | 2025.02.28 06:46:04.375022 [ 3 ] {cfeb3937-7d5b-4f64-9159-1966044b806d} <Debug> TCPHandler: Processed in 0.01670992 sec. | ||
| 577 | 2025.02.28 06:46:05.000190 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 135.52 MiB, peak 135.52 MiB, free memory in arenas 0.00 B, will set to 139.31 MiB (RSS), difference: 3.79 MiB | ||
| 578 | 2025.02.28 06:46:05.713207 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53869 | ||
| 579 | 2025.02.28 06:46:05.713384 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 580 | 2025.02.28 06:46:05.713421 [ 261 ] {} <Debug> TCP-Session: 02a2554a-9a1d-4c52-ac56-0ebd148fb311 Authenticating user 'default' from [fd00:1122:3344:101::c]:53869 | ||
| 581 | 2025.02.28 06:46:05.713448 [ 261 ] {} <Debug> TCP-Session: 02a2554a-9a1d-4c52-ac56-0ebd148fb311 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 582 | 2025.02.28 06:46:05.713477 [ 261 ] {} <Debug> TCP-Session: 02a2554a-9a1d-4c52-ac56-0ebd148fb311 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 583 | 2025.02.28 06:46:05.713546 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 584 | 2025.02.28 06:46:05.713572 [ 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 | ||
| 585 | 2025.02.28 06:46:05.713609 [ 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 | ||
| 586 | 2025.02.28 06:46:05.714518 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65041 | ||
| 587 | 2025.02.28 06:46:05.714609 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35081 | ||
| 588 | 2025.02.28 06:46:05.714712 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 589 | 2025.02.28 06:46:05.714715 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56032 | ||
| 590 | 2025.02.28 06:46:05.714899 [ 262 ] {} <Debug> TCP-Session: 77b31a3f-ff6a-4aa3-ab2b-1b691773b9f6 Authenticating user 'default' from [fd00:1122:3344:101::c]:65041 | ||
| 591 | 2025.02.28 06:46:05.714869 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 592 | 2025.02.28 06:46:05.714911 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40121 | ||
| 593 | 2025.02.28 06:46:05.715047 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 594 | 2025.02.28 06:46:05.715064 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56770 | ||
| 595 | 2025.02.28 06:46:05.715208 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44952 | ||
| 596 | 2025.02.28 06:46:05.715222 [ 264 ] {} <Debug> TCP-Session: 373c9190-d25a-4d86-bd67-32ae9a9f0c5b Authenticating user 'default' from [fd00:1122:3344:101::c]:56032 | ||
| 597 | 2025.02.28 06:46:05.715221 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 598 | 2025.02.28 06:46:05.715267 [ 262 ] {} <Debug> TCP-Session: 77b31a3f-ff6a-4aa3-ab2b-1b691773b9f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 599 | 2025.02.28 06:46:05.715297 [ 263 ] {} <Debug> TCP-Session: db33bcba-c5ca-4ff3-bbf2-6d7090731c8e Authenticating user 'default' from [fd00:1122:3344:101::c]:35081 | ||
| 600 | 2025.02.28 06:46:05.715542 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40859 | ||
| 601 | 2025.02.28 06:46:05.715605 [ 264 ] {} <Debug> TCP-Session: 373c9190-d25a-4d86-bd67-32ae9a9f0c5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 602 | 2025.02.28 06:46:05.715614 [ 265 ] {} <Debug> TCP-Session: 2e3557a3-bec3-41a4-aa31-3124cff510c1 Authenticating user 'default' from [fd00:1122:3344:101::c]:40121 | ||
| 603 | 2025.02.28 06:46:05.715628 [ 263 ] {} <Debug> TCP-Session: db33bcba-c5ca-4ff3-bbf2-6d7090731c8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 604 | 2025.02.28 06:46:05.715662 [ 264 ] {} <Debug> TCP-Session: 373c9190-d25a-4d86-bd67-32ae9a9f0c5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2025.02.28 06:46:05.715679 [ 265 ] {} <Debug> TCP-Session: 2e3557a3-bec3-41a4-aa31-3124cff510c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 606 | 2025.02.28 06:46:05.715558 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 607 | 2025.02.28 06:46:05.715570 [ 262 ] {} <Debug> TCP-Session: 77b31a3f-ff6a-4aa3-ab2b-1b691773b9f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 608 | 2025.02.28 06:46:05.715829 [ 265 ] {} <Debug> TCP-Session: 2e3557a3-bec3-41a4-aa31-3124cff510c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 609 | 2025.02.28 06:46:05.715839 [ 267 ] {} <Debug> TCP-Session: 2b740876-65b3-4b5a-b91f-aae864442a9c Authenticating user 'default' from [fd00:1122:3344:101::c]:44952 | ||
| 610 | 2025.02.28 06:46:05.715882 [ 263 ] {} <Debug> TCP-Session: db33bcba-c5ca-4ff3-bbf2-6d7090731c8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 611 | 2025.02.28 06:46:05.715932 [ 267 ] {} <Debug> TCP-Session: 2b740876-65b3-4b5a-b91f-aae864442a9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2025.02.28 06:46:05.716018 [ 267 ] {} <Debug> TCP-Session: 2b740876-65b3-4b5a-b91f-aae864442a9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 613 | 2025.02.28 06:46:05.716972 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 614 | 2025.02.28 06:46:05.717010 [ 268 ] {} <Debug> TCP-Session: 9ca5c7a7-4416-4f00-b9c3-56d39fd1f335 Authenticating user 'default' from [fd00:1122:3344:101::c]:40859 | ||
| 615 | 2025.02.28 06:46:05.717028 [ 268 ] {} <Debug> TCP-Session: 9ca5c7a7-4416-4f00-b9c3-56d39fd1f335 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 616 | 2025.02.28 06:46:05.717066 [ 268 ] {} <Debug> TCP-Session: 9ca5c7a7-4416-4f00-b9c3-56d39fd1f335 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2025.02.28 06:46:05.717632 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 618 | 2025.02.28 06:46:05.717663 [ 266 ] {} <Debug> TCP-Session: f60daf6e-58b5-4809-8da6-a846d7c6f4ec Authenticating user 'default' from [fd00:1122:3344:101::c]:56770 | ||
| 619 | 2025.02.28 06:46:05.717680 [ 266 ] {} <Debug> TCP-Session: f60daf6e-58b5-4809-8da6-a846d7c6f4ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 620 | 2025.02.28 06:46:05.717725 [ 266 ] {} <Debug> TCP-Session: f60daf6e-58b5-4809-8da6-a846d7c6f4ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 621 | 2025.02.28 06:46:06.010386 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62613 | ||
| 622 | 2025.02.28 06:46:06.010562 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 623 | 2025.02.28 06:46:06.010711 [ 269 ] {} <Debug> TCP-Session: 9af8353c-1685-435a-a3d6-921d2740950e Authenticating user 'default' from [fd00:1122:3344:101::a]:62613 | ||
| 624 | 2025.02.28 06:46:06.010738 [ 269 ] {} <Debug> TCP-Session: 9af8353c-1685-435a-a3d6-921d2740950e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 625 | 2025.02.28 06:46:06.010753 [ 269 ] {} <Debug> TCP-Session: 9af8353c-1685-435a-a3d6-921d2740950e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 626 | 2025.02.28 06:46:06.010908 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 627 | 2025.02.28 06:46:06.010937 [ 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 | ||
| 628 | 2025.02.28 06:46:06.011037 [ 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 | ||
| 629 | 2025.02.28 06:46:06.012031 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36938 | ||
| 630 | 2025.02.28 06:46:06.012043 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49160 | ||
| 631 | 2025.02.28 06:46:06.012206 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37622 | ||
| 632 | 2025.02.28 06:46:06.012217 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43604 | ||
| 633 | 2025.02.28 06:46:06.012597 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 634 | 2025.02.28 06:46:06.012802 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 635 | 2025.02.28 06:46:06.012814 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 636 | 2025.02.28 06:46:06.012903 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58375 | ||
| 637 | 2025.02.28 06:46:06.012927 [ 271 ] {} <Debug> TCP-Session: 1f7d8092-550b-448f-8385-1e0a8e6a4ebb Authenticating user 'default' from [fd00:1122:3344:101::a]:36938 | ||
| 638 | 2025.02.28 06:46:06.012990 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56127 | ||
| 639 | 2025.02.28 06:46:06.012962 [ 270 ] {} <Debug> TCP-Session: c0a3315d-2cd4-4942-a886-cc2d97dd4039 Authenticating user 'default' from [fd00:1122:3344:101::a]:49160 | ||
| 640 | 2025.02.28 06:46:06.012946 [ 272 ] {} <Debug> TCP-Session: 8ee3de16-799d-4fa2-b1db-bdfd1a1451cd Authenticating user 'default' from [fd00:1122:3344:101::a]:43604 | ||
| 641 | 2025.02.28 06:46:06.012929 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53583 | ||
| 642 | 2025.02.28 06:46:06.013132 [ 271 ] {} <Debug> TCP-Session: 1f7d8092-550b-448f-8385-1e0a8e6a4ebb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 643 | 2025.02.28 06:46:06.013149 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 644 | 2025.02.28 06:46:06.013177 [ 270 ] {} <Debug> TCP-Session: c0a3315d-2cd4-4942-a886-cc2d97dd4039 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 645 | 2025.02.28 06:46:06.013469 [ 270 ] {} <Debug> TCP-Session: c0a3315d-2cd4-4942-a886-cc2d97dd4039 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 646 | 2025.02.28 06:46:06.013523 [ 271 ] {} <Debug> TCP-Session: 1f7d8092-550b-448f-8385-1e0a8e6a4ebb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 647 | 2025.02.28 06:46:06.013536 [ 272 ] {} <Debug> TCP-Session: 8ee3de16-799d-4fa2-b1db-bdfd1a1451cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 648 | 2025.02.28 06:46:06.013600 [ 275 ] {} <Debug> TCP-Session: b05499b6-2b10-4b14-949d-c7bce97efd2d Authenticating user 'default' from [fd00:1122:3344:101::a]:58375 | ||
| 649 | 2025.02.28 06:46:06.013699 [ 272 ] {} <Debug> TCP-Session: 8ee3de16-799d-4fa2-b1db-bdfd1a1451cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 650 | 2025.02.28 06:46:06.013722 [ 275 ] {} <Debug> TCP-Session: b05499b6-2b10-4b14-949d-c7bce97efd2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 651 | 2025.02.28 06:46:06.013857 [ 275 ] {} <Debug> TCP-Session: b05499b6-2b10-4b14-949d-c7bce97efd2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 652 | 2025.02.28 06:46:06.014177 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 653 | 2025.02.28 06:46:06.014214 [ 276 ] {} <Debug> TCP-Session: 73dfa48d-aba2-4b3f-9fce-5edb6a909453 Authenticating user 'default' from [fd00:1122:3344:101::a]:56127 | ||
| 654 | 2025.02.28 06:46:06.014340 [ 276 ] {} <Debug> TCP-Session: 73dfa48d-aba2-4b3f-9fce-5edb6a909453 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2025.02.28 06:46:06.014355 [ 276 ] {} <Debug> TCP-Session: 73dfa48d-aba2-4b3f-9fce-5edb6a909453 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 656 | 2025.02.28 06:46:06.014793 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 657 | 2025.02.28 06:46:06.014917 [ 274 ] {} <Debug> TCP-Session: cb480d20-9fc7-4ab0-ad73-f9c623de4bee Authenticating user 'default' from [fd00:1122:3344:101::a]:53583 | ||
| 658 | 2025.02.28 06:46:06.014938 [ 274 ] {} <Debug> TCP-Session: cb480d20-9fc7-4ab0-ad73-f9c623de4bee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2025.02.28 06:46:06.014952 [ 274 ] {} <Debug> TCP-Session: cb480d20-9fc7-4ab0-ad73-f9c623de4bee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 660 | 2025.02.28 06:46:06.015360 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 661 | 2025.02.28 06:46:06.015406 [ 273 ] {} <Debug> TCP-Session: cde38eea-39cf-4e77-b17b-0a5748a29072 Authenticating user 'default' from [fd00:1122:3344:101::a]:37622 | ||
| 662 | 2025.02.28 06:46:06.015425 [ 273 ] {} <Debug> TCP-Session: cde38eea-39cf-4e77-b17b-0a5748a29072 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2025.02.28 06:46:06.015541 [ 273 ] {} <Debug> TCP-Session: cde38eea-39cf-4e77-b17b-0a5748a29072 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 664 | 2025.02.28 06:46:06.303437 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65457 | ||
| 665 | 2025.02.28 06:46:06.303624 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 666 | 2025.02.28 06:46:06.303657 [ 277 ] {} <Debug> TCP-Session: 4837af81-ddb6-4272-9857-202565a52452 Authenticating user 'default' from [fd00:1122:3344:101::b]:65457 | ||
| 667 | 2025.02.28 06:46:06.303833 [ 277 ] {} <Debug> TCP-Session: 4837af81-ddb6-4272-9857-202565a52452 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2025.02.28 06:46:06.303849 [ 277 ] {} <Debug> TCP-Session: 4837af81-ddb6-4272-9857-202565a52452 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2025.02.28 06:46:06.303922 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 670 | 2025.02.28 06:46:06.304052 [ 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.28 06:46:06.304072 [ 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.28 06:46:06.305121 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57447 | ||
| 673 | 2025.02.28 06:46:06.305200 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38249 | ||
| 674 | 2025.02.28 06:46:06.305363 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59847 | ||
| 675 | 2025.02.28 06:46:06.305443 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57943 | ||
| 676 | 2025.02.28 06:46:06.305354 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 677 | 2025.02.28 06:46:06.305531 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56346 | ||
| 678 | 2025.02.28 06:46:06.305568 [ 278 ] {} <Debug> TCP-Session: b83cdd11-9ca0-4ce9-ada8-399996b3f40a Authenticating user 'default' from [fd00:1122:3344:101::b]:57447 | ||
| 679 | 2025.02.28 06:46:06.305828 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36133 | ||
| 680 | 2025.02.28 06:46:06.305992 [ 278 ] {} <Debug> TCP-Session: b83cdd11-9ca0-4ce9-ada8-399996b3f40a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 681 | 2025.02.28 06:46:06.306118 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 682 | 2025.02.28 06:46:06.306126 [ 278 ] {} <Debug> TCP-Session: b83cdd11-9ca0-4ce9-ada8-399996b3f40a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 683 | 2025.02.28 06:46:06.306146 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45906 | ||
| 684 | 2025.02.28 06:46:06.306207 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 685 | 2025.02.28 06:46:06.306515 [ 279 ] {} <Debug> TCP-Session: 12684a50-5a84-4210-a5d8-b185425f5d4c Authenticating user 'default' from [fd00:1122:3344:101::b]:38249 | ||
| 686 | 2025.02.28 06:46:06.306651 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 687 | 2025.02.28 06:46:06.306475 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 688 | 2025.02.28 06:46:06.306721 [ 281 ] {} <Debug> TCP-Session: 4417a9f0-7c5e-4758-b909-c3c73efc8374 Authenticating user 'default' from [fd00:1122:3344:101::b]:57943 | ||
| 689 | 2025.02.28 06:46:06.306760 [ 279 ] {} <Debug> TCP-Session: 12684a50-5a84-4210-a5d8-b185425f5d4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2025.02.28 06:46:06.306752 [ 284 ] {} <Debug> TCP-Session: a72c441c-e0c0-4170-b6c7-f7397612f799 Authenticating user 'default' from [fd00:1122:3344:101::b]:45906 | ||
| 691 | 2025.02.28 06:46:06.306737 [ 280 ] {} <Debug> TCP-Session: 8729c91e-32e4-48a2-b9d5-9165bcad91c2 Authenticating user 'default' from [fd00:1122:3344:101::b]:59847 | ||
| 692 | 2025.02.28 06:46:06.306866 [ 279 ] {} <Debug> TCP-Session: 12684a50-5a84-4210-a5d8-b185425f5d4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2025.02.28 06:46:06.306858 [ 284 ] {} <Debug> TCP-Session: a72c441c-e0c0-4170-b6c7-f7397612f799 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2025.02.28 06:46:06.306845 [ 281 ] {} <Debug> TCP-Session: 4417a9f0-7c5e-4758-b909-c3c73efc8374 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2025.02.28 06:46:06.307061 [ 284 ] {} <Debug> TCP-Session: a72c441c-e0c0-4170-b6c7-f7397612f799 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2025.02.28 06:46:06.307041 [ 280 ] {} <Debug> TCP-Session: 8729c91e-32e4-48a2-b9d5-9165bcad91c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2025.02.28 06:46:06.307170 [ 281 ] {} <Debug> TCP-Session: 4417a9f0-7c5e-4758-b909-c3c73efc8374 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2025.02.28 06:46:06.307192 [ 280 ] {} <Debug> TCP-Session: 8729c91e-32e4-48a2-b9d5-9165bcad91c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2025.02.28 06:46:06.307557 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 700 | 2025.02.28 06:46:06.307591 [ 283 ] {} <Debug> TCP-Session: 3b88dd78-516a-40ec-bbf8-f832567eda00 Authenticating user 'default' from [fd00:1122:3344:101::b]:36133 | ||
| 701 | 2025.02.28 06:46:06.307703 [ 283 ] {} <Debug> TCP-Session: 3b88dd78-516a-40ec-bbf8-f832567eda00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.02.28 06:46:06.307719 [ 283 ] {} <Debug> TCP-Session: 3b88dd78-516a-40ec-bbf8-f832567eda00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2025.02.28 06:46:06.308312 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 704 | 2025.02.28 06:46:06.308444 [ 282 ] {} <Debug> TCP-Session: e136e990-6fa9-41e6-8b47-654e7a653b2b Authenticating user 'default' from [fd00:1122:3344:101::b]:56346 | ||
| 705 | 2025.02.28 06:46:06.308467 [ 282 ] {} <Debug> TCP-Session: e136e990-6fa9-41e6-8b47-654e7a653b2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.02.28 06:46:06.308481 [ 282 ] {} <Debug> TCP-Session: e136e990-6fa9-41e6-8b47-654e7a653b2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2025.02.28 06:46:11.145967 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 708 | 2025.02.28 06:46:11.146004 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 | ||
| 709 | 2025.02.28 06:46:11.146117 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 710 | 2025.02.28 06:46:11.146258 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 711 | 2025.02.28 06:46:11.157052 [ 244 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Loading data parts | ||
| 712 | 2025.02.28 06:46:11.157487 [ 244 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): There are no data parts | ||
| 713 | 2025.02.28 06:46:11.168583 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 714 | 2025.02.28 06:46:11.168864 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 715 | 2025.02.28 06:46:11.173136 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 716 | 2025.02.28 06:46:11.174489 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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.28 06:46:11.175202 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 | ||
| 718 | 2025.02.28 06:46:11.179944 [ 243 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Loading data parts | ||
| 719 | 2025.02.28 06:46:11.180278 [ 243 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): There are no data parts | ||
| 720 | 2025.02.28 06:46:11.206729 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 721 | 2025.02.28 06:46:11.206904 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 722 | 2025.02.28 06:46:11.215277 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 723 | 2025.02.28 06:46:11.216656 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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.28 06:46:11.220414 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 725 | 2025.02.28 06:46:12.000204 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.80 MiB, peak 149.80 MiB, free memory in arenas 0.00 B, will set to 150.58 MiB (RSS), difference: 4.78 MiB | ||
| 726 | 2025.02.28 06:46:13.645973 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 727 | 2025.02.28 06:46:13.646128 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 728 | 2025.02.28 06:46:13.651010 [ 242 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Loading data parts | ||
| 729 | 2025.02.28 06:46:13.651212 [ 242 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): There are no data parts | ||
| 730 | 2025.02.28 06:46:13.657023 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 731 | 2025.02.28 06:46:13.657197 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 732 | 2025.02.28 06:46:13.659068 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 733 | 2025.02.28 06:46:13.659695 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): 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.28 06:46:13.660167 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 735 | 2025.02.28 06:46:14.000197 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.76 MiB, peak 154.76 MiB, free memory in arenas 0.00 B, will set to 150.97 MiB (RSS), difference: -3.79 MiB | ||
| 736 | 2025.02.28 06:46:18.617680 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 737 | 2025.02.28 06:46:18.617760 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 738 | 2025.02.28 06:46:18.675602 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 | ||
| 739 | 2025.02.28 06:46:18.676612 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 740 | 2025.02.28 06:46:18.676661 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 741 | 2025.02.28 06:46:18.677433 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 742 | 2025.02.28 06:46:18.678010 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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.28 06:46:18.678331 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 744 | 2025.02.28 06:46:18.720972 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 745 | 2025.02.28 06:46:18.742081 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 746 | 2025.02.28 06:46:18.742241 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 747 | 2025.02.28 06:46:18.748959 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 748 | 2025.02.28 06:46:18.750198 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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.28 06:46:18.752953 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 750 | 2025.02.28 06:46:19.000204 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.64 MiB, peak 155.64 MiB, free memory in arenas 0.00 B, will set to 152.75 MiB (RSS), difference: 1.12 MiB | ||
| 751 | 2025.02.28 06:46:24.001110 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.77 MiB, peak 155.64 MiB, free memory in arenas 0.00 B, will set to 152.79 MiB (RSS), difference: 4.02 MiB | ||
| 752 | 2025.02.28 06:46:24.384266 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 753 | 2025.02.28 06:46:24.384472 [ 3 ] {5fe0f009-02d5-4507-b8d4-770f8b06b651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 754 | 2025.02.28 06:46:24.386800 [ 3 ] {5fe0f009-02d5-4507-b8d4-770f8b06b651} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 755 | 2025.02.28 06:46:24.389255 [ 3 ] {5fe0f009-02d5-4507-b8d4-770f8b06b651} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 756 | 2025.02.28 06:46:24.396051 [ 3 ] {5fe0f009-02d5-4507-b8d4-770f8b06b651} <Debug> TCPHandler: Processed in 0.011920173 sec. | ||
| 757 | 2025.02.28 06:46:24.405874 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 758 | 2025.02.28 06:46:24.406173 [ 4 ] {660b1d57-1c76-40c3-8b58-dda14ed2301f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 759 | 2025.02.28 06:46:24.412128 [ 4 ] {660b1d57-1c76-40c3-8b58-dda14ed2301f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 760 | 2025.02.28 06:46:24.412279 [ 4 ] {660b1d57-1c76-40c3-8b58-dda14ed2301f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 761 | 2025.02.28 06:46:24.412939 [ 4 ] {660b1d57-1c76-40c3-8b58-dda14ed2301f} <Debug> TCPHandler: Processed in 0.007197276 sec. | ||
| 762 | 2025.02.28 06:46:24.415536 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 763 | 2025.02.28 06:46:24.415705 [ 3 ] {712e0c71-7fc0-442f-90c6-f8da1cf24dca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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.28 06:46:24.416152 [ 3 ] {712e0c71-7fc0-442f-90c6-f8da1cf24dca} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 765 | 2025.02.28 06:46:24.416210 [ 3 ] {712e0c71-7fc0-442f-90c6-f8da1cf24dca} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 766 | 2025.02.28 06:46:24.416754 [ 3 ] {712e0c71-7fc0-442f-90c6-f8da1cf24dca} <Debug> TCPHandler: Processed in 0.001283726 sec. | ||
| 767 | 2025.02.28 06:46:24.417112 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 768 | 2025.02.28 06:46:24.417275 [ 4 ] {cd762021-5328-4642-bfa4-5c2900db7300} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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.28 06:46:24.417653 [ 4 ] {cd762021-5328-4642-bfa4-5c2900db7300} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 770 | 2025.02.28 06:46:24.417713 [ 4 ] {cd762021-5328-4642-bfa4-5c2900db7300} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 771 | 2025.02.28 06:46:24.418239 [ 4 ] {cd762021-5328-4642-bfa4-5c2900db7300} <Debug> TCPHandler: Processed in 0.001188224 sec. | ||
| 772 | 2025.02.28 06:46:24.418548 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 773 | 2025.02.28 06:46:24.418700 [ 3 ] {3688bb36-f5c1-4e84-9a26-92191c69f29e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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.28 06:46:24.419066 [ 3 ] {3688bb36-f5c1-4e84-9a26-92191c69f29e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 775 | 2025.02.28 06:46:24.419123 [ 3 ] {3688bb36-f5c1-4e84-9a26-92191c69f29e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 776 | 2025.02.28 06:46:24.419604 [ 3 ] {3688bb36-f5c1-4e84-9a26-92191c69f29e} <Debug> TCPHandler: Processed in 0.001115484 sec. | ||
| 777 | 2025.02.28 06:46:24.419867 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 778 | 2025.02.28 06:46:24.420017 [ 4 ] {ede91e2a-8ee7-479f-9da3-aade8c13459e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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.28 06:46:24.420388 [ 4 ] {ede91e2a-8ee7-479f-9da3-aade8c13459e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 780 | 2025.02.28 06:46:24.420444 [ 4 ] {ede91e2a-8ee7-479f-9da3-aade8c13459e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 781 | 2025.02.28 06:46:24.420944 [ 4 ] {ede91e2a-8ee7-479f-9da3-aade8c13459e} <Debug> TCPHandler: Processed in 0.001132624 sec. | ||
| 782 | 2025.02.28 06:46:24.421234 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 783 | 2025.02.28 06:46:24.421388 [ 3 ] {b455fa1c-0eac-45ed-a60c-5b9ec1a7bd28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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.28 06:46:24.421762 [ 3 ] {b455fa1c-0eac-45ed-a60c-5b9ec1a7bd28} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 785 | 2025.02.28 06:46:24.421819 [ 3 ] {b455fa1c-0eac-45ed-a60c-5b9ec1a7bd28} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 786 | 2025.02.28 06:46:24.422290 [ 3 ] {b455fa1c-0eac-45ed-a60c-5b9ec1a7bd28} <Debug> TCPHandler: Processed in 0.001115293 sec. | ||
| 787 | 2025.02.28 06:46:24.422569 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 788 | 2025.02.28 06:46:24.422721 [ 4 ] {dd5a6c49-2560-4605-91ba-20378f077262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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.28 06:46:24.423103 [ 4 ] {dd5a6c49-2560-4605-91ba-20378f077262} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 790 | 2025.02.28 06:46:24.423161 [ 4 ] {dd5a6c49-2560-4605-91ba-20378f077262} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 791 | 2025.02.28 06:46:24.423665 [ 4 ] {dd5a6c49-2560-4605-91ba-20378f077262} <Debug> TCPHandler: Processed in 0.001154423 sec. | ||
| 792 | 2025.02.28 06:46:24.423930 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 793 | 2025.02.28 06:46:24.424092 [ 3 ] {78ba24a5-20ef-4a42-8527-78fa9a2adb8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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.28 06:46:24.424467 [ 3 ] {78ba24a5-20ef-4a42-8527-78fa9a2adb8e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 795 | 2025.02.28 06:46:24.424521 [ 3 ] {78ba24a5-20ef-4a42-8527-78fa9a2adb8e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 796 | 2025.02.28 06:46:24.424983 [ 3 ] {78ba24a5-20ef-4a42-8527-78fa9a2adb8e} <Debug> TCPHandler: Processed in 0.001111893 sec. | ||
| 797 | 2025.02.28 06:46:24.425290 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 798 | 2025.02.28 06:46:24.425447 [ 4 ] {ed2aead5-61c5-4d3b-87a3-26663e1275a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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.28 06:46:24.425828 [ 4 ] {ed2aead5-61c5-4d3b-87a3-26663e1275a0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 800 | 2025.02.28 06:46:24.425885 [ 4 ] {ed2aead5-61c5-4d3b-87a3-26663e1275a0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 801 | 2025.02.28 06:46:24.426376 [ 4 ] {ed2aead5-61c5-4d3b-87a3-26663e1275a0} <Debug> TCPHandler: Processed in 0.001142914 sec. | ||
| 802 | 2025.02.28 06:46:24.426644 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 803 | 2025.02.28 06:46:24.426809 [ 3 ] {00f72ac8-9458-4e3f-adad-72e61aad7d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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.28 06:46:24.427193 [ 3 ] {00f72ac8-9458-4e3f-adad-72e61aad7d16} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 805 | 2025.02.28 06:46:24.427249 [ 3 ] {00f72ac8-9458-4e3f-adad-72e61aad7d16} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 806 | 2025.02.28 06:46:24.427775 [ 3 ] {00f72ac8-9458-4e3f-adad-72e61aad7d16} <Debug> TCPHandler: Processed in 0.001186735 sec. | ||
| 807 | 2025.02.28 06:46:24.428056 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 808 | 2025.02.28 06:46:24.428213 [ 4 ] {8a3e1638-6435-4472-939b-44d77b1b0c27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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.28 06:46:24.428595 [ 4 ] {8a3e1638-6435-4472-939b-44d77b1b0c27} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 810 | 2025.02.28 06:46:24.428651 [ 4 ] {8a3e1638-6435-4472-939b-44d77b1b0c27} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 811 | 2025.02.28 06:46:24.429154 [ 4 ] {8a3e1638-6435-4472-939b-44d77b1b0c27} <Debug> TCPHandler: Processed in 0.001151243 sec. | ||
| 812 | 2025.02.28 06:46:24.429459 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 813 | 2025.02.28 06:46:24.429624 [ 3 ] {442e648c-572f-4da9-a1ff-28bf1dcf0950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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.28 06:46:24.430021 [ 3 ] {442e648c-572f-4da9-a1ff-28bf1dcf0950} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 815 | 2025.02.28 06:46:24.430078 [ 3 ] {442e648c-572f-4da9-a1ff-28bf1dcf0950} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 816 | 2025.02.28 06:46:24.430580 [ 3 ] {442e648c-572f-4da9-a1ff-28bf1dcf0950} <Debug> TCPHandler: Processed in 0.001178204 sec. | ||
| 817 | 2025.02.28 06:46:24.430856 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 818 | 2025.02.28 06:46:24.431018 [ 4 ] {72b04f9d-f908-4cb3-a7ca-39a5a305c69c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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.28 06:46:24.431418 [ 4 ] {72b04f9d-f908-4cb3-a7ca-39a5a305c69c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 820 | 2025.02.28 06:46:24.431477 [ 4 ] {72b04f9d-f908-4cb3-a7ca-39a5a305c69c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 821 | 2025.02.28 06:46:24.431974 [ 4 ] {72b04f9d-f908-4cb3-a7ca-39a5a305c69c} <Debug> TCPHandler: Processed in 0.001170674 sec. | ||
| 822 | 2025.02.28 06:46:24.432229 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 823 | 2025.02.28 06:46:24.432402 [ 3 ] {cc30cda2-e8df-4dd7-9315-6642df3ede45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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.28 06:46:24.432832 [ 3 ] {cc30cda2-e8df-4dd7-9315-6642df3ede45} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 825 | 2025.02.28 06:46:24.432894 [ 3 ] {cc30cda2-e8df-4dd7-9315-6642df3ede45} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 826 | 2025.02.28 06:46:24.433394 [ 3 ] {cc30cda2-e8df-4dd7-9315-6642df3ede45} <Debug> TCPHandler: Processed in 0.001223534 sec. | ||
| 827 | 2025.02.28 06:46:24.433644 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 828 | 2025.02.28 06:46:24.433805 [ 4 ] {2dd973da-0848-48b8-b8ca-505ef74f2f94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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.28 06:46:24.434202 [ 4 ] {2dd973da-0848-48b8-b8ca-505ef74f2f94} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 830 | 2025.02.28 06:46:24.434263 [ 4 ] {2dd973da-0848-48b8-b8ca-505ef74f2f94} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 831 | 2025.02.28 06:46:24.434808 [ 4 ] {2dd973da-0848-48b8-b8ca-505ef74f2f94} <Debug> TCPHandler: Processed in 0.001218805 sec. | ||
| 832 | 2025.02.28 06:46:24.435103 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 833 | 2025.02.28 06:46:24.435274 [ 3 ] {1fd53f9d-e258-4660-b147-070eaf9fd37b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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.28 06:46:24.435691 [ 3 ] {1fd53f9d-e258-4660-b147-070eaf9fd37b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 835 | 2025.02.28 06:46:24.435765 [ 3 ] {1fd53f9d-e258-4660-b147-070eaf9fd37b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 836 | 2025.02.28 06:46:24.436313 [ 3 ] {1fd53f9d-e258-4660-b147-070eaf9fd37b} <Debug> TCPHandler: Processed in 0.001269945 sec. | ||
| 837 | 2025.02.28 06:46:24.436581 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 838 | 2025.02.28 06:46:24.436746 [ 4 ] {468fd81d-881b-4226-a54c-d3ec9f019ae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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.28 06:46:24.437152 [ 4 ] {468fd81d-881b-4226-a54c-d3ec9f019ae5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 840 | 2025.02.28 06:46:24.437208 [ 4 ] {468fd81d-881b-4226-a54c-d3ec9f019ae5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 841 | 2025.02.28 06:46:24.437704 [ 4 ] {468fd81d-881b-4226-a54c-d3ec9f019ae5} <Debug> TCPHandler: Processed in 0.001178934 sec. | ||
| 842 | 2025.02.28 06:46:24.440830 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 843 | 2025.02.28 06:46:24.440983 [ 3 ] {fdb3e805-24af-4ff4-9f43-d57ccbb1a406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 844 | 2025.02.28 06:46:24.441046 [ 3 ] {fdb3e805-24af-4ff4-9f43-d57ccbb1a406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 845 | 2025.02.28 06:46:24.441855 [ 3 ] {fdb3e805-24af-4ff4-9f43-d57ccbb1a406} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 846 | 2025.02.28 06:46:24.441903 [ 3 ] {fdb3e805-24af-4ff4-9f43-d57ccbb1a406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 847 | 2025.02.28 06:46:24.442728 [ 3 ] {fdb3e805-24af-4ff4-9f43-d57ccbb1a406} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 848 | 2025.02.28 06:46:24.443192 [ 3 ] {fdb3e805-24af-4ff4-9f43-d57ccbb1a406} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c): 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.28 06:46:24.443419 [ 3 ] {fdb3e805-24af-4ff4-9f43-d57ccbb1a406} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002481 sec., 7255.139056831922 rows/sec., 1014.74 KiB/sec. | ||
| 850 | 2025.02.28 06:46:24.443485 [ 3 ] {fdb3e805-24af-4ff4-9f43-d57ccbb1a406} <Debug> TCPHandler: Processed in 0.002727043 sec. | ||
| 851 | 2025.02.28 06:46:24.443650 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 852 | 2025.02.28 06:46:24.443802 [ 4 ] {6ee9372e-1b2b-4cb7-94f2-f3a1bf309b58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 853 | 2025.02.28 06:46:24.443861 [ 4 ] {6ee9372e-1b2b-4cb7-94f2-f3a1bf309b58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 854 | 2025.02.28 06:46:24.445840 [ 4 ] {6ee9372e-1b2b-4cb7-94f2-f3a1bf309b58} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 855 | 2025.02.28 06:46:24.445883 [ 4 ] {6ee9372e-1b2b-4cb7-94f2-f3a1bf309b58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 856 | 2025.02.28 06:46:24.446477 [ 4 ] {6ee9372e-1b2b-4cb7-94f2-f3a1bf309b58} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 857 | 2025.02.28 06:46:24.447051 [ 4 ] {6ee9372e-1b2b-4cb7-94f2-f3a1bf309b58} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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.28 06:46:24.447272 [ 4 ] {6ee9372e-1b2b-4cb7-94f2-f3a1bf309b58} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.003512 sec., 15945.330296127562 rows/sec., 1.22 MiB/sec. | ||
| 859 | 2025.02.28 06:46:24.447353 [ 4 ] {6ee9372e-1b2b-4cb7-94f2-f3a1bf309b58} <Debug> TCPHandler: Processed in 0.003768835 sec. | ||
| 860 | 2025.02.28 06:46:24.447515 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 861 | 2025.02.28 06:46:24.447658 [ 3 ] {8e4f27b3-9912-41af-aeac-7a0783c4be71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 862 | 2025.02.28 06:46:24.447718 [ 3 ] {8e4f27b3-9912-41af-aeac-7a0783c4be71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 863 | 2025.02.28 06:46:24.448441 [ 3 ] {8e4f27b3-9912-41af-aeac-7a0783c4be71} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 864 | 2025.02.28 06:46:24.448481 [ 3 ] {8e4f27b3-9912-41af-aeac-7a0783c4be71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 865 | 2025.02.28 06:46:24.448982 [ 3 ] {8e4f27b3-9912-41af-aeac-7a0783c4be71} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 866 | 2025.02.28 06:46:24.449486 [ 3 ] {8e4f27b3-9912-41af-aeac-7a0783c4be71} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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.28 06:46:24.449718 [ 3 ] {8e4f27b3-9912-41af-aeac-7a0783c4be71} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002091 sec., 30607.364897178384 rows/sec., 2.39 MiB/sec. | ||
| 868 | 2025.02.28 06:46:24.449785 [ 3 ] {8e4f27b3-9912-41af-aeac-7a0783c4be71} <Debug> TCPHandler: Processed in 0.002336648 sec. | ||
| 869 | 2025.02.28 06:46:24.449919 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 870 | 2025.02.28 06:46:24.450036 [ 4 ] {96d1cca0-c136-4523-93a3-cab42f573284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 871 | 2025.02.28 06:46:24.450088 [ 4 ] {96d1cca0-c136-4523-93a3-cab42f573284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 872 | 2025.02.28 06:46:24.450674 [ 4 ] {96d1cca0-c136-4523-93a3-cab42f573284} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 873 | 2025.02.28 06:46:24.450709 [ 4 ] {96d1cca0-c136-4523-93a3-cab42f573284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 874 | 2025.02.28 06:46:24.451249 [ 4 ] {96d1cca0-c136-4523-93a3-cab42f573284} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 875 | 2025.02.28 06:46:24.451681 [ 4 ] {96d1cca0-c136-4523-93a3-cab42f573284} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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.28 06:46:24.451904 [ 4 ] {96d1cca0-c136-4523-93a3-cab42f573284} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.00189 sec., 33862.43386243386 rows/sec., 2.36 MiB/sec. | ||
| 877 | 2025.02.28 06:46:24.451959 [ 4 ] {96d1cca0-c136-4523-93a3-cab42f573284} <Debug> TCPHandler: Processed in 0.002094965 sec. | ||
| 878 | 2025.02.28 06:46:24.452119 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 879 | 2025.02.28 06:46:24.452260 [ 3 ] {b2b7ac81-5561-48a5-80ca-78de00b1d824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 880 | 2025.02.28 06:46:24.452319 [ 3 ] {b2b7ac81-5561-48a5-80ca-78de00b1d824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 881 | 2025.02.28 06:46:24.452809 [ 3 ] {b2b7ac81-5561-48a5-80ca-78de00b1d824} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 882 | 2025.02.28 06:46:24.452848 [ 3 ] {b2b7ac81-5561-48a5-80ca-78de00b1d824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 883 | 2025.02.28 06:46:24.453358 [ 3 ] {b2b7ac81-5561-48a5-80ca-78de00b1d824} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 884 | 2025.02.28 06:46:24.453943 [ 3 ] {b2b7ac81-5561-48a5-80ca-78de00b1d824} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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.28 06:46:24.454127 [ 3 ] {b2b7ac81-5561-48a5-80ca-78de00b1d824} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001898 sec., 12644.889357218124 rows/sec., 872.63 KiB/sec. | ||
| 886 | 2025.02.28 06:46:24.454174 [ 3 ] {b2b7ac81-5561-48a5-80ca-78de00b1d824} <Debug> TCPHandler: Processed in 0.002123875 sec. | ||
| 887 | 2025.02.28 06:46:26.179300 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 | ||
| 888 | 2025.02.28 06:46:26.179931 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 889 | 2025.02.28 06:46:26.179973 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 890 | 2025.02.28 06:46:26.180691 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 891 | 2025.02.28 06:46:26.181207 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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.28 06:46:26.181448 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 | ||
| 893 | 2025.02.28 06:46:26.253890 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 894 | 2025.02.28 06:46:26.272804 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 895 | 2025.02.28 06:46:26.272871 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 896 | 2025.02.28 06:46:26.279860 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 897 | 2025.02.28 06:46:26.281052 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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.28 06:46:26.283793 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 899 | 2025.02.28 06:46:29.388779 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 900 | 2025.02.28 06:46:29.388987 [ 3 ] {fc7830c8-ea22-47cb-a232-064ff1165815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 901 | 2025.02.28 06:46:29.389063 [ 3 ] {fc7830c8-ea22-47cb-a232-064ff1165815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 902 | 2025.02.28 06:46:29.389855 [ 3 ] {fc7830c8-ea22-47cb-a232-064ff1165815} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 903 | 2025.02.28 06:46:29.389910 [ 3 ] {fc7830c8-ea22-47cb-a232-064ff1165815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 904 | 2025.02.28 06:46:29.390354 [ 3 ] {fc7830c8-ea22-47cb-a232-064ff1165815} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 905 | 2025.02.28 06:46:29.390617 [ 3 ] {fc7830c8-ea22-47cb-a232-064ff1165815} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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.28 06:46:29.390856 [ 3 ] {fc7830c8-ea22-47cb-a232-064ff1165815} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001927 sec., 29060.716139076285 rows/sec., 2.23 MiB/sec. | ||
| 907 | 2025.02.28 06:46:29.390923 [ 3 ] {fc7830c8-ea22-47cb-a232-064ff1165815} <Debug> TCPHandler: Processed in 0.002299327 sec. | ||
| 908 | 2025.02.28 06:46:29.391189 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 909 | 2025.02.28 06:46:29.391380 [ 4 ] {54961588-11ca-49ce-a541-effcafa0b41c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 910 | 2025.02.28 06:46:29.391455 [ 4 ] {54961588-11ca-49ce-a541-effcafa0b41c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 911 | 2025.02.28 06:46:29.392227 [ 4 ] {54961588-11ca-49ce-a541-effcafa0b41c} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 912 | 2025.02.28 06:46:29.392276 [ 4 ] {54961588-11ca-49ce-a541-effcafa0b41c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 913 | 2025.02.28 06:46:29.392721 [ 4 ] {54961588-11ca-49ce-a541-effcafa0b41c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 914 | 2025.02.28 06:46:29.392994 [ 4 ] {54961588-11ca-49ce-a541-effcafa0b41c} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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.28 06:46:29.393230 [ 4 ] {54961588-11ca-49ce-a541-effcafa0b41c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001902 sec., 33648.79074658254 rows/sec., 2.63 MiB/sec. | ||
| 916 | 2025.02.28 06:46:29.393292 [ 4 ] {54961588-11ca-49ce-a541-effcafa0b41c} <Debug> TCPHandler: Processed in 0.002240436 sec. | ||
| 917 | 2025.02.28 06:46:29.393454 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 918 | 2025.02.28 06:46:29.393623 [ 3 ] {6a13b80f-304d-4ec3-942a-fc0e963a6235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 919 | 2025.02.28 06:46:29.393690 [ 3 ] {6a13b80f-304d-4ec3-942a-fc0e963a6235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 920 | 2025.02.28 06:46:29.394407 [ 3 ] {6a13b80f-304d-4ec3-942a-fc0e963a6235} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 921 | 2025.02.28 06:46:29.394448 [ 3 ] {6a13b80f-304d-4ec3-942a-fc0e963a6235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 922 | 2025.02.28 06:46:29.394858 [ 3 ] {6a13b80f-304d-4ec3-942a-fc0e963a6235} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 923 | 2025.02.28 06:46:29.395112 [ 3 ] {6a13b80f-304d-4ec3-942a-fc0e963a6235} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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.28 06:46:29.395320 [ 3 ] {6a13b80f-304d-4ec3-942a-fc0e963a6235} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001752 sec., 91324.200913242 rows/sec., 6.36 MiB/sec. | ||
| 925 | 2025.02.28 06:46:29.395374 [ 3 ] {6a13b80f-304d-4ec3-942a-fc0e963a6235} <Debug> TCPHandler: Processed in 0.001995054 sec. | ||
| 926 | 2025.02.28 06:46:29.395518 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 927 | 2025.02.28 06:46:29.395646 [ 4 ] {6f4a5245-7b5d-4072-83fd-ea787c77fec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 928 | 2025.02.28 06:46:29.395701 [ 4 ] {6f4a5245-7b5d-4072-83fd-ea787c77fec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 929 | 2025.02.28 06:46:29.396204 [ 4 ] {6f4a5245-7b5d-4072-83fd-ea787c77fec1} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 930 | 2025.02.28 06:46:29.396245 [ 4 ] {6f4a5245-7b5d-4072-83fd-ea787c77fec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 931 | 2025.02.28 06:46:29.396625 [ 4 ] {6f4a5245-7b5d-4072-83fd-ea787c77fec1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 932 | 2025.02.28 06:46:29.396879 [ 4 ] {6f4a5245-7b5d-4072-83fd-ea787c77fec1} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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.28 06:46:29.397086 [ 4 ] {6f4a5245-7b5d-4072-83fd-ea787c77fec1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001468 sec., 40871.934604904636 rows/sec., 2.75 MiB/sec. | ||
| 934 | 2025.02.28 06:46:29.397139 [ 4 ] {6f4a5245-7b5d-4072-83fd-ea787c77fec1} <Debug> TCPHandler: Processed in 0.001679051 sec. | ||
| 935 | 2025.02.28 06:46:33.618000 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 936 | 2025.02.28 06:46:33.618067 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 937 | 2025.02.28 06:46:33.661655 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 | ||
| 938 | 2025.02.28 06:46:33.665820 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 939 | 2025.02.28 06:46:33.665879 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 940 | 2025.02.28 06:46:33.667359 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 941 | 2025.02.28 06:46:33.667660 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): 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.28 06:46:33.668481 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142 | ||
| 943 | 2025.02.28 06:46:33.682521 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 | ||
| 944 | 2025.02.28 06:46:33.683161 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 945 | 2025.02.28 06:46:33.683206 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 946 | 2025.02.28 06:46:33.683785 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 947 | 2025.02.28 06:46:33.684046 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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.28 06:46:33.684304 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 949 | 2025.02.28 06:46:33.784826 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 950 | 2025.02.28 06:46:33.803892 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 951 | 2025.02.28 06:46:33.803939 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 952 | 2025.02.28 06:46:33.810534 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 953 | 2025.02.28 06:46:33.811277 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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.28 06:46:33.813640 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 955 | 2025.02.28 06:46:34.384888 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 956 | 2025.02.28 06:46:34.385171 [ 3 ] {09a383d3-b912-410b-967d-f236720bc074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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.28 06:46:34.385655 [ 3 ] {09a383d3-b912-410b-967d-f236720bc074} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 958 | 2025.02.28 06:46:34.387643 [ 3 ] {09a383d3-b912-410b-967d-f236720bc074} <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.28 06:46:34.388243 [ 3 ] {09a383d3-b912-410b-967d-f236720bc074} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 960 | 2025.02.28 06:46:34.390614 [ 3 ] {09a383d3-b912-410b-967d-f236720bc074} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 961 | 2025.02.28 06:46:34.392945 [ 3 ] {09a383d3-b912-410b-967d-f236720bc074} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 962 | 2025.02.28 06:46:34.398078 [ 3 ] {09a383d3-b912-410b-967d-f236720bc074} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 963 | 2025.02.28 06:46:34.399992 [ 3 ] {09a383d3-b912-410b-967d-f236720bc074} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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.28 06:46:34.400038 [ 3 ] {09a383d3-b912-410b-967d-f236720bc074} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 965 | 2025.02.28 06:46:34.400249 [ 3 ] {09a383d3-b912-410b-967d-f236720bc074} <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.28 06:46:34.400301 [ 3 ] {09a383d3-b912-410b-967d-f236720bc074} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 967 | 2025.02.28 06:46:34.412976 [ 3 ] {09a383d3-b912-410b-967d-f236720bc074} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.02793 sec., 644.468313641246 rows/sec., 26.36 KiB/sec. | ||
| 968 | 2025.02.28 06:46:34.413116 [ 3 ] {09a383d3-b912-410b-967d-f236720bc074} <Debug> TCPHandler: Processed in 0.02837234 sec. | ||
| 969 | 2025.02.28 06:46:34.416168 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 970 | 2025.02.28 06:46:34.416423 [ 4 ] {a377dcee-90a7-4d9e-982d-77637043dc21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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.28 06:46:34.416823 [ 4 ] {a377dcee-90a7-4d9e-982d-77637043dc21} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 972 | 2025.02.28 06:46:34.416869 [ 4 ] {a377dcee-90a7-4d9e-982d-77637043dc21} <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.28 06:46:34.417183 [ 4 ] {a377dcee-90a7-4d9e-982d-77637043dc21} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 974 | 2025.02.28 06:46:34.417268 [ 4 ] {a377dcee-90a7-4d9e-982d-77637043dc21} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 975 | 2025.02.28 06:46:34.417448 [ 4 ] {a377dcee-90a7-4d9e-982d-77637043dc21} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 976 | 2025.02.28 06:46:34.417490 [ 4 ] {a377dcee-90a7-4d9e-982d-77637043dc21} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 977 | 2025.02.28 06:46:34.417519 [ 4 ] {a377dcee-90a7-4d9e-982d-77637043dc21} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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.28 06:46:34.417538 [ 4 ] {a377dcee-90a7-4d9e-982d-77637043dc21} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 979 | 2025.02.28 06:46:34.417589 [ 4 ] {a377dcee-90a7-4d9e-982d-77637043dc21} <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.28 06:46:34.417614 [ 4 ] {a377dcee-90a7-4d9e-982d-77637043dc21} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 981 | 2025.02.28 06:46:34.418320 [ 4 ] {a377dcee-90a7-4d9e-982d-77637043dc21} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002008 sec., 8964.143426294822 rows/sec., 366.70 KiB/sec. | ||
| 982 | 2025.02.28 06:46:34.418455 [ 4 ] {a377dcee-90a7-4d9e-982d-77637043dc21} <Debug> TCPHandler: Processed in 0.002417399 sec. | ||
| 983 | 2025.02.28 06:46:34.421412 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 984 | 2025.02.28 06:46:34.421615 [ 3 ] {46966b5b-4e50-471b-87d0-af9fd0cdfc07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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.28 06:46:34.421934 [ 3 ] {46966b5b-4e50-471b-87d0-af9fd0cdfc07} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 986 | 2025.02.28 06:46:34.421978 [ 3 ] {46966b5b-4e50-471b-87d0-af9fd0cdfc07} <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.28 06:46:34.422257 [ 3 ] {46966b5b-4e50-471b-87d0-af9fd0cdfc07} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 988 | 2025.02.28 06:46:34.422326 [ 3 ] {46966b5b-4e50-471b-87d0-af9fd0cdfc07} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 989 | 2025.02.28 06:46:34.422482 [ 3 ] {46966b5b-4e50-471b-87d0-af9fd0cdfc07} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 990 | 2025.02.28 06:46:34.422515 [ 3 ] {46966b5b-4e50-471b-87d0-af9fd0cdfc07} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 991 | 2025.02.28 06:46:34.422539 [ 3 ] {46966b5b-4e50-471b-87d0-af9fd0cdfc07} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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.28 06:46:34.422557 [ 3 ] {46966b5b-4e50-471b-87d0-af9fd0cdfc07} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 993 | 2025.02.28 06:46:34.422606 [ 3 ] {46966b5b-4e50-471b-87d0-af9fd0cdfc07} <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.28 06:46:34.422632 [ 3 ] {46966b5b-4e50-471b-87d0-af9fd0cdfc07} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 995 | 2025.02.28 06:46:34.423250 [ 3 ] {46966b5b-4e50-471b-87d0-af9fd0cdfc07} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001723 sec., 10446.894950667442 rows/sec., 427.35 KiB/sec. | ||
| 996 | 2025.02.28 06:46:34.423366 [ 3 ] {46966b5b-4e50-471b-87d0-af9fd0cdfc07} <Debug> TCPHandler: Processed in 0.002029264 sec. | ||
| 997 | 2025.02.28 06:46:34.424038 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 998 | 2025.02.28 06:46:34.424257 [ 4 ] {052834ba-bfa4-4a83-81be-7ae96d408269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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.28 06:46:34.424608 [ 4 ] {052834ba-bfa4-4a83-81be-7ae96d408269} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1000 | 2025.02.28 06:46:34.424651 [ 4 ] {052834ba-bfa4-4a83-81be-7ae96d408269} <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.28 06:46:34.424922 [ 4 ] {052834ba-bfa4-4a83-81be-7ae96d408269} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1002 | 2025.02.28 06:46:34.424990 [ 4 ] {052834ba-bfa4-4a83-81be-7ae96d408269} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1003 | 2025.02.28 06:46:34.425140 [ 4 ] {052834ba-bfa4-4a83-81be-7ae96d408269} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1004 | 2025.02.28 06:46:34.425173 [ 4 ] {052834ba-bfa4-4a83-81be-7ae96d408269} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1005 | 2025.02.28 06:46:34.425196 [ 4 ] {052834ba-bfa4-4a83-81be-7ae96d408269} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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.28 06:46:34.425214 [ 4 ] {052834ba-bfa4-4a83-81be-7ae96d408269} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1007 | 2025.02.28 06:46:34.425258 [ 4 ] {052834ba-bfa4-4a83-81be-7ae96d408269} <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.28 06:46:34.425282 [ 4 ] {052834ba-bfa4-4a83-81be-7ae96d408269} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1009 | 2025.02.28 06:46:34.425837 [ 4 ] {052834ba-bfa4-4a83-81be-7ae96d408269} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001682 sec., 10701.545778834721 rows/sec., 437.77 KiB/sec. | ||
| 1010 | 2025.02.28 06:46:34.425984 [ 4 ] {052834ba-bfa4-4a83-81be-7ae96d408269} <Debug> TCPHandler: Processed in 0.002012994 sec. | ||
| 1011 | 2025.02.28 06:46:34.426307 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1012 | 2025.02.28 06:46:34.426506 [ 3 ] {e99a6e03-75b6-4483-bb63-f466b38616e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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.28 06:46:34.426811 [ 3 ] {e99a6e03-75b6-4483-bb63-f466b38616e7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1014 | 2025.02.28 06:46:34.426854 [ 3 ] {e99a6e03-75b6-4483-bb63-f466b38616e7} <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.28 06:46:34.427122 [ 3 ] {e99a6e03-75b6-4483-bb63-f466b38616e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1016 | 2025.02.28 06:46:34.427187 [ 3 ] {e99a6e03-75b6-4483-bb63-f466b38616e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1017 | 2025.02.28 06:46:34.427331 [ 3 ] {e99a6e03-75b6-4483-bb63-f466b38616e7} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1018 | 2025.02.28 06:46:34.427363 [ 3 ] {e99a6e03-75b6-4483-bb63-f466b38616e7} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1019 | 2025.02.28 06:46:34.427386 [ 3 ] {e99a6e03-75b6-4483-bb63-f466b38616e7} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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.28 06:46:34.427402 [ 3 ] {e99a6e03-75b6-4483-bb63-f466b38616e7} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1021 | 2025.02.28 06:46:34.427445 [ 3 ] {e99a6e03-75b6-4483-bb63-f466b38616e7} <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.28 06:46:34.427467 [ 3 ] {e99a6e03-75b6-4483-bb63-f466b38616e7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1023 | 2025.02.28 06:46:34.428088 [ 3 ] {e99a6e03-75b6-4483-bb63-f466b38616e7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001671 sec., 10771.992818671455 rows/sec., 440.65 KiB/sec. | ||
| 1024 | 2025.02.28 06:46:34.428201 [ 3 ] {e99a6e03-75b6-4483-bb63-f466b38616e7} <Debug> TCPHandler: Processed in 0.001962873 sec. | ||
| 1025 | 2025.02.28 06:46:34.428497 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1026 | 2025.02.28 06:46:34.428708 [ 4 ] {84ff7f05-7236-4302-aed3-5d050ec71fee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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.28 06:46:34.429088 [ 4 ] {84ff7f05-7236-4302-aed3-5d050ec71fee} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1028 | 2025.02.28 06:46:34.429142 [ 4 ] {84ff7f05-7236-4302-aed3-5d050ec71fee} <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.28 06:46:34.429488 [ 4 ] {84ff7f05-7236-4302-aed3-5d050ec71fee} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1030 | 2025.02.28 06:46:34.429557 [ 4 ] {84ff7f05-7236-4302-aed3-5d050ec71fee} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1031 | 2025.02.28 06:46:34.429708 [ 4 ] {84ff7f05-7236-4302-aed3-5d050ec71fee} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1032 | 2025.02.28 06:46:34.429742 [ 4 ] {84ff7f05-7236-4302-aed3-5d050ec71fee} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1033 | 2025.02.28 06:46:34.429766 [ 4 ] {84ff7f05-7236-4302-aed3-5d050ec71fee} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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.28 06:46:34.429783 [ 4 ] {84ff7f05-7236-4302-aed3-5d050ec71fee} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1035 | 2025.02.28 06:46:34.429827 [ 4 ] {84ff7f05-7236-4302-aed3-5d050ec71fee} <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.28 06:46:34.429850 [ 4 ] {84ff7f05-7236-4302-aed3-5d050ec71fee} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1037 | 2025.02.28 06:46:34.430426 [ 4 ] {84ff7f05-7236-4302-aed3-5d050ec71fee} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001817 sec., 9906.439185470555 rows/sec., 405.24 KiB/sec. | ||
| 1038 | 2025.02.28 06:46:34.430543 [ 4 ] {84ff7f05-7236-4302-aed3-5d050ec71fee} <Debug> TCPHandler: Processed in 0.002107005 sec. | ||
| 1039 | 2025.02.28 06:46:34.430849 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1040 | 2025.02.28 06:46:34.431059 [ 3 ] {3ea322d5-6421-48da-b8f1-4143e45e7d88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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.28 06:46:34.431426 [ 3 ] {3ea322d5-6421-48da-b8f1-4143e45e7d88} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1042 | 2025.02.28 06:46:34.431480 [ 3 ] {3ea322d5-6421-48da-b8f1-4143e45e7d88} <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.28 06:46:34.431759 [ 3 ] {3ea322d5-6421-48da-b8f1-4143e45e7d88} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1044 | 2025.02.28 06:46:34.431824 [ 3 ] {3ea322d5-6421-48da-b8f1-4143e45e7d88} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1045 | 2025.02.28 06:46:34.431971 [ 3 ] {3ea322d5-6421-48da-b8f1-4143e45e7d88} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1046 | 2025.02.28 06:46:34.432004 [ 3 ] {3ea322d5-6421-48da-b8f1-4143e45e7d88} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1047 | 2025.02.28 06:46:34.432026 [ 3 ] {3ea322d5-6421-48da-b8f1-4143e45e7d88} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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.28 06:46:34.432042 [ 3 ] {3ea322d5-6421-48da-b8f1-4143e45e7d88} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1049 | 2025.02.28 06:46:34.432084 [ 3 ] {3ea322d5-6421-48da-b8f1-4143e45e7d88} <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.28 06:46:34.432106 [ 3 ] {3ea322d5-6421-48da-b8f1-4143e45e7d88} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1051 | 2025.02.28 06:46:34.432668 [ 3 ] {3ea322d5-6421-48da-b8f1-4143e45e7d88} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001705 sec., 10557.184750733139 rows/sec., 431.86 KiB/sec. | ||
| 1052 | 2025.02.28 06:46:34.432780 [ 3 ] {3ea322d5-6421-48da-b8f1-4143e45e7d88} <Debug> TCPHandler: Processed in 0.001996913 sec. | ||
| 1053 | 2025.02.28 06:46:34.433255 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1054 | 2025.02.28 06:46:34.433563 [ 4 ] {4bddf680-d8fc-4175-b87f-6364a7a5a6f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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.28 06:46:34.433876 [ 4 ] {4bddf680-d8fc-4175-b87f-6364a7a5a6f0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1056 | 2025.02.28 06:46:34.433919 [ 4 ] {4bddf680-d8fc-4175-b87f-6364a7a5a6f0} <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.28 06:46:34.434199 [ 4 ] {4bddf680-d8fc-4175-b87f-6364a7a5a6f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1058 | 2025.02.28 06:46:34.434265 [ 4 ] {4bddf680-d8fc-4175-b87f-6364a7a5a6f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1059 | 2025.02.28 06:46:34.434417 [ 4 ] {4bddf680-d8fc-4175-b87f-6364a7a5a6f0} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1060 | 2025.02.28 06:46:34.434450 [ 4 ] {4bddf680-d8fc-4175-b87f-6364a7a5a6f0} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1061 | 2025.02.28 06:46:34.434472 [ 4 ] {4bddf680-d8fc-4175-b87f-6364a7a5a6f0} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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.28 06:46:34.434490 [ 4 ] {4bddf680-d8fc-4175-b87f-6364a7a5a6f0} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1063 | 2025.02.28 06:46:34.434533 [ 4 ] {4bddf680-d8fc-4175-b87f-6364a7a5a6f0} <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.28 06:46:34.434557 [ 4 ] {4bddf680-d8fc-4175-b87f-6364a7a5a6f0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1065 | 2025.02.28 06:46:34.435159 [ 4 ] {4bddf680-d8fc-4175-b87f-6364a7a5a6f0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001735 sec., 10374.63976945245 rows/sec., 424.40 KiB/sec. | ||
| 1066 | 2025.02.28 06:46:34.435273 [ 4 ] {4bddf680-d8fc-4175-b87f-6364a7a5a6f0} <Debug> TCPHandler: Processed in 0.002128265 sec. | ||
| 1067 | 2025.02.28 06:46:34.435672 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1068 | 2025.02.28 06:46:34.435882 [ 3 ] {fa7e649b-32d0-45e4-911a-30aef65a59de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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.28 06:46:34.436256 [ 3 ] {fa7e649b-32d0-45e4-911a-30aef65a59de} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1070 | 2025.02.28 06:46:34.436313 [ 3 ] {fa7e649b-32d0-45e4-911a-30aef65a59de} <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.28 06:46:34.436637 [ 3 ] {fa7e649b-32d0-45e4-911a-30aef65a59de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1072 | 2025.02.28 06:46:34.436702 [ 3 ] {fa7e649b-32d0-45e4-911a-30aef65a59de} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1073 | 2025.02.28 06:46:34.436847 [ 3 ] {fa7e649b-32d0-45e4-911a-30aef65a59de} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1074 | 2025.02.28 06:46:34.436879 [ 3 ] {fa7e649b-32d0-45e4-911a-30aef65a59de} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1075 | 2025.02.28 06:46:34.436902 [ 3 ] {fa7e649b-32d0-45e4-911a-30aef65a59de} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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.28 06:46:34.436920 [ 3 ] {fa7e649b-32d0-45e4-911a-30aef65a59de} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1077 | 2025.02.28 06:46:34.436963 [ 3 ] {fa7e649b-32d0-45e4-911a-30aef65a59de} <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.28 06:46:34.436986 [ 3 ] {fa7e649b-32d0-45e4-911a-30aef65a59de} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1079 | 2025.02.28 06:46:34.437647 [ 3 ] {fa7e649b-32d0-45e4-911a-30aef65a59de} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001867 sec., 9641.1355115158 rows/sec., 394.39 KiB/sec. | ||
| 1080 | 2025.02.28 06:46:34.437762 [ 3 ] {fa7e649b-32d0-45e4-911a-30aef65a59de} <Debug> TCPHandler: Processed in 0.002158826 sec. | ||
| 1081 | 2025.02.28 06:46:34.438057 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1082 | 2025.02.28 06:46:34.438271 [ 4 ] {43fb6f00-5de0-4a68-9c58-a6600f013250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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.28 06:46:34.438616 [ 4 ] {43fb6f00-5de0-4a68-9c58-a6600f013250} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1084 | 2025.02.28 06:46:34.438661 [ 4 ] {43fb6f00-5de0-4a68-9c58-a6600f013250} <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.28 06:46:34.438953 [ 4 ] {43fb6f00-5de0-4a68-9c58-a6600f013250} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1086 | 2025.02.28 06:46:34.439019 [ 4 ] {43fb6f00-5de0-4a68-9c58-a6600f013250} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1087 | 2025.02.28 06:46:34.439169 [ 4 ] {43fb6f00-5de0-4a68-9c58-a6600f013250} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1088 | 2025.02.28 06:46:34.439202 [ 4 ] {43fb6f00-5de0-4a68-9c58-a6600f013250} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1089 | 2025.02.28 06:46:34.439225 [ 4 ] {43fb6f00-5de0-4a68-9c58-a6600f013250} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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.28 06:46:34.439241 [ 4 ] {43fb6f00-5de0-4a68-9c58-a6600f013250} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1091 | 2025.02.28 06:46:34.439283 [ 4 ] {43fb6f00-5de0-4a68-9c58-a6600f013250} <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.28 06:46:34.439306 [ 4 ] {43fb6f00-5de0-4a68-9c58-a6600f013250} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1093 | 2025.02.28 06:46:34.439891 [ 4 ] {43fb6f00-5de0-4a68-9c58-a6600f013250} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001722 sec., 10452.961672473868 rows/sec., 427.60 KiB/sec. | ||
| 1094 | 2025.02.28 06:46:34.440007 [ 4 ] {43fb6f00-5de0-4a68-9c58-a6600f013250} <Debug> TCPHandler: Processed in 0.002018324 sec. | ||
| 1095 | 2025.02.28 06:46:34.440321 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1096 | 2025.02.28 06:46:34.440529 [ 3 ] {e6fa0a06-2b2a-4a0b-be8d-f3b87bfba0ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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.28 06:46:34.440897 [ 3 ] {e6fa0a06-2b2a-4a0b-be8d-f3b87bfba0ce} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1098 | 2025.02.28 06:46:34.440951 [ 3 ] {e6fa0a06-2b2a-4a0b-be8d-f3b87bfba0ce} <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.28 06:46:34.441304 [ 3 ] {e6fa0a06-2b2a-4a0b-be8d-f3b87bfba0ce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1100 | 2025.02.28 06:46:34.441381 [ 3 ] {e6fa0a06-2b2a-4a0b-be8d-f3b87bfba0ce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1101 | 2025.02.28 06:46:34.441546 [ 3 ] {e6fa0a06-2b2a-4a0b-be8d-f3b87bfba0ce} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1102 | 2025.02.28 06:46:34.441579 [ 3 ] {e6fa0a06-2b2a-4a0b-be8d-f3b87bfba0ce} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1103 | 2025.02.28 06:46:34.441601 [ 3 ] {e6fa0a06-2b2a-4a0b-be8d-f3b87bfba0ce} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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.28 06:46:34.441618 [ 3 ] {e6fa0a06-2b2a-4a0b-be8d-f3b87bfba0ce} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1105 | 2025.02.28 06:46:34.441659 [ 3 ] {e6fa0a06-2b2a-4a0b-be8d-f3b87bfba0ce} <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.28 06:46:34.441682 [ 3 ] {e6fa0a06-2b2a-4a0b-be8d-f3b87bfba0ce} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1107 | 2025.02.28 06:46:34.442252 [ 3 ] {e6fa0a06-2b2a-4a0b-be8d-f3b87bfba0ce} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001824 sec., 9868.421052631578 rows/sec., 403.69 KiB/sec. | ||
| 1108 | 2025.02.28 06:46:34.442365 [ 3 ] {e6fa0a06-2b2a-4a0b-be8d-f3b87bfba0ce} <Debug> TCPHandler: Processed in 0.002113975 sec. | ||
| 1109 | 2025.02.28 06:46:34.442631 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1110 | 2025.02.28 06:46:34.442845 [ 4 ] {6ee81139-60dd-4d82-be50-3fd3e79bd38b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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.28 06:46:34.443222 [ 4 ] {6ee81139-60dd-4d82-be50-3fd3e79bd38b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1112 | 2025.02.28 06:46:34.443278 [ 4 ] {6ee81139-60dd-4d82-be50-3fd3e79bd38b} <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.28 06:46:34.443606 [ 4 ] {6ee81139-60dd-4d82-be50-3fd3e79bd38b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1114 | 2025.02.28 06:46:34.443673 [ 4 ] {6ee81139-60dd-4d82-be50-3fd3e79bd38b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1115 | 2025.02.28 06:46:34.443821 [ 4 ] {6ee81139-60dd-4d82-be50-3fd3e79bd38b} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1116 | 2025.02.28 06:46:34.443853 [ 4 ] {6ee81139-60dd-4d82-be50-3fd3e79bd38b} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1117 | 2025.02.28 06:46:34.443877 [ 4 ] {6ee81139-60dd-4d82-be50-3fd3e79bd38b} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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.28 06:46:34.443894 [ 4 ] {6ee81139-60dd-4d82-be50-3fd3e79bd38b} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1119 | 2025.02.28 06:46:34.443938 [ 4 ] {6ee81139-60dd-4d82-be50-3fd3e79bd38b} <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.28 06:46:34.443961 [ 4 ] {6ee81139-60dd-4d82-be50-3fd3e79bd38b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1121 | 2025.02.28 06:46:34.444532 [ 4 ] {6ee81139-60dd-4d82-be50-3fd3e79bd38b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00179 sec., 10055.86592178771 rows/sec., 411.36 KiB/sec. | ||
| 1122 | 2025.02.28 06:46:34.444644 [ 4 ] {6ee81139-60dd-4d82-be50-3fd3e79bd38b} <Debug> TCPHandler: Processed in 0.002081456 sec. | ||
| 1123 | 2025.02.28 06:46:34.450349 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1124 | 2025.02.28 06:46:34.450567 [ 3 ] {5f688c40-ec3a-44d5-aadf-23637d9a16ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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.28 06:46:34.450945 [ 3 ] {5f688c40-ec3a-44d5-aadf-23637d9a16ef} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1126 | 2025.02.28 06:46:34.451002 [ 3 ] {5f688c40-ec3a-44d5-aadf-23637d9a16ef} <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.28 06:46:34.451367 [ 3 ] {5f688c40-ec3a-44d5-aadf-23637d9a16ef} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1128 | 2025.02.28 06:46:34.451446 [ 3 ] {5f688c40-ec3a-44d5-aadf-23637d9a16ef} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1129 | 2025.02.28 06:46:34.451602 [ 3 ] {5f688c40-ec3a-44d5-aadf-23637d9a16ef} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1130 | 2025.02.28 06:46:34.451636 [ 3 ] {5f688c40-ec3a-44d5-aadf-23637d9a16ef} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1131 | 2025.02.28 06:46:34.451658 [ 3 ] {5f688c40-ec3a-44d5-aadf-23637d9a16ef} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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.28 06:46:34.451675 [ 3 ] {5f688c40-ec3a-44d5-aadf-23637d9a16ef} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1133 | 2025.02.28 06:46:34.451719 [ 3 ] {5f688c40-ec3a-44d5-aadf-23637d9a16ef} <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.28 06:46:34.451743 [ 3 ] {5f688c40-ec3a-44d5-aadf-23637d9a16ef} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1135 | 2025.02.28 06:46:34.452300 [ 3 ] {5f688c40-ec3a-44d5-aadf-23637d9a16ef} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00184 sec., 9782.608695652174 rows/sec., 400.18 KiB/sec. | ||
| 1136 | 2025.02.28 06:46:34.452412 [ 3 ] {5f688c40-ec3a-44d5-aadf-23637d9a16ef} <Debug> TCPHandler: Processed in 0.002129316 sec. | ||
| 1137 | 2025.02.28 06:46:34.455918 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1138 | 2025.02.28 06:46:34.456058 [ 4 ] {19018580-b538-4338-8197-49c64cbad4c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1139 | 2025.02.28 06:46:34.456113 [ 4 ] {19018580-b538-4338-8197-49c64cbad4c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1140 | 2025.02.28 06:46:34.456853 [ 4 ] {19018580-b538-4338-8197-49c64cbad4c6} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1141 | 2025.02.28 06:46:34.456900 [ 4 ] {19018580-b538-4338-8197-49c64cbad4c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1142 | 2025.02.28 06:46:34.457414 [ 4 ] {19018580-b538-4338-8197-49c64cbad4c6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1143 | 2025.02.28 06:46:34.457640 [ 4 ] {19018580-b538-4338-8197-49c64cbad4c6} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c): 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.28 06:46:34.457854 [ 4 ] {19018580-b538-4338-8197-49c64cbad4c6} <Debug> executeQuery: Read 13 rows, 4.52 KiB in 0.001834 sec., 7088.331515812432 rows/sec., 2.41 MiB/sec. | ||
| 1145 | 2025.02.28 06:46:34.457908 [ 4 ] {19018580-b538-4338-8197-49c64cbad4c6} <Debug> TCPHandler: Processed in 0.002049954 sec. | ||
| 1146 | 2025.02.28 06:46:34.458062 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1147 | 2025.02.28 06:46:34.458214 [ 3 ] {03731de0-1123-4505-9c8e-b099744cc5d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1148 | 2025.02.28 06:46:34.458272 [ 3 ] {03731de0-1123-4505-9c8e-b099744cc5d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1149 | 2025.02.28 06:46:34.459545 [ 3 ] {03731de0-1123-4505-9c8e-b099744cc5d4} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1150 | 2025.02.28 06:46:34.459580 [ 3 ] {03731de0-1123-4505-9c8e-b099744cc5d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1151 | 2025.02.28 06:46:34.459997 [ 3 ] {03731de0-1123-4505-9c8e-b099744cc5d4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1152 | 2025.02.28 06:46:34.460243 [ 3 ] {03731de0-1123-4505-9c8e-b099744cc5d4} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): 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.28 06:46:34.460444 [ 3 ] {03731de0-1123-4505-9c8e-b099744cc5d4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002269 sec., 93433.23049801674 rows/sec., 5.94 MiB/sec. | ||
| 1154 | 2025.02.28 06:46:34.460598 [ 3 ] {03731de0-1123-4505-9c8e-b099744cc5d4} <Debug> TCPHandler: Processed in 0.002603651 sec. | ||
| 1155 | 2025.02.28 06:46:34.460813 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1156 | 2025.02.28 06:46:34.461037 [ 4 ] {cdf08d33-eef2-4f34-8f26-2a5279d58d04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1157 | 2025.02.28 06:46:34.461127 [ 4 ] {cdf08d33-eef2-4f34-8f26-2a5279d58d04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1158 | 2025.02.28 06:46:34.462196 [ 4 ] {cdf08d33-eef2-4f34-8f26-2a5279d58d04} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1159 | 2025.02.28 06:46:34.462234 [ 4 ] {cdf08d33-eef2-4f34-8f26-2a5279d58d04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1160 | 2025.02.28 06:46:34.462637 [ 4 ] {cdf08d33-eef2-4f34-8f26-2a5279d58d04} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1161 | 2025.02.28 06:46:34.462880 [ 4 ] {cdf08d33-eef2-4f34-8f26-2a5279d58d04} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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.28 06:46:34.463094 [ 4 ] {cdf08d33-eef2-4f34-8f26-2a5279d58d04} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.002113 sec., 299574.06530998583 rows/sec., 23.56 MiB/sec. | ||
| 1163 | 2025.02.28 06:46:34.463146 [ 4 ] {cdf08d33-eef2-4f34-8f26-2a5279d58d04} <Debug> TCPHandler: Processed in 0.002442519 sec. | ||
| 1164 | 2025.02.28 06:46:34.463314 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1165 | 2025.02.28 06:46:34.463452 [ 3 ] {48083797-c30d-4310-a131-a527b3d5cd90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1166 | 2025.02.28 06:46:34.463511 [ 3 ] {48083797-c30d-4310-a131-a527b3d5cd90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1167 | 2025.02.28 06:46:34.464445 [ 3 ] {48083797-c30d-4310-a131-a527b3d5cd90} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1168 | 2025.02.28 06:46:34.464486 [ 3 ] {48083797-c30d-4310-a131-a527b3d5cd90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1169 | 2025.02.28 06:46:34.464856 [ 3 ] {48083797-c30d-4310-a131-a527b3d5cd90} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1170 | 2025.02.28 06:46:34.465099 [ 3 ] {48083797-c30d-4310-a131-a527b3d5cd90} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): 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.28 06:46:34.465276 [ 3 ] {48083797-c30d-4310-a131-a527b3d5cd90} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001851 sec., 61588.330632090765 rows/sec., 3.69 MiB/sec. | ||
| 1172 | 2025.02.28 06:46:34.465331 [ 3 ] {48083797-c30d-4310-a131-a527b3d5cd90} <Debug> TCPHandler: Processed in 0.002086375 sec. | ||
| 1173 | 2025.02.28 06:46:34.465470 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1174 | 2025.02.28 06:46:34.465586 [ 4 ] {d268c13f-d14c-4fa3-b1ab-2dfbdd992096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1175 | 2025.02.28 06:46:34.465635 [ 4 ] {d268c13f-d14c-4fa3-b1ab-2dfbdd992096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1176 | 2025.02.28 06:46:34.466271 [ 4 ] {d268c13f-d14c-4fa3-b1ab-2dfbdd992096} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1177 | 2025.02.28 06:46:34.466311 [ 4 ] {d268c13f-d14c-4fa3-b1ab-2dfbdd992096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1178 | 2025.02.28 06:46:34.466674 [ 4 ] {d268c13f-d14c-4fa3-b1ab-2dfbdd992096} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1179 | 2025.02.28 06:46:34.466954 [ 4 ] {d268c13f-d14c-4fa3-b1ab-2dfbdd992096} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): 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.28 06:46:34.467182 [ 4 ] {d268c13f-d14c-4fa3-b1ab-2dfbdd992096} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001616 sec., 69925.74257425743 rows/sec., 4.53 MiB/sec. | ||
| 1181 | 2025.02.28 06:46:34.467233 [ 4 ] {d268c13f-d14c-4fa3-b1ab-2dfbdd992096} <Debug> TCPHandler: Processed in 0.001822472 sec. | ||
| 1182 | 2025.02.28 06:46:34.467387 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1183 | 2025.02.28 06:46:34.467505 [ 3 ] {fc4c2a1b-8e5d-4bfb-a09b-e519877b9b66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1184 | 2025.02.28 06:46:34.467554 [ 3 ] {fc4c2a1b-8e5d-4bfb-a09b-e519877b9b66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1185 | 2025.02.28 06:46:34.468148 [ 3 ] {fc4c2a1b-8e5d-4bfb-a09b-e519877b9b66} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1186 | 2025.02.28 06:46:34.468187 [ 3 ] {fc4c2a1b-8e5d-4bfb-a09b-e519877b9b66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1187 | 2025.02.28 06:46:34.468535 [ 3 ] {fc4c2a1b-8e5d-4bfb-a09b-e519877b9b66} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1188 | 2025.02.28 06:46:34.468768 [ 3 ] {fc4c2a1b-8e5d-4bfb-a09b-e519877b9b66} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): 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.28 06:46:34.468952 [ 3 ] {fc4c2a1b-8e5d-4bfb-a09b-e519877b9b66} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001467 sec., 76346.28493524199 rows/sec., 4.35 MiB/sec. | ||
| 1190 | 2025.02.28 06:46:34.469002 [ 3 ] {fc4c2a1b-8e5d-4bfb-a09b-e519877b9b66} <Debug> TCPHandler: Processed in 0.00167245 sec. | ||
| 1191 | 2025.02.28 06:46:34.469137 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1192 | 2025.02.28 06:46:34.469253 [ 4 ] {a52a42c6-4d90-453c-a66e-5d50694a261d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1193 | 2025.02.28 06:46:34.469302 [ 4 ] {a52a42c6-4d90-453c-a66e-5d50694a261d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1194 | 2025.02.28 06:46:34.470054 [ 4 ] {a52a42c6-4d90-453c-a66e-5d50694a261d} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1195 | 2025.02.28 06:46:34.470095 [ 4 ] {a52a42c6-4d90-453c-a66e-5d50694a261d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1196 | 2025.02.28 06:46:34.470473 [ 4 ] {a52a42c6-4d90-453c-a66e-5d50694a261d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1197 | 2025.02.28 06:46:34.470719 [ 4 ] {a52a42c6-4d90-453c-a66e-5d50694a261d} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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.28 06:46:34.470931 [ 4 ] {a52a42c6-4d90-453c-a66e-5d50694a261d} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.0017 sec., 229411.76470588238 rows/sec., 16.21 MiB/sec. | ||
| 1199 | 2025.02.28 06:46:34.470981 [ 4 ] {a52a42c6-4d90-453c-a66e-5d50694a261d} <Debug> TCPHandler: Processed in 0.001897303 sec. | ||
| 1200 | 2025.02.28 06:46:34.471134 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1201 | 2025.02.28 06:46:34.471270 [ 3 ] {be234f1d-6f74-43ff-9d68-a62e642a78bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1202 | 2025.02.28 06:46:34.471329 [ 3 ] {be234f1d-6f74-43ff-9d68-a62e642a78bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1203 | 2025.02.28 06:46:34.471822 [ 3 ] {be234f1d-6f74-43ff-9d68-a62e642a78bf} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1204 | 2025.02.28 06:46:34.471859 [ 3 ] {be234f1d-6f74-43ff-9d68-a62e642a78bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1205 | 2025.02.28 06:46:34.472204 [ 3 ] {be234f1d-6f74-43ff-9d68-a62e642a78bf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1206 | 2025.02.28 06:46:34.472432 [ 3 ] {be234f1d-6f74-43ff-9d68-a62e642a78bf} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): 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.28 06:46:34.472596 [ 3 ] {be234f1d-6f74-43ff-9d68-a62e642a78bf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001355 sec., 4428.044280442804 rows/sec., 231.35 KiB/sec. | ||
| 1208 | 2025.02.28 06:46:34.472642 [ 3 ] {be234f1d-6f74-43ff-9d68-a62e642a78bf} <Debug> TCPHandler: Processed in 0.001573879 sec. | ||
| 1209 | 2025.02.28 06:46:34.472792 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1210 | 2025.02.28 06:46:34.472932 [ 4 ] {b03335b0-c86b-4168-a0c6-57a80b5ea3eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1211 | 2025.02.28 06:46:34.472992 [ 4 ] {b03335b0-c86b-4168-a0c6-57a80b5ea3eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1212 | 2025.02.28 06:46:34.473638 [ 4 ] {b03335b0-c86b-4168-a0c6-57a80b5ea3eb} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1213 | 2025.02.28 06:46:34.473677 [ 4 ] {b03335b0-c86b-4168-a0c6-57a80b5ea3eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1214 | 2025.02.28 06:46:34.474065 [ 4 ] {b03335b0-c86b-4168-a0c6-57a80b5ea3eb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1215 | 2025.02.28 06:46:34.474306 [ 4 ] {b03335b0-c86b-4168-a0c6-57a80b5ea3eb} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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.28 06:46:34.474517 [ 4 ] {b03335b0-c86b-4168-a0c6-57a80b5ea3eb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001616 sec., 146658.41584158415 rows/sec., 9.83 MiB/sec. | ||
| 1217 | 2025.02.28 06:46:34.474568 [ 4 ] {b03335b0-c86b-4168-a0c6-57a80b5ea3eb} <Debug> TCPHandler: Processed in 0.001844432 sec. | ||
| 1218 | 2025.02.28 06:46:34.474711 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1219 | 2025.02.28 06:46:34.474846 [ 3 ] {8b533d9c-5736-49cd-afdf-309cc5ff1162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1220 | 2025.02.28 06:46:34.474907 [ 3 ] {8b533d9c-5736-49cd-afdf-309cc5ff1162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1221 | 2025.02.28 06:46:34.475435 [ 3 ] {8b533d9c-5736-49cd-afdf-309cc5ff1162} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1222 | 2025.02.28 06:46:34.475479 [ 3 ] {8b533d9c-5736-49cd-afdf-309cc5ff1162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1223 | 2025.02.28 06:46:34.475828 [ 3 ] {8b533d9c-5736-49cd-afdf-309cc5ff1162} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1224 | 2025.02.28 06:46:34.476084 [ 3 ] {8b533d9c-5736-49cd-afdf-309cc5ff1162} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): 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.28 06:46:34.476310 [ 3 ] {8b533d9c-5736-49cd-afdf-309cc5ff1162} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001486 sec., 672.9475100942127 rows/sec., 45.35 KiB/sec. | ||
| 1226 | 2025.02.28 06:46:34.476364 [ 3 ] {8b533d9c-5736-49cd-afdf-309cc5ff1162} <Debug> TCPHandler: Processed in 0.001718121 sec. | ||
| 1227 | 2025.02.28 06:46:34.476498 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1228 | 2025.02.28 06:46:34.476636 [ 4 ] {6fb393d0-33ad-4ac5-b24a-cc4f84ddb657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1229 | 2025.02.28 06:46:34.476728 [ 4 ] {6fb393d0-33ad-4ac5-b24a-cc4f84ddb657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.28 06:46:34.477916 [ 4 ] {6fb393d0-33ad-4ac5-b24a-cc4f84ddb657} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1231 | 2025.02.28 06:46:34.477955 [ 4 ] {6fb393d0-33ad-4ac5-b24a-cc4f84ddb657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1232 | 2025.02.28 06:46:34.480515 [ 4 ] {6fb393d0-33ad-4ac5-b24a-cc4f84ddb657} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1233 | 2025.02.28 06:46:34.481018 [ 4 ] {6fb393d0-33ad-4ac5-b24a-cc4f84ddb657} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): 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.28 06:46:34.481555 [ 4 ] {6fb393d0-33ad-4ac5-b24a-cc4f84ddb657} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004949 sec., 1616.4881794301878 rows/sec., 2.90 MiB/sec. | ||
| 1235 | 2025.02.28 06:46:34.481648 [ 4 ] {6fb393d0-33ad-4ac5-b24a-cc4f84ddb657} <Debug> TCPHandler: Processed in 0.005206612 sec. | ||
| 1236 | 2025.02.28 06:46:34.481810 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1237 | 2025.02.28 06:46:34.481949 [ 3 ] {0187edca-c06e-4f78-913f-3225dac3924c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1238 | 2025.02.28 06:46:34.482007 [ 3 ] {0187edca-c06e-4f78-913f-3225dac3924c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1239 | 2025.02.28 06:46:34.482557 [ 3 ] {0187edca-c06e-4f78-913f-3225dac3924c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1240 | 2025.02.28 06:46:34.482593 [ 3 ] {0187edca-c06e-4f78-913f-3225dac3924c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1241 | 2025.02.28 06:46:34.482946 [ 3 ] {0187edca-c06e-4f78-913f-3225dac3924c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1242 | 2025.02.28 06:46:34.483176 [ 3 ] {0187edca-c06e-4f78-913f-3225dac3924c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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.28 06:46:34.483363 [ 3 ] {0187edca-c06e-4f78-913f-3225dac3924c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001445 sec., 56747.40484429066 rows/sec., 3.60 MiB/sec. | ||
| 1244 | 2025.02.28 06:46:34.483410 [ 3 ] {0187edca-c06e-4f78-913f-3225dac3924c} <Debug> TCPHandler: Processed in 0.00166789 sec. | ||
| 1245 | 2025.02.28 06:46:39.388774 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1246 | 2025.02.28 06:46:39.388992 [ 3 ] {34c49e50-b131-43a8-b0a5-e103c20c21cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1247 | 2025.02.28 06:46:39.389077 [ 3 ] {34c49e50-b131-43a8-b0a5-e103c20c21cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1248 | 2025.02.28 06:46:39.389874 [ 3 ] {34c49e50-b131-43a8-b0a5-e103c20c21cb} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1249 | 2025.02.28 06:46:39.389934 [ 3 ] {34c49e50-b131-43a8-b0a5-e103c20c21cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1250 | 2025.02.28 06:46:39.390384 [ 3 ] {34c49e50-b131-43a8-b0a5-e103c20c21cb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1251 | 2025.02.28 06:46:39.390744 [ 3 ] {34c49e50-b131-43a8-b0a5-e103c20c21cb} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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.28 06:46:39.390977 [ 3 ] {34c49e50-b131-43a8-b0a5-e103c20c21cb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002041 sec., 27437.530622244 rows/sec., 2.11 MiB/sec. | ||
| 1253 | 2025.02.28 06:46:39.391044 [ 3 ] {34c49e50-b131-43a8-b0a5-e103c20c21cb} <Debug> TCPHandler: Processed in 0.002408679 sec. | ||
| 1254 | 2025.02.28 06:46:39.391315 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1255 | 2025.02.28 06:46:39.391525 [ 4 ] {24833496-0133-4612-b6f6-2ccd38537600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1256 | 2025.02.28 06:46:39.391602 [ 4 ] {24833496-0133-4612-b6f6-2ccd38537600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1257 | 2025.02.28 06:46:39.392353 [ 4 ] {24833496-0133-4612-b6f6-2ccd38537600} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1258 | 2025.02.28 06:46:39.392393 [ 4 ] {24833496-0133-4612-b6f6-2ccd38537600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1259 | 2025.02.28 06:46:39.392872 [ 4 ] {24833496-0133-4612-b6f6-2ccd38537600} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1260 | 2025.02.28 06:46:39.393137 [ 4 ] {24833496-0133-4612-b6f6-2ccd38537600} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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.28 06:46:39.393330 [ 4 ] {24833496-0133-4612-b6f6-2ccd38537600} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001863 sec., 34353.193773483625 rows/sec., 2.68 MiB/sec. | ||
| 1262 | 2025.02.28 06:46:39.393382 [ 4 ] {24833496-0133-4612-b6f6-2ccd38537600} <Debug> TCPHandler: Processed in 0.002206616 sec. | ||
| 1263 | 2025.02.28 06:46:39.393555 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1264 | 2025.02.28 06:46:39.393704 [ 3 ] {f1a7d815-9e86-496d-b305-6e77cabe954d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1265 | 2025.02.28 06:46:39.393773 [ 3 ] {f1a7d815-9e86-496d-b305-6e77cabe954d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1266 | 2025.02.28 06:46:39.394456 [ 3 ] {f1a7d815-9e86-496d-b305-6e77cabe954d} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1267 | 2025.02.28 06:46:39.394505 [ 3 ] {f1a7d815-9e86-496d-b305-6e77cabe954d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1268 | 2025.02.28 06:46:39.394924 [ 3 ] {f1a7d815-9e86-496d-b305-6e77cabe954d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1269 | 2025.02.28 06:46:39.395161 [ 3 ] {f1a7d815-9e86-496d-b305-6e77cabe954d} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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.28 06:46:39.395380 [ 3 ] {f1a7d815-9e86-496d-b305-6e77cabe954d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001713 sec., 93403.3858727379 rows/sec., 6.51 MiB/sec. | ||
| 1271 | 2025.02.28 06:46:39.395436 [ 3 ] {f1a7d815-9e86-496d-b305-6e77cabe954d} <Debug> TCPHandler: Processed in 0.001951054 sec. | ||
| 1272 | 2025.02.28 06:46:39.395574 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1273 | 2025.02.28 06:46:39.395707 [ 4 ] {cc9dd669-3ec3-43e6-8127-ede106ddfed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1274 | 2025.02.28 06:46:39.395766 [ 4 ] {cc9dd669-3ec3-43e6-8127-ede106ddfed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1275 | 2025.02.28 06:46:39.396387 [ 4 ] {cc9dd669-3ec3-43e6-8127-ede106ddfed4} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1276 | 2025.02.28 06:46:39.396432 [ 4 ] {cc9dd669-3ec3-43e6-8127-ede106ddfed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1277 | 2025.02.28 06:46:39.396838 [ 4 ] {cc9dd669-3ec3-43e6-8127-ede106ddfed4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1278 | 2025.02.28 06:46:39.397080 [ 4 ] {cc9dd669-3ec3-43e6-8127-ede106ddfed4} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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.28 06:46:39.397251 [ 4 ] {cc9dd669-3ec3-43e6-8127-ede106ddfed4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001576 sec., 38071.06598984772 rows/sec., 2.57 MiB/sec. | ||
| 1280 | 2025.02.28 06:46:39.397298 [ 4 ] {cc9dd669-3ec3-43e6-8127-ede106ddfed4} <Debug> TCPHandler: Processed in 0.001777771 sec. | ||
| 1281 | 2025.02.28 06:46:41.184444 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 | ||
| 1282 | 2025.02.28 06:46:41.185109 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1283 | 2025.02.28 06:46:41.185149 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1284 | 2025.02.28 06:46:41.185727 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1285 | 2025.02.28 06:46:41.185991 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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.28 06:46:41.186175 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 | ||
| 1287 | 2025.02.28 06:46:41.313752 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1288 | 2025.02.28 06:46:41.335700 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1289 | 2025.02.28 06:46:41.335775 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1290 | 2025.02.28 06:46:41.342733 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1291 | 2025.02.28 06:46:41.343572 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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.28 06:46:41.347278 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1293 | 2025.02.28 06:46:43.668813 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 200 | ||
| 1294 | 2025.02.28 06:46:43.672401 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1295 | 2025.02.28 06:46:43.672464 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1296 | 2025.02.28 06:46:43.674084 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1297 | 2025.02.28 06:46:43.674386 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): 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.28 06:46:43.675347 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 200 | ||
| 1299 | 2025.02.28 06:46:44.394832 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1300 | 2025.02.28 06:46:44.395038 [ 3 ] {22849cb4-a8fa-4324-8bf4-d8c9c5f88c5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1301 | 2025.02.28 06:46:44.395114 [ 3 ] {22849cb4-a8fa-4324-8bf4-d8c9c5f88c5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1302 | 2025.02.28 06:46:44.396005 [ 3 ] {22849cb4-a8fa-4324-8bf4-d8c9c5f88c5b} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1303 | 2025.02.28 06:46:44.396065 [ 3 ] {22849cb4-a8fa-4324-8bf4-d8c9c5f88c5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1304 | 2025.02.28 06:46:44.396527 [ 3 ] {22849cb4-a8fa-4324-8bf4-d8c9c5f88c5b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1305 | 2025.02.28 06:46:44.396797 [ 3 ] {22849cb4-a8fa-4324-8bf4-d8c9c5f88c5b} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): 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.28 06:46:44.397048 [ 3 ] {22849cb4-a8fa-4324-8bf4-d8c9c5f88c5b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002058 sec., 103012.63362487852 rows/sec., 6.55 MiB/sec. | ||
| 1307 | 2025.02.28 06:46:44.397182 [ 3 ] {22849cb4-a8fa-4324-8bf4-d8c9c5f88c5b} <Debug> TCPHandler: Processed in 0.00248727 sec. | ||
| 1308 | 2025.02.28 06:46:44.397439 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1309 | 2025.02.28 06:46:44.397630 [ 4 ] {41e9e9b8-dcf2-47e3-9b1d-aa3d31aa84e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1310 | 2025.02.28 06:46:44.397701 [ 4 ] {41e9e9b8-dcf2-47e3-9b1d-aa3d31aa84e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1311 | 2025.02.28 06:46:44.398826 [ 4 ] {41e9e9b8-dcf2-47e3-9b1d-aa3d31aa84e2} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1312 | 2025.02.28 06:46:44.398873 [ 4 ] {41e9e9b8-dcf2-47e3-9b1d-aa3d31aa84e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1313 | 2025.02.28 06:46:44.399347 [ 4 ] {41e9e9b8-dcf2-47e3-9b1d-aa3d31aa84e2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1314 | 2025.02.28 06:46:44.399618 [ 4 ] {41e9e9b8-dcf2-47e3-9b1d-aa3d31aa84e2} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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.28 06:46:44.399822 [ 4 ] {41e9e9b8-dcf2-47e3-9b1d-aa3d31aa84e2} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.002244 sec., 282085.56149732624 rows/sec., 22.18 MiB/sec. | ||
| 1316 | 2025.02.28 06:46:44.399886 [ 4 ] {41e9e9b8-dcf2-47e3-9b1d-aa3d31aa84e2} <Debug> TCPHandler: Processed in 0.002579761 sec. | ||
| 1317 | 2025.02.28 06:46:44.400068 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1318 | 2025.02.28 06:46:44.400225 [ 3 ] {f506c862-1236-4b76-b1db-dd42c172e58e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1319 | 2025.02.28 06:46:44.400288 [ 3 ] {f506c862-1236-4b76-b1db-dd42c172e58e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1320 | 2025.02.28 06:46:44.401019 [ 3 ] {f506c862-1236-4b76-b1db-dd42c172e58e} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1321 | 2025.02.28 06:46:44.401062 [ 3 ] {f506c862-1236-4b76-b1db-dd42c172e58e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1322 | 2025.02.28 06:46:44.401452 [ 3 ] {f506c862-1236-4b76-b1db-dd42c172e58e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1323 | 2025.02.28 06:46:44.401704 [ 3 ] {f506c862-1236-4b76-b1db-dd42c172e58e} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): 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.28 06:46:44.401905 [ 3 ] {f506c862-1236-4b76-b1db-dd42c172e58e} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001717 sec., 66394.8747815958 rows/sec., 3.97 MiB/sec. | ||
| 1325 | 2025.02.28 06:46:44.401959 [ 3 ] {f506c862-1236-4b76-b1db-dd42c172e58e} <Debug> TCPHandler: Processed in 0.001964243 sec. | ||
| 1326 | 2025.02.28 06:46:44.402132 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1327 | 2025.02.28 06:46:44.402281 [ 4 ] {310f4b5f-847a-4add-8b03-48b9b7d1b19c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1328 | 2025.02.28 06:46:44.402343 [ 4 ] {310f4b5f-847a-4add-8b03-48b9b7d1b19c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1329 | 2025.02.28 06:46:44.403040 [ 4 ] {310f4b5f-847a-4add-8b03-48b9b7d1b19c} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1330 | 2025.02.28 06:46:44.403081 [ 4 ] {310f4b5f-847a-4add-8b03-48b9b7d1b19c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1331 | 2025.02.28 06:46:44.403461 [ 4 ] {310f4b5f-847a-4add-8b03-48b9b7d1b19c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1332 | 2025.02.28 06:46:44.403725 [ 4 ] {310f4b5f-847a-4add-8b03-48b9b7d1b19c} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): 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.28 06:46:44.403965 [ 4 ] {310f4b5f-847a-4add-8b03-48b9b7d1b19c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001693 sec., 66745.42232722977 rows/sec., 4.32 MiB/sec. | ||
| 1334 | 2025.02.28 06:46:44.404070 [ 4 ] {310f4b5f-847a-4add-8b03-48b9b7d1b19c} <Debug> TCPHandler: Processed in 0.002006464 sec. | ||
| 1335 | 2025.02.28 06:46:44.404255 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1336 | 2025.02.28 06:46:44.404395 [ 3 ] {d167f3ad-35ad-4604-a030-efbc658a8ce7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1337 | 2025.02.28 06:46:44.404452 [ 3 ] {d167f3ad-35ad-4604-a030-efbc658a8ce7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1338 | 2025.02.28 06:46:44.405107 [ 3 ] {d167f3ad-35ad-4604-a030-efbc658a8ce7} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1339 | 2025.02.28 06:46:44.405146 [ 3 ] {d167f3ad-35ad-4604-a030-efbc658a8ce7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1340 | 2025.02.28 06:46:44.405505 [ 3 ] {d167f3ad-35ad-4604-a030-efbc658a8ce7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1341 | 2025.02.28 06:46:44.405749 [ 3 ] {d167f3ad-35ad-4604-a030-efbc658a8ce7} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): 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.28 06:46:44.405997 [ 3 ] {d167f3ad-35ad-4604-a030-efbc658a8ce7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001614 sec., 69392.81288723668 rows/sec., 3.95 MiB/sec. | ||
| 1343 | 2025.02.28 06:46:44.406121 [ 3 ] {d167f3ad-35ad-4604-a030-efbc658a8ce7} <Debug> TCPHandler: Processed in 0.001932603 sec. | ||
| 1344 | 2025.02.28 06:46:44.406266 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1345 | 2025.02.28 06:46:44.406391 [ 4 ] {8ca200e7-ed3c-4ed0-be92-6a5f6e2f0453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1346 | 2025.02.28 06:46:44.406441 [ 4 ] {8ca200e7-ed3c-4ed0-be92-6a5f6e2f0453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1347 | 2025.02.28 06:46:44.407191 [ 4 ] {8ca200e7-ed3c-4ed0-be92-6a5f6e2f0453} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1348 | 2025.02.28 06:46:44.407231 [ 4 ] {8ca200e7-ed3c-4ed0-be92-6a5f6e2f0453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1349 | 2025.02.28 06:46:44.407618 [ 4 ] {8ca200e7-ed3c-4ed0-be92-6a5f6e2f0453} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1350 | 2025.02.28 06:46:44.407861 [ 4 ] {8ca200e7-ed3c-4ed0-be92-6a5f6e2f0453} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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.28 06:46:44.408043 [ 4 ] {8ca200e7-ed3c-4ed0-be92-6a5f6e2f0453} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001681 sec., 232004.75907198095 rows/sec., 16.40 MiB/sec. | ||
| 1352 | 2025.02.28 06:46:44.408093 [ 4 ] {8ca200e7-ed3c-4ed0-be92-6a5f6e2f0453} <Debug> TCPHandler: Processed in 0.001882973 sec. | ||
| 1353 | 2025.02.28 06:46:44.408244 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1354 | 2025.02.28 06:46:44.408383 [ 3 ] {4b52a4b3-92e0-4162-9b0d-183332b4f1c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1355 | 2025.02.28 06:46:44.408443 [ 3 ] {4b52a4b3-92e0-4162-9b0d-183332b4f1c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1356 | 2025.02.28 06:46:44.408974 [ 3 ] {4b52a4b3-92e0-4162-9b0d-183332b4f1c9} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1357 | 2025.02.28 06:46:44.409014 [ 3 ] {4b52a4b3-92e0-4162-9b0d-183332b4f1c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1358 | 2025.02.28 06:46:44.409388 [ 3 ] {4b52a4b3-92e0-4162-9b0d-183332b4f1c9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1359 | 2025.02.28 06:46:44.409629 [ 3 ] {4b52a4b3-92e0-4162-9b0d-183332b4f1c9} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): 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.28 06:46:44.409832 [ 3 ] {4b52a4b3-92e0-4162-9b0d-183332b4f1c9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001478 sec., 4059.539918809202 rows/sec., 212.10 KiB/sec. | ||
| 1361 | 2025.02.28 06:46:44.409881 [ 3 ] {4b52a4b3-92e0-4162-9b0d-183332b4f1c9} <Debug> TCPHandler: Processed in 0.00170118 sec. | ||
| 1362 | 2025.02.28 06:46:44.410035 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1363 | 2025.02.28 06:46:44.410174 [ 4 ] {dd8a80ed-0dd0-406d-8d5a-84a227cb2b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1364 | 2025.02.28 06:46:44.410235 [ 4 ] {dd8a80ed-0dd0-406d-8d5a-84a227cb2b78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1365 | 2025.02.28 06:46:44.410931 [ 4 ] {dd8a80ed-0dd0-406d-8d5a-84a227cb2b78} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1366 | 2025.02.28 06:46:44.410973 [ 4 ] {dd8a80ed-0dd0-406d-8d5a-84a227cb2b78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1367 | 2025.02.28 06:46:44.411384 [ 4 ] {dd8a80ed-0dd0-406d-8d5a-84a227cb2b78} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1368 | 2025.02.28 06:46:44.411691 [ 4 ] {dd8a80ed-0dd0-406d-8d5a-84a227cb2b78} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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.28 06:46:44.411970 [ 4 ] {dd8a80ed-0dd0-406d-8d5a-84a227cb2b78} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001804 sec., 131374.72283813747 rows/sec., 8.81 MiB/sec. | ||
| 1370 | 2025.02.28 06:46:44.412113 [ 4 ] {dd8a80ed-0dd0-406d-8d5a-84a227cb2b78} <Debug> TCPHandler: Processed in 0.002144526 sec. | ||
| 1371 | 2025.02.28 06:46:44.412285 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1372 | 2025.02.28 06:46:44.412423 [ 3 ] {b552fefd-b379-4e51-9679-7cfc5f10d451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1373 | 2025.02.28 06:46:44.412485 [ 3 ] {b552fefd-b379-4e51-9679-7cfc5f10d451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1374 | 2025.02.28 06:46:44.413058 [ 3 ] {b552fefd-b379-4e51-9679-7cfc5f10d451} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1375 | 2025.02.28 06:46:44.413103 [ 3 ] {b552fefd-b379-4e51-9679-7cfc5f10d451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1376 | 2025.02.28 06:46:44.413549 [ 3 ] {b552fefd-b379-4e51-9679-7cfc5f10d451} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1377 | 2025.02.28 06:46:44.413855 [ 3 ] {b552fefd-b379-4e51-9679-7cfc5f10d451} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): 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.28 06:46:44.414029 [ 3 ] {b552fefd-b379-4e51-9679-7cfc5f10d451} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001634 sec., 611.9951040391677 rows/sec., 41.24 KiB/sec. | ||
| 1379 | 2025.02.28 06:46:44.414125 [ 3 ] {b552fefd-b379-4e51-9679-7cfc5f10d451} <Debug> TCPHandler: Processed in 0.001906763 sec. | ||
| 1380 | 2025.02.28 06:46:44.414299 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1381 | 2025.02.28 06:46:44.414420 [ 4 ] {c3ec0aca-e1d8-4597-9873-31439eafd13e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1382 | 2025.02.28 06:46:44.414500 [ 4 ] {c3ec0aca-e1d8-4597-9873-31439eafd13e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.28 06:46:44.415617 [ 4 ] {c3ec0aca-e1d8-4597-9873-31439eafd13e} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1384 | 2025.02.28 06:46:44.415660 [ 4 ] {c3ec0aca-e1d8-4597-9873-31439eafd13e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1385 | 2025.02.28 06:46:44.416320 [ 4 ] {c3ec0aca-e1d8-4597-9873-31439eafd13e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1386 | 2025.02.28 06:46:44.416591 [ 4 ] {c3ec0aca-e1d8-4597-9873-31439eafd13e} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): 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.28 06:46:44.416859 [ 4 ] {c3ec0aca-e1d8-4597-9873-31439eafd13e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002447 sec., 3269.3093583980385 rows/sec., 5.86 MiB/sec. | ||
| 1388 | 2025.02.28 06:46:44.416959 [ 4 ] {c3ec0aca-e1d8-4597-9873-31439eafd13e} <Debug> TCPHandler: Processed in 0.002715213 sec. | ||
| 1389 | 2025.02.28 06:46:44.417116 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1390 | 2025.02.28 06:46:44.417237 [ 3 ] {372c0136-0acb-4b21-b2b6-493511a0a08e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1391 | 2025.02.28 06:46:44.417290 [ 3 ] {372c0136-0acb-4b21-b2b6-493511a0a08e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1392 | 2025.02.28 06:46:44.417810 [ 3 ] {372c0136-0acb-4b21-b2b6-493511a0a08e} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1393 | 2025.02.28 06:46:44.417851 [ 3 ] {372c0136-0acb-4b21-b2b6-493511a0a08e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.06 GiB. | ||
| 1394 | 2025.02.28 06:46:44.418242 [ 3 ] {372c0136-0acb-4b21-b2b6-493511a0a08e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1395 | 2025.02.28 06:46:44.418491 [ 3 ] {372c0136-0acb-4b21-b2b6-493511a0a08e} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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.28 06:46:44.418710 [ 3 ] {372c0136-0acb-4b21-b2b6-493511a0a08e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001498 sec., 54739.65287049399 rows/sec., 3.48 MiB/sec. | ||
| 1397 | 2025.02.28 06:46:44.418759 [ 3 ] {372c0136-0acb-4b21-b2b6-493511a0a08e} <Debug> TCPHandler: Processed in 0.00170174 sec. | ||
| 1398 | 2025.02.28 06:46:48.618103 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1399 | 2025.02.28 06:46:48.618163 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1400 | 2025.02.28 06:46:48.686345 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806 | ||
| 1401 | 2025.02.28 06:46:48.686997 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1402 | 2025.02.28 06:46:48.687044 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1403 | 2025.02.28 06:46:48.687609 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1404 | 2025.02.28 06:46:48.687863 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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.28 06:46:48.688060 [ 83 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1406 | 2025.02.28 06:46:48.688099 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1407 | 2025.02.28 06:46:48.688151 [ 83 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1408 | 2025.02.28 06:46:48.688180 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1409 | 2025.02.28 06:46:48.690367 [ 193 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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.28 06:46:48.690579 [ 193 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1411 | 2025.02.28 06:46:48.690688 [ 193 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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.28 06:46:48.690826 [ 193 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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.28 06:46:48.691027 [ 193 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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.28 06:46:48.691239 [ 193 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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.28 06:46:48.691356 [ 193 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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.28 06:46:48.691479 [ 193 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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.28 06:46:48.712752 [ 194 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.024481733 sec., 114616.06905034052 rows/sec., 1.64 MiB/sec. | ||
| 1418 | 2025.02.28 06:46:48.713444 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1419 | 2025.02.28 06:46:48.713803 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_6_1} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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.28 06:46:48.713893 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_6_1} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1421 | 2025.02.28 06:46:48.714028 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1422 | 2025.02.28 06:46:48.847399 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1423 | 2025.02.28 06:46:48.867211 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1424 | 2025.02.28 06:46:48.867269 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1425 | 2025.02.28 06:46:48.874190 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1426 | 2025.02.28 06:46:48.874940 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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.28 06:46:48.875228 [ 83 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1428 | 2025.02.28 06:46:48.875296 [ 83 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1429 | 2025.02.28 06:46:48.875334 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1430 | 2025.02.28 06:46:48.875829 [ 195 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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.28 06:46:48.883622 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1432 | 2025.02.28 06:46:48.884984 [ 195 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1433 | 2025.02.28 06:46:48.885839 [ 195 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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.28 06:46:48.890608 [ 195 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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.28 06:46:48.895169 [ 195 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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.28 06:46:48.899773 [ 195 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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.28 06:46:48.909049 [ 195 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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.28 06:46:48.913484 [ 195 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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.28 06:46:48.974757 [ 194 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.09933395 sec., 463.0843734694935 rows/sec., 2.39 MiB/sec. | ||
| 1440 | 2025.02.28 06:46:48.977404 [ 194 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1441 | 2025.02.28 06:46:48.980424 [ 194 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_6_1} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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.28 06:46:48.980549 [ 194 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_6_1} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1443 | 2025.02.28 06:46:48.982880 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1444 | 2025.02.28 06:46:49.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.92 MiB, peak 169.45 MiB, free memory in arenas 0.00 B, will set to 163.52 MiB (RSS), difference: 3.60 MiB | ||
| 1445 | 2025.02.28 06:46:49.388117 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1446 | 2025.02.28 06:46:49.388326 [ 3 ] {edaf8ed6-4af2-451b-83c7-049c08f210dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1447 | 2025.02.28 06:46:49.388409 [ 3 ] {edaf8ed6-4af2-451b-83c7-049c08f210dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1448 | 2025.02.28 06:46:49.389270 [ 3 ] {edaf8ed6-4af2-451b-83c7-049c08f210dc} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1449 | 2025.02.28 06:46:49.389323 [ 3 ] {edaf8ed6-4af2-451b-83c7-049c08f210dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1450 | 2025.02.28 06:46:49.389798 [ 3 ] {edaf8ed6-4af2-451b-83c7-049c08f210dc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1451 | 2025.02.28 06:46:49.390062 [ 3 ] {edaf8ed6-4af2-451b-83c7-049c08f210dc} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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.28 06:46:49.390252 [ 81 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1453 | 2025.02.28 06:46:49.390318 [ 3 ] {edaf8ed6-4af2-451b-83c7-049c08f210dc} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002051 sec., 27303.754266211607 rows/sec., 2.10 MiB/sec. | ||
| 1454 | 2025.02.28 06:46:49.390343 [ 81 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1455 | 2025.02.28 06:46:49.390418 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1456 | 2025.02.28 06:46:49.390451 [ 3 ] {edaf8ed6-4af2-451b-83c7-049c08f210dc} <Debug> TCPHandler: Processed in 0.00247611 sec. | ||
| 1457 | 2025.02.28 06:46:49.390626 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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.28 06:46:49.390723 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1459 | 2025.02.28 06:46:49.390801 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1460 | 2025.02.28 06:46:49.390848 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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.28 06:46:49.390908 [ 4 ] {18fa62fa-ac36-49b8-a9c9-2f24c57ea4df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1462 | 2025.02.28 06:46:49.390981 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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.28 06:46:49.391043 [ 4 ] {18fa62fa-ac36-49b8-a9c9-2f24c57ea4df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1464 | 2025.02.28 06:46:49.391392 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 633 rows starting from the beginning of the part | ||
| 1465 | 2025.02.28 06:46:49.391893 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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.28 06:46:49.392317 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 633 rows starting from the beginning of the part | ||
| 1467 | 2025.02.28 06:46:49.392694 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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.28 06:46:49.393715 [ 4 ] {18fa62fa-ac36-49b8-a9c9-2f24c57ea4df} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1469 | 2025.02.28 06:46:49.393762 [ 4 ] {18fa62fa-ac36-49b8-a9c9-2f24c57ea4df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1470 | 2025.02.28 06:46:49.394455 [ 4 ] {18fa62fa-ac36-49b8-a9c9-2f24c57ea4df} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1471 | 2025.02.28 06:46:49.394807 [ 4 ] {18fa62fa-ac36-49b8-a9c9-2f24c57ea4df} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1472 | 2025.02.28 06:46:49.394872 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1490 rows, containing 5 columns (5 merged, 0 gathered) in 0.004324862 sec., 344519.66328636615 rows/sec., 28.31 MiB/sec. | ||
| 1473 | 2025.02.28 06:46:49.395053 [ 81 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1474 | 2025.02.28 06:46:49.395172 [ 81 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1475 | 2025.02.28 06:46:49.395244 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1476 | 2025.02.28 06:46:49.395242 [ 4 ] {18fa62fa-ac36-49b8-a9c9-2f24c57ea4df} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004362 sec., 14672.168729940393 rows/sec., 1.15 MiB/sec. | ||
| 1477 | 2025.02.28 06:46:49.395267 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1478 | 2025.02.28 06:46:49.395904 [ 4 ] {18fa62fa-ac36-49b8-a9c9-2f24c57ea4df} <Debug> TCPHandler: Processed in 0.005312383 sec. | ||
| 1479 | 2025.02.28 06:46:49.395942 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 1480 | 2025.02.28 06:46:49.396226 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1481 | 2025.02.28 06:46:49.396318 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1482 | 2025.02.28 06:46:49.396420 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 1483 | 2025.02.28 06:46:49.396517 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_6_1} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1484 | 2025.02.28 06:46:49.396617 [ 3 ] {7bf64bc6-48f5-4190-9243-0985880893ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1485 | 2025.02.28 06:46:49.396889 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 1486 | 2025.02.28 06:46:49.396929 [ 3 ] {7bf64bc6-48f5-4190-9243-0985880893ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1487 | 2025.02.28 06:46:49.396970 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_6_1} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1488 | 2025.02.28 06:46:49.397308 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 1489 | 2025.02.28 06:46:49.397401 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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.28 06:46:49.397726 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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.28 06:46:49.398137 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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.28 06:46:49.398474 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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.28 06:46:49.400157 [ 3 ] {7bf64bc6-48f5-4190-9243-0985880893ca} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1494 | 2025.02.28 06:46:49.400232 [ 3 ] {7bf64bc6-48f5-4190-9243-0985880893ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1495 | 2025.02.28 06:46:49.401222 [ 3 ] {7bf64bc6-48f5-4190-9243-0985880893ca} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1496 | 2025.02.28 06:46:49.401525 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1036 rows, containing 5 columns (5 merged, 0 gathered) in 0.006172403 sec., 167843.8689113462 rows/sec., 12.81 MiB/sec. | ||
| 1497 | 2025.02.28 06:46:49.401664 [ 3 ] {7bf64bc6-48f5-4190-9243-0985880893ca} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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.28 06:46:49.401827 [ 189 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1499 | 2025.02.28 06:46:49.401890 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1500 | 2025.02.28 06:46:49.401998 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1501 | 2025.02.28 06:46:49.402080 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1502 | 2025.02.28 06:46:49.402240 [ 3 ] {7bf64bc6-48f5-4190-9243-0985880893ca} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005728 sec., 27932.96089385475 rows/sec., 1.95 MiB/sec. | ||
| 1503 | 2025.02.28 06:46:49.402511 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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.28 06:46:49.402534 [ 3 ] {7bf64bc6-48f5-4190-9243-0985880893ca} <Debug> TCPHandler: Processed in 0.006480038 sec. | ||
| 1505 | 2025.02.28 06:46:49.402866 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1506 | 2025.02.28 06:46:49.402905 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1507 | 2025.02.28 06:46:49.402951 [ 189 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_6_1} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1508 | 2025.02.28 06:46:49.403004 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 1509 | 2025.02.28 06:46:49.403230 [ 4 ] {f1b935d9-8e0c-4268-8a5b-91697a77be9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1510 | 2025.02.28 06:46:49.403364 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 1511 | 2025.02.28 06:46:49.403455 [ 4 ] {f1b935d9-8e0c-4268-8a5b-91697a77be9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1512 | 2025.02.28 06:46:49.403803 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 1513 | 2025.02.28 06:46:49.403974 [ 189 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_6_1} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1514 | 2025.02.28 06:46:49.404210 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 1515 | 2025.02.28 06:46:49.404536 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 1516 | 2025.02.28 06:46:49.404847 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 1517 | 2025.02.28 06:46:49.405030 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 1518 | 2025.02.28 06:46:49.406522 [ 4 ] {f1b935d9-8e0c-4268-8a5b-91697a77be9c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1519 | 2025.02.28 06:46:49.406586 [ 4 ] {f1b935d9-8e0c-4268-8a5b-91697a77be9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1520 | 2025.02.28 06:46:49.407661 [ 4 ] {f1b935d9-8e0c-4268-8a5b-91697a77be9c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1521 | 2025.02.28 06:46:49.408035 [ 4 ] {f1b935d9-8e0c-4268-8a5b-91697a77be9c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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.28 06:46:49.408337 [ 81 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1523 | 2025.02.28 06:46:49.408464 [ 81 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1524 | 2025.02.28 06:46:49.408569 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1525 | 2025.02.28 06:46:49.408600 [ 4 ] {f1b935d9-8e0c-4268-8a5b-91697a77be9c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005494 sec., 10921.004732435385 rows/sec., 753.66 KiB/sec. | ||
| 1526 | 2025.02.28 06:46:49.409123 [ 4 ] {f1b935d9-8e0c-4268-8a5b-91697a77be9c} <Debug> TCPHandler: Processed in 0.006428607 sec. | ||
| 1527 | 2025.02.28 06:46:49.409229 [ 187 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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.28 06:46:49.409307 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1018 rows, containing 5 columns (5 merged, 0 gathered) in 0.007099785 sec., 143384.62361888424 rows/sec., 9.81 MiB/sec. | ||
| 1529 | 2025.02.28 06:46:49.409677 [ 187 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1530 | 2025.02.28 06:46:49.409715 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1531 | 2025.02.28 06:46:49.409743 [ 187 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
| 1532 | 2025.02.28 06:46:49.409969 [ 187 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 1533 | 2025.02.28 06:46:49.410365 [ 187 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 1534 | 2025.02.28 06:46:49.410577 [ 187 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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.28 06:46:49.410595 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1536 | 2025.02.28 06:46:49.410891 [ 187 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 1537 | 2025.02.28 06:46:49.410919 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1538 | 2025.02.28 06:46:49.411106 [ 187 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 1539 | 2025.02.28 06:46:49.411178 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 1540 | 2025.02.28 06:46:49.412279 [ 191 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 368 rows, containing 4 columns (4 merged, 0 gathered) in 0.003504772 sec., 104999.697555219 rows/sec., 6.89 MiB/sec. | ||
| 1541 | 2025.02.28 06:46:49.412430 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1542 | 2025.02.28 06:46:49.412727 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_6_1} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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.28 06:46:49.412799 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_6_1} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1544 | 2025.02.28 06:46:49.412877 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1545 | 2025.02.28 06:46:51.894781 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1546 | 2025.02.28 06:46:51.895155 [ 3 ] {578025b9-7910-44c1-bd57-3494775da352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) 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) | ||
| 1547 | 2025.02.28 06:46:51.895745 [ 3 ] {578025b9-7910-44c1-bd57-3494775da352} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1548 | 2025.02.28 06:46:51.895816 [ 3 ] {578025b9-7910-44c1-bd57-3494775da352} <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 | ||
| 1549 | 2025.02.28 06:46:51.896218 [ 3 ] {578025b9-7910-44c1-bd57-3494775da352} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1550 | 2025.02.28 06:46:51.896305 [ 3 ] {578025b9-7910-44c1-bd57-3494775da352} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1551 | 2025.02.28 06:46:51.896497 [ 3 ] {578025b9-7910-44c1-bd57-3494775da352} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1552 | 2025.02.28 06:46:51.896803 [ 288 ] {578025b9-7910-44c1-bd57-3494775da352} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1553 | 2025.02.28 06:46:51.896814 [ 287 ] {578025b9-7910-44c1-bd57-3494775da352} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1554 | 2025.02.28 06:46:51.896986 [ 3 ] {578025b9-7910-44c1-bd57-3494775da352} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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 | ||
| 1555 | 2025.02.28 06:46:51.897020 [ 3 ] {578025b9-7910-44c1-bd57-3494775da352} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1556 | 2025.02.28 06:46:51.901478 [ 3 ] {578025b9-7910-44c1-bd57-3494775da352} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1557 | 2025.02.28 06:46:51.901516 [ 3 ] {578025b9-7910-44c1-bd57-3494775da352} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1558 | 2025.02.28 06:46:51.901584 [ 3 ] {578025b9-7910-44c1-bd57-3494775da352} <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'))" | ||
| 1559 | 2025.02.28 06:46:51.901635 [ 3 ] {578025b9-7910-44c1-bd57-3494775da352} <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'))" | ||
| 1560 | 2025.02.28 06:46:51.903186 [ 3 ] {578025b9-7910-44c1-bd57-3494775da352} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.008217 sec., 3772.6664232688327 rows/sec., 142.38 KiB/sec. | ||
| 1561 | 2025.02.28 06:46:51.903350 [ 3 ] {578025b9-7910-44c1-bd57-3494775da352} <Debug> TCPHandler: Processed in 0.008768255 sec. | ||
| 1562 | 2025.02.28 06:46:51.903786 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1563 | 2025.02.28 06:46:51.904097 [ 4 ] {995c2119-2efe-4b89-9bfe-24a7c3aa1f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1564 | 2025.02.28 06:46:51.904640 [ 4 ] {995c2119-2efe-4b89-9bfe-24a7c3aa1f41} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1565 | 2025.02.28 06:46:51.904708 [ 4 ] {995c2119-2efe-4b89-9bfe-24a7c3aa1f41} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1566 | 2025.02.28 06:46:51.905166 [ 4 ] {995c2119-2efe-4b89-9bfe-24a7c3aa1f41} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1567 | 2025.02.28 06:46:51.905283 [ 4 ] {995c2119-2efe-4b89-9bfe-24a7c3aa1f41} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1568 | 2025.02.28 06:46:51.905517 [ 4 ] {995c2119-2efe-4b89-9bfe-24a7c3aa1f41} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1569 | 2025.02.28 06:46:51.905663 [ 289 ] {995c2119-2efe-4b89-9bfe-24a7c3aa1f41} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1570 | 2025.02.28 06:46:51.905681 [ 287 ] {995c2119-2efe-4b89-9bfe-24a7c3aa1f41} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1571 | 2025.02.28 06:46:51.905841 [ 4 ] {995c2119-2efe-4b89-9bfe-24a7c3aa1f41} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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 | ||
| 1572 | 2025.02.28 06:46:51.905880 [ 4 ] {995c2119-2efe-4b89-9bfe-24a7c3aa1f41} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1573 | 2025.02.28 06:46:51.906006 [ 4 ] {995c2119-2efe-4b89-9bfe-24a7c3aa1f41} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1574 | 2025.02.28 06:46:51.906040 [ 4 ] {995c2119-2efe-4b89-9bfe-24a7c3aa1f41} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1575 | 2025.02.28 06:46:51.906098 [ 4 ] {995c2119-2efe-4b89-9bfe-24a7c3aa1f41} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1576 | 2025.02.28 06:46:51.906169 [ 4 ] {995c2119-2efe-4b89-9bfe-24a7c3aa1f41} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1577 | 2025.02.28 06:46:51.907632 [ 4 ] {995c2119-2efe-4b89-9bfe-24a7c3aa1f41} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.00369 sec., 8401.084010840108 rows/sec., 317.05 KiB/sec. | ||
| 1578 | 2025.02.28 06:46:51.907841 [ 4 ] {995c2119-2efe-4b89-9bfe-24a7c3aa1f41} <Debug> TCPHandler: Processed in 0.004208861 sec. | ||
| 1579 | 2025.02.28 06:46:51.908140 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1580 | 2025.02.28 06:46:51.908359 [ 3 ] {c43cc7e5-f8a2-4735-975f-a1870adbb768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1581 | 2025.02.28 06:46:51.908748 [ 3 ] {c43cc7e5-f8a2-4735-975f-a1870adbb768} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1582 | 2025.02.28 06:46:51.908805 [ 3 ] {c43cc7e5-f8a2-4735-975f-a1870adbb768} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1583 | 2025.02.28 06:46:51.909173 [ 3 ] {c43cc7e5-f8a2-4735-975f-a1870adbb768} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1584 | 2025.02.28 06:46:51.909252 [ 3 ] {c43cc7e5-f8a2-4735-975f-a1870adbb768} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1585 | 2025.02.28 06:46:51.909437 [ 3 ] {c43cc7e5-f8a2-4735-975f-a1870adbb768} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1586 | 2025.02.28 06:46:51.909555 [ 288 ] {c43cc7e5-f8a2-4735-975f-a1870adbb768} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1587 | 2025.02.28 06:46:51.909572 [ 287 ] {c43cc7e5-f8a2-4735-975f-a1870adbb768} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1588 | 2025.02.28 06:46:51.909688 [ 3 ] {c43cc7e5-f8a2-4735-975f-a1870adbb768} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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 | ||
| 1589 | 2025.02.28 06:46:51.909722 [ 3 ] {c43cc7e5-f8a2-4735-975f-a1870adbb768} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1590 | 2025.02.28 06:46:51.909823 [ 3 ] {c43cc7e5-f8a2-4735-975f-a1870adbb768} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1591 | 2025.02.28 06:46:51.909861 [ 3 ] {c43cc7e5-f8a2-4735-975f-a1870adbb768} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1592 | 2025.02.28 06:46:51.909911 [ 3 ] {c43cc7e5-f8a2-4735-975f-a1870adbb768} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1593 | 2025.02.28 06:46:51.909972 [ 3 ] {c43cc7e5-f8a2-4735-975f-a1870adbb768} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1594 | 2025.02.28 06:46:51.911154 [ 3 ] {c43cc7e5-f8a2-4735-975f-a1870adbb768} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002902 sec., 10682.288077188146 rows/sec., 403.14 KiB/sec. | ||
| 1595 | 2025.02.28 06:46:51.911319 [ 3 ] {c43cc7e5-f8a2-4735-975f-a1870adbb768} <Debug> TCPHandler: Processed in 0.003244939 sec. | ||
| 1596 | 2025.02.28 06:46:51.911739 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1597 | 2025.02.28 06:46:51.911990 [ 4 ] {0475327a-44f2-43a0-b3e1-aea0e6d22c21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1598 | 2025.02.28 06:46:51.912408 [ 4 ] {0475327a-44f2-43a0-b3e1-aea0e6d22c21} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1599 | 2025.02.28 06:46:51.912464 [ 4 ] {0475327a-44f2-43a0-b3e1-aea0e6d22c21} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1600 | 2025.02.28 06:46:51.912857 [ 4 ] {0475327a-44f2-43a0-b3e1-aea0e6d22c21} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1601 | 2025.02.28 06:46:51.912949 [ 4 ] {0475327a-44f2-43a0-b3e1-aea0e6d22c21} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1602 | 2025.02.28 06:46:51.913137 [ 4 ] {0475327a-44f2-43a0-b3e1-aea0e6d22c21} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1603 | 2025.02.28 06:46:51.913275 [ 287 ] {0475327a-44f2-43a0-b3e1-aea0e6d22c21} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1604 | 2025.02.28 06:46:51.913290 [ 289 ] {0475327a-44f2-43a0-b3e1-aea0e6d22c21} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1605 | 2025.02.28 06:46:51.913433 [ 4 ] {0475327a-44f2-43a0-b3e1-aea0e6d22c21} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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 | ||
| 1606 | 2025.02.28 06:46:51.913467 [ 4 ] {0475327a-44f2-43a0-b3e1-aea0e6d22c21} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1607 | 2025.02.28 06:46:51.913570 [ 4 ] {0475327a-44f2-43a0-b3e1-aea0e6d22c21} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1608 | 2025.02.28 06:46:51.913600 [ 4 ] {0475327a-44f2-43a0-b3e1-aea0e6d22c21} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1609 | 2025.02.28 06:46:51.913650 [ 4 ] {0475327a-44f2-43a0-b3e1-aea0e6d22c21} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1610 | 2025.02.28 06:46:51.913708 [ 4 ] {0475327a-44f2-43a0-b3e1-aea0e6d22c21} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1611 | 2025.02.28 06:46:51.914903 [ 4 ] {0475327a-44f2-43a0-b3e1-aea0e6d22c21} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003046 sec., 10177.281680892975 rows/sec., 384.08 KiB/sec. | ||
| 1612 | 2025.02.28 06:46:51.915058 [ 4 ] {0475327a-44f2-43a0-b3e1-aea0e6d22c21} <Debug> TCPHandler: Processed in 0.0033933 sec. | ||
| 1613 | 2025.02.28 06:46:51.915362 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1614 | 2025.02.28 06:46:51.915600 [ 3 ] {3bd45582-d449-44bc-aa48-ea290465179d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1615 | 2025.02.28 06:46:51.916030 [ 3 ] {3bd45582-d449-44bc-aa48-ea290465179d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1616 | 2025.02.28 06:46:51.916096 [ 3 ] {3bd45582-d449-44bc-aa48-ea290465179d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1617 | 2025.02.28 06:46:51.916503 [ 3 ] {3bd45582-d449-44bc-aa48-ea290465179d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1618 | 2025.02.28 06:46:51.916595 [ 3 ] {3bd45582-d449-44bc-aa48-ea290465179d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1619 | 2025.02.28 06:46:51.916789 [ 3 ] {3bd45582-d449-44bc-aa48-ea290465179d} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1620 | 2025.02.28 06:46:51.916918 [ 287 ] {3bd45582-d449-44bc-aa48-ea290465179d} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1621 | 2025.02.28 06:46:51.916936 [ 288 ] {3bd45582-d449-44bc-aa48-ea290465179d} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1622 | 2025.02.28 06:46:51.917064 [ 3 ] {3bd45582-d449-44bc-aa48-ea290465179d} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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 | ||
| 1623 | 2025.02.28 06:46:51.917095 [ 3 ] {3bd45582-d449-44bc-aa48-ea290465179d} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1624 | 2025.02.28 06:46:51.917202 [ 3 ] {3bd45582-d449-44bc-aa48-ea290465179d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1625 | 2025.02.28 06:46:51.917228 [ 3 ] {3bd45582-d449-44bc-aa48-ea290465179d} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1626 | 2025.02.28 06:46:51.917284 [ 3 ] {3bd45582-d449-44bc-aa48-ea290465179d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1627 | 2025.02.28 06:46:51.917348 [ 3 ] {3bd45582-d449-44bc-aa48-ea290465179d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1628 | 2025.02.28 06:46:51.918561 [ 3 ] {3bd45582-d449-44bc-aa48-ea290465179d} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003075 sec., 10081.30081300813 rows/sec., 380.46 KiB/sec. | ||
| 1629 | 2025.02.28 06:46:51.918724 [ 3 ] {3bd45582-d449-44bc-aa48-ea290465179d} <Debug> TCPHandler: Processed in 0.003436851 sec. | ||
| 1630 | 2025.02.28 06:46:51.919103 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1631 | 2025.02.28 06:46:51.919348 [ 4 ] {9285bd0b-d478-4a0a-8e5d-8c493d9b0f62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1632 | 2025.02.28 06:46:51.919780 [ 4 ] {9285bd0b-d478-4a0a-8e5d-8c493d9b0f62} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1633 | 2025.02.28 06:46:51.919842 [ 4 ] {9285bd0b-d478-4a0a-8e5d-8c493d9b0f62} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1634 | 2025.02.28 06:46:51.920248 [ 4 ] {9285bd0b-d478-4a0a-8e5d-8c493d9b0f62} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1635 | 2025.02.28 06:46:51.920337 [ 4 ] {9285bd0b-d478-4a0a-8e5d-8c493d9b0f62} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1636 | 2025.02.28 06:46:51.920531 [ 4 ] {9285bd0b-d478-4a0a-8e5d-8c493d9b0f62} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1637 | 2025.02.28 06:46:51.920668 [ 289 ] {9285bd0b-d478-4a0a-8e5d-8c493d9b0f62} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1638 | 2025.02.28 06:46:51.920673 [ 287 ] {9285bd0b-d478-4a0a-8e5d-8c493d9b0f62} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1639 | 2025.02.28 06:46:51.920814 [ 4 ] {9285bd0b-d478-4a0a-8e5d-8c493d9b0f62} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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 | ||
| 1640 | 2025.02.28 06:46:51.920852 [ 4 ] {9285bd0b-d478-4a0a-8e5d-8c493d9b0f62} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1641 | 2025.02.28 06:46:51.920957 [ 4 ] {9285bd0b-d478-4a0a-8e5d-8c493d9b0f62} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1642 | 2025.02.28 06:46:51.920983 [ 4 ] {9285bd0b-d478-4a0a-8e5d-8c493d9b0f62} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1643 | 2025.02.28 06:46:51.921038 [ 4 ] {9285bd0b-d478-4a0a-8e5d-8c493d9b0f62} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1644 | 2025.02.28 06:46:51.921098 [ 4 ] {9285bd0b-d478-4a0a-8e5d-8c493d9b0f62} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1645 | 2025.02.28 06:46:51.922330 [ 4 ] {9285bd0b-d478-4a0a-8e5d-8c493d9b0f62} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003103 sec., 9990.33193683532 rows/sec., 377.03 KiB/sec. | ||
| 1646 | 2025.02.28 06:46:51.922498 [ 4 ] {9285bd0b-d478-4a0a-8e5d-8c493d9b0f62} <Debug> TCPHandler: Processed in 0.003466812 sec. | ||
| 1647 | 2025.02.28 06:46:52.039058 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1648 | 2025.02.28 06:46:52.039248 [ 3 ] {daf76f72-4322-421f-83db-03ca84588766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1649 | 2025.02.28 06:46:52.039330 [ 3 ] {daf76f72-4322-421f-83db-03ca84588766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1650 | 2025.02.28 06:46:52.040536 [ 3 ] {daf76f72-4322-421f-83db-03ca84588766} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1651 | 2025.02.28 06:46:52.040600 [ 3 ] {daf76f72-4322-421f-83db-03ca84588766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1652 | 2025.02.28 06:46:52.041423 [ 3 ] {daf76f72-4322-421f-83db-03ca84588766} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1653 | 2025.02.28 06:46:52.041802 [ 3 ] {daf76f72-4322-421f-83db-03ca84588766} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1654 | 2025.02.28 06:46:52.042216 [ 3 ] {daf76f72-4322-421f-83db-03ca84588766} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.003005 sec., 1996.6722129783695 rows/sec., 444.57 KiB/sec. | ||
| 1655 | 2025.02.28 06:46:52.042377 [ 3 ] {daf76f72-4322-421f-83db-03ca84588766} <Debug> TCPHandler: Processed in 0.003398961 sec. | ||
| 1656 | 2025.02.28 06:46:52.042631 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1657 | 2025.02.28 06:46:52.042839 [ 4 ] {ece2f9d2-a61a-41f7-8851-ebaf17219678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1658 | 2025.02.28 06:46:52.042926 [ 4 ] {ece2f9d2-a61a-41f7-8851-ebaf17219678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1659 | 2025.02.28 06:46:52.043874 [ 4 ] {ece2f9d2-a61a-41f7-8851-ebaf17219678} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1660 | 2025.02.28 06:46:52.043931 [ 4 ] {ece2f9d2-a61a-41f7-8851-ebaf17219678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1661 | 2025.02.28 06:46:52.044468 [ 4 ] {ece2f9d2-a61a-41f7-8851-ebaf17219678} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1662 | 2025.02.28 06:46:52.044771 [ 4 ] {ece2f9d2-a61a-41f7-8851-ebaf17219678} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1663 | 2025.02.28 06:46:52.045047 [ 4 ] {ece2f9d2-a61a-41f7-8851-ebaf17219678} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002272 sec., 93309.85915492957 rows/sec., 5.93 MiB/sec. | ||
| 1664 | 2025.02.28 06:46:52.045123 [ 4 ] {ece2f9d2-a61a-41f7-8851-ebaf17219678} <Debug> TCPHandler: Processed in 0.002587411 sec. | ||
| 1665 | 2025.02.28 06:46:52.045332 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1666 | 2025.02.28 06:46:52.045492 [ 3 ] {71a79e4b-de14-4a75-aac2-565d91031de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1667 | 2025.02.28 06:46:52.045566 [ 3 ] {71a79e4b-de14-4a75-aac2-565d91031de3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1668 | 2025.02.28 06:46:52.047380 [ 3 ] {71a79e4b-de14-4a75-aac2-565d91031de3} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1669 | 2025.02.28 06:46:52.047436 [ 3 ] {71a79e4b-de14-4a75-aac2-565d91031de3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1670 | 2025.02.28 06:46:52.048165 [ 3 ] {71a79e4b-de14-4a75-aac2-565d91031de3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1671 | 2025.02.28 06:46:52.048508 [ 3 ] {71a79e4b-de14-4a75-aac2-565d91031de3} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1672 | 2025.02.28 06:46:52.048795 [ 3 ] {71a79e4b-de14-4a75-aac2-565d91031de3} <Debug> executeQuery: Read 1773 rows, 147.54 KiB in 0.003339 sec., 530997.3045822103 rows/sec., 43.15 MiB/sec. | ||
| 1673 | 2025.02.28 06:46:52.048877 [ 3 ] {71a79e4b-de14-4a75-aac2-565d91031de3} <Debug> TCPHandler: Processed in 0.003626114 sec. | ||
| 1674 | 2025.02.28 06:46:52.049078 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1675 | 2025.02.28 06:46:52.049240 [ 4 ] {44ef1c78-00e2-4d10-ba1f-9151e9bb4e16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1676 | 2025.02.28 06:46:52.049310 [ 4 ] {44ef1c78-00e2-4d10-ba1f-9151e9bb4e16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1677 | 2025.02.28 06:46:52.050217 [ 4 ] {44ef1c78-00e2-4d10-ba1f-9151e9bb4e16} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1678 | 2025.02.28 06:46:52.050273 [ 4 ] {44ef1c78-00e2-4d10-ba1f-9151e9bb4e16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1679 | 2025.02.28 06:46:52.050771 [ 4 ] {44ef1c78-00e2-4d10-ba1f-9151e9bb4e16} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1680 | 2025.02.28 06:46:52.051088 [ 4 ] {44ef1c78-00e2-4d10-ba1f-9151e9bb4e16} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1681 | 2025.02.28 06:46:52.051319 [ 4 ] {44ef1c78-00e2-4d10-ba1f-9151e9bb4e16} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.002114 sec., 53926.206244087036 rows/sec., 3.23 MiB/sec. | ||
| 1682 | 2025.02.28 06:46:52.051390 [ 4 ] {44ef1c78-00e2-4d10-ba1f-9151e9bb4e16} <Debug> TCPHandler: Processed in 0.002390309 sec. | ||
| 1683 | 2025.02.28 06:46:52.051620 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1684 | 2025.02.28 06:46:52.051805 [ 3 ] {0cdbd4a4-acc0-4cff-9fc8-0be22bb48875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1685 | 2025.02.28 06:46:52.051882 [ 3 ] {0cdbd4a4-acc0-4cff-9fc8-0be22bb48875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1686 | 2025.02.28 06:46:52.052795 [ 3 ] {0cdbd4a4-acc0-4cff-9fc8-0be22bb48875} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1687 | 2025.02.28 06:46:52.052849 [ 3 ] {0cdbd4a4-acc0-4cff-9fc8-0be22bb48875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1688 | 2025.02.28 06:46:52.053336 [ 3 ] {0cdbd4a4-acc0-4cff-9fc8-0be22bb48875} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1689 | 2025.02.28 06:46:52.053663 [ 3 ] {0cdbd4a4-acc0-4cff-9fc8-0be22bb48875} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1690 | 2025.02.28 06:46:52.053992 [ 3 ] {0cdbd4a4-acc0-4cff-9fc8-0be22bb48875} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.002204 sec., 154718.69328493648 rows/sec., 10.32 MiB/sec. | ||
| 1691 | 2025.02.28 06:46:52.054139 [ 3 ] {0cdbd4a4-acc0-4cff-9fc8-0be22bb48875} <Debug> TCPHandler: Processed in 0.002623591 sec. | ||
| 1692 | 2025.02.28 06:46:52.054346 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1693 | 2025.02.28 06:46:52.054537 [ 4 ] {877be242-423d-4130-b686-b825d0f27bd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1694 | 2025.02.28 06:46:52.054619 [ 4 ] {877be242-423d-4130-b686-b825d0f27bd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1695 | 2025.02.28 06:46:52.055524 [ 4 ] {877be242-423d-4130-b686-b825d0f27bd7} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1696 | 2025.02.28 06:46:52.055572 [ 4 ] {877be242-423d-4130-b686-b825d0f27bd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1697 | 2025.02.28 06:46:52.056039 [ 4 ] {877be242-423d-4130-b686-b825d0f27bd7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1698 | 2025.02.28 06:46:52.056354 [ 4 ] {877be242-423d-4130-b686-b825d0f27bd7} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1699 | 2025.02.28 06:46:52.056657 [ 4 ] {877be242-423d-4130-b686-b825d0f27bd7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002146 sec., 52190.1211556384 rows/sec., 2.97 MiB/sec. | ||
| 1700 | 2025.02.28 06:46:52.056744 [ 4 ] {877be242-423d-4130-b686-b825d0f27bd7} <Debug> TCPHandler: Processed in 0.00249176 sec. | ||
| 1701 | 2025.02.28 06:46:52.056946 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1702 | 2025.02.28 06:46:52.057136 [ 3 ] {683ecee3-430a-478b-a953-4b971f894ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1703 | 2025.02.28 06:46:52.057214 [ 3 ] {683ecee3-430a-478b-a953-4b971f894ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1704 | 2025.02.28 06:46:52.058429 [ 3 ] {683ecee3-430a-478b-a953-4b971f894ccb} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1705 | 2025.02.28 06:46:52.058483 [ 3 ] {683ecee3-430a-478b-a953-4b971f894ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1706 | 2025.02.28 06:46:52.060114 [ 3 ] {683ecee3-430a-478b-a953-4b971f894ccb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1707 | 2025.02.28 06:46:52.060453 [ 3 ] {683ecee3-430a-478b-a953-4b971f894ccb} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1708 | 2025.02.28 06:46:52.060730 [ 3 ] {683ecee3-430a-478b-a953-4b971f894ccb} <Debug> executeQuery: Read 846 rows, 62.51 KiB in 0.003639 sec., 232481.45094806267 rows/sec., 16.78 MiB/sec. | ||
| 1709 | 2025.02.28 06:46:52.060801 [ 3 ] {683ecee3-430a-478b-a953-4b971f894ccb} <Debug> TCPHandler: Processed in 0.003941467 sec. | ||
| 1710 | 2025.02.28 06:46:52.061012 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1711 | 2025.02.28 06:46:52.061181 [ 4 ] {2a258ea7-f632-436c-a7df-2cda2bf79305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1712 | 2025.02.28 06:46:52.061258 [ 4 ] {2a258ea7-f632-436c-a7df-2cda2bf79305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1713 | 2025.02.28 06:46:52.061960 [ 4 ] {2a258ea7-f632-436c-a7df-2cda2bf79305} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1714 | 2025.02.28 06:46:52.062022 [ 4 ] {2a258ea7-f632-436c-a7df-2cda2bf79305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1715 | 2025.02.28 06:46:52.062476 [ 4 ] {2a258ea7-f632-436c-a7df-2cda2bf79305} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1716 | 2025.02.28 06:46:52.062775 [ 4 ] {2a258ea7-f632-436c-a7df-2cda2bf79305} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1717 | 2025.02.28 06:46:52.063012 [ 4 ] {2a258ea7-f632-436c-a7df-2cda2bf79305} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001864 sec., 3218.8841201716737 rows/sec., 168.17 KiB/sec. | ||
| 1718 | 2025.02.28 06:46:52.063079 [ 4 ] {2a258ea7-f632-436c-a7df-2cda2bf79305} <Debug> TCPHandler: Processed in 0.002149876 sec. | ||
| 1719 | 2025.02.28 06:46:52.063258 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1720 | 2025.02.28 06:46:52.063435 [ 3 ] {28b96be1-9369-4405-8782-f6895e8b526b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1721 | 2025.02.28 06:46:52.063512 [ 3 ] {28b96be1-9369-4405-8782-f6895e8b526b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1722 | 2025.02.28 06:46:52.064981 [ 3 ] {28b96be1-9369-4405-8782-f6895e8b526b} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1723 | 2025.02.28 06:46:52.065025 [ 3 ] {28b96be1-9369-4405-8782-f6895e8b526b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1724 | 2025.02.28 06:46:52.065700 [ 3 ] {28b96be1-9369-4405-8782-f6895e8b526b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1725 | 2025.02.28 06:46:52.065997 [ 3 ] {28b96be1-9369-4405-8782-f6895e8b526b} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1726 | 2025.02.28 06:46:52.066288 [ 3 ] {28b96be1-9369-4405-8782-f6895e8b526b} <Debug> executeQuery: Read 2375 rows, 162.23 KiB in 0.002885 sec., 823223.5701906412 rows/sec., 54.91 MiB/sec. | ||
| 1727 | 2025.02.28 06:46:52.066430 [ 3 ] {28b96be1-9369-4405-8782-f6895e8b526b} <Debug> TCPHandler: Processed in 0.003254409 sec. | ||
| 1728 | 2025.02.28 06:46:52.066609 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1729 | 2025.02.28 06:46:52.066769 [ 4 ] {a2de7455-f47c-45a2-b119-eff06cb172b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1730 | 2025.02.28 06:46:52.066842 [ 4 ] {a2de7455-f47c-45a2-b119-eff06cb172b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1731 | 2025.02.28 06:46:52.067416 [ 4 ] {a2de7455-f47c-45a2-b119-eff06cb172b2} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1732 | 2025.02.28 06:46:52.067462 [ 4 ] {a2de7455-f47c-45a2-b119-eff06cb172b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1733 | 2025.02.28 06:46:52.067894 [ 4 ] {a2de7455-f47c-45a2-b119-eff06cb172b2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1734 | 2025.02.28 06:46:52.068176 [ 4 ] {a2de7455-f47c-45a2-b119-eff06cb172b2} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1735 | 2025.02.28 06:46:52.068418 [ 4 ] {a2de7455-f47c-45a2-b119-eff06cb172b2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001677 sec., 596.3029218843172 rows/sec., 40.18 KiB/sec. | ||
| 1736 | 2025.02.28 06:46:52.068553 [ 4 ] {a2de7455-f47c-45a2-b119-eff06cb172b2} <Debug> TCPHandler: Processed in 0.002019894 sec. | ||
| 1737 | 2025.02.28 06:46:52.068730 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1738 | 2025.02.28 06:46:52.068873 [ 3 ] {45a1e6bd-0de2-4458-a550-644010d44364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1739 | 2025.02.28 06:46:52.068967 [ 3 ] {45a1e6bd-0de2-4458-a550-644010d44364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1740 | 2025.02.28 06:46:52.070174 [ 3 ] {45a1e6bd-0de2-4458-a550-644010d44364} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1741 | 2025.02.28 06:46:52.070217 [ 3 ] {45a1e6bd-0de2-4458-a550-644010d44364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1742 | 2025.02.28 06:46:52.070901 [ 3 ] {45a1e6bd-0de2-4458-a550-644010d44364} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1743 | 2025.02.28 06:46:52.071199 [ 3 ] {45a1e6bd-0de2-4458-a550-644010d44364} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1744 | 2025.02.28 06:46:52.071458 [ 3 ] {45a1e6bd-0de2-4458-a550-644010d44364} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002615 sec., 3059.273422562141 rows/sec., 5.48 MiB/sec. | ||
| 1745 | 2025.02.28 06:46:52.071577 [ 3 ] {45a1e6bd-0de2-4458-a550-644010d44364} <Debug> TCPHandler: Processed in 0.002915675 sec. | ||
| 1746 | 2025.02.28 06:46:52.071744 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1747 | 2025.02.28 06:46:52.071879 [ 4 ] {d01fb3f5-1710-44fc-b1c9-0bae5bdec440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1748 | 2025.02.28 06:46:52.071938 [ 4 ] {d01fb3f5-1710-44fc-b1c9-0bae5bdec440} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1749 | 2025.02.28 06:46:52.072505 [ 4 ] {d01fb3f5-1710-44fc-b1c9-0bae5bdec440} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1750 | 2025.02.28 06:46:52.072551 [ 4 ] {d01fb3f5-1710-44fc-b1c9-0bae5bdec440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1751 | 2025.02.28 06:46:52.072967 [ 4 ] {d01fb3f5-1710-44fc-b1c9-0bae5bdec440} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1752 | 2025.02.28 06:46:52.073248 [ 4 ] {d01fb3f5-1710-44fc-b1c9-0bae5bdec440} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1753 | 2025.02.28 06:46:52.073440 [ 4 ] {d01fb3f5-1710-44fc-b1c9-0bae5bdec440} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001589 sec., 36500.943989930776 rows/sec., 2.26 MiB/sec. | ||
| 1754 | 2025.02.28 06:46:52.073497 [ 4 ] {d01fb3f5-1710-44fc-b1c9-0bae5bdec440} <Debug> TCPHandler: Processed in 0.001815851 sec. | ||
| 1755 | 2025.02.28 06:46:53.675706 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 266 | ||
| 1756 | 2025.02.28 06:46:53.679427 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1757 | 2025.02.28 06:46:53.679475 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1758 | 2025.02.28 06:46:53.681040 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1759 | 2025.02.28 06:46:53.681346 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1760 | 2025.02.28 06:46:53.682060 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 266 | ||
| 1761 | 2025.02.28 06:46:54.383558 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1762 | 2025.02.28 06:46:54.383752 [ 3 ] {6c07293b-af1d-4d47-bb2d-42459abf908f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1763 | 2025.02.28 06:46:54.383826 [ 3 ] {6c07293b-af1d-4d47-bb2d-42459abf908f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1764 | 2025.02.28 06:46:54.384600 [ 3 ] {6c07293b-af1d-4d47-bb2d-42459abf908f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1765 | 2025.02.28 06:46:54.384651 [ 3 ] {6c07293b-af1d-4d47-bb2d-42459abf908f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1766 | 2025.02.28 06:46:54.385084 [ 3 ] {6c07293b-af1d-4d47-bb2d-42459abf908f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1767 | 2025.02.28 06:46:54.385346 [ 3 ] {6c07293b-af1d-4d47-bb2d-42459abf908f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1768 | 2025.02.28 06:46:54.385577 [ 3 ] {6c07293b-af1d-4d47-bb2d-42459abf908f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001879 sec., 29803.086748270358 rows/sec., 2.29 MiB/sec. | ||
| 1769 | 2025.02.28 06:46:54.385632 [ 3 ] {6c07293b-af1d-4d47-bb2d-42459abf908f} <Debug> TCPHandler: Processed in 0.002214017 sec. | ||
| 1770 | 2025.02.28 06:46:54.385905 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1771 | 2025.02.28 06:46:54.386123 [ 4 ] {04bc9077-e617-44a2-b688-1a4aa15ab1f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1772 | 2025.02.28 06:46:54.386199 [ 4 ] {04bc9077-e617-44a2-b688-1a4aa15ab1f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1773 | 2025.02.28 06:46:54.386985 [ 4 ] {04bc9077-e617-44a2-b688-1a4aa15ab1f7} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1774 | 2025.02.28 06:46:54.387037 [ 4 ] {04bc9077-e617-44a2-b688-1a4aa15ab1f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1775 | 2025.02.28 06:46:54.387485 [ 4 ] {04bc9077-e617-44a2-b688-1a4aa15ab1f7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1776 | 2025.02.28 06:46:54.387754 [ 4 ] {04bc9077-e617-44a2-b688-1a4aa15ab1f7} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1777 | 2025.02.28 06:46:54.387992 [ 4 ] {04bc9077-e617-44a2-b688-1a4aa15ab1f7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001927 sec., 33212.24701608718 rows/sec., 2.59 MiB/sec. | ||
| 1778 | 2025.02.28 06:46:54.388088 [ 4 ] {04bc9077-e617-44a2-b688-1a4aa15ab1f7} <Debug> TCPHandler: Processed in 0.002325678 sec. | ||
| 1779 | 2025.02.28 06:46:54.388237 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1780 | 2025.02.28 06:46:54.388361 [ 3 ] {5693d22a-07d4-410b-bf21-eea0d8bddf9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1781 | 2025.02.28 06:46:54.388415 [ 3 ] {5693d22a-07d4-410b-bf21-eea0d8bddf9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1782 | 2025.02.28 06:46:54.389002 [ 3 ] {5693d22a-07d4-410b-bf21-eea0d8bddf9e} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1783 | 2025.02.28 06:46:54.389043 [ 3 ] {5693d22a-07d4-410b-bf21-eea0d8bddf9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1784 | 2025.02.28 06:46:54.389460 [ 3 ] {5693d22a-07d4-410b-bf21-eea0d8bddf9e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1785 | 2025.02.28 06:46:54.389705 [ 3 ] {5693d22a-07d4-410b-bf21-eea0d8bddf9e} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1786 | 2025.02.28 06:46:54.389948 [ 3 ] {5693d22a-07d4-410b-bf21-eea0d8bddf9e} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001613 sec., 39677.619342839425 rows/sec., 2.76 MiB/sec. | ||
| 1787 | 2025.02.28 06:46:54.390000 [ 3 ] {5693d22a-07d4-410b-bf21-eea0d8bddf9e} <Debug> TCPHandler: Processed in 0.001819782 sec. | ||
| 1788 | 2025.02.28 06:46:54.390164 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1789 | 2025.02.28 06:46:54.390294 [ 4 ] {4edff78e-4e4f-436d-9be6-2825033d4e83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1790 | 2025.02.28 06:46:54.390351 [ 4 ] {4edff78e-4e4f-436d-9be6-2825033d4e83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1791 | 2025.02.28 06:46:54.390860 [ 4 ] {4edff78e-4e4f-436d-9be6-2825033d4e83} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1792 | 2025.02.28 06:46:54.390903 [ 4 ] {4edff78e-4e4f-436d-9be6-2825033d4e83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1793 | 2025.02.28 06:46:54.391295 [ 4 ] {4edff78e-4e4f-436d-9be6-2825033d4e83} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1794 | 2025.02.28 06:46:54.391544 [ 4 ] {4edff78e-4e4f-436d-9be6-2825033d4e83} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1795 | 2025.02.28 06:46:54.391755 [ 4 ] {4edff78e-4e4f-436d-9be6-2825033d4e83} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001493 sec., 16075.016744809109 rows/sec., 1.08 MiB/sec. | ||
| 1796 | 2025.02.28 06:46:54.391812 [ 4 ] {4edff78e-4e4f-436d-9be6-2825033d4e83} <Debug> TCPHandler: Processed in 0.001708311 sec. | ||
| 1797 | 2025.02.28 06:46:56.188302 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294 | ||
| 1798 | 2025.02.28 06:46:56.189021 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1799 | 2025.02.28 06:46:56.189074 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1800 | 2025.02.28 06:46:56.189732 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1801 | 2025.02.28 06:46:56.190045 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1802 | 2025.02.28 06:46:56.190264 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 | ||
| 1803 | 2025.02.28 06:46:56.383761 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1804 | 2025.02.28 06:46:56.403192 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1805 | 2025.02.28 06:46:56.403257 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1806 | 2025.02.28 06:46:56.410137 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1807 | 2025.02.28 06:46:56.410875 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1808 | 2025.02.28 06:46:56.413770 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1809 | 2025.02.28 06:46:57.000231 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.81 MiB, peak 169.45 MiB, free memory in arenas 0.00 B, will set to 165.88 MiB (RSS), difference: 1.07 MiB | ||
| 1810 | 2025.02.28 06:46:59.388152 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1811 | 2025.02.28 06:46:59.388370 [ 3 ] {b06aa74d-81ae-4904-9177-c07dedca32cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1812 | 2025.02.28 06:46:59.388451 [ 3 ] {b06aa74d-81ae-4904-9177-c07dedca32cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1813 | 2025.02.28 06:46:59.389329 [ 3 ] {b06aa74d-81ae-4904-9177-c07dedca32cc} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1814 | 2025.02.28 06:46:59.389375 [ 3 ] {b06aa74d-81ae-4904-9177-c07dedca32cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1815 | 2025.02.28 06:46:59.389813 [ 3 ] {b06aa74d-81ae-4904-9177-c07dedca32cc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1816 | 2025.02.28 06:46:59.390084 [ 3 ] {b06aa74d-81ae-4904-9177-c07dedca32cc} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1817 | 2025.02.28 06:46:59.390344 [ 3 ] {b06aa74d-81ae-4904-9177-c07dedca32cc} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002029 sec., 27599.80285855101 rows/sec., 2.12 MiB/sec. | ||
| 1818 | 2025.02.28 06:46:59.390427 [ 3 ] {b06aa74d-81ae-4904-9177-c07dedca32cc} <Debug> TCPHandler: Processed in 0.002411118 sec. | ||
| 1819 | 2025.02.28 06:46:59.390703 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1820 | 2025.02.28 06:46:59.390923 [ 4 ] {b14c210f-f94f-4d7e-bfde-f3f5611aa307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1821 | 2025.02.28 06:46:59.391011 [ 4 ] {b14c210f-f94f-4d7e-bfde-f3f5611aa307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1822 | 2025.02.28 06:46:59.391821 [ 4 ] {b14c210f-f94f-4d7e-bfde-f3f5611aa307} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1823 | 2025.02.28 06:46:59.391875 [ 4 ] {b14c210f-f94f-4d7e-bfde-f3f5611aa307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1824 | 2025.02.28 06:46:59.392309 [ 4 ] {b14c210f-f94f-4d7e-bfde-f3f5611aa307} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1825 | 2025.02.28 06:46:59.392567 [ 4 ] {b14c210f-f94f-4d7e-bfde-f3f5611aa307} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1826 | 2025.02.28 06:46:59.392807 [ 4 ] {b14c210f-f94f-4d7e-bfde-f3f5611aa307} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001943 sec., 32938.75450334534 rows/sec., 2.57 MiB/sec. | ||
| 1827 | 2025.02.28 06:46:59.392873 [ 4 ] {b14c210f-f94f-4d7e-bfde-f3f5611aa307} <Debug> TCPHandler: Processed in 0.002318448 sec. | ||
| 1828 | 2025.02.28 06:46:59.393038 [ 3 ] {} <Trace> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1829 | 2025.02.28 06:46:59.393181 [ 3 ] {0d5454c7-eb45-4562-b15d-007a7a71b31f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58353) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1830 | 2025.02.28 06:46:59.393244 [ 3 ] {0d5454c7-eb45-4562-b15d-007a7a71b31f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1831 | 2025.02.28 06:46:59.393933 [ 3 ] {0d5454c7-eb45-4562-b15d-007a7a71b31f} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1832 | 2025.02.28 06:46:59.393980 [ 3 ] {0d5454c7-eb45-4562-b15d-007a7a71b31f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1833 | 2025.02.28 06:46:59.394418 [ 3 ] {0d5454c7-eb45-4562-b15d-007a7a71b31f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1834 | 2025.02.28 06:46:59.394666 [ 3 ] {0d5454c7-eb45-4562-b15d-007a7a71b31f} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1835 | 2025.02.28 06:46:59.394872 [ 3 ] {0d5454c7-eb45-4562-b15d-007a7a71b31f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001723 sec., 92861.28845037725 rows/sec., 6.47 MiB/sec. | ||
| 1836 | 2025.02.28 06:46:59.394923 [ 3 ] {0d5454c7-eb45-4562-b15d-007a7a71b31f} <Debug> TCPHandler: Processed in 0.001955303 sec. | ||
| 1837 | 2025.02.28 06:46:59.395091 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1838 | 2025.02.28 06:46:59.395216 [ 4 ] {816855d3-8a0d-47cc-8ec6-4249a1bed01f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1839 | 2025.02.28 06:46:59.395275 [ 4 ] {816855d3-8a0d-47cc-8ec6-4249a1bed01f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1840 | 2025.02.28 06:46:59.395872 [ 4 ] {816855d3-8a0d-47cc-8ec6-4249a1bed01f} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1841 | 2025.02.28 06:46:59.395919 [ 4 ] {816855d3-8a0d-47cc-8ec6-4249a1bed01f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1842 | 2025.02.28 06:46:59.396364 [ 4 ] {816855d3-8a0d-47cc-8ec6-4249a1bed01f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1843 | 2025.02.28 06:46:59.396598 [ 4 ] {816855d3-8a0d-47cc-8ec6-4249a1bed01f} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1844 | 2025.02.28 06:46:59.396881 [ 4 ] {816855d3-8a0d-47cc-8ec6-4249a1bed01f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001676 sec., 35799.522673031024 rows/sec., 2.41 MiB/sec. | ||
| 1845 | 2025.02.28 06:46:59.397020 [ 4 ] {816855d3-8a0d-47cc-8ec6-4249a1bed01f} <Debug> TCPHandler: Processed in 0.001988293 sec. | ||
| 1846 | 2025.02.28 06:47:03.618403 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1847 | 2025.02.28 06:47:03.618475 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1848 | 2025.02.28 06:47:03.682503 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 282 | ||
| 1849 | 2025.02.28 06:47:03.685274 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1850 | 2025.02.28 06:47:03.685319 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1851 | 2025.02.28 06:47:03.686820 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1852 | 2025.02.28 06:47:03.687124 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1853 | 2025.02.28 06:47:03.687707 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 282 | ||
| 1854 | 2025.02.28 06:47:03.690510 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721 | ||
| 1855 | 2025.02.28 06:47:03.691635 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1856 | 2025.02.28 06:47:03.691719 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1857 | 2025.02.28 06:47:03.692340 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1858 | 2025.02.28 06:47:03.692628 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1859 | 2025.02.28 06:47:03.692798 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1860 | 2025.02.28 06:47:03.850010 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1861 | 2025.02.28 06:47:03.850096 [ 3 ] {} <Debug> TCP-Session: af345517-31f0-4415-865e-c6076c3286f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1862 | 2025.02.28 06:47:03.913924 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1863 | 2025.02.28 06:47:03.933409 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1864 | 2025.02.28 06:47:03.933480 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1865 | 2025.02.28 06:47:03.940654 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1866 | 2025.02.28 06:47:03.941481 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1867 | 2025.02.28 06:47:03.944911 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1868 | 2025.02.28 06:47:04.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.41 MiB, peak 170.07 MiB, free memory in arenas 0.00 B, will set to 166.59 MiB (RSS), difference: 2.18 MiB | ||
| 1869 | 2025.02.28 06:47:04.392642 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1870 | 2025.02.28 06:47:04.392954 [ 4 ] {8ca5ed22-7a82-46a4-9bc9-ebdf65e8f4e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1871 | 2025.02.28 06:47:04.393466 [ 4 ] {8ca5ed22-7a82-46a4-9bc9-ebdf65e8f4e2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1872 | 2025.02.28 06:47:04.393524 [ 4 ] {8ca5ed22-7a82-46a4-9bc9-ebdf65e8f4e2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1873 | 2025.02.28 06:47:04.393906 [ 4 ] {8ca5ed22-7a82-46a4-9bc9-ebdf65e8f4e2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1874 | 2025.02.28 06:47:04.393996 [ 4 ] {8ca5ed22-7a82-46a4-9bc9-ebdf65e8f4e2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1875 | 2025.02.28 06:47:04.394176 [ 4 ] {8ca5ed22-7a82-46a4-9bc9-ebdf65e8f4e2} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1876 | 2025.02.28 06:47:04.394304 [ 288 ] {8ca5ed22-7a82-46a4-9bc9-ebdf65e8f4e2} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1877 | 2025.02.28 06:47:04.394389 [ 289 ] {8ca5ed22-7a82-46a4-9bc9-ebdf65e8f4e2} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1878 | 2025.02.28 06:47:04.394399 [ 287 ] {8ca5ed22-7a82-46a4-9bc9-ebdf65e8f4e2} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1879 | 2025.02.28 06:47:04.394575 [ 4 ] {8ca5ed22-7a82-46a4-9bc9-ebdf65e8f4e2} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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 | ||
| 1880 | 2025.02.28 06:47:04.394607 [ 4 ] {8ca5ed22-7a82-46a4-9bc9-ebdf65e8f4e2} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1881 | 2025.02.28 06:47:04.394734 [ 4 ] {8ca5ed22-7a82-46a4-9bc9-ebdf65e8f4e2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1882 | 2025.02.28 06:47:04.394759 [ 4 ] {8ca5ed22-7a82-46a4-9bc9-ebdf65e8f4e2} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1883 | 2025.02.28 06:47:04.394805 [ 4 ] {8ca5ed22-7a82-46a4-9bc9-ebdf65e8f4e2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1884 | 2025.02.28 06:47:04.394856 [ 4 ] {8ca5ed22-7a82-46a4-9bc9-ebdf65e8f4e2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1885 | 2025.02.28 06:47:04.394902 [ 4 ] {8ca5ed22-7a82-46a4-9bc9-ebdf65e8f4e2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1886 | 2025.02.28 06:47:04.396815 [ 4 ] {8ca5ed22-7a82-46a4-9bc9-ebdf65e8f4e2} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.004007 sec., 9233.840778637385 rows/sec., 346.07 KiB/sec. | ||
| 1887 | 2025.02.28 06:47:04.397018 [ 4 ] {8ca5ed22-7a82-46a4-9bc9-ebdf65e8f4e2} <Debug> TCPHandler: Processed in 0.004523494 sec. | ||
| 1888 | 2025.02.28 06:47:04.397462 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1889 | 2025.02.28 06:47:04.397742 [ 255 ] {0c6ca2f3-3ecb-4f8a-b675-8c14465c3c32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1890 | 2025.02.28 06:47:04.398290 [ 255 ] {0c6ca2f3-3ecb-4f8a-b675-8c14465c3c32} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1891 | 2025.02.28 06:47:04.398356 [ 255 ] {0c6ca2f3-3ecb-4f8a-b675-8c14465c3c32} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1892 | 2025.02.28 06:47:04.398740 [ 255 ] {0c6ca2f3-3ecb-4f8a-b675-8c14465c3c32} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1893 | 2025.02.28 06:47:04.398818 [ 255 ] {0c6ca2f3-3ecb-4f8a-b675-8c14465c3c32} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1894 | 2025.02.28 06:47:04.399000 [ 255 ] {0c6ca2f3-3ecb-4f8a-b675-8c14465c3c32} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1895 | 2025.02.28 06:47:04.399169 [ 287 ] {0c6ca2f3-3ecb-4f8a-b675-8c14465c3c32} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1896 | 2025.02.28 06:47:04.399201 [ 289 ] {0c6ca2f3-3ecb-4f8a-b675-8c14465c3c32} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1897 | 2025.02.28 06:47:04.399194 [ 291 ] {0c6ca2f3-3ecb-4f8a-b675-8c14465c3c32} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1898 | 2025.02.28 06:47:04.399370 [ 255 ] {0c6ca2f3-3ecb-4f8a-b675-8c14465c3c32} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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 | ||
| 1899 | 2025.02.28 06:47:04.399401 [ 255 ] {0c6ca2f3-3ecb-4f8a-b675-8c14465c3c32} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1900 | 2025.02.28 06:47:04.399520 [ 255 ] {0c6ca2f3-3ecb-4f8a-b675-8c14465c3c32} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1901 | 2025.02.28 06:47:04.399546 [ 255 ] {0c6ca2f3-3ecb-4f8a-b675-8c14465c3c32} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1902 | 2025.02.28 06:47:04.399590 [ 255 ] {0c6ca2f3-3ecb-4f8a-b675-8c14465c3c32} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1903 | 2025.02.28 06:47:04.399643 [ 255 ] {0c6ca2f3-3ecb-4f8a-b675-8c14465c3c32} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1904 | 2025.02.28 06:47:04.399691 [ 255 ] {0c6ca2f3-3ecb-4f8a-b675-8c14465c3c32} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1905 | 2025.02.28 06:47:04.401116 [ 255 ] {0c6ca2f3-3ecb-4f8a-b675-8c14465c3c32} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003515 sec., 10526.315789473685 rows/sec., 394.51 KiB/sec. | ||
| 1906 | 2025.02.28 06:47:04.401318 [ 255 ] {0c6ca2f3-3ecb-4f8a-b675-8c14465c3c32} <Debug> TCPHandler: Processed in 0.004010738 sec. | ||
| 1907 | 2025.02.28 06:47:04.401622 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1908 | 2025.02.28 06:47:04.401829 [ 4 ] {bf28fb3a-2e09-4753-b202-64fd25dfbeb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1909 | 2025.02.28 06:47:04.402198 [ 4 ] {bf28fb3a-2e09-4753-b202-64fd25dfbeb2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1910 | 2025.02.28 06:47:04.402252 [ 4 ] {bf28fb3a-2e09-4753-b202-64fd25dfbeb2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1911 | 2025.02.28 06:47:04.402596 [ 4 ] {bf28fb3a-2e09-4753-b202-64fd25dfbeb2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1912 | 2025.02.28 06:47:04.402666 [ 4 ] {bf28fb3a-2e09-4753-b202-64fd25dfbeb2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1913 | 2025.02.28 06:47:04.402825 [ 4 ] {bf28fb3a-2e09-4753-b202-64fd25dfbeb2} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1914 | 2025.02.28 06:47:04.402962 [ 288 ] {bf28fb3a-2e09-4753-b202-64fd25dfbeb2} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1915 | 2025.02.28 06:47:04.402979 [ 289 ] {bf28fb3a-2e09-4753-b202-64fd25dfbeb2} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1916 | 2025.02.28 06:47:04.402994 [ 287 ] {bf28fb3a-2e09-4753-b202-64fd25dfbeb2} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1917 | 2025.02.28 06:47:04.403126 [ 4 ] {bf28fb3a-2e09-4753-b202-64fd25dfbeb2} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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 | ||
| 1918 | 2025.02.28 06:47:04.403157 [ 4 ] {bf28fb3a-2e09-4753-b202-64fd25dfbeb2} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1919 | 2025.02.28 06:47:04.403270 [ 4 ] {bf28fb3a-2e09-4753-b202-64fd25dfbeb2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1920 | 2025.02.28 06:47:04.403295 [ 4 ] {bf28fb3a-2e09-4753-b202-64fd25dfbeb2} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1921 | 2025.02.28 06:47:04.403339 [ 4 ] {bf28fb3a-2e09-4753-b202-64fd25dfbeb2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1922 | 2025.02.28 06:47:04.403389 [ 4 ] {bf28fb3a-2e09-4753-b202-64fd25dfbeb2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1923 | 2025.02.28 06:47:04.403434 [ 4 ] {bf28fb3a-2e09-4753-b202-64fd25dfbeb2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1924 | 2025.02.28 06:47:04.404822 [ 4 ] {bf28fb3a-2e09-4753-b202-64fd25dfbeb2} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003097 sec., 11947.045527930255 rows/sec., 447.76 KiB/sec. | ||
| 1925 | 2025.02.28 06:47:04.405011 [ 4 ] {bf28fb3a-2e09-4753-b202-64fd25dfbeb2} <Debug> TCPHandler: Processed in 0.003449431 sec. | ||
| 1926 | 2025.02.28 06:47:04.409011 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1927 | 2025.02.28 06:47:04.409170 [ 255 ] {4c150e3e-1b82-4025-8bbb-d91bd795d74f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1928 | 2025.02.28 06:47:04.409235 [ 255 ] {4c150e3e-1b82-4025-8bbb-d91bd795d74f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1929 | 2025.02.28 06:47:04.410019 [ 255 ] {4c150e3e-1b82-4025-8bbb-d91bd795d74f} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1930 | 2025.02.28 06:47:04.410064 [ 255 ] {4c150e3e-1b82-4025-8bbb-d91bd795d74f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1931 | 2025.02.28 06:47:04.410568 [ 255 ] {4c150e3e-1b82-4025-8bbb-d91bd795d74f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1932 | 2025.02.28 06:47:04.410785 [ 255 ] {4c150e3e-1b82-4025-8bbb-d91bd795d74f} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1933 | 2025.02.28 06:47:04.411027 [ 255 ] {4c150e3e-1b82-4025-8bbb-d91bd795d74f} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001898 sec., 1580.6111696522655 rows/sec., 144.07 KiB/sec. | ||
| 1934 | 2025.02.28 06:47:04.411191 [ 255 ] {4c150e3e-1b82-4025-8bbb-d91bd795d74f} <Debug> TCPHandler: Processed in 0.002246427 sec. | ||
| 1935 | 2025.02.28 06:47:04.411387 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1936 | 2025.02.28 06:47:04.411542 [ 4 ] {89d99b25-eaf1-4ca0-91f4-f09fcdad1a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1937 | 2025.02.28 06:47:04.411605 [ 4 ] {89d99b25-eaf1-4ca0-91f4-f09fcdad1a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1938 | 2025.02.28 06:47:04.412420 [ 4 ] {89d99b25-eaf1-4ca0-91f4-f09fcdad1a21} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1939 | 2025.02.28 06:47:04.412469 [ 4 ] {89d99b25-eaf1-4ca0-91f4-f09fcdad1a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1940 | 2025.02.28 06:47:04.412904 [ 4 ] {89d99b25-eaf1-4ca0-91f4-f09fcdad1a21} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1941 | 2025.02.28 06:47:04.413188 [ 4 ] {89d99b25-eaf1-4ca0-91f4-f09fcdad1a21} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1942 | 2025.02.28 06:47:04.413453 [ 4 ] {89d99b25-eaf1-4ca0-91f4-f09fcdad1a21} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001941 sec., 109222.05048943844 rows/sec., 6.95 MiB/sec. | ||
| 1943 | 2025.02.28 06:47:04.413572 [ 4 ] {89d99b25-eaf1-4ca0-91f4-f09fcdad1a21} <Debug> TCPHandler: Processed in 0.002257507 sec. | ||
| 1944 | 2025.02.28 06:47:04.413720 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1945 | 2025.02.28 06:47:04.413839 [ 255 ] {01ac3344-af27-40d3-b69b-6f41edbff484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1946 | 2025.02.28 06:47:04.413889 [ 255 ] {01ac3344-af27-40d3-b69b-6f41edbff484} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1947 | 2025.02.28 06:47:04.414848 [ 255 ] {01ac3344-af27-40d3-b69b-6f41edbff484} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1948 | 2025.02.28 06:47:04.414888 [ 255 ] {01ac3344-af27-40d3-b69b-6f41edbff484} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1949 | 2025.02.28 06:47:04.415290 [ 255 ] {01ac3344-af27-40d3-b69b-6f41edbff484} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1950 | 2025.02.28 06:47:04.415539 [ 255 ] {01ac3344-af27-40d3-b69b-6f41edbff484} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1951 | 2025.02.28 06:47:04.415853 [ 255 ] {01ac3344-af27-40d3-b69b-6f41edbff484} <Debug> executeQuery: Read 685 rows, 55.84 KiB in 0.002021 sec., 338941.118258288 rows/sec., 26.98 MiB/sec. | ||
| 1952 | 2025.02.28 06:47:04.416184 [ 255 ] {01ac3344-af27-40d3-b69b-6f41edbff484} <Debug> TCPHandler: Processed in 0.0025172 sec. | ||
| 1953 | 2025.02.28 06:47:04.416375 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1954 | 2025.02.28 06:47:04.416518 [ 4 ] {e72e66bd-9763-466d-bd6f-1d14b53ebb9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1955 | 2025.02.28 06:47:04.416577 [ 4 ] {e72e66bd-9763-466d-bd6f-1d14b53ebb9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1956 | 2025.02.28 06:47:04.417327 [ 4 ] {e72e66bd-9763-466d-bd6f-1d14b53ebb9c} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1957 | 2025.02.28 06:47:04.417377 [ 4 ] {e72e66bd-9763-466d-bd6f-1d14b53ebb9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1958 | 2025.02.28 06:47:04.417768 [ 4 ] {e72e66bd-9763-466d-bd6f-1d14b53ebb9c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1959 | 2025.02.28 06:47:04.418013 [ 4 ] {e72e66bd-9763-466d-bd6f-1d14b53ebb9c} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1960 | 2025.02.28 06:47:04.418239 [ 4 ] {e72e66bd-9763-466d-bd6f-1d14b53ebb9c} <Debug> executeQuery: Read 140 rows, 8.94 KiB in 0.001753 sec., 79863.09184255562 rows/sec., 4.98 MiB/sec. | ||
| 1961 | 2025.02.28 06:47:04.418295 [ 4 ] {e72e66bd-9763-466d-bd6f-1d14b53ebb9c} <Debug> TCPHandler: Processed in 0.001992303 sec. | ||
| 1962 | 2025.02.28 06:47:04.418463 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1963 | 2025.02.28 06:47:04.418613 [ 255 ] {54a2d5aa-bd49-40c6-bf65-f426ffd8828d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1964 | 2025.02.28 06:47:04.418672 [ 255 ] {54a2d5aa-bd49-40c6-bf65-f426ffd8828d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1965 | 2025.02.28 06:47:04.419420 [ 255 ] {54a2d5aa-bd49-40c6-bf65-f426ffd8828d} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1966 | 2025.02.28 06:47:04.419466 [ 255 ] {54a2d5aa-bd49-40c6-bf65-f426ffd8828d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1967 | 2025.02.28 06:47:04.419850 [ 255 ] {54a2d5aa-bd49-40c6-bf65-f426ffd8828d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1968 | 2025.02.28 06:47:04.420096 [ 255 ] {54a2d5aa-bd49-40c6-bf65-f426ffd8828d} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1969 | 2025.02.28 06:47:04.420471 [ 255 ] {54a2d5aa-bd49-40c6-bf65-f426ffd8828d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00186 sec., 60752.68817204301 rows/sec., 3.93 MiB/sec. | ||
| 1970 | 2025.02.28 06:47:04.420615 [ 255 ] {54a2d5aa-bd49-40c6-bf65-f426ffd8828d} <Debug> TCPHandler: Processed in 0.002217287 sec. | ||
| 1971 | 2025.02.28 06:47:04.420763 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1972 | 2025.02.28 06:47:04.420879 [ 4 ] {647f6246-0fa1-4ce1-805f-048ccfe180f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1973 | 2025.02.28 06:47:04.420927 [ 4 ] {647f6246-0fa1-4ce1-805f-048ccfe180f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1974 | 2025.02.28 06:47:04.421541 [ 4 ] {647f6246-0fa1-4ce1-805f-048ccfe180f5} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1975 | 2025.02.28 06:47:04.421581 [ 4 ] {647f6246-0fa1-4ce1-805f-048ccfe180f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1976 | 2025.02.28 06:47:04.421946 [ 4 ] {647f6246-0fa1-4ce1-805f-048ccfe180f5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1977 | 2025.02.28 06:47:04.422183 [ 4 ] {647f6246-0fa1-4ce1-805f-048ccfe180f5} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1978 | 2025.02.28 06:47:04.422520 [ 4 ] {647f6246-0fa1-4ce1-805f-048ccfe180f5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001631 sec., 68669.5278969957 rows/sec., 3.91 MiB/sec. | ||
| 1979 | 2025.02.28 06:47:04.422734 [ 4 ] {647f6246-0fa1-4ce1-805f-048ccfe180f5} <Debug> TCPHandler: Processed in 0.002027005 sec. | ||
| 1980 | 2025.02.28 06:47:04.422889 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1981 | 2025.02.28 06:47:04.423027 [ 255 ] {2c1a130d-4db8-48ee-abc8-05afa56cf783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1982 | 2025.02.28 06:47:04.423085 [ 255 ] {2c1a130d-4db8-48ee-abc8-05afa56cf783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1983 | 2025.02.28 06:47:04.423912 [ 255 ] {2c1a130d-4db8-48ee-abc8-05afa56cf783} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1984 | 2025.02.28 06:47:04.423951 [ 255 ] {2c1a130d-4db8-48ee-abc8-05afa56cf783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1985 | 2025.02.28 06:47:04.424346 [ 255 ] {2c1a130d-4db8-48ee-abc8-05afa56cf783} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1986 | 2025.02.28 06:47:04.424585 [ 255 ] {2c1a130d-4db8-48ee-abc8-05afa56cf783} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1987 | 2025.02.28 06:47:04.424878 [ 255 ] {2c1a130d-4db8-48ee-abc8-05afa56cf783} <Debug> executeQuery: Read 428 rows, 31.27 KiB in 0.001862 sec., 229860.36519871108 rows/sec., 16.40 MiB/sec. | ||
| 1988 | 2025.02.28 06:47:04.424985 [ 255 ] {2c1a130d-4db8-48ee-abc8-05afa56cf783} <Debug> TCPHandler: Processed in 0.002160405 sec. | ||
| 1989 | 2025.02.28 06:47:04.425144 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1990 | 2025.02.28 06:47:04.425265 [ 4 ] {bb612e74-8819-4536-bc05-18a70bdd2479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1991 | 2025.02.28 06:47:04.425316 [ 4 ] {bb612e74-8819-4536-bc05-18a70bdd2479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1992 | 2025.02.28 06:47:04.425797 [ 4 ] {bb612e74-8819-4536-bc05-18a70bdd2479} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1993 | 2025.02.28 06:47:04.425835 [ 4 ] {bb612e74-8819-4536-bc05-18a70bdd2479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 1994 | 2025.02.28 06:47:04.426237 [ 4 ] {bb612e74-8819-4536-bc05-18a70bdd2479} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1995 | 2025.02.28 06:47:04.426512 [ 4 ] {bb612e74-8819-4536-bc05-18a70bdd2479} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1996 | 2025.02.28 06:47:04.426876 [ 4 ] {bb612e74-8819-4536-bc05-18a70bdd2479} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001603 sec., 3742.9819089207735 rows/sec., 195.56 KiB/sec. | ||
| 1997 | 2025.02.28 06:47:04.427036 [ 4 ] {bb612e74-8819-4536-bc05-18a70bdd2479} <Debug> TCPHandler: Processed in 0.001948433 sec. | ||
| 1998 | 2025.02.28 06:47:04.427202 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1999 | 2025.02.28 06:47:04.427343 [ 255 ] {2458ea41-a9d7-41a0-9ac9-8bd5c2ff464a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2000 | 2025.02.28 06:47:04.427404 [ 255 ] {2458ea41-a9d7-41a0-9ac9-8bd5c2ff464a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2001 | 2025.02.28 06:47:04.427996 [ 255 ] {2458ea41-a9d7-41a0-9ac9-8bd5c2ff464a} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2002 | 2025.02.28 06:47:04.428035 [ 255 ] {2458ea41-a9d7-41a0-9ac9-8bd5c2ff464a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2003 | 2025.02.28 06:47:04.428435 [ 255 ] {2458ea41-a9d7-41a0-9ac9-8bd5c2ff464a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2004 | 2025.02.28 06:47:04.428692 [ 255 ] {2458ea41-a9d7-41a0-9ac9-8bd5c2ff464a} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2005 | 2025.02.28 06:47:04.428998 [ 255 ] {2458ea41-a9d7-41a0-9ac9-8bd5c2ff464a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001665 sec., 142342.34234234234 rows/sec., 9.54 MiB/sec. | ||
| 2006 | 2025.02.28 06:47:04.429100 [ 255 ] {2458ea41-a9d7-41a0-9ac9-8bd5c2ff464a} <Debug> TCPHandler: Processed in 0.001965334 sec. | ||
| 2007 | 2025.02.28 06:47:04.429245 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2008 | 2025.02.28 06:47:04.429364 [ 4 ] {3883afc9-c538-4b8a-8b2e-17489da7b0de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2009 | 2025.02.28 06:47:04.429416 [ 4 ] {3883afc9-c538-4b8a-8b2e-17489da7b0de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2010 | 2025.02.28 06:47:04.429903 [ 4 ] {3883afc9-c538-4b8a-8b2e-17489da7b0de} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2011 | 2025.02.28 06:47:04.429943 [ 4 ] {3883afc9-c538-4b8a-8b2e-17489da7b0de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2012 | 2025.02.28 06:47:04.430309 [ 4 ] {3883afc9-c538-4b8a-8b2e-17489da7b0de} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2013 | 2025.02.28 06:47:04.430556 [ 4 ] {3883afc9-c538-4b8a-8b2e-17489da7b0de} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2014 | 2025.02.28 06:47:04.430824 [ 4 ] {3883afc9-c538-4b8a-8b2e-17489da7b0de} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001465 sec., 682.5938566552901 rows/sec., 46.00 KiB/sec. | ||
| 2015 | 2025.02.28 06:47:04.430899 [ 4 ] {3883afc9-c538-4b8a-8b2e-17489da7b0de} <Debug> TCPHandler: Processed in 0.00170951 sec. | ||
| 2016 | 2025.02.28 06:47:04.431041 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2017 | 2025.02.28 06:47:04.431159 [ 255 ] {26dcbcdc-ba4b-49bd-85f2-da006cdc8571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2018 | 2025.02.28 06:47:04.431250 [ 255 ] {26dcbcdc-ba4b-49bd-85f2-da006cdc8571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2019 | 2025.02.28 06:47:04.432463 [ 255 ] {26dcbcdc-ba4b-49bd-85f2-da006cdc8571} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2020 | 2025.02.28 06:47:04.432502 [ 255 ] {26dcbcdc-ba4b-49bd-85f2-da006cdc8571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2021 | 2025.02.28 06:47:04.433149 [ 255 ] {26dcbcdc-ba4b-49bd-85f2-da006cdc8571} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2022 | 2025.02.28 06:47:04.433406 [ 255 ] {26dcbcdc-ba4b-49bd-85f2-da006cdc8571} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2023 | 2025.02.28 06:47:04.433720 [ 255 ] {26dcbcdc-ba4b-49bd-85f2-da006cdc8571} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002577 sec., 13193.636010865348 rows/sec., 23.64 MiB/sec. | ||
| 2024 | 2025.02.28 06:47:04.433827 [ 255 ] {26dcbcdc-ba4b-49bd-85f2-da006cdc8571} <Debug> TCPHandler: Processed in 0.002840414 sec. | ||
| 2025 | 2025.02.28 06:47:04.433974 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2026 | 2025.02.28 06:47:04.434093 [ 4 ] {397add48-d2cf-48af-8988-6f0b1bace154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2027 | 2025.02.28 06:47:04.434145 [ 4 ] {397add48-d2cf-48af-8988-6f0b1bace154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2028 | 2025.02.28 06:47:04.434639 [ 4 ] {397add48-d2cf-48af-8988-6f0b1bace154} <Trace> oximeter.measurements_i64 (f68d7945-e596-4a1d-b8a7-0e6593bab0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2029 | 2025.02.28 06:47:04.434679 [ 4 ] {397add48-d2cf-48af-8988-6f0b1bace154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2030 | 2025.02.28 06:47:04.435059 [ 4 ] {397add48-d2cf-48af-8988-6f0b1bace154} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2031 | 2025.02.28 06:47:04.435295 [ 4 ] {397add48-d2cf-48af-8988-6f0b1bace154} <Trace> oximeter.measurements_i64 (f68d7945-e596-4a1d-b8a7-0e6593bab0e1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2032 | 2025.02.28 06:47:04.435570 [ 4 ] {397add48-d2cf-48af-8988-6f0b1bace154} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001485 sec., 14141.414141414141 rows/sec., 1.03 MiB/sec. | ||
| 2033 | 2025.02.28 06:47:04.435782 [ 4 ] {397add48-d2cf-48af-8988-6f0b1bace154} <Debug> TCPHandler: Processed in 0.001863203 sec. | ||
| 2034 | 2025.02.28 06:47:04.435945 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2035 | 2025.02.28 06:47:04.436085 [ 255 ] {ee099a00-86dc-472a-885b-e5542823465c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2036 | 2025.02.28 06:47:04.436145 [ 255 ] {ee099a00-86dc-472a-885b-e5542823465c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2037 | 2025.02.28 06:47:04.436707 [ 255 ] {ee099a00-86dc-472a-885b-e5542823465c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2038 | 2025.02.28 06:47:04.436745 [ 255 ] {ee099a00-86dc-472a-885b-e5542823465c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2039 | 2025.02.28 06:47:04.437109 [ 255 ] {ee099a00-86dc-472a-885b-e5542823465c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2040 | 2025.02.28 06:47:04.437347 [ 255 ] {ee099a00-86dc-472a-885b-e5542823465c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2041 | 2025.02.28 06:47:04.437580 [ 255 ] {ee099a00-86dc-472a-885b-e5542823465c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001524 sec., 53805.77427821523 rows/sec., 3.42 MiB/sec. | ||
| 2042 | 2025.02.28 06:47:04.437659 [ 255 ] {ee099a00-86dc-472a-885b-e5542823465c} <Debug> TCPHandler: Processed in 0.001778801 sec. | ||
| 2043 | 2025.02.28 06:47:05.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.75 MiB, peak 170.07 MiB, free memory in arenas 0.00 B, will set to 166.77 MiB (RSS), difference: -2.99 MiB | ||
| 2044 | 2025.02.28 06:47:09.388293 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2045 | 2025.02.28 06:47:09.388623 [ 4 ] {8343f185-950b-4644-a7db-65e9801c81dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2046 | 2025.02.28 06:47:09.388757 [ 4 ] {8343f185-950b-4644-a7db-65e9801c81dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2047 | 2025.02.28 06:47:09.389538 [ 4 ] {8343f185-950b-4644-a7db-65e9801c81dd} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2048 | 2025.02.28 06:47:09.389589 [ 4 ] {8343f185-950b-4644-a7db-65e9801c81dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2049 | 2025.02.28 06:47:09.390014 [ 4 ] {8343f185-950b-4644-a7db-65e9801c81dd} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2050 | 2025.02.28 06:47:09.390269 [ 4 ] {8343f185-950b-4644-a7db-65e9801c81dd} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2051 | 2025.02.28 06:47:09.390478 [ 45 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2052 | 2025.02.28 06:47:09.390514 [ 4 ] {8343f185-950b-4644-a7db-65e9801c81dd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001982 sec., 28254.28859737639 rows/sec., 2.17 MiB/sec. | ||
| 2053 | 2025.02.28 06:47:09.390589 [ 45 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2054 | 2025.02.28 06:47:09.390643 [ 4 ] {8343f185-950b-4644-a7db-65e9801c81dd} <Debug> TCPHandler: Processed in 0.00253839 sec. | ||
| 2055 | 2025.02.28 06:47:09.390664 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2056 | 2025.02.28 06:47:09.390879 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 2057 | 2025.02.28 06:47:09.390926 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2058 | 2025.02.28 06:47:09.391162 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2059 | 2025.02.28 06:47:09.391213 [ 255 ] {fa678484-84ed-436f-a2c7-b3fae6c1777c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2060 | 2025.02.28 06:47:09.391247 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 633 rows starting from the beginning of the part | ||
| 2061 | 2025.02.28 06:47:09.391334 [ 255 ] {fa678484-84ed-436f-a2c7-b3fae6c1777c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2062 | 2025.02.28 06:47:09.391519 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1773 rows starting from the beginning of the part | ||
| 2063 | 2025.02.28 06:47:09.391837 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 2064 | 2025.02.28 06:47:09.392137 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
| 2065 | 2025.02.28 06:47:09.392392 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 685 rows starting from the beginning of the part | ||
| 2066 | 2025.02.28 06:47:09.392659 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 2067 | 2025.02.28 06:47:09.394376 [ 255 ] {fa678484-84ed-436f-a2c7-b3fae6c1777c} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2068 | 2025.02.28 06:47:09.394444 [ 255 ] {fa678484-84ed-436f-a2c7-b3fae6c1777c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2069 | 2025.02.28 06:47:09.395361 [ 255 ] {fa678484-84ed-436f-a2c7-b3fae6c1777c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2070 | 2025.02.28 06:47:09.395725 [ 255 ] {fa678484-84ed-436f-a2c7-b3fae6c1777c} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2071 | 2025.02.28 06:47:09.396096 [ 45 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2072 | 2025.02.28 06:47:09.396194 [ 45 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2073 | 2025.02.28 06:47:09.396239 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3259 rows, containing 5 columns (5 merged, 0 gathered) in 0.005446895 sec., 598322.5305426302 rows/sec., 50.26 MiB/sec. | ||
| 2074 | 2025.02.28 06:47:09.396258 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2075 | 2025.02.28 06:47:09.396339 [ 255 ] {fa678484-84ed-436f-a2c7-b3fae6c1777c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005217 sec., 12267.58673567184 rows/sec., 980.49 KiB/sec. | ||
| 2076 | 2025.02.28 06:47:09.396638 [ 255 ] {fa678484-84ed-436f-a2c7-b3fae6c1777c} <Debug> TCPHandler: Processed in 0.00586314 sec. | ||
| 2077 | 2025.02.28 06:47:09.396657 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2078 | 2025.02.28 06:47:09.396672 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 2079 | 2025.02.28 06:47:09.396946 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2080 | 2025.02.28 06:47:09.397037 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2081 | 2025.02.28 06:47:09.397130 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 2082 | 2025.02.28 06:47:09.397260 [ 4 ] {c978df0b-5937-4349-9a7e-440158b0861a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2083 | 2025.02.28 06:47:09.397472 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_11_2} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2084 | 2025.02.28 06:47:09.397566 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 846 rows starting from the beginning of the part | ||
| 2085 | 2025.02.28 06:47:09.397622 [ 4 ] {c978df0b-5937-4349-9a7e-440158b0861a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2086 | 2025.02.28 06:47:09.397956 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_11_2} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2087 | 2025.02.28 06:47:09.398107 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 2088 | 2025.02.28 06:47:09.398297 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 2089 | 2025.02.28 06:47:09.398510 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
| 2090 | 2025.02.28 06:47:09.398820 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 428 rows starting from the beginning of the part | ||
| 2091 | 2025.02.28 06:47:09.399343 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 2092 | 2025.02.28 06:47:09.400817 [ 4 ] {c978df0b-5937-4349-9a7e-440158b0861a} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2093 | 2025.02.28 06:47:09.400883 [ 4 ] {c978df0b-5937-4349-9a7e-440158b0861a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2094 | 2025.02.28 06:47:09.401930 [ 4 ] {c978df0b-5937-4349-9a7e-440158b0861a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2095 | 2025.02.28 06:47:09.402421 [ 4 ] {c978df0b-5937-4349-9a7e-440158b0861a} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2096 | 2025.02.28 06:47:09.402434 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1856 rows, containing 5 columns (5 merged, 0 gathered) in 0.006053582 sec., 306595.33479516755 rows/sec., 23.33 MiB/sec. | ||
| 2097 | 2025.02.28 06:47:09.402690 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2098 | 2025.02.28 06:47:09.402796 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2099 | 2025.02.28 06:47:09.402805 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2100 | 2025.02.28 06:47:09.402911 [ 4 ] {c978df0b-5937-4349-9a7e-440158b0861a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005729 sec., 27928.085180659804 rows/sec., 1.95 MiB/sec. | ||
| 2101 | 2025.02.28 06:47:09.402928 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2102 | 2025.02.28 06:47:09.403403 [ 4 ] {c978df0b-5937-4349-9a7e-440158b0861a} <Debug> TCPHandler: Processed in 0.006641369 sec. | ||
| 2103 | 2025.02.28 06:47:09.403441 [ 191 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 2104 | 2025.02.28 06:47:09.404002 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_11_2} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2105 | 2025.02.28 06:47:09.404135 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2106 | 2025.02.28 06:47:09.404162 [ 191 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2107 | 2025.02.28 06:47:09.404226 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_11_2} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2108 | 2025.02.28 06:47:09.404235 [ 191 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1018 rows starting from the beginning of the part | ||
| 2109 | 2025.02.28 06:47:09.404518 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2110 | 2025.02.28 06:47:09.404673 [ 255 ] {2ce5404c-8e30-4f30-9ad8-81e25f09d015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2111 | 2025.02.28 06:47:09.404736 [ 191 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2375 rows starting from the beginning of the part | ||
| 2112 | 2025.02.28 06:47:09.404820 [ 255 ] {2ce5404c-8e30-4f30-9ad8-81e25f09d015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2113 | 2025.02.28 06:47:09.405082 [ 191 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 2114 | 2025.02.28 06:47:09.405494 [ 191 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
| 2115 | 2025.02.28 06:47:09.405915 [ 191 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part | ||
| 2116 | 2025.02.28 06:47:09.406256 [ 191 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 2117 | 2025.02.28 06:47:09.407190 [ 255 ] {2ce5404c-8e30-4f30-9ad8-81e25f09d015} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2118 | 2025.02.28 06:47:09.407262 [ 255 ] {2ce5404c-8e30-4f30-9ad8-81e25f09d015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2119 | 2025.02.28 06:47:09.408200 [ 255 ] {2ce5404c-8e30-4f30-9ad8-81e25f09d015} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2120 | 2025.02.28 06:47:09.408754 [ 255 ] {2ce5404c-8e30-4f30-9ad8-81e25f09d015} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2121 | 2025.02.28 06:47:09.408919 [ 45 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2122 | 2025.02.28 06:47:09.408967 [ 45 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2123 | 2025.02.28 06:47:09.409011 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2124 | 2025.02.28 06:47:09.409030 [ 255 ] {2ce5404c-8e30-4f30-9ad8-81e25f09d015} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004573 sec., 13120.489831620382 rows/sec., 905.45 KiB/sec. | ||
| 2125 | 2025.02.28 06:47:09.409342 [ 255 ] {2ce5404c-8e30-4f30-9ad8-81e25f09d015} <Debug> TCPHandler: Processed in 0.005753219 sec. | ||
| 2126 | 2025.02.28 06:47:09.409812 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 2127 | 2025.02.28 06:47:09.409869 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4014 rows, containing 5 columns (5 merged, 0 gathered) in 0.006788452 sec., 591298.2812576416 rows/sec., 39.88 MiB/sec. | ||
| 2128 | 2025.02.28 06:47:09.409976 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2129 | 2025.02.28 06:47:09.410023 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 368 rows starting from the beginning of the part | ||
| 2130 | 2025.02.28 06:47:09.410186 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 58 rows starting from the beginning of the part | ||
| 2131 | 2025.02.28 06:47:09.410336 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2132 | 2025.02.28 06:47:09.410460 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part | ||
| 2133 | 2025.02.28 06:47:09.410865 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
| 2134 | 2025.02.28 06:47:09.411224 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part | ||
| 2135 | 2025.02.28 06:47:09.411730 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 2136 | 2025.02.28 06:47:09.411826 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2137 | 2025.02.28 06:47:09.412265 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2138 | 2025.02.28 06:47:09.412394 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 2139 | 2025.02.28 06:47:09.413280 [ 187 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 652 rows, containing 4 columns (4 merged, 0 gathered) in 0.004011728 sec., 162523.48115325865 rows/sec., 10.64 MiB/sec. | ||
| 2140 | 2025.02.28 06:47:09.413420 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2141 | 2025.02.28 06:47:09.413728 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_11_2} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2142 | 2025.02.28 06:47:09.413806 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_11_2} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2143 | 2025.02.28 06:47:09.413881 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2144 | 2025.02.28 06:47:11.193018 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209 | ||
| 2145 | 2025.02.28 06:47:11.193889 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2146 | 2025.02.28 06:47:11.193956 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2147 | 2025.02.28 06:47:11.194618 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2148 | 2025.02.28 06:47:11.194892 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2149 | 2025.02.28 06:47:11.195167 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 | ||
| 2150 | 2025.02.28 06:47:11.445093 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2151 | 2025.02.28 06:47:11.468689 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2152 | 2025.02.28 06:47:11.468767 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2153 | 2025.02.28 06:47:11.475849 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2154 | 2025.02.28 06:47:11.476752 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2155 | 2025.02.28 06:47:11.481293 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2156 | 2025.02.28 06:47:13.687972 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 322 | ||
| 2157 | 2025.02.28 06:47:13.691072 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2158 | 2025.02.28 06:47:13.691112 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2159 | 2025.02.28 06:47:13.692577 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2160 | 2025.02.28 06:47:13.692900 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2161 | 2025.02.28 06:47:13.693062 [ 38 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2162 | 2025.02.28 06:47:13.693133 [ 38 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2163 | 2025.02.28 06:47:13.693184 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2164 | 2025.02.28 06:47:13.694154 [ 187 ] {885f53be-7430-4b34-b89a-ac37c386aff3::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 | ||
| 2165 | 2025.02.28 06:47:13.694842 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 322 | ||
| 2166 | 2025.02.28 06:47:13.695331 [ 187 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2167 | 2025.02.28 06:47:13.695512 [ 187 ] {885f53be-7430-4b34-b89a-ac37c386aff3::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 | ||
| 2168 | 2025.02.28 06:47:13.696194 [ 187 ] {885f53be-7430-4b34-b89a-ac37c386aff3::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 | ||
| 2169 | 2025.02.28 06:47:13.696864 [ 187 ] {885f53be-7430-4b34-b89a-ac37c386aff3::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 | ||
| 2170 | 2025.02.28 06:47:13.697474 [ 187 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part | ||
| 2171 | 2025.02.28 06:47:13.698070 [ 187 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
| 2172 | 2025.02.28 06:47:13.698644 [ 187 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part | ||
| 2173 | 2025.02.28 06:47:13.706904 [ 191 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 72 columns (72 merged, 0 gathered) in 0.013545112 sec., 23772.413251363298 rows/sec., 24.03 MiB/sec. | ||
| 2174 | 2025.02.28 06:47:13.707947 [ 197 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2175 | 2025.02.28 06:47:13.708806 [ 197 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_6_1} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2176 | 2025.02.28 06:47:13.708900 [ 197 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_6_1} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2177 | 2025.02.28 06:47:13.709213 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.68 MiB. | ||
| 2178 | 2025.02.28 06:47:14.396181 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2179 | 2025.02.28 06:47:14.396429 [ 4 ] {7b3ec28a-a444-4d6a-85d9-20a172e8772d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2180 | 2025.02.28 06:47:14.396522 [ 4 ] {7b3ec28a-a444-4d6a-85d9-20a172e8772d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2181 | 2025.02.28 06:47:14.397446 [ 4 ] {7b3ec28a-a444-4d6a-85d9-20a172e8772d} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2182 | 2025.02.28 06:47:14.397495 [ 4 ] {7b3ec28a-a444-4d6a-85d9-20a172e8772d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2183 | 2025.02.28 06:47:14.397928 [ 4 ] {7b3ec28a-a444-4d6a-85d9-20a172e8772d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2184 | 2025.02.28 06:47:14.398180 [ 4 ] {7b3ec28a-a444-4d6a-85d9-20a172e8772d} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2185 | 2025.02.28 06:47:14.398337 [ 36 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2186 | 2025.02.28 06:47:14.398387 [ 36 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2187 | 2025.02.28 06:47:14.398388 [ 4 ] {7b3ec28a-a444-4d6a-85d9-20a172e8772d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002023 sec., 104794.85912011864 rows/sec., 6.66 MiB/sec. | ||
| 2188 | 2025.02.28 06:47:14.398415 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2189 | 2025.02.28 06:47:14.398463 [ 4 ] {7b3ec28a-a444-4d6a-85d9-20a172e8772d} <Debug> TCPHandler: Processed in 0.00244443 sec. | ||
| 2190 | 2025.02.28 06:47:14.398646 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::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 | ||
| 2191 | 2025.02.28 06:47:14.398778 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2192 | 2025.02.28 06:47:14.398876 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2193 | 2025.02.28 06:47:14.398929 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part | ||
| 2194 | 2025.02.28 06:47:14.399156 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part | ||
| 2195 | 2025.02.28 06:47:14.399189 [ 255 ] {386723d9-5764-4df4-a889-1614819b4baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2196 | 2025.02.28 06:47:14.399454 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part | ||
| 2197 | 2025.02.28 06:47:14.399482 [ 255 ] {386723d9-5764-4df4-a889-1614819b4baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2198 | 2025.02.28 06:47:14.399867 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part | ||
| 2199 | 2025.02.28 06:47:14.400226 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 212 rows starting from the beginning of the part | ||
| 2200 | 2025.02.28 06:47:14.402469 [ 255 ] {386723d9-5764-4df4-a889-1614819b4baf} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2201 | 2025.02.28 06:47:14.402536 [ 255 ] {386723d9-5764-4df4-a889-1614819b4baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2202 | 2025.02.28 06:47:14.403063 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004544934 sec., 233226.70912272876 rows/sec., 15.72 MiB/sec. | ||
| 2203 | 2025.02.28 06:47:14.403287 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2204 | 2025.02.28 06:47:14.403554 [ 255 ] {386723d9-5764-4df4-a889-1614819b4baf} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2205 | 2025.02.28 06:47:14.403753 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_5_1} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2206 | 2025.02.28 06:47:14.403900 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_5_1} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2207 | 2025.02.28 06:47:14.404064 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2208 | 2025.02.28 06:47:14.404073 [ 255 ] {386723d9-5764-4df4-a889-1614819b4baf} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2209 | 2025.02.28 06:47:14.404353 [ 255 ] {386723d9-5764-4df4-a889-1614819b4baf} <Debug> executeQuery: Read 685 rows, 55.84 KiB in 0.005353 sec., 127965.62675135437 rows/sec., 10.19 MiB/sec. | ||
| 2210 | 2025.02.28 06:47:14.404434 [ 255 ] {386723d9-5764-4df4-a889-1614819b4baf} <Debug> TCPHandler: Processed in 0.005817719 sec. | ||
| 2211 | 2025.02.28 06:47:14.404606 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2212 | 2025.02.28 06:47:14.404751 [ 4 ] {97299a04-65fa-4e8c-9d8f-b9d6908df90c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2213 | 2025.02.28 06:47:14.404810 [ 4 ] {97299a04-65fa-4e8c-9d8f-b9d6908df90c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2214 | 2025.02.28 06:47:14.405488 [ 4 ] {97299a04-65fa-4e8c-9d8f-b9d6908df90c} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2215 | 2025.02.28 06:47:14.405525 [ 4 ] {97299a04-65fa-4e8c-9d8f-b9d6908df90c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2216 | 2025.02.28 06:47:14.405892 [ 4 ] {97299a04-65fa-4e8c-9d8f-b9d6908df90c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2217 | 2025.02.28 06:47:14.406139 [ 4 ] {97299a04-65fa-4e8c-9d8f-b9d6908df90c} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2218 | 2025.02.28 06:47:14.406350 [ 4 ] {97299a04-65fa-4e8c-9d8f-b9d6908df90c} <Debug> executeQuery: Read 140 rows, 8.94 KiB in 0.001628 sec., 85995.08599508599 rows/sec., 5.36 MiB/sec. | ||
| 2219 | 2025.02.28 06:47:14.406503 [ 4 ] {97299a04-65fa-4e8c-9d8f-b9d6908df90c} <Debug> TCPHandler: Processed in 0.001964353 sec. | ||
| 2220 | 2025.02.28 06:47:14.406663 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2221 | 2025.02.28 06:47:14.406789 [ 255 ] {600f1cae-ed5c-44da-b818-57ed126cf1c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2222 | 2025.02.28 06:47:14.406850 [ 255 ] {600f1cae-ed5c-44da-b818-57ed126cf1c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2223 | 2025.02.28 06:47:14.407791 [ 255 ] {600f1cae-ed5c-44da-b818-57ed126cf1c0} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2224 | 2025.02.28 06:47:14.407838 [ 255 ] {600f1cae-ed5c-44da-b818-57ed126cf1c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2225 | 2025.02.28 06:47:14.408214 [ 255 ] {600f1cae-ed5c-44da-b818-57ed126cf1c0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2226 | 2025.02.28 06:47:14.408459 [ 255 ] {600f1cae-ed5c-44da-b818-57ed126cf1c0} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2227 | 2025.02.28 06:47:14.408707 [ 255 ] {600f1cae-ed5c-44da-b818-57ed126cf1c0} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001945 sec., 58097.68637532134 rows/sec., 3.76 MiB/sec. | ||
| 2228 | 2025.02.28 06:47:14.408767 [ 255 ] {600f1cae-ed5c-44da-b818-57ed126cf1c0} <Debug> TCPHandler: Processed in 0.002162596 sec. | ||
| 2229 | 2025.02.28 06:47:14.408930 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2230 | 2025.02.28 06:47:14.409069 [ 4 ] {00aed97a-258c-459e-8a66-6fcb4d785a0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2231 | 2025.02.28 06:47:14.409125 [ 4 ] {00aed97a-258c-459e-8a66-6fcb4d785a0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2232 | 2025.02.28 06:47:14.409848 [ 4 ] {00aed97a-258c-459e-8a66-6fcb4d785a0e} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2233 | 2025.02.28 06:47:14.409886 [ 4 ] {00aed97a-258c-459e-8a66-6fcb4d785a0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2234 | 2025.02.28 06:47:14.410240 [ 4 ] {00aed97a-258c-459e-8a66-6fcb4d785a0e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2235 | 2025.02.28 06:47:14.410482 [ 4 ] {00aed97a-258c-459e-8a66-6fcb4d785a0e} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2236 | 2025.02.28 06:47:14.410598 [ 36 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2237 | 2025.02.28 06:47:14.410638 [ 36 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2238 | 2025.02.28 06:47:14.410657 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2239 | 2025.02.28 06:47:14.410672 [ 4 ] {00aed97a-258c-459e-8a66-6fcb4d785a0e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001633 sec., 68585.42559706063 rows/sec., 3.91 MiB/sec. | ||
| 2240 | 2025.02.28 06:47:14.410880 [ 4 ] {00aed97a-258c-459e-8a66-6fcb4d785a0e} <Debug> TCPHandler: Processed in 0.002010155 sec. | ||
| 2241 | 2025.02.28 06:47:14.410908 [ 197 ] {ae10649f-1e0a-4033-8240-a3be65056305::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 | ||
| 2242 | 2025.02.28 06:47:14.411043 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2243 | 2025.02.28 06:47:14.411058 [ 197 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2244 | 2025.02.28 06:47:14.411100 [ 197 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 112 rows starting from the beginning of the part | ||
| 2245 | 2025.02.28 06:47:14.411218 [ 255 ] {f0ab2c78-229c-4408-bec8-70c4b60c7aac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2246 | 2025.02.28 06:47:14.411248 [ 197 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 112 rows starting from the beginning of the part | ||
| 2247 | 2025.02.28 06:47:14.411314 [ 255 ] {f0ab2c78-229c-4408-bec8-70c4b60c7aac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2248 | 2025.02.28 06:47:14.411512 [ 197 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 112 rows starting from the beginning of the part | ||
| 2249 | 2025.02.28 06:47:14.411850 [ 197 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 112 rows starting from the beginning of the part | ||
| 2250 | 2025.02.28 06:47:14.412042 [ 197 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 112 rows starting from the beginning of the part | ||
| 2251 | 2025.02.28 06:47:14.413251 [ 255 ] {f0ab2c78-229c-4408-bec8-70c4b60c7aac} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2252 | 2025.02.28 06:47:14.413292 [ 255 ] {f0ab2c78-229c-4408-bec8-70c4b60c7aac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2253 | 2025.02.28 06:47:14.413607 [ 186 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.002858694 sec., 195893.64933777452 rows/sec., 11.91 MiB/sec. | ||
| 2254 | 2025.02.28 06:47:14.413861 [ 255 ] {f0ab2c78-229c-4408-bec8-70c4b60c7aac} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2255 | 2025.02.28 06:47:14.413880 [ 186 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2256 | 2025.02.28 06:47:14.414292 [ 255 ] {f0ab2c78-229c-4408-bec8-70c4b60c7aac} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2257 | 2025.02.28 06:47:14.414457 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_5_1} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2258 | 2025.02.28 06:47:14.414875 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_5_1} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2259 | 2025.02.28 06:47:14.414930 [ 255 ] {f0ab2c78-229c-4408-bec8-70c4b60c7aac} <Debug> executeQuery: Read 416 rows, 30.31 KiB in 0.00374 sec., 111229.94652406417 rows/sec., 7.91 MiB/sec. | ||
| 2260 | 2025.02.28 06:47:14.415162 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2261 | 2025.02.28 06:47:14.415177 [ 255 ] {f0ab2c78-229c-4408-bec8-70c4b60c7aac} <Debug> TCPHandler: Processed in 0.00421442 sec. | ||
| 2262 | 2025.02.28 06:47:14.415377 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2263 | 2025.02.28 06:47:14.415495 [ 4 ] {0a5a0ff6-9455-4334-9b64-4f7a69519c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2264 | 2025.02.28 06:47:14.415545 [ 4 ] {0a5a0ff6-9455-4334-9b64-4f7a69519c50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2265 | 2025.02.28 06:47:14.416037 [ 4 ] {0a5a0ff6-9455-4334-9b64-4f7a69519c50} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2266 | 2025.02.28 06:47:14.416074 [ 4 ] {0a5a0ff6-9455-4334-9b64-4f7a69519c50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2267 | 2025.02.28 06:47:14.416443 [ 4 ] {0a5a0ff6-9455-4334-9b64-4f7a69519c50} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2268 | 2025.02.28 06:47:14.416678 [ 4 ] {0a5a0ff6-9455-4334-9b64-4f7a69519c50} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2269 | 2025.02.28 06:47:14.416892 [ 4 ] {0a5a0ff6-9455-4334-9b64-4f7a69519c50} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001421 sec., 4222.37860661506 rows/sec., 220.60 KiB/sec. | ||
| 2270 | 2025.02.28 06:47:14.416942 [ 4 ] {0a5a0ff6-9455-4334-9b64-4f7a69519c50} <Debug> TCPHandler: Processed in 0.001621899 sec. | ||
| 2271 | 2025.02.28 06:47:14.417081 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2272 | 2025.02.28 06:47:14.417200 [ 255 ] {e2c7e107-74db-4c23-a624-84a82b30c8c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2273 | 2025.02.28 06:47:14.417253 [ 255 ] {e2c7e107-74db-4c23-a624-84a82b30c8c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2274 | 2025.02.28 06:47:14.417849 [ 255 ] {e2c7e107-74db-4c23-a624-84a82b30c8c9} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2275 | 2025.02.28 06:47:14.417887 [ 255 ] {e2c7e107-74db-4c23-a624-84a82b30c8c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2276 | 2025.02.28 06:47:14.418284 [ 255 ] {e2c7e107-74db-4c23-a624-84a82b30c8c9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2277 | 2025.02.28 06:47:14.418513 [ 255 ] {e2c7e107-74db-4c23-a624-84a82b30c8c9} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2278 | 2025.02.28 06:47:14.418712 [ 255 ] {e2c7e107-74db-4c23-a624-84a82b30c8c9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001562 sec., 151728.55313700385 rows/sec., 10.17 MiB/sec. | ||
| 2279 | 2025.02.28 06:47:14.418759 [ 255 ] {e2c7e107-74db-4c23-a624-84a82b30c8c9} <Debug> TCPHandler: Processed in 0.001763281 sec. | ||
| 2280 | 2025.02.28 06:47:14.418897 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2281 | 2025.02.28 06:47:14.419008 [ 4 ] {5f20bd62-1760-4443-9a08-10c7ae4359cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2282 | 2025.02.28 06:47:14.419055 [ 4 ] {5f20bd62-1760-4443-9a08-10c7ae4359cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2283 | 2025.02.28 06:47:14.419573 [ 4 ] {5f20bd62-1760-4443-9a08-10c7ae4359cc} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2284 | 2025.02.28 06:47:14.419611 [ 4 ] {5f20bd62-1760-4443-9a08-10c7ae4359cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2285 | 2025.02.28 06:47:14.419966 [ 4 ] {5f20bd62-1760-4443-9a08-10c7ae4359cc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2286 | 2025.02.28 06:47:14.420216 [ 4 ] {5f20bd62-1760-4443-9a08-10c7ae4359cc} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2287 | 2025.02.28 06:47:14.420380 [ 31 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2288 | 2025.02.28 06:47:14.420445 [ 31 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2289 | 2025.02.28 06:47:14.420484 [ 4 ] {5f20bd62-1760-4443-9a08-10c7ae4359cc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001446 sec., 691.5629322268327 rows/sec., 46.60 KiB/sec. | ||
| 2290 | 2025.02.28 06:47:14.420496 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2291 | 2025.02.28 06:47:14.420653 [ 4 ] {5f20bd62-1760-4443-9a08-10c7ae4359cc} <Debug> TCPHandler: Processed in 0.001763021 sec. | ||
| 2292 | 2025.02.28 06:47:14.420948 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2293 | 2025.02.28 06:47:14.420914 [ 186 ] {012fe182-d32b-415b-a462-4502fc8a2933::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 | ||
| 2294 | 2025.02.28 06:47:14.421189 [ 255 ] {1d5041e2-7fed-4b5b-90e0-9eec41a60617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2295 | 2025.02.28 06:47:14.421225 [ 186 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2296 | 2025.02.28 06:47:14.421307 [ 186 ] {012fe182-d32b-415b-a462-4502fc8a2933::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 | ||
| 2297 | 2025.02.28 06:47:14.421362 [ 255 ] {1d5041e2-7fed-4b5b-90e0-9eec41a60617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2298 | 2025.02.28 06:47:14.421617 [ 186 ] {012fe182-d32b-415b-a462-4502fc8a2933::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 | ||
| 2299 | 2025.02.28 06:47:14.422023 [ 186 ] {012fe182-d32b-415b-a462-4502fc8a2933::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 | ||
| 2300 | 2025.02.28 06:47:14.422360 [ 186 ] {012fe182-d32b-415b-a462-4502fc8a2933::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 | ||
| 2301 | 2025.02.28 06:47:14.422690 [ 186 ] {012fe182-d32b-415b-a462-4502fc8a2933::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 | ||
| 2302 | 2025.02.28 06:47:14.425741 [ 186 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005083121 sec., 983.6476448229345 rows/sec., 66.28 KiB/sec. | ||
| 2303 | 2025.02.28 06:47:14.425950 [ 186 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2304 | 2025.02.28 06:47:14.426572 [ 186 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_5_1} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2305 | 2025.02.28 06:47:14.426823 [ 186 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_5_1} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2306 | 2025.02.28 06:47:14.427025 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2307 | 2025.02.28 06:47:14.427143 [ 255 ] {1d5041e2-7fed-4b5b-90e0-9eec41a60617} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2308 | 2025.02.28 06:47:14.427186 [ 255 ] {1d5041e2-7fed-4b5b-90e0-9eec41a60617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2309 | 2025.02.28 06:47:14.427870 [ 255 ] {1d5041e2-7fed-4b5b-90e0-9eec41a60617} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2310 | 2025.02.28 06:47:14.428131 [ 255 ] {1d5041e2-7fed-4b5b-90e0-9eec41a60617} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2311 | 2025.02.28 06:47:14.428478 [ 255 ] {1d5041e2-7fed-4b5b-90e0-9eec41a60617} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.007354 sec., 4623.3342398694585 rows/sec., 8.28 MiB/sec. | ||
| 2312 | 2025.02.28 06:47:14.428606 [ 255 ] {1d5041e2-7fed-4b5b-90e0-9eec41a60617} <Debug> TCPHandler: Processed in 0.007814284 sec. | ||
| 2313 | 2025.02.28 06:47:14.428776 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2314 | 2025.02.28 06:47:14.428915 [ 4 ] {2d72b750-fe02-405c-bcb6-99b06546787b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2315 | 2025.02.28 06:47:14.428973 [ 4 ] {2d72b750-fe02-405c-bcb6-99b06546787b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2316 | 2025.02.28 06:47:14.429558 [ 4 ] {2d72b750-fe02-405c-bcb6-99b06546787b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2317 | 2025.02.28 06:47:14.429603 [ 4 ] {2d72b750-fe02-405c-bcb6-99b06546787b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2318 | 2025.02.28 06:47:14.430010 [ 4 ] {2d72b750-fe02-405c-bcb6-99b06546787b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2319 | 2025.02.28 06:47:14.430247 [ 4 ] {2d72b750-fe02-405c-bcb6-99b06546787b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2320 | 2025.02.28 06:47:14.430541 [ 4 ] {2d72b750-fe02-405c-bcb6-99b06546787b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001633 sec., 50214.32945499082 rows/sec., 3.19 MiB/sec. | ||
| 2321 | 2025.02.28 06:47:14.430689 [ 4 ] {2d72b750-fe02-405c-bcb6-99b06546787b} <Debug> TCPHandler: Processed in 0.001979834 sec. | ||
| 2322 | 2025.02.28 06:47:18.618733 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2323 | 2025.02.28 06:47:18.618796 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2324 | 2025.02.28 06:47:18.695431 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636 | ||
| 2325 | 2025.02.28 06:47:18.696291 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2326 | 2025.02.28 06:47:18.696396 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2327 | 2025.02.28 06:47:18.696905 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2328 | 2025.02.28 06:47:18.697158 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2329 | 2025.02.28 06:47:18.697406 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2330 | 2025.02.28 06:47:18.981477 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2331 | 2025.02.28 06:47:19.003524 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2332 | 2025.02.28 06:47:19.003591 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2333 | 2025.02.28 06:47:19.010488 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2334 | 2025.02.28 06:47:19.011276 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2335 | 2025.02.28 06:47:19.014288 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2336 | 2025.02.28 06:47:19.388778 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2337 | 2025.02.28 06:47:19.389048 [ 4 ] {fdf2e033-99be-4215-8ead-2cc421c2a44f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2338 | 2025.02.28 06:47:19.389117 [ 4 ] {fdf2e033-99be-4215-8ead-2cc421c2a44f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2339 | 2025.02.28 06:47:19.389878 [ 4 ] {fdf2e033-99be-4215-8ead-2cc421c2a44f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2340 | 2025.02.28 06:47:19.389921 [ 4 ] {fdf2e033-99be-4215-8ead-2cc421c2a44f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2341 | 2025.02.28 06:47:19.390342 [ 4 ] {fdf2e033-99be-4215-8ead-2cc421c2a44f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2342 | 2025.02.28 06:47:19.390589 [ 4 ] {fdf2e033-99be-4215-8ead-2cc421c2a44f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2343 | 2025.02.28 06:47:19.390785 [ 4 ] {fdf2e033-99be-4215-8ead-2cc421c2a44f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001808 sec., 30973.451327433628 rows/sec., 2.38 MiB/sec. | ||
| 2344 | 2025.02.28 06:47:19.390839 [ 4 ] {fdf2e033-99be-4215-8ead-2cc421c2a44f} <Debug> TCPHandler: Processed in 0.002237737 sec. | ||
| 2345 | 2025.02.28 06:47:19.391109 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2346 | 2025.02.28 06:47:19.391321 [ 255 ] {07dbac56-58c4-447a-90fb-d649da2707e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2347 | 2025.02.28 06:47:19.391405 [ 255 ] {07dbac56-58c4-447a-90fb-d649da2707e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2348 | 2025.02.28 06:47:19.392227 [ 255 ] {07dbac56-58c4-447a-90fb-d649da2707e5} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2349 | 2025.02.28 06:47:19.392278 [ 255 ] {07dbac56-58c4-447a-90fb-d649da2707e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2350 | 2025.02.28 06:47:19.392715 [ 255 ] {07dbac56-58c4-447a-90fb-d649da2707e5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2351 | 2025.02.28 06:47:19.392968 [ 255 ] {07dbac56-58c4-447a-90fb-d649da2707e5} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2352 | 2025.02.28 06:47:19.393248 [ 255 ] {07dbac56-58c4-447a-90fb-d649da2707e5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001978 sec., 32355.91506572295 rows/sec., 2.53 MiB/sec. | ||
| 2353 | 2025.02.28 06:47:19.393463 [ 255 ] {07dbac56-58c4-447a-90fb-d649da2707e5} <Debug> TCPHandler: Processed in 0.00249469 sec. | ||
| 2354 | 2025.02.28 06:47:19.393638 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2355 | 2025.02.28 06:47:19.393756 [ 4 ] {ce66e625-9561-4c4c-872e-b6f00e4fa52f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2356 | 2025.02.28 06:47:19.393809 [ 4 ] {ce66e625-9561-4c4c-872e-b6f00e4fa52f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2357 | 2025.02.28 06:47:19.394394 [ 4 ] {ce66e625-9561-4c4c-872e-b6f00e4fa52f} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2358 | 2025.02.28 06:47:19.394433 [ 4 ] {ce66e625-9561-4c4c-872e-b6f00e4fa52f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2359 | 2025.02.28 06:47:19.394819 [ 4 ] {ce66e625-9561-4c4c-872e-b6f00e4fa52f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2360 | 2025.02.28 06:47:19.395060 [ 4 ] {ce66e625-9561-4c4c-872e-b6f00e4fa52f} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2361 | 2025.02.28 06:47:19.395236 [ 4 ] {ce66e625-9561-4c4c-872e-b6f00e4fa52f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001506 sec., 106241.69986719788 rows/sec., 7.40 MiB/sec. | ||
| 2362 | 2025.02.28 06:47:19.395286 [ 4 ] {ce66e625-9561-4c4c-872e-b6f00e4fa52f} <Debug> TCPHandler: Processed in 0.001719091 sec. | ||
| 2363 | 2025.02.28 06:47:19.395430 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2364 | 2025.02.28 06:47:19.395575 [ 255 ] {71781a56-e1b1-45ae-a102-e7957127f561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2365 | 2025.02.28 06:47:19.395641 [ 255 ] {71781a56-e1b1-45ae-a102-e7957127f561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2366 | 2025.02.28 06:47:19.396229 [ 255 ] {71781a56-e1b1-45ae-a102-e7957127f561} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2367 | 2025.02.28 06:47:19.396271 [ 255 ] {71781a56-e1b1-45ae-a102-e7957127f561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2368 | 2025.02.28 06:47:19.396678 [ 255 ] {71781a56-e1b1-45ae-a102-e7957127f561} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2369 | 2025.02.28 06:47:19.396924 [ 255 ] {71781a56-e1b1-45ae-a102-e7957127f561} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2370 | 2025.02.28 06:47:19.397141 [ 255 ] {71781a56-e1b1-45ae-a102-e7957127f561} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001602 sec., 37453.183520599254 rows/sec., 2.52 MiB/sec. | ||
| 2371 | 2025.02.28 06:47:19.397194 [ 255 ] {71781a56-e1b1-45ae-a102-e7957127f561} <Debug> TCPHandler: Processed in 0.001833302 sec. | ||
| 2372 | 2025.02.28 06:47:21.779621 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2373 | 2025.02.28 06:47:21.779890 [ 4 ] {a52868db-7bf1-4daf-ab1b-cc04d86d43a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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) | ||
| 2374 | 2025.02.28 06:47:21.780352 [ 4 ] {a52868db-7bf1-4daf-ab1b-cc04d86d43a5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2375 | 2025.02.28 06:47:21.780405 [ 4 ] {a52868db-7bf1-4daf-ab1b-cc04d86d43a5} <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 | ||
| 2376 | 2025.02.28 06:47:21.780781 [ 4 ] {a52868db-7bf1-4daf-ab1b-cc04d86d43a5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2377 | 2025.02.28 06:47:21.780861 [ 4 ] {a52868db-7bf1-4daf-ab1b-cc04d86d43a5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2378 | 2025.02.28 06:47:21.781033 [ 4 ] {a52868db-7bf1-4daf-ab1b-cc04d86d43a5} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2379 | 2025.02.28 06:47:21.781278 [ 288 ] {a52868db-7bf1-4daf-ab1b-cc04d86d43a5} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2380 | 2025.02.28 06:47:21.781286 [ 291 ] {a52868db-7bf1-4daf-ab1b-cc04d86d43a5} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2381 | 2025.02.28 06:47:21.781323 [ 287 ] {a52868db-7bf1-4daf-ab1b-cc04d86d43a5} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2382 | 2025.02.28 06:47:21.781289 [ 289 ] {a52868db-7bf1-4daf-ab1b-cc04d86d43a5} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2383 | 2025.02.28 06:47:21.781536 [ 4 ] {a52868db-7bf1-4daf-ab1b-cc04d86d43a5} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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 | ||
| 2384 | 2025.02.28 06:47:21.781568 [ 4 ] {a52868db-7bf1-4daf-ab1b-cc04d86d43a5} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2385 | 2025.02.28 06:47:21.781705 [ 4 ] {a52868db-7bf1-4daf-ab1b-cc04d86d43a5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2386 | 2025.02.28 06:47:21.781730 [ 4 ] {a52868db-7bf1-4daf-ab1b-cc04d86d43a5} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
| 2387 | 2025.02.28 06:47:21.781772 [ 4 ] {a52868db-7bf1-4daf-ab1b-cc04d86d43a5} <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'))" | ||
| 2388 | 2025.02.28 06:47:21.781817 [ 4 ] {a52868db-7bf1-4daf-ab1b-cc04d86d43a5} <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'))" | ||
| 2389 | 2025.02.28 06:47:21.781858 [ 4 ] {a52868db-7bf1-4daf-ab1b-cc04d86d43a5} <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'))" | ||
| 2390 | 2025.02.28 06:47:21.781901 [ 4 ] {a52868db-7bf1-4daf-ab1b-cc04d86d43a5} <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'))" | ||
| 2391 | 2025.02.28 06:47:21.784034 [ 4 ] {a52868db-7bf1-4daf-ab1b-cc04d86d43a5} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004268 sec., 9372.071227741331 rows/sec., 357.40 KiB/sec. | ||
| 2392 | 2025.02.28 06:47:21.784315 [ 4 ] {a52868db-7bf1-4daf-ab1b-cc04d86d43a5} <Debug> MemoryTracker: Peak memory usage (for query): 144.66 KiB. | ||
| 2393 | 2025.02.28 06:47:21.784334 [ 4 ] {a52868db-7bf1-4daf-ab1b-cc04d86d43a5} <Debug> TCPHandler: Processed in 0.004851178 sec. | ||
| 2394 | 2025.02.28 06:47:21.830012 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2395 | 2025.02.28 06:47:21.830154 [ 4 ] {991ebe1f-24f0-4bc9-b6e8-8f4e0306a387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2396 | 2025.02.28 06:47:21.830213 [ 4 ] {991ebe1f-24f0-4bc9-b6e8-8f4e0306a387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2397 | 2025.02.28 06:47:21.830966 [ 4 ] {991ebe1f-24f0-4bc9-b6e8-8f4e0306a387} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2398 | 2025.02.28 06:47:21.831016 [ 4 ] {991ebe1f-24f0-4bc9-b6e8-8f4e0306a387} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2399 | 2025.02.28 06:47:21.831519 [ 4 ] {991ebe1f-24f0-4bc9-b6e8-8f4e0306a387} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2400 | 2025.02.28 06:47:21.831757 [ 4 ] {991ebe1f-24f0-4bc9-b6e8-8f4e0306a387} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2401 | 2025.02.28 06:47:21.832008 [ 4 ] {991ebe1f-24f0-4bc9-b6e8-8f4e0306a387} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001891 sec., 528.820729772607 rows/sec., 119.81 KiB/sec. | ||
| 2402 | 2025.02.28 06:47:21.832207 [ 4 ] {991ebe1f-24f0-4bc9-b6e8-8f4e0306a387} <Debug> TCPHandler: Processed in 0.002270207 sec. | ||
| 2403 | 2025.02.28 06:47:21.832458 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2404 | 2025.02.28 06:47:21.832629 [ 255 ] {b4dfb469-7295-4242-9b4d-1d46e6c56461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2405 | 2025.02.28 06:47:21.832695 [ 255 ] {b4dfb469-7295-4242-9b4d-1d46e6c56461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2406 | 2025.02.28 06:47:21.833510 [ 255 ] {b4dfb469-7295-4242-9b4d-1d46e6c56461} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2407 | 2025.02.28 06:47:21.833550 [ 255 ] {b4dfb469-7295-4242-9b4d-1d46e6c56461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2408 | 2025.02.28 06:47:21.833998 [ 255 ] {b4dfb469-7295-4242-9b4d-1d46e6c56461} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2409 | 2025.02.28 06:47:21.834266 [ 255 ] {b4dfb469-7295-4242-9b4d-1d46e6c56461} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2410 | 2025.02.28 06:47:21.834462 [ 255 ] {b4dfb469-7295-4242-9b4d-1d46e6c56461} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001879 sec., 112825.97126130921 rows/sec., 7.18 MiB/sec. | ||
| 2411 | 2025.02.28 06:47:21.834517 [ 255 ] {b4dfb469-7295-4242-9b4d-1d46e6c56461} <Debug> TCPHandler: Processed in 0.002182816 sec. | ||
| 2412 | 2025.02.28 06:47:21.834664 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2413 | 2025.02.28 06:47:21.834780 [ 4 ] {b22b52b2-3e6c-4938-97d1-697ec82d70f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2414 | 2025.02.28 06:47:21.834829 [ 4 ] {b22b52b2-3e6c-4938-97d1-697ec82d70f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2415 | 2025.02.28 06:47:21.835433 [ 4 ] {b22b52b2-3e6c-4938-97d1-697ec82d70f8} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2416 | 2025.02.28 06:47:21.835473 [ 4 ] {b22b52b2-3e6c-4938-97d1-697ec82d70f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2417 | 2025.02.28 06:47:21.835800 [ 4 ] {b22b52b2-3e6c-4938-97d1-697ec82d70f8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2418 | 2025.02.28 06:47:21.836052 [ 4 ] {b22b52b2-3e6c-4938-97d1-697ec82d70f8} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2419 | 2025.02.28 06:47:21.836311 [ 4 ] {b22b52b2-3e6c-4938-97d1-697ec82d70f8} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001593 sec., 7532.956685499058 rows/sec., 614.26 KiB/sec. | ||
| 2420 | 2025.02.28 06:47:21.836377 [ 4 ] {b22b52b2-3e6c-4938-97d1-697ec82d70f8} <Debug> TCPHandler: Processed in 0.001831772 sec. | ||
| 2421 | 2025.02.28 06:47:21.836613 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2422 | 2025.02.28 06:47:21.836734 [ 255 ] {5c2c0d71-c198-4ec1-8475-36639598363c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2423 | 2025.02.28 06:47:21.836784 [ 255 ] {5c2c0d71-c198-4ec1-8475-36639598363c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2424 | 2025.02.28 06:47:21.838272 [ 255 ] {5c2c0d71-c198-4ec1-8475-36639598363c} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2425 | 2025.02.28 06:47:21.838313 [ 255 ] {5c2c0d71-c198-4ec1-8475-36639598363c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2426 | 2025.02.28 06:47:21.838823 [ 255 ] {5c2c0d71-c198-4ec1-8475-36639598363c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2427 | 2025.02.28 06:47:21.839079 [ 255 ] {5c2c0d71-c198-4ec1-8475-36639598363c} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2428 | 2025.02.28 06:47:21.839298 [ 255 ] {5c2c0d71-c198-4ec1-8475-36639598363c} <Debug> executeQuery: Read 1831 rows, 152.85 KiB in 0.002588 sec., 707496.1360123648 rows/sec., 57.68 MiB/sec. | ||
| 2429 | 2025.02.28 06:47:21.839505 [ 255 ] {5c2c0d71-c198-4ec1-8475-36639598363c} <Debug> TCPHandler: Processed in 0.002946515 sec. | ||
| 2430 | 2025.02.28 06:47:21.839679 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2431 | 2025.02.28 06:47:21.839797 [ 4 ] {84db81ab-fc04-468d-b02e-758761a25e08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2432 | 2025.02.28 06:47:21.839847 [ 4 ] {84db81ab-fc04-468d-b02e-758761a25e08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2433 | 2025.02.28 06:47:21.840474 [ 4 ] {84db81ab-fc04-468d-b02e-758761a25e08} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2434 | 2025.02.28 06:47:21.840514 [ 4 ] {84db81ab-fc04-468d-b02e-758761a25e08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2435 | 2025.02.28 06:47:21.840876 [ 4 ] {84db81ab-fc04-468d-b02e-758761a25e08} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2436 | 2025.02.28 06:47:21.841122 [ 4 ] {84db81ab-fc04-468d-b02e-758761a25e08} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2437 | 2025.02.28 06:47:21.841289 [ 97 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2438 | 2025.02.28 06:47:21.841353 [ 97 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2439 | 2025.02.28 06:47:21.841369 [ 4 ] {84db81ab-fc04-468d-b02e-758761a25e08} <Debug> executeQuery: Read 152 rows, 9.78 KiB in 0.001584 sec., 95959.59595959597 rows/sec., 6.03 MiB/sec. | ||
| 2440 | 2025.02.28 06:47:21.841392 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2441 | 2025.02.28 06:47:21.841547 [ 4 ] {84db81ab-fc04-468d-b02e-758761a25e08} <Debug> TCPHandler: Processed in 0.001922343 sec. | ||
| 2442 | 2025.02.28 06:47:21.841619 [ 197 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::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 | ||
| 2443 | 2025.02.28 06:47:21.841721 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2444 | 2025.02.28 06:47:21.841763 [ 197 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2445 | 2025.02.28 06:47:21.841799 [ 197 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 114 rows starting from the beginning of the part | ||
| 2446 | 2025.02.28 06:47:21.841856 [ 255 ] {574703f5-bdf4-4744-990c-785b49509505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2447 | 2025.02.28 06:47:21.841892 [ 197 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 114 rows starting from the beginning of the part | ||
| 2448 | 2025.02.28 06:47:21.841971 [ 255 ] {574703f5-bdf4-4744-990c-785b49509505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2449 | 2025.02.28 06:47:21.842388 [ 197 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 114 rows starting from the beginning of the part | ||
| 2450 | 2025.02.28 06:47:21.842677 [ 197 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 140 rows starting from the beginning of the part | ||
| 2451 | 2025.02.28 06:47:21.842993 [ 197 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 140 rows starting from the beginning of the part | ||
| 2452 | 2025.02.28 06:47:21.843333 [ 197 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 152 rows starting from the beginning of the part | ||
| 2453 | 2025.02.28 06:47:21.844579 [ 255 ] {574703f5-bdf4-4744-990c-785b49509505} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2454 | 2025.02.28 06:47:21.844626 [ 255 ] {574703f5-bdf4-4744-990c-785b49509505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2455 | 2025.02.28 06:47:21.845281 [ 255 ] {574703f5-bdf4-4744-990c-785b49509505} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2456 | 2025.02.28 06:47:21.845302 [ 186 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 774 rows, containing 5 columns (5 merged, 0 gathered) in 0.003793896 sec., 204011.9180915871 rows/sec., 13.29 MiB/sec. | ||
| 2457 | 2025.02.28 06:47:21.845532 [ 186 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2458 | 2025.02.28 06:47:21.845691 [ 255 ] {574703f5-bdf4-4744-990c-785b49509505} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2459 | 2025.02.28 06:47:21.845912 [ 97 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2460 | 2025.02.28 06:47:21.846012 [ 97 ] {} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2461 | 2025.02.28 06:47:21.846090 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2462 | 2025.02.28 06:47:21.846160 [ 255 ] {574703f5-bdf4-4744-990c-785b49509505} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.004309 sec., 79136.69064748201 rows/sec., 5.28 MiB/sec. | ||
| 2463 | 2025.02.28 06:47:21.846384 [ 186 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_6_1} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2464 | 2025.02.28 06:47:21.846460 [ 255 ] {574703f5-bdf4-4744-990c-785b49509505} <Debug> TCPHandler: Processed in 0.004800418 sec. | ||
| 2465 | 2025.02.28 06:47:21.846470 [ 197 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::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 | ||
| 2466 | 2025.02.28 06:47:21.846734 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2467 | 2025.02.28 06:47:21.846776 [ 186 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_6_1} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2468 | 2025.02.28 06:47:21.846817 [ 197 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2469 | 2025.02.28 06:47:21.846929 [ 197 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 113 rows starting from the beginning of the part | ||
| 2470 | 2025.02.28 06:47:21.847065 [ 4 ] {70b67115-f7b2-4d17-979c-bdeb327beb3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2471 | 2025.02.28 06:47:21.847088 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2472 | 2025.02.28 06:47:21.847267 [ 4 ] {70b67115-f7b2-4d17-979c-bdeb327beb3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2473 | 2025.02.28 06:47:21.847384 [ 197 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 113 rows starting from the beginning of the part | ||
| 2474 | 2025.02.28 06:47:21.847767 [ 197 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 341 rows starting from the beginning of the part | ||
| 2475 | 2025.02.28 06:47:21.848067 [ 197 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 113 rows starting from the beginning of the part | ||
| 2476 | 2025.02.28 06:47:21.848536 [ 197 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 113 rows starting from the beginning of the part | ||
| 2477 | 2025.02.28 06:47:21.848858 [ 197 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 341 rows starting from the beginning of the part | ||
| 2478 | 2025.02.28 06:47:21.850179 [ 4 ] {70b67115-f7b2-4d17-979c-bdeb327beb3f} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2479 | 2025.02.28 06:47:21.850265 [ 4 ] {70b67115-f7b2-4d17-979c-bdeb327beb3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2480 | 2025.02.28 06:47:21.851277 [ 4 ] {70b67115-f7b2-4d17-979c-bdeb327beb3f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2481 | 2025.02.28 06:47:21.851735 [ 193 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.005531686 sec., 205000.78999422598 rows/sec., 14.30 MiB/sec. | ||
| 2482 | 2025.02.28 06:47:21.851814 [ 4 ] {70b67115-f7b2-4d17-979c-bdeb327beb3f} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2483 | 2025.02.28 06:47:21.851968 [ 193 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2484 | 2025.02.28 06:47:21.852465 [ 4 ] {70b67115-f7b2-4d17-979c-bdeb327beb3f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005499 sec., 20367.339516275686 rows/sec., 1.16 MiB/sec. | ||
| 2485 | 2025.02.28 06:47:21.852621 [ 4 ] {70b67115-f7b2-4d17-979c-bdeb327beb3f} <Debug> TCPHandler: Processed in 0.006040682 sec. | ||
| 2486 | 2025.02.28 06:47:21.852771 [ 193 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_6_1} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2487 | 2025.02.28 06:47:21.852806 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2488 | 2025.02.28 06:47:21.852863 [ 193 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_6_1} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2489 | 2025.02.28 06:47:21.852943 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 2490 | 2025.02.28 06:47:21.852953 [ 255 ] {7ee9016c-79bb-4b98-b33e-fec11206211a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2491 | 2025.02.28 06:47:21.853006 [ 255 ] {7ee9016c-79bb-4b98-b33e-fec11206211a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2492 | 2025.02.28 06:47:21.853933 [ 255 ] {7ee9016c-79bb-4b98-b33e-fec11206211a} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2493 | 2025.02.28 06:47:21.853971 [ 255 ] {7ee9016c-79bb-4b98-b33e-fec11206211a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2494 | 2025.02.28 06:47:21.854370 [ 255 ] {7ee9016c-79bb-4b98-b33e-fec11206211a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2495 | 2025.02.28 06:47:21.854616 [ 255 ] {7ee9016c-79bb-4b98-b33e-fec11206211a} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2496 | 2025.02.28 06:47:21.854797 [ 255 ] {7ee9016c-79bb-4b98-b33e-fec11206211a} <Debug> executeQuery: Read 884 rows, 65.58 KiB in 0.001888 sec., 468220.33898305084 rows/sec., 33.92 MiB/sec. | ||
| 2497 | 2025.02.28 06:47:21.854849 [ 255 ] {7ee9016c-79bb-4b98-b33e-fec11206211a} <Debug> TCPHandler: Processed in 0.002122495 sec. | ||
| 2498 | 2025.02.28 06:47:21.855013 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2499 | 2025.02.28 06:47:21.855130 [ 4 ] {0674d4c4-984e-4c40-bd93-eb74fd557a41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2500 | 2025.02.28 06:47:21.855180 [ 4 ] {0674d4c4-984e-4c40-bd93-eb74fd557a41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2501 | 2025.02.28 06:47:21.855664 [ 4 ] {0674d4c4-984e-4c40-bd93-eb74fd557a41} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2502 | 2025.02.28 06:47:21.855704 [ 4 ] {0674d4c4-984e-4c40-bd93-eb74fd557a41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2503 | 2025.02.28 06:47:21.856063 [ 4 ] {0674d4c4-984e-4c40-bd93-eb74fd557a41} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2504 | 2025.02.28 06:47:21.856300 [ 4 ] {0674d4c4-984e-4c40-bd93-eb74fd557a41} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2505 | 2025.02.28 06:47:21.856445 [ 97 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2506 | 2025.02.28 06:47:21.856504 [ 97 ] {} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2507 | 2025.02.28 06:47:21.856540 [ 4 ] {0674d4c4-984e-4c40-bd93-eb74fd557a41} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001429 sec., 4198.740377886635 rows/sec., 219.37 KiB/sec. | ||
| 2508 | 2025.02.28 06:47:21.856546 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2509 | 2025.02.28 06:47:21.856707 [ 4 ] {0674d4c4-984e-4c40-bd93-eb74fd557a41} <Debug> TCPHandler: Processed in 0.00174375 sec. | ||
| 2510 | 2025.02.28 06:47:21.857021 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2511 | 2025.02.28 06:47:21.857030 [ 193 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::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 | ||
| 2512 | 2025.02.28 06:47:21.857215 [ 255 ] {52d09ecd-eec6-40bb-8fce-85bb5b7c38c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2513 | 2025.02.28 06:47:21.857230 [ 193 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2514 | 2025.02.28 06:47:21.857270 [ 193 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::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 | ||
| 2515 | 2025.02.28 06:47:21.857285 [ 255 ] {52d09ecd-eec6-40bb-8fce-85bb5b7c38c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2516 | 2025.02.28 06:47:21.857459 [ 193 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::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 | ||
| 2517 | 2025.02.28 06:47:21.857740 [ 193 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::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 | ||
| 2518 | 2025.02.28 06:47:21.858092 [ 193 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::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 | ||
| 2519 | 2025.02.28 06:47:21.858358 [ 193 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::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 | ||
| 2520 | 2025.02.28 06:47:21.858606 [ 193 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::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 | ||
| 2521 | 2025.02.28 06:47:21.859478 [ 255 ] {52d09ecd-eec6-40bb-8fce-85bb5b7c38c6} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2522 | 2025.02.28 06:47:21.859526 [ 255 ] {52d09ecd-eec6-40bb-8fce-85bb5b7c38c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2523 | 2025.02.28 06:47:21.859952 [ 194 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003259269 sec., 11045.421534706094 rows/sec., 577.08 KiB/sec. | ||
| 2524 | 2025.02.28 06:47:21.860178 [ 194 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2525 | 2025.02.28 06:47:21.860358 [ 255 ] {52d09ecd-eec6-40bb-8fce-85bb5b7c38c6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2526 | 2025.02.28 06:47:21.860644 [ 194 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_6_1} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2527 | 2025.02.28 06:47:21.860813 [ 194 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_6_1} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2528 | 2025.02.28 06:47:21.860823 [ 255 ] {52d09ecd-eec6-40bb-8fce-85bb5b7c38c6} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2529 | 2025.02.28 06:47:21.860962 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 2530 | 2025.02.28 06:47:21.861170 [ 255 ] {52d09ecd-eec6-40bb-8fce-85bb5b7c38c6} <Debug> executeQuery: Read 1025 rows, 69.96 KiB in 0.00399 sec., 256892.23057644113 rows/sec., 17.12 MiB/sec. | ||
| 2531 | 2025.02.28 06:47:21.861311 [ 255 ] {52d09ecd-eec6-40bb-8fce-85bb5b7c38c6} <Debug> TCPHandler: Processed in 0.004469743 sec. | ||
| 2532 | 2025.02.28 06:47:21.861476 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2533 | 2025.02.28 06:47:21.861594 [ 4 ] {2aa3242d-d741-4fe2-aceb-346dd9d54610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2534 | 2025.02.28 06:47:21.861646 [ 4 ] {2aa3242d-d741-4fe2-aceb-346dd9d54610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2535 | 2025.02.28 06:47:21.862124 [ 4 ] {2aa3242d-d741-4fe2-aceb-346dd9d54610} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2536 | 2025.02.28 06:47:21.862163 [ 4 ] {2aa3242d-d741-4fe2-aceb-346dd9d54610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2537 | 2025.02.28 06:47:21.862532 [ 4 ] {2aa3242d-d741-4fe2-aceb-346dd9d54610} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2538 | 2025.02.28 06:47:21.862778 [ 4 ] {2aa3242d-d741-4fe2-aceb-346dd9d54610} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2539 | 2025.02.28 06:47:21.862997 [ 4 ] {2aa3242d-d741-4fe2-aceb-346dd9d54610} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001425 sec., 701.7543859649122 rows/sec., 47.29 KiB/sec. | ||
| 2540 | 2025.02.28 06:47:21.863071 [ 4 ] {2aa3242d-d741-4fe2-aceb-346dd9d54610} <Debug> TCPHandler: Processed in 0.00165679 sec. | ||
| 2541 | 2025.02.28 06:47:21.863231 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2542 | 2025.02.28 06:47:21.863348 [ 255 ] {2d3cce22-4b11-44e7-a1cc-5896d707fc8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2543 | 2025.02.28 06:47:21.863433 [ 255 ] {2d3cce22-4b11-44e7-a1cc-5896d707fc8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2544 | 2025.02.28 06:47:21.864617 [ 255 ] {2d3cce22-4b11-44e7-a1cc-5896d707fc8b} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2545 | 2025.02.28 06:47:21.864658 [ 255 ] {2d3cce22-4b11-44e7-a1cc-5896d707fc8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2546 | 2025.02.28 06:47:21.865303 [ 255 ] {2d3cce22-4b11-44e7-a1cc-5896d707fc8b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2547 | 2025.02.28 06:47:21.865565 [ 255 ] {2d3cce22-4b11-44e7-a1cc-5896d707fc8b} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2548 | 2025.02.28 06:47:21.865747 [ 115 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2549 | 2025.02.28 06:47:21.865814 [ 115 ] {} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2550 | 2025.02.28 06:47:21.865843 [ 255 ] {2d3cce22-4b11-44e7-a1cc-5896d707fc8b} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002508 sec., 13556.618819776715 rows/sec., 24.29 MiB/sec. | ||
| 2551 | 2025.02.28 06:47:21.865857 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2552 | 2025.02.28 06:47:21.866132 [ 193 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::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 | ||
| 2553 | 2025.02.28 06:47:21.866144 [ 255 ] {2d3cce22-4b11-44e7-a1cc-5896d707fc8b} <Debug> TCPHandler: Processed in 0.002971616 sec. | ||
| 2554 | 2025.02.28 06:47:21.866349 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2555 | 2025.02.28 06:47:21.866587 [ 193 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2556 | 2025.02.28 06:47:21.866605 [ 4 ] {d06e3eb9-c227-46f9-a37a-59670044366a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2557 | 2025.02.28 06:47:21.866717 [ 193 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::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 | ||
| 2558 | 2025.02.28 06:47:21.866727 [ 4 ] {d06e3eb9-c227-46f9-a37a-59670044366a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2559 | 2025.02.28 06:47:21.867592 [ 193 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::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 | ||
| 2560 | 2025.02.28 06:47:21.868358 [ 193 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::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 | ||
| 2561 | 2025.02.28 06:47:21.869137 [ 193 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part | ||
| 2562 | 2025.02.28 06:47:21.869242 [ 4 ] {d06e3eb9-c227-46f9-a37a-59670044366a} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2563 | 2025.02.28 06:47:21.869327 [ 4 ] {d06e3eb9-c227-46f9-a37a-59670044366a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2564 | 2025.02.28 06:47:21.869822 [ 193 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part | ||
| 2565 | 2025.02.28 06:47:21.870480 [ 193 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part | ||
| 2566 | 2025.02.28 06:47:21.871225 [ 4 ] {d06e3eb9-c227-46f9-a37a-59670044366a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2567 | 2025.02.28 06:47:21.871756 [ 4 ] {d06e3eb9-c227-46f9-a37a-59670044366a} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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.28 06:47:21.872326 [ 4 ] {d06e3eb9-c227-46f9-a37a-59670044366a} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.005786 sec., 10024.196335983408 rows/sec., 635.46 KiB/sec. | ||
| 2569 | 2025.02.28 06:47:21.872475 [ 4 ] {d06e3eb9-c227-46f9-a37a-59670044366a} <Debug> TCPHandler: Processed in 0.006220134 sec. | ||
| 2570 | 2025.02.28 06:47:21.874175 [ 197 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 19 columns (19 merged, 0 gathered) in 0.008190198 sec., 15384.24345785047 rows/sec., 27.57 MiB/sec. | ||
| 2571 | 2025.02.28 06:47:21.874497 [ 197 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2572 | 2025.02.28 06:47:21.874863 [ 197 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2573 | 2025.02.28 06:47:21.874934 [ 197 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2574 | 2025.02.28 06:47:21.875026 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 2575 | 2025.02.28 06:47:22.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.41 MiB, peak 172.30 MiB, free memory in arenas 0.00 B, will set to 167.39 MiB (RSS), difference: -1.03 MiB | ||
| 2576 | 2025.02.28 06:47:23.695226 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 380 | ||
| 2577 | 2025.02.28 06:47:23.698764 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2578 | 2025.02.28 06:47:23.698820 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2579 | 2025.02.28 06:47:23.700331 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2580 | 2025.02.28 06:47:23.700644 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2581 | 2025.02.28 06:47:23.701539 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 380 | ||
| 2582 | 2025.02.28 06:47:24.384262 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2583 | 2025.02.28 06:47:24.384453 [ 4 ] {f476323f-2968-4aed-ba12-72edfa331182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2584 | 2025.02.28 06:47:24.384535 [ 4 ] {f476323f-2968-4aed-ba12-72edfa331182} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2585 | 2025.02.28 06:47:24.385358 [ 4 ] {f476323f-2968-4aed-ba12-72edfa331182} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2586 | 2025.02.28 06:47:24.385404 [ 4 ] {f476323f-2968-4aed-ba12-72edfa331182} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2587 | 2025.02.28 06:47:24.385844 [ 4 ] {f476323f-2968-4aed-ba12-72edfa331182} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2588 | 2025.02.28 06:47:24.386098 [ 4 ] {f476323f-2968-4aed-ba12-72edfa331182} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2589 | 2025.02.28 06:47:24.386336 [ 4 ] {f476323f-2968-4aed-ba12-72edfa331182} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001937 sec., 28910.686628807434 rows/sec., 2.22 MiB/sec. | ||
| 2590 | 2025.02.28 06:47:24.386406 [ 4 ] {f476323f-2968-4aed-ba12-72edfa331182} <Debug> TCPHandler: Processed in 0.002277067 sec. | ||
| 2591 | 2025.02.28 06:47:24.386680 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2592 | 2025.02.28 06:47:24.386895 [ 255 ] {f73d80f5-def2-440c-9130-e3d1d597a55e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2593 | 2025.02.28 06:47:24.386979 [ 255 ] {f73d80f5-def2-440c-9130-e3d1d597a55e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2594 | 2025.02.28 06:47:24.387792 [ 255 ] {f73d80f5-def2-440c-9130-e3d1d597a55e} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2595 | 2025.02.28 06:47:24.387843 [ 255 ] {f73d80f5-def2-440c-9130-e3d1d597a55e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2596 | 2025.02.28 06:47:24.388280 [ 255 ] {f73d80f5-def2-440c-9130-e3d1d597a55e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2597 | 2025.02.28 06:47:24.388543 [ 255 ] {f73d80f5-def2-440c-9130-e3d1d597a55e} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2598 | 2025.02.28 06:47:24.388846 [ 255 ] {f73d80f5-def2-440c-9130-e3d1d597a55e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002 sec., 32000 rows/sec., 2.50 MiB/sec. | ||
| 2599 | 2025.02.28 06:47:24.389038 [ 255 ] {f73d80f5-def2-440c-9130-e3d1d597a55e} <Debug> TCPHandler: Processed in 0.00249391 sec. | ||
| 2600 | 2025.02.28 06:47:24.389228 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2601 | 2025.02.28 06:47:24.389366 [ 4 ] {fe3d0bc1-177e-4507-93b0-c6308a8a1f3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2602 | 2025.02.28 06:47:24.389424 [ 4 ] {fe3d0bc1-177e-4507-93b0-c6308a8a1f3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2603 | 2025.02.28 06:47:24.389990 [ 4 ] {fe3d0bc1-177e-4507-93b0-c6308a8a1f3c} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2604 | 2025.02.28 06:47:24.390028 [ 4 ] {fe3d0bc1-177e-4507-93b0-c6308a8a1f3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2605 | 2025.02.28 06:47:24.390426 [ 4 ] {fe3d0bc1-177e-4507-93b0-c6308a8a1f3c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2606 | 2025.02.28 06:47:24.390674 [ 4 ] {fe3d0bc1-177e-4507-93b0-c6308a8a1f3c} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2607 | 2025.02.28 06:47:24.390900 [ 4 ] {fe3d0bc1-177e-4507-93b0-c6308a8a1f3c} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001566 sec., 40868.45466155811 rows/sec., 2.85 MiB/sec. | ||
| 2608 | 2025.02.28 06:47:24.390953 [ 4 ] {fe3d0bc1-177e-4507-93b0-c6308a8a1f3c} <Debug> TCPHandler: Processed in 0.001786381 sec. | ||
| 2609 | 2025.02.28 06:47:24.391115 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2610 | 2025.02.28 06:47:24.391244 [ 255 ] {34431941-d583-46c8-93bf-ac0807cd3f5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2611 | 2025.02.28 06:47:24.391300 [ 255 ] {34431941-d583-46c8-93bf-ac0807cd3f5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2612 | 2025.02.28 06:47:24.391810 [ 255 ] {34431941-d583-46c8-93bf-ac0807cd3f5b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2613 | 2025.02.28 06:47:24.391851 [ 255 ] {34431941-d583-46c8-93bf-ac0807cd3f5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2614 | 2025.02.28 06:47:24.392245 [ 255 ] {34431941-d583-46c8-93bf-ac0807cd3f5b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2615 | 2025.02.28 06:47:24.392485 [ 255 ] {34431941-d583-46c8-93bf-ac0807cd3f5b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2616 | 2025.02.28 06:47:24.392717 [ 255 ] {34431941-d583-46c8-93bf-ac0807cd3f5b} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001501 sec., 15989.340439706863 rows/sec., 1.08 MiB/sec. | ||
| 2617 | 2025.02.28 06:47:24.392812 [ 255 ] {34431941-d583-46c8-93bf-ac0807cd3f5b} <Debug> TCPHandler: Processed in 0.001755431 sec. | ||
| 2618 | 2025.02.28 06:47:26.197640 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124 | ||
| 2619 | 2025.02.28 06:47:26.198315 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2620 | 2025.02.28 06:47:26.198366 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2621 | 2025.02.28 06:47:26.198914 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2622 | 2025.02.28 06:47:26.199182 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2623 | 2025.02.28 06:47:26.199394 [ 82 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2624 | 2025.02.28 06:47:26.199458 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 | ||
| 2625 | 2025.02.28 06:47:26.199488 [ 82 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2626 | 2025.02.28 06:47:26.199520 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2627 | 2025.02.28 06:47:26.199677 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 2628 | 2025.02.28 06:47:26.199832 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2629 | 2025.02.28 06:47:26.199883 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 2630 | 2025.02.28 06:47:26.199988 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 2631 | 2025.02.28 06:47:26.200179 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 2632 | 2025.02.28 06:47:26.200334 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 2633 | 2025.02.28 06:47:26.200498 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 2634 | 2025.02.28 06:47:26.200589 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 2635 | 2025.02.28 06:47:26.202286 [ 193 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.002674703 sec., 1915726.7180692584 rows/sec., 27.40 MiB/sec. | ||
| 2636 | 2025.02.28 06:47:26.202641 [ 193 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2637 | 2025.02.28 06:47:26.202972 [ 193 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_11_2} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2638 | 2025.02.28 06:47:26.203073 [ 193 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_11_2} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2639 | 2025.02.28 06:47:26.203178 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2640 | 2025.02.28 06:47:26.514466 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2641 | 2025.02.28 06:47:26.535674 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2642 | 2025.02.28 06:47:26.535736 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2643 | 2025.02.28 06:47:26.543089 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2644 | 2025.02.28 06:47:26.543845 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2645 | 2025.02.28 06:47:26.544239 [ 82 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2646 | 2025.02.28 06:47:26.544367 [ 82 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2647 | 2025.02.28 06:47:26.544443 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2648 | 2025.02.28 06:47:26.545069 [ 193 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 2649 | 2025.02.28 06:47:26.560725 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2650 | 2025.02.28 06:47:26.562151 [ 193 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2651 | 2025.02.28 06:47:26.563396 [ 193 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 2652 | 2025.02.28 06:47:26.568267 [ 193 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 2653 | 2025.02.28 06:47:26.573407 [ 193 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 2654 | 2025.02.28 06:47:26.579118 [ 193 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 2655 | 2025.02.28 06:47:26.585066 [ 193 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 2656 | 2025.02.28 06:47:26.589775 [ 193 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 2657 | 2025.02.28 06:47:26.646238 [ 188 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.101621408 sec., 816.7570360764929 rows/sec., 4.22 MiB/sec. | ||
| 2658 | 2025.02.28 06:47:26.648642 [ 195 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2659 | 2025.02.28 06:47:26.651442 [ 195 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_11_2} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2660 | 2025.02.28 06:47:26.651531 [ 195 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_11_2} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2661 | 2025.02.28 06:47:26.653677 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.41 MiB. | ||
| 2662 | 2025.02.28 06:47:27.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.48 MiB, peak 178.38 MiB, free memory in arenas 0.00 B, will set to 169.65 MiB (RSS), difference: 1.17 MiB | ||
| 2663 | 2025.02.28 06:47:29.389786 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2664 | 2025.02.28 06:47:29.389991 [ 4 ] {5e00b85d-f205-4871-b293-4dcc610c9758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2665 | 2025.02.28 06:47:29.390063 [ 4 ] {5e00b85d-f205-4871-b293-4dcc610c9758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2666 | 2025.02.28 06:47:29.390906 [ 4 ] {5e00b85d-f205-4871-b293-4dcc610c9758} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2667 | 2025.02.28 06:47:29.390959 [ 4 ] {5e00b85d-f205-4871-b293-4dcc610c9758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2668 | 2025.02.28 06:47:29.391429 [ 4 ] {5e00b85d-f205-4871-b293-4dcc610c9758} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2669 | 2025.02.28 06:47:29.391692 [ 4 ] {5e00b85d-f205-4871-b293-4dcc610c9758} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2670 | 2025.02.28 06:47:29.391901 [ 65 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2671 | 2025.02.28 06:47:29.391964 [ 4 ] {5e00b85d-f205-4871-b293-4dcc610c9758} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002021 sec., 27709.0549233053 rows/sec., 2.13 MiB/sec. | ||
| 2672 | 2025.02.28 06:47:29.391981 [ 65 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2673 | 2025.02.28 06:47:29.392061 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2674 | 2025.02.28 06:47:29.392117 [ 4 ] {5e00b85d-f205-4871-b293-4dcc610c9758} <Debug> TCPHandler: Processed in 0.00246777 sec. | ||
| 2675 | 2025.02.28 06:47:29.392289 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 2676 | 2025.02.28 06:47:29.392405 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2677 | 2025.02.28 06:47:29.392449 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2678 | 2025.02.28 06:47:29.392492 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1825 rows starting from the beginning of the part | ||
| 2679 | 2025.02.28 06:47:29.392598 [ 255 ] {3fc655a6-14ba-4503-bba8-b52533c8d507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2680 | 2025.02.28 06:47:29.392622 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 685 rows starting from the beginning of the part | ||
| 2681 | 2025.02.28 06:47:29.392815 [ 255 ] {3fc655a6-14ba-4503-bba8-b52533c8d507} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2682 | 2025.02.28 06:47:29.393067 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part | ||
| 2683 | 2025.02.28 06:47:29.393356 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1831 rows starting from the beginning of the part | ||
| 2684 | 2025.02.28 06:47:29.393604 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 2685 | 2025.02.28 06:47:29.393916 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part | ||
| 2686 | 2025.02.28 06:47:29.395066 [ 255 ] {3fc655a6-14ba-4503-bba8-b52533c8d507} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2687 | 2025.02.28 06:47:29.395127 [ 255 ] {3fc655a6-14ba-4503-bba8-b52533c8d507} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2688 | 2025.02.28 06:47:29.395874 [ 255 ] {3fc655a6-14ba-4503-bba8-b52533c8d507} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2689 | 2025.02.28 06:47:29.396159 [ 255 ] {3fc655a6-14ba-4503-bba8-b52533c8d507} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2690 | 2025.02.28 06:47:29.396337 [ 65 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2691 | 2025.02.28 06:47:29.396416 [ 65 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2692 | 2025.02.28 06:47:29.396474 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2693 | 2025.02.28 06:47:29.396727 [ 255 ] {3fc655a6-14ba-4503-bba8-b52533c8d507} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004149 sec., 15425.403711737768 rows/sec., 1.20 MiB/sec. | ||
| 2694 | 2025.02.28 06:47:29.396830 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4509 rows, containing 5 columns (5 merged, 0 gathered) in 0.004660855 sec., 967419.0679607068 rows/sec., 82.12 MiB/sec. | ||
| 2695 | 2025.02.28 06:47:29.397024 [ 255 ] {3fc655a6-14ba-4503-bba8-b52533c8d507} <Debug> TCPHandler: Processed in 0.004756627 sec. | ||
| 2696 | 2025.02.28 06:47:29.397026 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 2697 | 2025.02.28 06:47:29.397272 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2698 | 2025.02.28 06:47:29.397301 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2699 | 2025.02.28 06:47:29.397348 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2700 | 2025.02.28 06:47:29.397481 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 884 rows starting from the beginning of the part | ||
| 2701 | 2025.02.28 06:47:29.397592 [ 4 ] {7c3176a6-8a84-4ef5-ad92-0f0639aaf22b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2702 | 2025.02.28 06:47:29.397864 [ 4 ] {7c3176a6-8a84-4ef5-ad92-0f0639aaf22b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2703 | 2025.02.28 06:47:29.397912 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 416 rows starting from the beginning of the part | ||
| 2704 | 2025.02.28 06:47:29.398445 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_16_3} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2705 | 2025.02.28 06:47:29.398480 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 2706 | 2025.02.28 06:47:29.398953 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_16_3} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2707 | 2025.02.28 06:47:29.399029 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 884 rows starting from the beginning of the part | ||
| 2708 | 2025.02.28 06:47:29.399350 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 2709 | 2025.02.28 06:47:29.399563 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 2710 | 2025.02.28 06:47:29.399878 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part | ||
| 2711 | 2025.02.28 06:47:29.400891 [ 4 ] {7c3176a6-8a84-4ef5-ad92-0f0639aaf22b} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2712 | 2025.02.28 06:47:29.400934 [ 4 ] {7c3176a6-8a84-4ef5-ad92-0f0639aaf22b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2713 | 2025.02.28 06:47:29.401527 [ 4 ] {7c3176a6-8a84-4ef5-ad92-0f0639aaf22b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2714 | 2025.02.28 06:47:29.401812 [ 4 ] {7c3176a6-8a84-4ef5-ad92-0f0639aaf22b} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2715 | 2025.02.28 06:47:29.401997 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2716 | 2025.02.28 06:47:29.402120 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2717 | 2025.02.28 06:47:29.402186 [ 4 ] {7c3176a6-8a84-4ef5-ad92-0f0639aaf22b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004653 sec., 34386.41736514077 rows/sec., 2.39 MiB/sec. | ||
| 2718 | 2025.02.28 06:47:29.402199 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2719 | 2025.02.28 06:47:29.402679 [ 4 ] {7c3176a6-8a84-4ef5-ad92-0f0639aaf22b} <Debug> TCPHandler: Processed in 0.005538056 sec. | ||
| 2720 | 2025.02.28 06:47:29.402878 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 2721 | 2025.02.28 06:47:29.402934 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2376 rows, containing 5 columns (5 merged, 0 gathered) in 0.006279075 sec., 378399.6846669294 rows/sec., 28.94 MiB/sec. | ||
| 2722 | 2025.02.28 06:47:29.403009 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2723 | 2025.02.28 06:47:29.403129 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2724 | 2025.02.28 06:47:29.403251 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4014 rows starting from the beginning of the part | ||
| 2725 | 2025.02.28 06:47:29.403271 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2726 | 2025.02.28 06:47:29.403388 [ 255 ] {fe5a3af6-5b8f-447c-b3a3-43c6da506eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2727 | 2025.02.28 06:47:29.403747 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 2728 | 2025.02.28 06:47:29.403785 [ 255 ] {fe5a3af6-5b8f-447c-b3a3-43c6da506eb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2729 | 2025.02.28 06:47:29.404244 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 2730 | 2025.02.28 06:47:29.404619 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_16_3} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2731 | 2025.02.28 06:47:29.404903 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1025 rows starting from the beginning of the part | ||
| 2732 | 2025.02.28 06:47:29.405075 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_16_3} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2733 | 2025.02.28 06:47:29.405393 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 2734 | 2025.02.28 06:47:29.405416 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 2735 | 2025.02.28 06:47:29.405876 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
| 2736 | 2025.02.28 06:47:29.407186 [ 255 ] {fe5a3af6-5b8f-447c-b3a3-43c6da506eb0} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2737 | 2025.02.28 06:47:29.407279 [ 255 ] {fe5a3af6-5b8f-447c-b3a3-43c6da506eb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2738 | 2025.02.28 06:47:29.408176 [ 255 ] {fe5a3af6-5b8f-447c-b3a3-43c6da506eb0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2739 | 2025.02.28 06:47:29.408726 [ 255 ] {fe5a3af6-5b8f-447c-b3a3-43c6da506eb0} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2740 | 2025.02.28 06:47:29.408903 [ 65 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2741 | 2025.02.28 06:47:29.408944 [ 65 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2742 | 2025.02.28 06:47:29.408967 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2743 | 2025.02.28 06:47:29.408976 [ 255 ] {fe5a3af6-5b8f-447c-b3a3-43c6da506eb0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005754 sec., 10427.52867570386 rows/sec., 719.61 KiB/sec. | ||
| 2744 | 2025.02.28 06:47:29.409218 [ 255 ] {fe5a3af6-5b8f-447c-b3a3-43c6da506eb0} <Debug> TCPHandler: Processed in 0.006372817 sec. | ||
| 2745 | 2025.02.28 06:47:29.409334 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 2746 | 2025.02.28 06:47:29.409498 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2747 | 2025.02.28 06:47:29.409527 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 652 rows starting from the beginning of the part | ||
| 2748 | 2025.02.28 06:47:29.409589 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 2749 | 2025.02.28 06:47:29.409908 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 2750 | 2025.02.28 06:47:29.410151 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 58 rows starting from the beginning of the part | ||
| 2751 | 2025.02.28 06:47:29.410262 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part | ||
| 2752 | 2025.02.28 06:47:29.410780 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
| 2753 | 2025.02.28 06:47:29.411106 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5660 rows, containing 5 columns (5 merged, 0 gathered) in 0.008667404 sec., 653021.3660283979 rows/sec., 44.03 MiB/sec. | ||
| 2754 | 2025.02.28 06:47:29.411641 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2755 | 2025.02.28 06:47:29.412048 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2756 | 2025.02.28 06:47:29.412155 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2757 | 2025.02.28 06:47:29.412266 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 2758 | 2025.02.28 06:47:29.412444 [ 191 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 936 rows, containing 4 columns (4 merged, 0 gathered) in 0.00338478 sec., 276532.0050343006 rows/sec., 18.07 MiB/sec. | ||
| 2759 | 2025.02.28 06:47:29.412737 [ 198 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2760 | 2025.02.28 06:47:29.413097 [ 198 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_16_3} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2761 | 2025.02.28 06:47:29.413188 [ 198 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_16_3} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2762 | 2025.02.28 06:47:29.413292 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 2763 | 2025.02.28 06:47:33.618841 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2764 | 2025.02.28 06:47:33.618908 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2765 | 2025.02.28 06:47:33.699725 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551 | ||
| 2766 | 2025.02.28 06:47:33.700750 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2767 | 2025.02.28 06:47:33.700839 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2768 | 2025.02.28 06:47:33.701414 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2769 | 2025.02.28 06:47:33.701678 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2770 | 2025.02.28 06:47:33.702431 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2771 | 2025.02.28 06:47:33.702544 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 396 | ||
| 2772 | 2025.02.28 06:47:33.705231 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2773 | 2025.02.28 06:47:33.705274 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2774 | 2025.02.28 06:47:33.706725 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2775 | 2025.02.28 06:47:33.707025 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2776 | 2025.02.28 06:47:33.707543 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 396 | ||
| 2777 | 2025.02.28 06:47:34.060907 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2778 | 2025.02.28 06:47:34.080626 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2779 | 2025.02.28 06:47:34.080693 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2780 | 2025.02.28 06:47:34.088033 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2781 | 2025.02.28 06:47:34.088793 [ 185 ] {} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2782 | 2025.02.28 06:47:34.088902 [ 185 ] {} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2783 | 2025.02.28 06:47:34.088902 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2784 | 2025.02.28 06:47:34.088942 [ 185 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2785 | 2025.02.28 06:47:34.089226 [ 188 ] {1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c::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 | ||
| 2786 | 2025.02.28 06:47:34.090637 [ 188 ] {1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2787 | 2025.02.28 06:47:34.090760 [ 188 ] {1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c::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 | ||
| 2788 | 2025.02.28 06:47:34.091192 [ 188 ] {1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c::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 | ||
| 2789 | 2025.02.28 06:47:34.091495 [ 188 ] {1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 2790 | 2025.02.28 06:47:34.091808 [ 188 ] {1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part | ||
| 2791 | 2025.02.28 06:47:34.092157 [ 188 ] {1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c::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 | ||
| 2792 | 2025.02.28 06:47:34.106773 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2793 | 2025.02.28 06:47:34.106996 [ 191 ] {1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.017920474 sec., 2287.8859119463023 rows/sec., 495.19 KiB/sec. | ||
| 2794 | 2025.02.28 06:47:34.107202 [ 196 ] {1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2795 | 2025.02.28 06:47:34.107687 [ 196 ] {1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c::all_1_5_1} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2796 | 2025.02.28 06:47:34.107774 [ 196 ] {1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c::all_1_5_1} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2797 | 2025.02.28 06:47:34.107863 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2798 | 2025.02.28 06:47:34.397679 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2799 | 2025.02.28 06:47:34.397839 [ 4 ] {1a1cabdd-090b-4acb-9b33-315a8517bddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2800 | 2025.02.28 06:47:34.397905 [ 4 ] {1a1cabdd-090b-4acb-9b33-315a8517bddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2801 | 2025.02.28 06:47:34.398649 [ 4 ] {1a1cabdd-090b-4acb-9b33-315a8517bddc} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2802 | 2025.02.28 06:47:34.398696 [ 4 ] {1a1cabdd-090b-4acb-9b33-315a8517bddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2803 | 2025.02.28 06:47:34.399107 [ 4 ] {1a1cabdd-090b-4acb-9b33-315a8517bddc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2804 | 2025.02.28 06:47:34.399352 [ 4 ] {1a1cabdd-090b-4acb-9b33-315a8517bddc} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2805 | 2025.02.28 06:47:34.399646 [ 4 ] {1a1cabdd-090b-4acb-9b33-315a8517bddc} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001842 sec., 115092.29098805645 rows/sec., 7.32 MiB/sec. | ||
| 2806 | 2025.02.28 06:47:34.399784 [ 4 ] {1a1cabdd-090b-4acb-9b33-315a8517bddc} <Debug> TCPHandler: Processed in 0.002231767 sec. | ||
| 2807 | 2025.02.28 06:47:34.400035 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2808 | 2025.02.28 06:47:34.400238 [ 255 ] {b36e860b-2cfd-42c8-81c0-5d4aadbfaff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2809 | 2025.02.28 06:47:34.400316 [ 255 ] {b36e860b-2cfd-42c8-81c0-5d4aadbfaff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2810 | 2025.02.28 06:47:34.401347 [ 255 ] {b36e860b-2cfd-42c8-81c0-5d4aadbfaff5} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2811 | 2025.02.28 06:47:34.401387 [ 255 ] {b36e860b-2cfd-42c8-81c0-5d4aadbfaff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2812 | 2025.02.28 06:47:34.401874 [ 255 ] {b36e860b-2cfd-42c8-81c0-5d4aadbfaff5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2813 | 2025.02.28 06:47:34.402121 [ 255 ] {b36e860b-2cfd-42c8-81c0-5d4aadbfaff5} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2814 | 2025.02.28 06:47:34.402321 [ 255 ] {b36e860b-2cfd-42c8-81c0-5d4aadbfaff5} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002141 sec., 324614.6660439047 rows/sec., 25.92 MiB/sec. | ||
| 2815 | 2025.02.28 06:47:34.402375 [ 255 ] {b36e860b-2cfd-42c8-81c0-5d4aadbfaff5} <Debug> TCPHandler: Processed in 0.00247419 sec. | ||
| 2816 | 2025.02.28 06:47:34.402509 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2817 | 2025.02.28 06:47:34.402635 [ 4 ] {980f73fc-3b3d-4341-b849-898391523c05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2818 | 2025.02.28 06:47:34.402693 [ 4 ] {980f73fc-3b3d-4341-b849-898391523c05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2819 | 2025.02.28 06:47:34.403431 [ 4 ] {980f73fc-3b3d-4341-b849-898391523c05} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2820 | 2025.02.28 06:47:34.403478 [ 4 ] {980f73fc-3b3d-4341-b849-898391523c05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2821 | 2025.02.28 06:47:34.403859 [ 4 ] {980f73fc-3b3d-4341-b849-898391523c05} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2822 | 2025.02.28 06:47:34.404096 [ 4 ] {980f73fc-3b3d-4341-b849-898391523c05} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2823 | 2025.02.28 06:47:34.404316 [ 4 ] {980f73fc-3b3d-4341-b849-898391523c05} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001708 sec., 84894.61358313817 rows/sec., 5.33 MiB/sec. | ||
| 2824 | 2025.02.28 06:47:34.404400 [ 4 ] {980f73fc-3b3d-4341-b849-898391523c05} <Debug> TCPHandler: Processed in 0.001945803 sec. | ||
| 2825 | 2025.02.28 06:47:34.404546 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2826 | 2025.02.28 06:47:34.404685 [ 255 ] {722617fe-62ef-453a-8536-0efee9791c66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2827 | 2025.02.28 06:47:34.404743 [ 255 ] {722617fe-62ef-453a-8536-0efee9791c66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2828 | 2025.02.28 06:47:34.405506 [ 255 ] {722617fe-62ef-453a-8536-0efee9791c66} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2829 | 2025.02.28 06:47:34.405552 [ 255 ] {722617fe-62ef-453a-8536-0efee9791c66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2830 | 2025.02.28 06:47:34.405924 [ 255 ] {722617fe-62ef-453a-8536-0efee9791c66} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2831 | 2025.02.28 06:47:34.406158 [ 255 ] {722617fe-62ef-453a-8536-0efee9791c66} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2832 | 2025.02.28 06:47:34.406328 [ 255 ] {722617fe-62ef-453a-8536-0efee9791c66} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001675 sec., 67462.68656716417 rows/sec., 4.37 MiB/sec. | ||
| 2833 | 2025.02.28 06:47:34.406378 [ 255 ] {722617fe-62ef-453a-8536-0efee9791c66} <Debug> TCPHandler: Processed in 0.001892183 sec. | ||
| 2834 | 2025.02.28 06:47:34.406532 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2835 | 2025.02.28 06:47:34.406667 [ 4 ] {558179ff-478f-48af-90af-cce99fe74bb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2836 | 2025.02.28 06:47:34.406724 [ 4 ] {558179ff-478f-48af-90af-cce99fe74bb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2837 | 2025.02.28 06:47:34.407446 [ 4 ] {558179ff-478f-48af-90af-cce99fe74bb8} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2838 | 2025.02.28 06:47:34.407492 [ 4 ] {558179ff-478f-48af-90af-cce99fe74bb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2839 | 2025.02.28 06:47:34.407864 [ 4 ] {558179ff-478f-48af-90af-cce99fe74bb8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2840 | 2025.02.28 06:47:34.408102 [ 4 ] {558179ff-478f-48af-90af-cce99fe74bb8} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2841 | 2025.02.28 06:47:34.408309 [ 4 ] {558179ff-478f-48af-90af-cce99fe74bb8} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001672 sec., 66985.64593301436 rows/sec., 3.82 MiB/sec. | ||
| 2842 | 2025.02.28 06:47:34.408361 [ 4 ] {558179ff-478f-48af-90af-cce99fe74bb8} <Debug> TCPHandler: Processed in 0.001887033 sec. | ||
| 2843 | 2025.02.28 06:47:34.408510 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2844 | 2025.02.28 06:47:34.408642 [ 255 ] {60681738-3a9a-4482-a46a-382107c7bb48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2845 | 2025.02.28 06:47:34.408700 [ 255 ] {60681738-3a9a-4482-a46a-382107c7bb48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2846 | 2025.02.28 06:47:34.409544 [ 255 ] {60681738-3a9a-4482-a46a-382107c7bb48} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2847 | 2025.02.28 06:47:34.409586 [ 255 ] {60681738-3a9a-4482-a46a-382107c7bb48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2848 | 2025.02.28 06:47:34.409965 [ 255 ] {60681738-3a9a-4482-a46a-382107c7bb48} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2849 | 2025.02.28 06:47:34.410202 [ 255 ] {60681738-3a9a-4482-a46a-382107c7bb48} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2850 | 2025.02.28 06:47:34.410411 [ 255 ] {60681738-3a9a-4482-a46a-382107c7bb48} <Debug> executeQuery: Read 427 rows, 31.19 KiB in 0.001793 sec., 238148.35471277186 rows/sec., 16.99 MiB/sec. | ||
| 2851 | 2025.02.28 06:47:34.410498 [ 255 ] {60681738-3a9a-4482-a46a-382107c7bb48} <Debug> TCPHandler: Processed in 0.002044795 sec. | ||
| 2852 | 2025.02.28 06:47:34.410654 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2853 | 2025.02.28 06:47:34.410793 [ 4 ] {970377cd-d1f8-4724-96df-77b0b75ae1ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2854 | 2025.02.28 06:47:34.410852 [ 4 ] {970377cd-d1f8-4724-96df-77b0b75ae1ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2855 | 2025.02.28 06:47:34.411422 [ 4 ] {970377cd-d1f8-4724-96df-77b0b75ae1ff} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2856 | 2025.02.28 06:47:34.411467 [ 4 ] {970377cd-d1f8-4724-96df-77b0b75ae1ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2857 | 2025.02.28 06:47:34.411841 [ 4 ] {970377cd-d1f8-4724-96df-77b0b75ae1ff} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2858 | 2025.02.28 06:47:34.412082 [ 4 ] {970377cd-d1f8-4724-96df-77b0b75ae1ff} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2859 | 2025.02.28 06:47:34.412314 [ 4 ] {970377cd-d1f8-4724-96df-77b0b75ae1ff} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00155 sec., 3870.967741935484 rows/sec., 202.24 KiB/sec. | ||
| 2860 | 2025.02.28 06:47:34.412364 [ 4 ] {970377cd-d1f8-4724-96df-77b0b75ae1ff} <Debug> TCPHandler: Processed in 0.001780031 sec. | ||
| 2861 | 2025.02.28 06:47:34.412505 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2862 | 2025.02.28 06:47:34.412634 [ 255 ] {9c1d6cf6-5a3b-4aef-b118-fdbfd1b1f4e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2863 | 2025.02.28 06:47:34.412695 [ 255 ] {9c1d6cf6-5a3b-4aef-b118-fdbfd1b1f4e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2864 | 2025.02.28 06:47:34.413370 [ 255 ] {9c1d6cf6-5a3b-4aef-b118-fdbfd1b1f4e7} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2865 | 2025.02.28 06:47:34.413415 [ 255 ] {9c1d6cf6-5a3b-4aef-b118-fdbfd1b1f4e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2866 | 2025.02.28 06:47:34.413832 [ 255 ] {9c1d6cf6-5a3b-4aef-b118-fdbfd1b1f4e7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2867 | 2025.02.28 06:47:34.414066 [ 255 ] {9c1d6cf6-5a3b-4aef-b118-fdbfd1b1f4e7} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2868 | 2025.02.28 06:47:34.414299 [ 255 ] {9c1d6cf6-5a3b-4aef-b118-fdbfd1b1f4e7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001693 sec., 139988.18665091554 rows/sec., 9.38 MiB/sec. | ||
| 2869 | 2025.02.28 06:47:34.414492 [ 255 ] {9c1d6cf6-5a3b-4aef-b118-fdbfd1b1f4e7} <Debug> TCPHandler: Processed in 0.002042614 sec. | ||
| 2870 | 2025.02.28 06:47:34.414698 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2871 | 2025.02.28 06:47:34.414897 [ 4 ] {7ac65b39-d239-4e5f-9548-5d8831e42515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2872 | 2025.02.28 06:47:34.414982 [ 4 ] {7ac65b39-d239-4e5f-9548-5d8831e42515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2873 | 2025.02.28 06:47:34.415690 [ 4 ] {7ac65b39-d239-4e5f-9548-5d8831e42515} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2874 | 2025.02.28 06:47:34.415728 [ 4 ] {7ac65b39-d239-4e5f-9548-5d8831e42515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2875 | 2025.02.28 06:47:34.416077 [ 4 ] {7ac65b39-d239-4e5f-9548-5d8831e42515} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2876 | 2025.02.28 06:47:34.416304 [ 4 ] {7ac65b39-d239-4e5f-9548-5d8831e42515} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2877 | 2025.02.28 06:47:34.416530 [ 4 ] {7ac65b39-d239-4e5f-9548-5d8831e42515} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001678 sec., 595.9475566150179 rows/sec., 40.16 KiB/sec. | ||
| 2878 | 2025.02.28 06:47:34.416581 [ 4 ] {7ac65b39-d239-4e5f-9548-5d8831e42515} <Debug> TCPHandler: Processed in 0.001982683 sec. | ||
| 2879 | 2025.02.28 06:47:34.416744 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2880 | 2025.02.28 06:47:34.416888 [ 255 ] {71b3cf90-c7e4-4c8a-a4b0-f0603e26fdd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2881 | 2025.02.28 06:47:34.416981 [ 255 ] {71b3cf90-c7e4-4c8a-a4b0-f0603e26fdd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2882 | 2025.02.28 06:47:34.418263 [ 255 ] {71b3cf90-c7e4-4c8a-a4b0-f0603e26fdd0} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2883 | 2025.02.28 06:47:34.418302 [ 255 ] {71b3cf90-c7e4-4c8a-a4b0-f0603e26fdd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2884 | 2025.02.28 06:47:34.418985 [ 255 ] {71b3cf90-c7e4-4c8a-a4b0-f0603e26fdd0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2885 | 2025.02.28 06:47:34.419239 [ 255 ] {71b3cf90-c7e4-4c8a-a4b0-f0603e26fdd0} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2886 | 2025.02.28 06:47:34.419436 [ 255 ] {71b3cf90-c7e4-4c8a-a4b0-f0603e26fdd0} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002581 sec., 15110.422316931423 rows/sec., 27.08 MiB/sec. | ||
| 2887 | 2025.02.28 06:47:34.419542 [ 255 ] {71b3cf90-c7e4-4c8a-a4b0-f0603e26fdd0} <Debug> TCPHandler: Processed in 0.002868585 sec. | ||
| 2888 | 2025.02.28 06:47:34.419698 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2889 | 2025.02.28 06:47:34.419836 [ 4 ] {71d8eeac-380c-4f66-a858-43a10565a854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2890 | 2025.02.28 06:47:34.419895 [ 4 ] {71d8eeac-380c-4f66-a858-43a10565a854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2891 | 2025.02.28 06:47:34.420446 [ 4 ] {71d8eeac-380c-4f66-a858-43a10565a854} <Trace> oximeter.measurements_i64 (f68d7945-e596-4a1d-b8a7-0e6593bab0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2892 | 2025.02.28 06:47:34.420492 [ 4 ] {71d8eeac-380c-4f66-a858-43a10565a854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2893 | 2025.02.28 06:47:34.420861 [ 4 ] {71d8eeac-380c-4f66-a858-43a10565a854} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2894 | 2025.02.28 06:47:34.421092 [ 4 ] {71d8eeac-380c-4f66-a858-43a10565a854} <Trace> oximeter.measurements_i64 (f68d7945-e596-4a1d-b8a7-0e6593bab0e1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2895 | 2025.02.28 06:47:34.421324 [ 4 ] {71d8eeac-380c-4f66-a858-43a10565a854} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001509 sec., 3976.1431411530816 rows/sec., 280.87 KiB/sec. | ||
| 2896 | 2025.02.28 06:47:34.421438 [ 4 ] {71d8eeac-380c-4f66-a858-43a10565a854} <Debug> TCPHandler: Processed in 0.001806492 sec. | ||
| 2897 | 2025.02.28 06:47:34.421569 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2898 | 2025.02.28 06:47:34.421710 [ 255 ] {42c1e03c-7c7c-4dab-a3be-d6ad3993835b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2899 | 2025.02.28 06:47:34.421770 [ 255 ] {42c1e03c-7c7c-4dab-a3be-d6ad3993835b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2900 | 2025.02.28 06:47:34.422343 [ 255 ] {42c1e03c-7c7c-4dab-a3be-d6ad3993835b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2901 | 2025.02.28 06:47:34.422389 [ 255 ] {42c1e03c-7c7c-4dab-a3be-d6ad3993835b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 2902 | 2025.02.28 06:47:34.422782 [ 255 ] {42c1e03c-7c7c-4dab-a3be-d6ad3993835b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2903 | 2025.02.28 06:47:34.423015 [ 255 ] {42c1e03c-7c7c-4dab-a3be-d6ad3993835b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2904 | 2025.02.28 06:47:34.423293 [ 255 ] {42c1e03c-7c7c-4dab-a3be-d6ad3993835b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001598 sec., 51314.14267834793 rows/sec., 3.26 MiB/sec. | ||
| 2905 | 2025.02.28 06:47:34.423472 [ 255 ] {42c1e03c-7c7c-4dab-a3be-d6ad3993835b} <Debug> TCPHandler: Processed in 0.001959034 sec. | ||
| 2906 | 2025.02.28 06:47:39.388761 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2907 | 2025.02.28 06:47:39.388967 [ 4 ] {705d03d8-18f7-475c-97aa-8cbf9092a9cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2908 | 2025.02.28 06:47:39.389043 [ 4 ] {705d03d8-18f7-475c-97aa-8cbf9092a9cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2909 | 2025.02.28 06:47:39.389809 [ 4 ] {705d03d8-18f7-475c-97aa-8cbf9092a9cd} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2910 | 2025.02.28 06:47:39.389860 [ 4 ] {705d03d8-18f7-475c-97aa-8cbf9092a9cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2911 | 2025.02.28 06:47:39.390306 [ 4 ] {705d03d8-18f7-475c-97aa-8cbf9092a9cd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2912 | 2025.02.28 06:47:39.390573 [ 4 ] {705d03d8-18f7-475c-97aa-8cbf9092a9cd} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2913 | 2025.02.28 06:47:39.390818 [ 4 ] {705d03d8-18f7-475c-97aa-8cbf9092a9cd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001898 sec., 29504.741833508957 rows/sec., 2.27 MiB/sec. | ||
| 2914 | 2025.02.28 06:47:39.390915 [ 4 ] {705d03d8-18f7-475c-97aa-8cbf9092a9cd} <Debug> TCPHandler: Processed in 0.002292658 sec. | ||
| 2915 | 2025.02.28 06:47:39.391207 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2916 | 2025.02.28 06:47:39.391397 [ 255 ] {9dba397c-302e-497b-8476-63b0b6b11407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2917 | 2025.02.28 06:47:39.391470 [ 255 ] {9dba397c-302e-497b-8476-63b0b6b11407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2918 | 2025.02.28 06:47:39.392258 [ 255 ] {9dba397c-302e-497b-8476-63b0b6b11407} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2919 | 2025.02.28 06:47:39.392304 [ 255 ] {9dba397c-302e-497b-8476-63b0b6b11407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2920 | 2025.02.28 06:47:39.392750 [ 255 ] {9dba397c-302e-497b-8476-63b0b6b11407} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2921 | 2025.02.28 06:47:39.393010 [ 255 ] {9dba397c-302e-497b-8476-63b0b6b11407} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2922 | 2025.02.28 06:47:39.393230 [ 255 ] {9dba397c-302e-497b-8476-63b0b6b11407} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001886 sec., 33934.25238600212 rows/sec., 2.65 MiB/sec. | ||
| 2923 | 2025.02.28 06:47:39.393300 [ 255 ] {9dba397c-302e-497b-8476-63b0b6b11407} <Debug> TCPHandler: Processed in 0.002259927 sec. | ||
| 2924 | 2025.02.28 06:47:39.393469 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2925 | 2025.02.28 06:47:39.393589 [ 4 ] {3e8abe4e-2498-4ddb-a9be-43e1a8b9f071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2926 | 2025.02.28 06:47:39.393649 [ 4 ] {3e8abe4e-2498-4ddb-a9be-43e1a8b9f071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2927 | 2025.02.28 06:47:39.394262 [ 4 ] {3e8abe4e-2498-4ddb-a9be-43e1a8b9f071} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2928 | 2025.02.28 06:47:39.394302 [ 4 ] {3e8abe4e-2498-4ddb-a9be-43e1a8b9f071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2929 | 2025.02.28 06:47:39.394698 [ 4 ] {3e8abe4e-2498-4ddb-a9be-43e1a8b9f071} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2930 | 2025.02.28 06:47:39.394933 [ 4 ] {3e8abe4e-2498-4ddb-a9be-43e1a8b9f071} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2931 | 2025.02.28 06:47:39.395149 [ 4 ] {3e8abe4e-2498-4ddb-a9be-43e1a8b9f071} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001587 sec., 100819.15563957152 rows/sec., 7.02 MiB/sec. | ||
| 2932 | 2025.02.28 06:47:39.395201 [ 4 ] {3e8abe4e-2498-4ddb-a9be-43e1a8b9f071} <Debug> TCPHandler: Processed in 0.001787241 sec. | ||
| 2933 | 2025.02.28 06:47:39.395381 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2934 | 2025.02.28 06:47:39.395518 [ 255 ] {0f3f4942-f811-41b1-9b5f-042bbb8e9f66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2935 | 2025.02.28 06:47:39.395576 [ 255 ] {0f3f4942-f811-41b1-9b5f-042bbb8e9f66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2936 | 2025.02.28 06:47:39.396104 [ 255 ] {0f3f4942-f811-41b1-9b5f-042bbb8e9f66} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2937 | 2025.02.28 06:47:39.396143 [ 255 ] {0f3f4942-f811-41b1-9b5f-042bbb8e9f66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2938 | 2025.02.28 06:47:39.396549 [ 255 ] {0f3f4942-f811-41b1-9b5f-042bbb8e9f66} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2939 | 2025.02.28 06:47:39.396805 [ 255 ] {0f3f4942-f811-41b1-9b5f-042bbb8e9f66} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2940 | 2025.02.28 06:47:39.396993 [ 255 ] {0f3f4942-f811-41b1-9b5f-042bbb8e9f66} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001508 sec., 39787.798408488066 rows/sec., 2.68 MiB/sec. | ||
| 2941 | 2025.02.28 06:47:39.397043 [ 255 ] {0f3f4942-f811-41b1-9b5f-042bbb8e9f66} <Debug> TCPHandler: Processed in 0.00173387 sec. | ||
| 2942 | 2025.02.28 06:47:41.202901 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039 | ||
| 2943 | 2025.02.28 06:47:41.203887 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2944 | 2025.02.28 06:47:41.203962 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2945 | 2025.02.28 06:47:41.204804 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2946 | 2025.02.28 06:47:41.205182 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2947 | 2025.02.28 06:47:41.205452 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 | ||
| 2948 | 2025.02.28 06:47:41.606951 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2949 | 2025.02.28 06:47:41.627440 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2950 | 2025.02.28 06:47:41.627500 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2951 | 2025.02.28 06:47:41.635401 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2952 | 2025.02.28 06:47:41.636166 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2953 | 2025.02.28 06:47:41.639030 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2954 | 2025.02.28 06:47:43.707793 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 428 | ||
| 2955 | 2025.02.28 06:47:43.710759 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2956 | 2025.02.28 06:47:43.710807 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2957 | 2025.02.28 06:47:43.712245 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2958 | 2025.02.28 06:47:43.712545 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2959 | 2025.02.28 06:47:43.713007 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 428 | ||
| 2960 | 2025.02.28 06:47:44.397563 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2961 | 2025.02.28 06:47:44.397759 [ 4 ] {d2c597f1-680c-4e86-88fb-e4bf1f8e4e1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2962 | 2025.02.28 06:47:44.397835 [ 4 ] {d2c597f1-680c-4e86-88fb-e4bf1f8e4e1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2963 | 2025.02.28 06:47:44.398678 [ 4 ] {d2c597f1-680c-4e86-88fb-e4bf1f8e4e1e} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2964 | 2025.02.28 06:47:44.398734 [ 4 ] {d2c597f1-680c-4e86-88fb-e4bf1f8e4e1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2965 | 2025.02.28 06:47:44.399201 [ 4 ] {d2c597f1-680c-4e86-88fb-e4bf1f8e4e1e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2966 | 2025.02.28 06:47:44.399463 [ 4 ] {d2c597f1-680c-4e86-88fb-e4bf1f8e4e1e} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2967 | 2025.02.28 06:47:44.399766 [ 4 ] {d2c597f1-680c-4e86-88fb-e4bf1f8e4e1e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002056 sec., 103112.84046692606 rows/sec., 6.56 MiB/sec. | ||
| 2968 | 2025.02.28 06:47:44.399965 [ 4 ] {d2c597f1-680c-4e86-88fb-e4bf1f8e4e1e} <Debug> TCPHandler: Processed in 0.002532961 sec. | ||
| 2969 | 2025.02.28 06:47:44.400216 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2970 | 2025.02.28 06:47:44.400404 [ 255 ] {577ec828-9c0e-425a-9ba5-2a1d38fa0335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2971 | 2025.02.28 06:47:44.400474 [ 255 ] {577ec828-9c0e-425a-9ba5-2a1d38fa0335} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2972 | 2025.02.28 06:47:44.401494 [ 255 ] {577ec828-9c0e-425a-9ba5-2a1d38fa0335} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2973 | 2025.02.28 06:47:44.401536 [ 255 ] {577ec828-9c0e-425a-9ba5-2a1d38fa0335} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2974 | 2025.02.28 06:47:44.402017 [ 255 ] {577ec828-9c0e-425a-9ba5-2a1d38fa0335} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2975 | 2025.02.28 06:47:44.402270 [ 255 ] {577ec828-9c0e-425a-9ba5-2a1d38fa0335} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2976 | 2025.02.28 06:47:44.402540 [ 255 ] {577ec828-9c0e-425a-9ba5-2a1d38fa0335} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002163 sec., 321312.99121590384 rows/sec., 25.65 MiB/sec. | ||
| 2977 | 2025.02.28 06:47:44.402717 [ 255 ] {577ec828-9c0e-425a-9ba5-2a1d38fa0335} <Debug> TCPHandler: Processed in 0.002622841 sec. | ||
| 2978 | 2025.02.28 06:47:44.402875 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2979 | 2025.02.28 06:47:44.403022 [ 4 ] {8c9d0fde-7b93-43ac-9f34-acd0141f084b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2980 | 2025.02.28 06:47:44.403086 [ 4 ] {8c9d0fde-7b93-43ac-9f34-acd0141f084b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2981 | 2025.02.28 06:47:44.403862 [ 4 ] {8c9d0fde-7b93-43ac-9f34-acd0141f084b} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2982 | 2025.02.28 06:47:44.403915 [ 4 ] {8c9d0fde-7b93-43ac-9f34-acd0141f084b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2983 | 2025.02.28 06:47:44.404310 [ 4 ] {8c9d0fde-7b93-43ac-9f34-acd0141f084b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2984 | 2025.02.28 06:47:44.404569 [ 4 ] {8c9d0fde-7b93-43ac-9f34-acd0141f084b} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2985 | 2025.02.28 06:47:44.404799 [ 4 ] {8c9d0fde-7b93-43ac-9f34-acd0141f084b} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001816 sec., 79845.81497797357 rows/sec., 5.01 MiB/sec. | ||
| 2986 | 2025.02.28 06:47:44.404868 [ 4 ] {8c9d0fde-7b93-43ac-9f34-acd0141f084b} <Debug> TCPHandler: Processed in 0.002051294 sec. | ||
| 2987 | 2025.02.28 06:47:44.405038 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2988 | 2025.02.28 06:47:44.405181 [ 255 ] {7e444f73-8509-42f0-afbd-6b211fb115a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2989 | 2025.02.28 06:47:44.405241 [ 255 ] {7e444f73-8509-42f0-afbd-6b211fb115a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2990 | 2025.02.28 06:47:44.405988 [ 255 ] {7e444f73-8509-42f0-afbd-6b211fb115a3} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2991 | 2025.02.28 06:47:44.406027 [ 255 ] {7e444f73-8509-42f0-afbd-6b211fb115a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 2992 | 2025.02.28 06:47:44.406387 [ 255 ] {7e444f73-8509-42f0-afbd-6b211fb115a3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2993 | 2025.02.28 06:47:44.406625 [ 255 ] {7e444f73-8509-42f0-afbd-6b211fb115a3} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2994 | 2025.02.28 06:47:44.406825 [ 255 ] {7e444f73-8509-42f0-afbd-6b211fb115a3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001671 sec., 67624.17713943747 rows/sec., 4.38 MiB/sec. | ||
| 2995 | 2025.02.28 06:47:44.406898 [ 255 ] {7e444f73-8509-42f0-afbd-6b211fb115a3} <Debug> TCPHandler: Processed in 0.001926153 sec. | ||
| 2996 | 2025.02.28 06:47:44.407054 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2997 | 2025.02.28 06:47:44.407176 [ 4 ] {13249108-ab18-4f07-9fb4-c17c029b4548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2998 | 2025.02.28 06:47:44.407230 [ 4 ] {13249108-ab18-4f07-9fb4-c17c029b4548} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2999 | 2025.02.28 06:47:44.407872 [ 4 ] {13249108-ab18-4f07-9fb4-c17c029b4548} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3000 | 2025.02.28 06:47:44.407912 [ 4 ] {13249108-ab18-4f07-9fb4-c17c029b4548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3001 | 2025.02.28 06:47:44.408252 [ 4 ] {13249108-ab18-4f07-9fb4-c17c029b4548} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3002 | 2025.02.28 06:47:44.408476 [ 4 ] {13249108-ab18-4f07-9fb4-c17c029b4548} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3003 | 2025.02.28 06:47:44.408680 [ 4 ] {13249108-ab18-4f07-9fb4-c17c029b4548} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001592 sec., 70351.75879396984 rows/sec., 4.01 MiB/sec. | ||
| 3004 | 2025.02.28 06:47:44.408798 [ 4 ] {13249108-ab18-4f07-9fb4-c17c029b4548} <Debug> TCPHandler: Processed in 0.001798141 sec. | ||
| 3005 | 2025.02.28 06:47:44.408951 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3006 | 2025.02.28 06:47:44.409090 [ 255 ] {d41cec74-f9d6-48c6-a64e-59ad714ad1eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3007 | 2025.02.28 06:47:44.409148 [ 255 ] {d41cec74-f9d6-48c6-a64e-59ad714ad1eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3008 | 2025.02.28 06:47:44.409999 [ 255 ] {d41cec74-f9d6-48c6-a64e-59ad714ad1eb} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3009 | 2025.02.28 06:47:44.410037 [ 255 ] {d41cec74-f9d6-48c6-a64e-59ad714ad1eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3010 | 2025.02.28 06:47:44.410415 [ 255 ] {d41cec74-f9d6-48c6-a64e-59ad714ad1eb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3011 | 2025.02.28 06:47:44.410660 [ 255 ] {d41cec74-f9d6-48c6-a64e-59ad714ad1eb} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3012 | 2025.02.28 06:47:44.410867 [ 255 ] {d41cec74-f9d6-48c6-a64e-59ad714ad1eb} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001808 sec., 232853.98230088496 rows/sec., 16.59 MiB/sec. | ||
| 3013 | 2025.02.28 06:47:44.410917 [ 255 ] {d41cec74-f9d6-48c6-a64e-59ad714ad1eb} <Debug> TCPHandler: Processed in 0.002026654 sec. | ||
| 3014 | 2025.02.28 06:47:44.411060 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3015 | 2025.02.28 06:47:44.411182 [ 4 ] {4c6cd951-2ea7-4d79-be35-93decf2d5472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3016 | 2025.02.28 06:47:44.411234 [ 4 ] {4c6cd951-2ea7-4d79-be35-93decf2d5472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3017 | 2025.02.28 06:47:44.411737 [ 4 ] {4c6cd951-2ea7-4d79-be35-93decf2d5472} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3018 | 2025.02.28 06:47:44.411775 [ 4 ] {4c6cd951-2ea7-4d79-be35-93decf2d5472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3019 | 2025.02.28 06:47:44.412144 [ 4 ] {4c6cd951-2ea7-4d79-be35-93decf2d5472} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3020 | 2025.02.28 06:47:44.412415 [ 4 ] {4c6cd951-2ea7-4d79-be35-93decf2d5472} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3021 | 2025.02.28 06:47:44.412680 [ 4 ] {4c6cd951-2ea7-4d79-be35-93decf2d5472} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001517 sec., 3955.174686882004 rows/sec., 206.64 KiB/sec. | ||
| 3022 | 2025.02.28 06:47:44.412838 [ 4 ] {4c6cd951-2ea7-4d79-be35-93decf2d5472} <Debug> TCPHandler: Processed in 0.001831962 sec. | ||
| 3023 | 2025.02.28 06:47:44.412984 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3024 | 2025.02.28 06:47:44.413104 [ 255 ] {94178c2e-1620-4ddd-9080-c6a60b09ff11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3025 | 2025.02.28 06:47:44.413157 [ 255 ] {94178c2e-1620-4ddd-9080-c6a60b09ff11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3026 | 2025.02.28 06:47:44.413740 [ 255 ] {94178c2e-1620-4ddd-9080-c6a60b09ff11} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3027 | 2025.02.28 06:47:44.413777 [ 255 ] {94178c2e-1620-4ddd-9080-c6a60b09ff11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3028 | 2025.02.28 06:47:44.414162 [ 255 ] {94178c2e-1620-4ddd-9080-c6a60b09ff11} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3029 | 2025.02.28 06:47:44.414388 [ 255 ] {94178c2e-1620-4ddd-9080-c6a60b09ff11} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3030 | 2025.02.28 06:47:44.414565 [ 255 ] {94178c2e-1620-4ddd-9080-c6a60b09ff11} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001486 sec., 159488.5598923284 rows/sec., 10.69 MiB/sec. | ||
| 3031 | 2025.02.28 06:47:44.414613 [ 255 ] {94178c2e-1620-4ddd-9080-c6a60b09ff11} <Debug> TCPHandler: Processed in 0.00168644 sec. | ||
| 3032 | 2025.02.28 06:47:44.414759 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3033 | 2025.02.28 06:47:44.414882 [ 4 ] {15868d68-3794-4108-9833-bf95545c3950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3034 | 2025.02.28 06:47:44.414935 [ 4 ] {15868d68-3794-4108-9833-bf95545c3950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3035 | 2025.02.28 06:47:44.415493 [ 4 ] {15868d68-3794-4108-9833-bf95545c3950} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3036 | 2025.02.28 06:47:44.415539 [ 4 ] {15868d68-3794-4108-9833-bf95545c3950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3037 | 2025.02.28 06:47:44.415970 [ 4 ] {15868d68-3794-4108-9833-bf95545c3950} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3038 | 2025.02.28 06:47:44.416206 [ 4 ] {15868d68-3794-4108-9833-bf95545c3950} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3039 | 2025.02.28 06:47:44.416477 [ 4 ] {15868d68-3794-4108-9833-bf95545c3950} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001598 sec., 625.7822277847309 rows/sec., 42.17 KiB/sec. | ||
| 3040 | 2025.02.28 06:47:44.416599 [ 4 ] {15868d68-3794-4108-9833-bf95545c3950} <Debug> TCPHandler: Processed in 0.001894053 sec. | ||
| 3041 | 2025.02.28 06:47:44.416746 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3042 | 2025.02.28 06:47:44.416883 [ 255 ] {fe8747bf-a98c-4b53-8aee-6d0d31c34a44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3043 | 2025.02.28 06:47:44.416971 [ 255 ] {fe8747bf-a98c-4b53-8aee-6d0d31c34a44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3044 | 2025.02.28 06:47:44.418168 [ 255 ] {fe8747bf-a98c-4b53-8aee-6d0d31c34a44} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3045 | 2025.02.28 06:47:44.418206 [ 255 ] {fe8747bf-a98c-4b53-8aee-6d0d31c34a44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3046 | 2025.02.28 06:47:44.418871 [ 255 ] {fe8747bf-a98c-4b53-8aee-6d0d31c34a44} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3047 | 2025.02.28 06:47:44.419130 [ 255 ] {fe8747bf-a98c-4b53-8aee-6d0d31c34a44} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3048 | 2025.02.28 06:47:44.419358 [ 255 ] {fe8747bf-a98c-4b53-8aee-6d0d31c34a44} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002492 sec., 15650.080256821831 rows/sec., 28.04 MiB/sec. | ||
| 3049 | 2025.02.28 06:47:44.419482 [ 255 ] {fe8747bf-a98c-4b53-8aee-6d0d31c34a44} <Debug> TCPHandler: Processed in 0.002793333 sec. | ||
| 3050 | 2025.02.28 06:47:44.419622 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3051 | 2025.02.28 06:47:44.419741 [ 4 ] {21b83cbc-e896-4885-ac3d-10674b327b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3052 | 2025.02.28 06:47:44.419793 [ 4 ] {21b83cbc-e896-4885-ac3d-10674b327b43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3053 | 2025.02.28 06:47:44.420282 [ 4 ] {21b83cbc-e896-4885-ac3d-10674b327b43} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3054 | 2025.02.28 06:47:44.420320 [ 4 ] {21b83cbc-e896-4885-ac3d-10674b327b43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3055 | 2025.02.28 06:47:44.420708 [ 4 ] {21b83cbc-e896-4885-ac3d-10674b327b43} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3056 | 2025.02.28 06:47:44.420957 [ 4 ] {21b83cbc-e896-4885-ac3d-10674b327b43} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3057 | 2025.02.28 06:47:44.421175 [ 4 ] {21b83cbc-e896-4885-ac3d-10674b327b43} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001459 sec., 56202.878684030155 rows/sec., 3.57 MiB/sec. | ||
| 3058 | 2025.02.28 06:47:44.421228 [ 4 ] {21b83cbc-e896-4885-ac3d-10674b327b43} <Debug> TCPHandler: Processed in 0.00166063 sec. | ||
| 3059 | 2025.02.28 06:47:48.618945 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3060 | 2025.02.28 06:47:48.619014 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3061 | 2025.02.28 06:47:48.705707 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466 | ||
| 3062 | 2025.02.28 06:47:48.706712 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3063 | 2025.02.28 06:47:48.706763 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3064 | 2025.02.28 06:47:48.707319 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3065 | 2025.02.28 06:47:48.707580 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3066 | 2025.02.28 06:47:48.707822 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3067 | 2025.02.28 06:47:49.139203 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3068 | 2025.02.28 06:47:49.160530 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3069 | 2025.02.28 06:47:49.160582 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3070 | 2025.02.28 06:47:49.168190 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3071 | 2025.02.28 06:47:49.168948 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3072 | 2025.02.28 06:47:49.172266 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3073 | 2025.02.28 06:47:49.389949 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3074 | 2025.02.28 06:47:49.390159 [ 4 ] {bd72404d-9ed5-4344-b66d-299c431192c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3075 | 2025.02.28 06:47:49.390232 [ 4 ] {bd72404d-9ed5-4344-b66d-299c431192c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3076 | 2025.02.28 06:47:49.391040 [ 4 ] {bd72404d-9ed5-4344-b66d-299c431192c7} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3077 | 2025.02.28 06:47:49.391090 [ 4 ] {bd72404d-9ed5-4344-b66d-299c431192c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3078 | 2025.02.28 06:47:49.391528 [ 4 ] {bd72404d-9ed5-4344-b66d-299c431192c7} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3079 | 2025.02.28 06:47:49.391785 [ 4 ] {bd72404d-9ed5-4344-b66d-299c431192c7} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3080 | 2025.02.28 06:47:49.392036 [ 4 ] {bd72404d-9ed5-4344-b66d-299c431192c7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00193 sec., 29015.544041450776 rows/sec., 2.23 MiB/sec. | ||
| 3081 | 2025.02.28 06:47:49.392101 [ 4 ] {bd72404d-9ed5-4344-b66d-299c431192c7} <Debug> TCPHandler: Processed in 0.002294987 sec. | ||
| 3082 | 2025.02.28 06:47:49.392361 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3083 | 2025.02.28 06:47:49.392555 [ 255 ] {ea5d8f33-fde8-4235-b542-726249ec62ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3084 | 2025.02.28 06:47:49.392629 [ 255 ] {ea5d8f33-fde8-4235-b542-726249ec62ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3085 | 2025.02.28 06:47:49.393415 [ 255 ] {ea5d8f33-fde8-4235-b542-726249ec62ed} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3086 | 2025.02.28 06:47:49.393467 [ 255 ] {ea5d8f33-fde8-4235-b542-726249ec62ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3087 | 2025.02.28 06:47:49.393944 [ 255 ] {ea5d8f33-fde8-4235-b542-726249ec62ed} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3088 | 2025.02.28 06:47:49.394208 [ 255 ] {ea5d8f33-fde8-4235-b542-726249ec62ed} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3089 | 2025.02.28 06:47:49.394450 [ 255 ] {ea5d8f33-fde8-4235-b542-726249ec62ed} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001947 sec., 32871.08371854135 rows/sec., 2.57 MiB/sec. | ||
| 3090 | 2025.02.28 06:47:49.394509 [ 255 ] {ea5d8f33-fde8-4235-b542-726249ec62ed} <Debug> TCPHandler: Processed in 0.002279507 sec. | ||
| 3091 | 2025.02.28 06:47:49.394681 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3092 | 2025.02.28 06:47:49.394812 [ 4 ] {9bdc37b8-7985-47b6-95e0-f95a883f5ccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3093 | 2025.02.28 06:47:49.394871 [ 4 ] {9bdc37b8-7985-47b6-95e0-f95a883f5ccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3094 | 2025.02.28 06:47:49.395468 [ 4 ] {9bdc37b8-7985-47b6-95e0-f95a883f5ccc} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3095 | 2025.02.28 06:47:49.395508 [ 4 ] {9bdc37b8-7985-47b6-95e0-f95a883f5ccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3096 | 2025.02.28 06:47:49.395926 [ 4 ] {9bdc37b8-7985-47b6-95e0-f95a883f5ccc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3097 | 2025.02.28 06:47:49.396174 [ 4 ] {9bdc37b8-7985-47b6-95e0-f95a883f5ccc} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3098 | 2025.02.28 06:47:49.396414 [ 4 ] {9bdc37b8-7985-47b6-95e0-f95a883f5ccc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001632 sec., 98039.21568627452 rows/sec., 6.83 MiB/sec. | ||
| 3099 | 2025.02.28 06:47:49.396533 [ 4 ] {9bdc37b8-7985-47b6-95e0-f95a883f5ccc} <Debug> TCPHandler: Processed in 0.001913103 sec. | ||
| 3100 | 2025.02.28 06:47:49.396693 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3101 | 2025.02.28 06:47:49.396833 [ 255 ] {0e1ed302-1776-4457-b082-d78cc8d08a9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3102 | 2025.02.28 06:47:49.396897 [ 255 ] {0e1ed302-1776-4457-b082-d78cc8d08a9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3103 | 2025.02.28 06:47:49.397433 [ 255 ] {0e1ed302-1776-4457-b082-d78cc8d08a9d} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3104 | 2025.02.28 06:47:49.397473 [ 255 ] {0e1ed302-1776-4457-b082-d78cc8d08a9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3105 | 2025.02.28 06:47:49.397856 [ 255 ] {0e1ed302-1776-4457-b082-d78cc8d08a9d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3106 | 2025.02.28 06:47:49.398090 [ 255 ] {0e1ed302-1776-4457-b082-d78cc8d08a9d} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3107 | 2025.02.28 06:47:49.398360 [ 255 ] {0e1ed302-1776-4457-b082-d78cc8d08a9d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001551 sec., 38684.71953578336 rows/sec., 2.61 MiB/sec. | ||
| 3108 | 2025.02.28 06:47:49.398536 [ 255 ] {0e1ed302-1776-4457-b082-d78cc8d08a9d} <Debug> TCPHandler: Processed in 0.001905143 sec. | ||
| 3109 | 2025.02.28 06:47:51.823457 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3110 | 2025.02.28 06:47:51.823758 [ 4 ] {b870ea5b-07ff-4bc8-8376-f07db1b06a5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3111 | 2025.02.28 06:47:51.823875 [ 4 ] {b870ea5b-07ff-4bc8-8376-f07db1b06a5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3112 | 2025.02.28 06:47:51.824855 [ 4 ] {b870ea5b-07ff-4bc8-8376-f07db1b06a5f} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3113 | 2025.02.28 06:47:51.824913 [ 4 ] {b870ea5b-07ff-4bc8-8376-f07db1b06a5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3114 | 2025.02.28 06:47:51.825373 [ 4 ] {b870ea5b-07ff-4bc8-8376-f07db1b06a5f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3115 | 2025.02.28 06:47:51.825632 [ 4 ] {b870ea5b-07ff-4bc8-8376-f07db1b06a5f} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3116 | 2025.02.28 06:47:51.825827 [ 149 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3117 | 2025.02.28 06:47:51.825886 [ 4 ] {b870ea5b-07ff-4bc8-8376-f07db1b06a5f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002206 sec., 96101.54125113327 rows/sec., 6.11 MiB/sec. | ||
| 3118 | 2025.02.28 06:47:51.825915 [ 149 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3119 | 2025.02.28 06:47:51.825991 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3120 | 2025.02.28 06:47:51.826011 [ 4 ] {b870ea5b-07ff-4bc8-8376-f07db1b06a5f} <Debug> TCPHandler: Processed in 0.002738113 sec. | ||
| 3121 | 2025.02.28 06:47:51.826239 [ 190 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::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 | ||
| 3122 | 2025.02.28 06:47:51.826322 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3123 | 2025.02.28 06:47:51.826439 [ 190 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3124 | 2025.02.28 06:47:51.826513 [ 190 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 212 rows starting from the beginning of the part | ||
| 3125 | 2025.02.28 06:47:51.826588 [ 255 ] {bf10a703-0142-404d-8ffb-f75d62480bdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3126 | 2025.02.28 06:47:51.826752 [ 190 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part | ||
| 3127 | 2025.02.28 06:47:51.826784 [ 255 ] {bf10a703-0142-404d-8ffb-f75d62480bdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3128 | 2025.02.28 06:47:51.827155 [ 190 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part | ||
| 3129 | 2025.02.28 06:47:51.827485 [ 190 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part | ||
| 3130 | 2025.02.28 06:47:51.827723 [ 190 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part | ||
| 3131 | 2025.02.28 06:47:51.829451 [ 255 ] {bf10a703-0142-404d-8ffb-f75d62480bdb} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3132 | 2025.02.28 06:47:51.829534 [ 255 ] {bf10a703-0142-404d-8ffb-f75d62480bdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3133 | 2025.02.28 06:47:51.830492 [ 255 ] {bf10a703-0142-404d-8ffb-f75d62480bdb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3134 | 2025.02.28 06:47:51.830543 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004428504 sec., 239358.4831356142 rows/sec., 16.14 MiB/sec. | ||
| 3135 | 2025.02.28 06:47:51.830848 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3136 | 2025.02.28 06:47:51.830884 [ 255 ] {bf10a703-0142-404d-8ffb-f75d62480bdb} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3137 | 2025.02.28 06:47:51.831504 [ 255 ] {bf10a703-0142-404d-8ffb-f75d62480bdb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004984 sec., 401.2841091492777 rows/sec., 32.72 KiB/sec. | ||
| 3138 | 2025.02.28 06:47:51.831673 [ 255 ] {bf10a703-0142-404d-8ffb-f75d62480bdb} <Debug> TCPHandler: Processed in 0.005522736 sec. | ||
| 3139 | 2025.02.28 06:47:51.831677 [ 187 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_9_2} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3140 | 2025.02.28 06:47:51.831865 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3141 | 2025.02.28 06:47:51.831882 [ 187 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_9_2} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3142 | 2025.02.28 06:47:51.832062 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 3143 | 2025.02.28 06:47:51.832072 [ 4 ] {a651bbbb-b16c-4874-8595-61b22a3d2d17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3144 | 2025.02.28 06:47:51.832139 [ 4 ] {a651bbbb-b16c-4874-8595-61b22a3d2d17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3145 | 2025.02.28 06:47:51.833651 [ 4 ] {a651bbbb-b16c-4874-8595-61b22a3d2d17} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3146 | 2025.02.28 06:47:51.833690 [ 4 ] {a651bbbb-b16c-4874-8595-61b22a3d2d17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3147 | 2025.02.28 06:47:51.834168 [ 4 ] {a651bbbb-b16c-4874-8595-61b22a3d2d17} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3148 | 2025.02.28 06:47:51.834405 [ 4 ] {a651bbbb-b16c-4874-8595-61b22a3d2d17} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3149 | 2025.02.28 06:47:51.834572 [ 149 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3150 | 2025.02.28 06:47:51.834630 [ 149 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3151 | 2025.02.28 06:47:51.834659 [ 4 ] {a651bbbb-b16c-4874-8595-61b22a3d2d17} <Debug> executeQuery: Read 1836 rows, 153.46 KiB in 0.002636 sec., 696509.8634294386 rows/sec., 56.85 MiB/sec. | ||
| 3152 | 2025.02.28 06:47:51.834673 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3153 | 2025.02.28 06:47:51.834815 [ 4 ] {a651bbbb-b16c-4874-8595-61b22a3d2d17} <Debug> TCPHandler: Processed in 0.003044877 sec. | ||
| 3154 | 2025.02.28 06:47:51.835057 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3155 | 2025.02.28 06:47:51.835070 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 3156 | 2025.02.28 06:47:51.835288 [ 255 ] {4f78819f-dd21-4a8a-9c74-3d30a08771cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3157 | 2025.02.28 06:47:51.835368 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3158 | 2025.02.28 06:47:51.835404 [ 255 ] {4f78819f-dd21-4a8a-9c74-3d30a08771cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3159 | 2025.02.28 06:47:51.835428 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1831 rows starting from the beginning of the part | ||
| 3160 | 2025.02.28 06:47:51.835794 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 695 rows starting from the beginning of the part | ||
| 3161 | 2025.02.28 06:47:51.836013 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 3162 | 2025.02.28 06:47:51.836328 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 695 rows starting from the beginning of the part | ||
| 3163 | 2025.02.28 06:47:51.836607 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part | ||
| 3164 | 2025.02.28 06:47:51.836923 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1836 rows starting from the beginning of the part | ||
| 3165 | 2025.02.28 06:47:51.838326 [ 255 ] {4f78819f-dd21-4a8a-9c74-3d30a08771cf} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3166 | 2025.02.28 06:47:51.838376 [ 255 ] {4f78819f-dd21-4a8a-9c74-3d30a08771cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3167 | 2025.02.28 06:47:51.839330 [ 255 ] {4f78819f-dd21-4a8a-9c74-3d30a08771cf} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3168 | 2025.02.28 06:47:51.839755 [ 255 ] {4f78819f-dd21-4a8a-9c74-3d30a08771cf} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3169 | 2025.02.28 06:47:51.839994 [ 255 ] {4f78819f-dd21-4a8a-9c74-3d30a08771cf} <Debug> executeQuery: Read 147 rows, 9.46 KiB in 0.004778 sec., 30766.010883214734 rows/sec., 1.93 MiB/sec. | ||
| 3170 | 2025.02.28 06:47:51.840082 [ 255 ] {4f78819f-dd21-4a8a-9c74-3d30a08771cf} <Debug> TCPHandler: Processed in 0.005171682 sec. | ||
| 3171 | 2025.02.28 06:47:51.840295 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3172 | 2025.02.28 06:47:51.840793 [ 4 ] {d9028552-7144-42e5-927a-5f882af18df4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3173 | 2025.02.28 06:47:51.840814 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5169 rows, containing 5 columns (5 merged, 0 gathered) in 0.005984302 sec., 863759.883775919 rows/sec., 73.26 MiB/sec. | ||
| 3174 | 2025.02.28 06:47:51.840911 [ 4 ] {d9028552-7144-42e5-927a-5f882af18df4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3175 | 2025.02.28 06:47:51.841113 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3176 | 2025.02.28 06:47:51.841647 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_21_4} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3177 | 2025.02.28 06:47:51.841782 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_21_4} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3178 | 2025.02.28 06:47:51.841857 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. | ||
| 3179 | 2025.02.28 06:47:51.842205 [ 4 ] {d9028552-7144-42e5-927a-5f882af18df4} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3180 | 2025.02.28 06:47:51.842249 [ 4 ] {d9028552-7144-42e5-927a-5f882af18df4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3181 | 2025.02.28 06:47:51.842629 [ 4 ] {d9028552-7144-42e5-927a-5f882af18df4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3182 | 2025.02.28 06:47:51.842870 [ 4 ] {d9028552-7144-42e5-927a-5f882af18df4} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3183 | 2025.02.28 06:47:51.843104 [ 4 ] {d9028552-7144-42e5-927a-5f882af18df4} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.002524 sec., 135103.01109350237 rows/sec., 9.01 MiB/sec. | ||
| 3184 | 2025.02.28 06:47:51.843162 [ 4 ] {d9028552-7144-42e5-927a-5f882af18df4} <Debug> TCPHandler: Processed in 0.002975556 sec. | ||
| 3185 | 2025.02.28 06:47:51.843380 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3186 | 2025.02.28 06:47:51.843600 [ 255 ] {6f94de8e-7c02-4700-a104-c9f9d2103bb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3187 | 2025.02.28 06:47:51.843690 [ 255 ] {6f94de8e-7c02-4700-a104-c9f9d2103bb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3188 | 2025.02.28 06:47:51.844553 [ 255 ] {6f94de8e-7c02-4700-a104-c9f9d2103bb8} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3189 | 2025.02.28 06:47:51.844591 [ 255 ] {6f94de8e-7c02-4700-a104-c9f9d2103bb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3190 | 2025.02.28 06:47:51.844957 [ 255 ] {6f94de8e-7c02-4700-a104-c9f9d2103bb8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3191 | 2025.02.28 06:47:51.845194 [ 255 ] {6f94de8e-7c02-4700-a104-c9f9d2103bb8} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3192 | 2025.02.28 06:47:51.845305 [ 149 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3193 | 2025.02.28 06:47:51.845345 [ 149 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3194 | 2025.02.28 06:47:51.845367 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3195 | 2025.02.28 06:47:51.845387 [ 255 ] {6f94de8e-7c02-4700-a104-c9f9d2103bb8} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001838 sec., 60935.799782372145 rows/sec., 3.47 MiB/sec. | ||
| 3196 | 2025.02.28 06:47:51.845585 [ 255 ] {6f94de8e-7c02-4700-a104-c9f9d2103bb8} <Debug> TCPHandler: Processed in 0.002311028 sec. | ||
| 3197 | 2025.02.28 06:47:51.845613 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::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 | ||
| 3198 | 2025.02.28 06:47:51.845770 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3199 | 2025.02.28 06:47:51.845818 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3200 | 2025.02.28 06:47:51.845871 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 112 rows starting from the beginning of the part | ||
| 3201 | 2025.02.28 06:47:51.845979 [ 4 ] {802fd410-e1d1-416c-93d3-1720c7104b03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3202 | 2025.02.28 06:47:51.846144 [ 4 ] {802fd410-e1d1-416c-93d3-1720c7104b03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3203 | 2025.02.28 06:47:51.846175 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 112 rows starting from the beginning of the part | ||
| 3204 | 2025.02.28 06:47:51.846530 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 112 rows starting from the beginning of the part | ||
| 3205 | 2025.02.28 06:47:51.846891 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 112 rows starting from the beginning of the part | ||
| 3206 | 2025.02.28 06:47:51.847170 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 112 rows starting from the beginning of the part | ||
| 3207 | 2025.02.28 06:47:51.849460 [ 4 ] {802fd410-e1d1-416c-93d3-1720c7104b03} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3208 | 2025.02.28 06:47:51.849540 [ 4 ] {802fd410-e1d1-416c-93d3-1720c7104b03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3209 | 2025.02.28 06:47:51.849559 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004131689 sec., 135537.7909615172 rows/sec., 8.24 MiB/sec. | ||
| 3210 | 2025.02.28 06:47:51.849766 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3211 | 2025.02.28 06:47:51.850288 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_9_2} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3212 | 2025.02.28 06:47:51.850381 [ 4 ] {802fd410-e1d1-416c-93d3-1720c7104b03} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3213 | 2025.02.28 06:47:51.850427 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_9_2} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3214 | 2025.02.28 06:47:51.850566 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3215 | 2025.02.28 06:47:51.850768 [ 4 ] {802fd410-e1d1-416c-93d3-1720c7104b03} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3216 | 2025.02.28 06:47:51.850993 [ 149 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3217 | 2025.02.28 06:47:51.851064 [ 4 ] {802fd410-e1d1-416c-93d3-1720c7104b03} <Debug> executeQuery: Read 879 rows, 65.16 KiB in 0.005139 sec., 171044.95037945124 rows/sec., 12.38 MiB/sec. | ||
| 3218 | 2025.02.28 06:47:51.851076 [ 149 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3219 | 2025.02.28 06:47:51.851184 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3220 | 2025.02.28 06:47:51.851236 [ 4 ] {802fd410-e1d1-416c-93d3-1720c7104b03} <Debug> TCPHandler: Processed in 0.005554236 sec. | ||
| 3221 | 2025.02.28 06:47:51.851449 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 3222 | 2025.02.28 06:47:51.851491 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3223 | 2025.02.28 06:47:51.851602 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3224 | 2025.02.28 06:47:51.851684 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 896 rows starting from the beginning of the part | ||
| 3225 | 2025.02.28 06:47:51.851748 [ 255 ] {ccf638be-7641-414a-94e5-a6c72fa6afe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3226 | 2025.02.28 06:47:51.851946 [ 255 ] {ccf638be-7641-414a-94e5-a6c72fa6afe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3227 | 2025.02.28 06:47:51.851961 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part | ||
| 3228 | 2025.02.28 06:47:51.852370 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 3229 | 2025.02.28 06:47:51.852724 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 421 rows starting from the beginning of the part | ||
| 3230 | 2025.02.28 06:47:51.853110 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part | ||
| 3231 | 2025.02.28 06:47:51.853382 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 879 rows starting from the beginning of the part | ||
| 3232 | 2025.02.28 06:47:51.854279 [ 255 ] {ccf638be-7641-414a-94e5-a6c72fa6afe2} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3233 | 2025.02.28 06:47:51.854351 [ 255 ] {ccf638be-7641-414a-94e5-a6c72fa6afe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3234 | 2025.02.28 06:47:51.855296 [ 255 ] {ccf638be-7641-414a-94e5-a6c72fa6afe2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3235 | 2025.02.28 06:47:51.855787 [ 255 ] {ccf638be-7641-414a-94e5-a6c72fa6afe2} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3236 | 2025.02.28 06:47:51.856009 [ 255 ] {ccf638be-7641-414a-94e5-a6c72fa6afe2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004353 sec., 1378.3597518952447 rows/sec., 72.01 KiB/sec. | ||
| 3237 | 2025.02.28 06:47:51.856067 [ 255 ] {ccf638be-7641-414a-94e5-a6c72fa6afe2} <Debug> TCPHandler: Processed in 0.004713916 sec. | ||
| 3238 | 2025.02.28 06:47:51.856379 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3239 | 2025.02.28 06:47:51.856511 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2751 rows, containing 5 columns (5 merged, 0 gathered) in 0.005214183 sec., 527599.4340820028 rows/sec., 40.19 MiB/sec. | ||
| 3240 | 2025.02.28 06:47:51.856687 [ 4 ] {a9c754be-1e0f-499d-b356-747d672f4e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3241 | 2025.02.28 06:47:51.856791 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3242 | 2025.02.28 06:47:51.856845 [ 4 ] {a9c754be-1e0f-499d-b356-747d672f4e84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3243 | 2025.02.28 06:47:51.857440 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_21_4} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3244 | 2025.02.28 06:47:51.857586 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_21_4} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3245 | 2025.02.28 06:47:51.857663 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 3246 | 2025.02.28 06:47:51.858135 [ 4 ] {a9c754be-1e0f-499d-b356-747d672f4e84} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3247 | 2025.02.28 06:47:51.858176 [ 4 ] {a9c754be-1e0f-499d-b356-747d672f4e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3248 | 2025.02.28 06:47:51.858607 [ 4 ] {a9c754be-1e0f-499d-b356-747d672f4e84} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3249 | 2025.02.28 06:47:51.858898 [ 4 ] {a9c754be-1e0f-499d-b356-747d672f4e84} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3250 | 2025.02.28 06:47:51.859094 [ 149 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3251 | 2025.02.28 06:47:51.859167 [ 4 ] {a9c754be-1e0f-499d-b356-747d672f4e84} <Debug> executeQuery: Read 1020 rows, 69.60 KiB in 0.002546 sec., 400628.4367635507 rows/sec., 26.70 MiB/sec. | ||
| 3252 | 2025.02.28 06:47:51.859177 [ 149 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3253 | 2025.02.28 06:47:51.859271 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3254 | 2025.02.28 06:47:51.859300 [ 4 ] {a9c754be-1e0f-499d-b356-747d672f4e84} <Debug> TCPHandler: Processed in 0.003139678 sec. | ||
| 3255 | 2025.02.28 06:47:51.859576 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 3256 | 2025.02.28 06:47:51.859641 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3257 | 2025.02.28 06:47:51.859777 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3258 | 2025.02.28 06:47:51.859880 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5660 rows starting from the beginning of the part | ||
| 3259 | 2025.02.28 06:47:51.860036 [ 255 ] {20300a30-5ab1-4e4d-a88e-f5595d586751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3260 | 2025.02.28 06:47:51.860201 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part | ||
| 3261 | 2025.02.28 06:47:51.860312 [ 255 ] {20300a30-5ab1-4e4d-a88e-f5595d586751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3262 | 2025.02.28 06:47:51.860632 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
| 3263 | 2025.02.28 06:47:51.860989 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 3264 | 2025.02.28 06:47:51.861359 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 3265 | 2025.02.28 06:47:51.861730 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1020 rows starting from the beginning of the part | ||
| 3266 | 2025.02.28 06:47:51.862664 [ 255 ] {20300a30-5ab1-4e4d-a88e-f5595d586751} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3267 | 2025.02.28 06:47:51.862728 [ 255 ] {20300a30-5ab1-4e4d-a88e-f5595d586751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3268 | 2025.02.28 06:47:51.863283 [ 255 ] {20300a30-5ab1-4e4d-a88e-f5595d586751} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3269 | 2025.02.28 06:47:51.863834 [ 255 ] {20300a30-5ab1-4e4d-a88e-f5595d586751} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3270 | 2025.02.28 06:47:51.864343 [ 255 ] {20300a30-5ab1-4e4d-a88e-f5595d586751} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004447 sec., 224.87069934787496 rows/sec., 15.15 KiB/sec. | ||
| 3271 | 2025.02.28 06:47:51.864498 [ 255 ] {20300a30-5ab1-4e4d-a88e-f5595d586751} <Debug> TCPHandler: Processed in 0.005083171 sec. | ||
| 3272 | 2025.02.28 06:47:51.864703 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3273 | 2025.02.28 06:47:51.864996 [ 4 ] {2fa9d317-6ef7-4fb4-b1c5-d0d2a0619346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3274 | 2025.02.28 06:47:51.865139 [ 4 ] {2fa9d317-6ef7-4fb4-b1c5-d0d2a0619346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3275 | 2025.02.28 06:47:51.866432 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7474 rows, containing 5 columns (5 merged, 0 gathered) in 0.007017004 sec., 1065126.9402155108 rows/sec., 71.78 MiB/sec. | ||
| 3276 | 2025.02.28 06:47:51.866917 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3277 | 2025.02.28 06:47:51.867609 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3278 | 2025.02.28 06:47:51.867836 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3279 | 2025.02.28 06:47:51.868006 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. | ||
| 3280 | 2025.02.28 06:47:51.868121 [ 4 ] {2fa9d317-6ef7-4fb4-b1c5-d0d2a0619346} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3281 | 2025.02.28 06:47:51.868164 [ 4 ] {2fa9d317-6ef7-4fb4-b1c5-d0d2a0619346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3282 | 2025.02.28 06:47:51.868845 [ 4 ] {2fa9d317-6ef7-4fb4-b1c5-d0d2a0619346} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3283 | 2025.02.28 06:47:51.869107 [ 4 ] {2fa9d317-6ef7-4fb4-b1c5-d0d2a0619346} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3284 | 2025.02.28 06:47:51.869442 [ 4 ] {2fa9d317-6ef7-4fb4-b1c5-d0d2a0619346} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004559 sec., 8554.507567449002 rows/sec., 15.33 MiB/sec. | ||
| 3285 | 2025.02.28 06:47:51.869850 [ 4 ] {2fa9d317-6ef7-4fb4-b1c5-d0d2a0619346} <Debug> TCPHandler: Processed in 0.005258852 sec. | ||
| 3286 | 2025.02.28 06:47:51.870000 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3287 | 2025.02.28 06:47:51.870140 [ 255 ] {c03c191d-3f86-45d4-9f96-6b032fd053cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3288 | 2025.02.28 06:47:51.870201 [ 255 ] {c03c191d-3f86-45d4-9f96-6b032fd053cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3289 | 2025.02.28 06:47:51.870771 [ 255 ] {c03c191d-3f86-45d4-9f96-6b032fd053cc} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3290 | 2025.02.28 06:47:51.870817 [ 255 ] {c03c191d-3f86-45d4-9f96-6b032fd053cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3291 | 2025.02.28 06:47:51.871262 [ 255 ] {c03c191d-3f86-45d4-9f96-6b032fd053cc} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3292 | 2025.02.28 06:47:51.871510 [ 255 ] {c03c191d-3f86-45d4-9f96-6b032fd053cc} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3293 | 2025.02.28 06:47:51.871673 [ 147 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3294 | 2025.02.28 06:47:51.871747 [ 255 ] {c03c191d-3f86-45d4-9f96-6b032fd053cc} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001632 sec., 35539.21568627451 rows/sec., 2.20 MiB/sec. | ||
| 3295 | 2025.02.28 06:47:51.871755 [ 147 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3296 | 2025.02.28 06:47:51.871841 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3297 | 2025.02.28 06:47:51.871861 [ 255 ] {c03c191d-3f86-45d4-9f96-6b032fd053cc} <Debug> TCPHandler: Processed in 0.001923363 sec. | ||
| 3298 | 2025.02.28 06:47:51.872156 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 3299 | 2025.02.28 06:47:51.872281 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3300 | 2025.02.28 06:47:51.872315 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 936 rows starting from the beginning of the part | ||
| 3301 | 2025.02.28 06:47:51.872455 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part | ||
| 3302 | 2025.02.28 06:47:51.872572 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
| 3303 | 2025.02.28 06:47:51.872700 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 3304 | 2025.02.28 06:47:51.872893 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 3305 | 2025.02.28 06:47:51.872999 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 58 rows starting from the beginning of the part | ||
| 3306 | 2025.02.28 06:47:51.874053 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 4 columns (4 merged, 0 gathered) in 0.002104465 sec., 607280.2351191395 rows/sec., 39.57 MiB/sec. | ||
| 3307 | 2025.02.28 06:47:51.874204 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3308 | 2025.02.28 06:47:51.874466 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_21_4} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3309 | 2025.02.28 06:47:51.874536 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_21_4} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3310 | 2025.02.28 06:47:51.874599 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 3311 | 2025.02.28 06:47:53.713343 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 482 | ||
| 3312 | 2025.02.28 06:47:53.716935 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3313 | 2025.02.28 06:47:53.716977 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3314 | 2025.02.28 06:47:53.718453 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3315 | 2025.02.28 06:47:53.718749 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3316 | 2025.02.28 06:47:53.719258 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 482 | ||
| 3317 | 2025.02.28 06:47:54.384405 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3318 | 2025.02.28 06:47:54.384594 [ 4 ] {32d9469e-448f-4a76-85bb-23149580618e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3319 | 2025.02.28 06:47:54.384666 [ 4 ] {32d9469e-448f-4a76-85bb-23149580618e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3320 | 2025.02.28 06:47:54.385473 [ 4 ] {32d9469e-448f-4a76-85bb-23149580618e} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3321 | 2025.02.28 06:47:54.385523 [ 4 ] {32d9469e-448f-4a76-85bb-23149580618e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3322 | 2025.02.28 06:47:54.385963 [ 4 ] {32d9469e-448f-4a76-85bb-23149580618e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3323 | 2025.02.28 06:47:54.386238 [ 4 ] {32d9469e-448f-4a76-85bb-23149580618e} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3324 | 2025.02.28 06:47:54.386471 [ 4 ] {32d9469e-448f-4a76-85bb-23149580618e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00193 sec., 29015.544041450776 rows/sec., 2.23 MiB/sec. | ||
| 3325 | 2025.02.28 06:47:54.386537 [ 4 ] {32d9469e-448f-4a76-85bb-23149580618e} <Debug> TCPHandler: Processed in 0.002262037 sec. | ||
| 3326 | 2025.02.28 06:47:54.386814 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3327 | 2025.02.28 06:47:54.387027 [ 255 ] {b803b1fd-2c18-4140-a09f-6d6d19ee4d4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3328 | 2025.02.28 06:47:54.387108 [ 255 ] {b803b1fd-2c18-4140-a09f-6d6d19ee4d4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3329 | 2025.02.28 06:47:54.387880 [ 255 ] {b803b1fd-2c18-4140-a09f-6d6d19ee4d4b} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3330 | 2025.02.28 06:47:54.387922 [ 255 ] {b803b1fd-2c18-4140-a09f-6d6d19ee4d4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3331 | 2025.02.28 06:47:54.388359 [ 255 ] {b803b1fd-2c18-4140-a09f-6d6d19ee4d4b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3332 | 2025.02.28 06:47:54.388614 [ 255 ] {b803b1fd-2c18-4140-a09f-6d6d19ee4d4b} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3333 | 2025.02.28 06:47:54.388813 [ 255 ] {b803b1fd-2c18-4140-a09f-6d6d19ee4d4b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001847 sec., 34650.785056848945 rows/sec., 2.70 MiB/sec. | ||
| 3334 | 2025.02.28 06:47:54.388868 [ 255 ] {b803b1fd-2c18-4140-a09f-6d6d19ee4d4b} <Debug> TCPHandler: Processed in 0.002198867 sec. | ||
| 3335 | 2025.02.28 06:47:54.389028 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3336 | 2025.02.28 06:47:54.389154 [ 4 ] {5b437838-2d95-49bf-92a2-9811637dfd25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3337 | 2025.02.28 06:47:54.389210 [ 4 ] {5b437838-2d95-49bf-92a2-9811637dfd25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3338 | 2025.02.28 06:47:54.389769 [ 4 ] {5b437838-2d95-49bf-92a2-9811637dfd25} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3339 | 2025.02.28 06:47:54.389810 [ 4 ] {5b437838-2d95-49bf-92a2-9811637dfd25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3340 | 2025.02.28 06:47:54.390201 [ 4 ] {5b437838-2d95-49bf-92a2-9811637dfd25} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3341 | 2025.02.28 06:47:54.390444 [ 4 ] {5b437838-2d95-49bf-92a2-9811637dfd25} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3342 | 2025.02.28 06:47:54.390704 [ 4 ] {5b437838-2d95-49bf-92a2-9811637dfd25} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001569 sec., 40790.31230082855 rows/sec., 2.84 MiB/sec. | ||
| 3343 | 2025.02.28 06:47:54.390787 [ 4 ] {5b437838-2d95-49bf-92a2-9811637dfd25} <Debug> TCPHandler: Processed in 0.001810022 sec. | ||
| 3344 | 2025.02.28 06:47:54.391035 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3345 | 2025.02.28 06:47:54.391195 [ 255 ] {46dde6ea-ecb8-43f0-818b-38c2b097c921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3346 | 2025.02.28 06:47:54.391249 [ 255 ] {46dde6ea-ecb8-43f0-818b-38c2b097c921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3347 | 2025.02.28 06:47:54.391728 [ 255 ] {46dde6ea-ecb8-43f0-818b-38c2b097c921} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3348 | 2025.02.28 06:47:54.391765 [ 255 ] {46dde6ea-ecb8-43f0-818b-38c2b097c921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3349 | 2025.02.28 06:47:54.392140 [ 255 ] {46dde6ea-ecb8-43f0-818b-38c2b097c921} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3350 | 2025.02.28 06:47:54.392376 [ 255 ] {46dde6ea-ecb8-43f0-818b-38c2b097c921} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3351 | 2025.02.28 06:47:54.392568 [ 255 ] {46dde6ea-ecb8-43f0-818b-38c2b097c921} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001399 sec., 17155.11079342387 rows/sec., 1.16 MiB/sec. | ||
| 3352 | 2025.02.28 06:47:54.392680 [ 255 ] {46dde6ea-ecb8-43f0-818b-38c2b097c921} <Debug> TCPHandler: Processed in 0.001799392 sec. | ||
| 3353 | 2025.02.28 06:47:56.208048 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954 | ||
| 3354 | 2025.02.28 06:47:56.208781 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3355 | 2025.02.28 06:47:56.208830 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3356 | 2025.02.28 06:47:56.209388 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3357 | 2025.02.28 06:47:56.209637 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3358 | 2025.02.28 06:47:56.209880 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 | ||
| 3359 | 2025.02.28 06:47:56.672432 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3360 | 2025.02.28 06:47:56.694090 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3361 | 2025.02.28 06:47:56.694152 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3362 | 2025.02.28 06:47:56.702034 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3363 | 2025.02.28 06:47:56.702845 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3364 | 2025.02.28 06:47:56.705976 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3365 | 2025.02.28 06:47:59.389167 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3366 | 2025.02.28 06:47:59.389376 [ 4 ] {4fb21bec-f2f4-4653-bb7c-ee6121ae3ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3367 | 2025.02.28 06:47:59.389451 [ 4 ] {4fb21bec-f2f4-4653-bb7c-ee6121ae3ac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3368 | 2025.02.28 06:47:59.390210 [ 4 ] {4fb21bec-f2f4-4653-bb7c-ee6121ae3ac7} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3369 | 2025.02.28 06:47:59.390262 [ 4 ] {4fb21bec-f2f4-4653-bb7c-ee6121ae3ac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3370 | 2025.02.28 06:47:59.390714 [ 4 ] {4fb21bec-f2f4-4653-bb7c-ee6121ae3ac7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3371 | 2025.02.28 06:47:59.390979 [ 4 ] {4fb21bec-f2f4-4653-bb7c-ee6121ae3ac7} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3372 | 2025.02.28 06:47:59.391226 [ 4 ] {4fb21bec-f2f4-4653-bb7c-ee6121ae3ac7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001902 sec., 29442.691903259725 rows/sec., 2.26 MiB/sec. | ||
| 3373 | 2025.02.28 06:47:59.391293 [ 4 ] {4fb21bec-f2f4-4653-bb7c-ee6121ae3ac7} <Debug> TCPHandler: Processed in 0.002260207 sec. | ||
| 3374 | 2025.02.28 06:47:59.391534 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3375 | 2025.02.28 06:47:59.391721 [ 255 ] {01787778-f7a7-491d-8403-6237ef16d52b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3376 | 2025.02.28 06:47:59.391796 [ 255 ] {01787778-f7a7-491d-8403-6237ef16d52b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3377 | 2025.02.28 06:47:59.392568 [ 255 ] {01787778-f7a7-491d-8403-6237ef16d52b} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3378 | 2025.02.28 06:47:59.392619 [ 255 ] {01787778-f7a7-491d-8403-6237ef16d52b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3379 | 2025.02.28 06:47:59.393067 [ 255 ] {01787778-f7a7-491d-8403-6237ef16d52b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3380 | 2025.02.28 06:47:59.393327 [ 255 ] {01787778-f7a7-491d-8403-6237ef16d52b} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3381 | 2025.02.28 06:47:59.393581 [ 255 ] {01787778-f7a7-491d-8403-6237ef16d52b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001913 sec., 33455.3058024046 rows/sec., 2.61 MiB/sec. | ||
| 3382 | 2025.02.28 06:47:59.393720 [ 255 ] {01787778-f7a7-491d-8403-6237ef16d52b} <Debug> TCPHandler: Processed in 0.002315968 sec. | ||
| 3383 | 2025.02.28 06:47:59.393867 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3384 | 2025.02.28 06:47:59.393996 [ 4 ] {b6529755-bd06-4da2-b848-f27df5c24522} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3385 | 2025.02.28 06:47:59.394054 [ 4 ] {b6529755-bd06-4da2-b848-f27df5c24522} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3386 | 2025.02.28 06:47:59.394646 [ 4 ] {b6529755-bd06-4da2-b848-f27df5c24522} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3387 | 2025.02.28 06:47:59.394685 [ 4 ] {b6529755-bd06-4da2-b848-f27df5c24522} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3388 | 2025.02.28 06:47:59.395092 [ 4 ] {b6529755-bd06-4da2-b848-f27df5c24522} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3389 | 2025.02.28 06:47:59.395338 [ 4 ] {b6529755-bd06-4da2-b848-f27df5c24522} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3390 | 2025.02.28 06:47:59.395568 [ 4 ] {b6529755-bd06-4da2-b848-f27df5c24522} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001603 sec., 99812.85090455395 rows/sec., 6.95 MiB/sec. | ||
| 3391 | 2025.02.28 06:47:59.395695 [ 4 ] {b6529755-bd06-4da2-b848-f27df5c24522} <Debug> TCPHandler: Processed in 0.001885413 sec. | ||
| 3392 | 2025.02.28 06:47:59.395862 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3393 | 2025.02.28 06:47:59.396013 [ 255 ] {a0a7abc6-d448-4088-8c34-586b63067678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3394 | 2025.02.28 06:47:59.396078 [ 255 ] {a0a7abc6-d448-4088-8c34-586b63067678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3395 | 2025.02.28 06:47:59.396666 [ 255 ] {a0a7abc6-d448-4088-8c34-586b63067678} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3396 | 2025.02.28 06:47:59.396707 [ 255 ] {a0a7abc6-d448-4088-8c34-586b63067678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3397 | 2025.02.28 06:47:59.397115 [ 255 ] {a0a7abc6-d448-4088-8c34-586b63067678} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3398 | 2025.02.28 06:47:59.397354 [ 255 ] {a0a7abc6-d448-4088-8c34-586b63067678} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3399 | 2025.02.28 06:47:59.397569 [ 255 ] {a0a7abc6-d448-4088-8c34-586b63067678} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001595 sec., 37617.55485893417 rows/sec., 2.54 MiB/sec. | ||
| 3400 | 2025.02.28 06:47:59.397619 [ 255 ] {a0a7abc6-d448-4088-8c34-586b63067678} <Debug> TCPHandler: Processed in 0.001830542 sec. | ||
| 3401 | 2025.02.28 06:48:02.193029 [ 137 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3402 | 2025.02.28 06:48:02.193099 [ 137 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3403 | 2025.02.28 06:48:02.193125 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3404 | 2025.02.28 06:48:02.193305 [ 194 ] {012fe182-d32b-415b-a462-4502fc8a2933::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 | ||
| 3405 | 2025.02.28 06:48:02.193486 [ 194 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3406 | 2025.02.28 06:48:02.193532 [ 194 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 3407 | 2025.02.28 06:48:02.193629 [ 194 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3408 | 2025.02.28 06:48:02.193721 [ 194 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3409 | 2025.02.28 06:48:02.193954 [ 194 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3410 | 2025.02.28 06:48:02.194092 [ 194 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3411 | 2025.02.28 06:48:02.195136 [ 186 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.001927663 sec., 4668.865875414946 rows/sec., 314.60 KiB/sec. | ||
| 3412 | 2025.02.28 06:48:02.195337 [ 189 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3413 | 2025.02.28 06:48:02.195701 [ 189 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_9_2} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3414 | 2025.02.28 06:48:02.195787 [ 189 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_9_2} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3415 | 2025.02.28 06:48:02.195882 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3416 | 2025.02.28 06:48:03.619060 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3417 | 2025.02.28 06:48:03.619122 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3418 | 2025.02.28 06:48:03.710133 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381 | ||
| 3419 | 2025.02.28 06:48:03.710985 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3420 | 2025.02.28 06:48:03.711024 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3421 | 2025.02.28 06:48:03.711557 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3422 | 2025.02.28 06:48:03.711801 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3423 | 2025.02.28 06:48:03.711998 [ 119 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3424 | 2025.02.28 06:48:03.712045 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3425 | 2025.02.28 06:48:03.712095 [ 119 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3426 | 2025.02.28 06:48:03.712128 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3427 | 2025.02.28 06:48:03.712281 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 3428 | 2025.02.28 06:48:03.712448 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3429 | 2025.02.28 06:48:03.712496 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 3430 | 2025.02.28 06:48:03.712585 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 3431 | 2025.02.28 06:48:03.712799 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 3432 | 2025.02.28 06:48:03.712949 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 3433 | 2025.02.28 06:48:03.713117 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 3434 | 2025.02.28 06:48:03.713418 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 3435 | 2025.02.28 06:48:03.715150 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002936635 sec., 2513420.973324911 rows/sec., 35.95 MiB/sec. | ||
| 3436 | 2025.02.28 06:48:03.716110 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3437 | 2025.02.28 06:48:03.716442 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_16_3} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3438 | 2025.02.28 06:48:03.716530 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_16_3} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3439 | 2025.02.28 06:48:03.716644 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3440 | 2025.02.28 06:48:03.719626 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 498 | ||
| 3441 | 2025.02.28 06:48:03.722349 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3442 | 2025.02.28 06:48:03.722391 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3443 | 2025.02.28 06:48:03.723788 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3444 | 2025.02.28 06:48:03.724094 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3445 | 2025.02.28 06:48:03.724293 [ 119 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3446 | 2025.02.28 06:48:03.724394 [ 119 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3447 | 2025.02.28 06:48:03.724467 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3448 | 2025.02.28 06:48:03.724865 [ 189 ] {885f53be-7430-4b34-b89a-ac37c386aff3::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 | ||
| 3449 | 2025.02.28 06:48:03.725496 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 498 | ||
| 3450 | 2025.02.28 06:48:03.725980 [ 189 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3451 | 2025.02.28 06:48:03.726168 [ 189 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 322 rows starting from the beginning of the part | ||
| 3452 | 2025.02.28 06:48:03.726752 [ 189 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 58 rows starting from the beginning of the part | ||
| 3453 | 2025.02.28 06:48:03.727255 [ 189 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part | ||
| 3454 | 2025.02.28 06:48:03.727736 [ 189 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part | ||
| 3455 | 2025.02.28 06:48:03.728205 [ 189 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 54 rows starting from the beginning of the part | ||
| 3456 | 2025.02.28 06:48:03.728679 [ 189 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part | ||
| 3457 | 2025.02.28 06:48:03.736848 [ 195 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 72 columns (72 merged, 0 gathered) in 0.012261777 sec., 40614.015407391606 rows/sec., 36.93 MiB/sec. | ||
| 3458 | 2025.02.28 06:48:03.737693 [ 189 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3459 | 2025.02.28 06:48:03.738406 [ 189 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_11_2} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3460 | 2025.02.28 06:48:03.738494 [ 189 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_11_2} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3461 | 2025.02.28 06:48:03.738719 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB. | ||
| 3462 | 2025.02.28 06:48:04.001744 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001191364 sec. | ||
| 3463 | 2025.02.28 06:48:04.206141 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3464 | 2025.02.28 06:48:04.227459 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3465 | 2025.02.28 06:48:04.227515 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3466 | 2025.02.28 06:48:04.235238 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3467 | 2025.02.28 06:48:04.236035 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3468 | 2025.02.28 06:48:04.236364 [ 119 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3469 | 2025.02.28 06:48:04.236440 [ 119 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3470 | 2025.02.28 06:48:04.236487 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3471 | 2025.02.28 06:48:04.237037 [ 192 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 3472 | 2025.02.28 06:48:04.251096 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3473 | 2025.02.28 06:48:04.252884 [ 192 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3474 | 2025.02.28 06:48:04.254212 [ 192 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 3475 | 2025.02.28 06:48:04.259781 [ 192 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 3476 | 2025.02.28 06:48:04.265211 [ 192 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 3477 | 2025.02.28 06:48:04.270602 [ 192 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 3478 | 2025.02.28 06:48:04.276251 [ 192 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
| 3479 | 2025.02.28 06:48:04.280809 [ 192 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part | ||
| 3480 | 2025.02.28 06:48:04.339701 [ 189 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.103058025 sec., 1174.0958552233076 rows/sec., 6.07 MiB/sec. | ||
| 3481 | 2025.02.28 06:48:04.342486 [ 201 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3482 | 2025.02.28 06:48:04.345490 [ 201 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_16_3} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3483 | 2025.02.28 06:48:04.345615 [ 201 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_16_3} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3484 | 2025.02.28 06:48:04.348102 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3485 | 2025.02.28 06:48:04.397431 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3486 | 2025.02.28 06:48:04.397716 [ 4 ] {2e347452-4033-4533-a7d4-010489e21ab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3487 | 2025.02.28 06:48:04.397795 [ 4 ] {2e347452-4033-4533-a7d4-010489e21ab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3488 | 2025.02.28 06:48:04.398566 [ 4 ] {2e347452-4033-4533-a7d4-010489e21ab2} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3489 | 2025.02.28 06:48:04.398613 [ 4 ] {2e347452-4033-4533-a7d4-010489e21ab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3490 | 2025.02.28 06:48:04.399049 [ 4 ] {2e347452-4033-4533-a7d4-010489e21ab2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3491 | 2025.02.28 06:48:04.399318 [ 4 ] {2e347452-4033-4533-a7d4-010489e21ab2} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3492 | 2025.02.28 06:48:04.399573 [ 4 ] {2e347452-4033-4533-a7d4-010489e21ab2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001921 sec., 110359.1879229568 rows/sec., 7.02 MiB/sec. | ||
| 3493 | 2025.02.28 06:48:04.399678 [ 4 ] {2e347452-4033-4533-a7d4-010489e21ab2} <Debug> TCPHandler: Processed in 0.002415659 sec. | ||
| 3494 | 2025.02.28 06:48:04.399984 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3495 | 2025.02.28 06:48:04.400168 [ 255 ] {48b4a926-e968-4eec-a482-c6b96d52b192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3496 | 2025.02.28 06:48:04.400245 [ 255 ] {48b4a926-e968-4eec-a482-c6b96d52b192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3497 | 2025.02.28 06:48:04.401255 [ 255 ] {48b4a926-e968-4eec-a482-c6b96d52b192} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3498 | 2025.02.28 06:48:04.401301 [ 255 ] {48b4a926-e968-4eec-a482-c6b96d52b192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3499 | 2025.02.28 06:48:04.401785 [ 255 ] {48b4a926-e968-4eec-a482-c6b96d52b192} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3500 | 2025.02.28 06:48:04.402038 [ 255 ] {48b4a926-e968-4eec-a482-c6b96d52b192} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3501 | 2025.02.28 06:48:04.402310 [ 255 ] {48b4a926-e968-4eec-a482-c6b96d52b192} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002191 sec., 317206.75490643544 rows/sec., 25.33 MiB/sec. | ||
| 3502 | 2025.02.28 06:48:04.402508 [ 255 ] {48b4a926-e968-4eec-a482-c6b96d52b192} <Debug> TCPHandler: Processed in 0.002697082 sec. | ||
| 3503 | 2025.02.28 06:48:04.402699 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3504 | 2025.02.28 06:48:04.402841 [ 4 ] {46c35a65-b6c5-42c6-a2d1-0092b4c4ba94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3505 | 2025.02.28 06:48:04.402901 [ 4 ] {46c35a65-b6c5-42c6-a2d1-0092b4c4ba94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3506 | 2025.02.28 06:48:04.403636 [ 4 ] {46c35a65-b6c5-42c6-a2d1-0092b4c4ba94} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3507 | 2025.02.28 06:48:04.403684 [ 4 ] {46c35a65-b6c5-42c6-a2d1-0092b4c4ba94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3508 | 2025.02.28 06:48:04.404053 [ 4 ] {46c35a65-b6c5-42c6-a2d1-0092b4c4ba94} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3509 | 2025.02.28 06:48:04.404293 [ 4 ] {46c35a65-b6c5-42c6-a2d1-0092b4c4ba94} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3510 | 2025.02.28 06:48:04.404585 [ 4 ] {46c35a65-b6c5-42c6-a2d1-0092b4c4ba94} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001751 sec., 82809.82295830954 rows/sec., 5.20 MiB/sec. | ||
| 3511 | 2025.02.28 06:48:04.404719 [ 4 ] {46c35a65-b6c5-42c6-a2d1-0092b4c4ba94} <Debug> TCPHandler: Processed in 0.002115836 sec. | ||
| 3512 | 2025.02.28 06:48:04.404883 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3513 | 2025.02.28 06:48:04.405033 [ 255 ] {d23346ce-6d29-485d-834b-83a6c949ca7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3514 | 2025.02.28 06:48:04.405101 [ 255 ] {d23346ce-6d29-485d-834b-83a6c949ca7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3515 | 2025.02.28 06:48:04.405818 [ 255 ] {d23346ce-6d29-485d-834b-83a6c949ca7a} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3516 | 2025.02.28 06:48:04.405858 [ 255 ] {d23346ce-6d29-485d-834b-83a6c949ca7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3517 | 2025.02.28 06:48:04.406236 [ 255 ] {d23346ce-6d29-485d-834b-83a6c949ca7a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3518 | 2025.02.28 06:48:04.406474 [ 255 ] {d23346ce-6d29-485d-834b-83a6c949ca7a} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3519 | 2025.02.28 06:48:04.406791 [ 255 ] {d23346ce-6d29-485d-834b-83a6c949ca7a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001766 sec., 63986.40996602491 rows/sec., 4.14 MiB/sec. | ||
| 3520 | 2025.02.28 06:48:04.406939 [ 255 ] {d23346ce-6d29-485d-834b-83a6c949ca7a} <Debug> TCPHandler: Processed in 0.002124776 sec. | ||
| 3521 | 2025.02.28 06:48:04.407073 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3522 | 2025.02.28 06:48:04.407193 [ 4 ] {76e0b392-56a9-4711-bbb7-bc687e7f7229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3523 | 2025.02.28 06:48:04.407240 [ 4 ] {76e0b392-56a9-4711-bbb7-bc687e7f7229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3524 | 2025.02.28 06:48:04.407853 [ 4 ] {76e0b392-56a9-4711-bbb7-bc687e7f7229} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3525 | 2025.02.28 06:48:04.407892 [ 4 ] {76e0b392-56a9-4711-bbb7-bc687e7f7229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3526 | 2025.02.28 06:48:04.408254 [ 4 ] {76e0b392-56a9-4711-bbb7-bc687e7f7229} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3527 | 2025.02.28 06:48:04.408487 [ 4 ] {76e0b392-56a9-4711-bbb7-bc687e7f7229} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3528 | 2025.02.28 06:48:04.408767 [ 4 ] {76e0b392-56a9-4711-bbb7-bc687e7f7229} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001577 sec., 71020.92580849714 rows/sec., 4.05 MiB/sec. | ||
| 3529 | 2025.02.28 06:48:04.408908 [ 4 ] {76e0b392-56a9-4711-bbb7-bc687e7f7229} <Debug> TCPHandler: Processed in 0.001890992 sec. | ||
| 3530 | 2025.02.28 06:48:04.409056 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3531 | 2025.02.28 06:48:04.409192 [ 255 ] {52b827dd-34f1-4a6d-8d64-4c5d2422048f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3532 | 2025.02.28 06:48:04.409251 [ 255 ] {52b827dd-34f1-4a6d-8d64-4c5d2422048f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3533 | 2025.02.28 06:48:04.410029 [ 255 ] {52b827dd-34f1-4a6d-8d64-4c5d2422048f} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3534 | 2025.02.28 06:48:04.410069 [ 255 ] {52b827dd-34f1-4a6d-8d64-4c5d2422048f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3535 | 2025.02.28 06:48:04.410451 [ 255 ] {52b827dd-34f1-4a6d-8d64-4c5d2422048f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3536 | 2025.02.28 06:48:04.410698 [ 255 ] {52b827dd-34f1-4a6d-8d64-4c5d2422048f} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3537 | 2025.02.28 06:48:04.410911 [ 255 ] {52b827dd-34f1-4a6d-8d64-4c5d2422048f} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001748 sec., 240846.6819221968 rows/sec., 17.16 MiB/sec. | ||
| 3538 | 2025.02.28 06:48:04.410963 [ 255 ] {52b827dd-34f1-4a6d-8d64-4c5d2422048f} <Debug> TCPHandler: Processed in 0.001971484 sec. | ||
| 3539 | 2025.02.28 06:48:04.411093 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3540 | 2025.02.28 06:48:04.411209 [ 4 ] {1f147bd1-3a61-4e58-b8b8-fa0cb97138dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3541 | 2025.02.28 06:48:04.411259 [ 4 ] {1f147bd1-3a61-4e58-b8b8-fa0cb97138dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3542 | 2025.02.28 06:48:04.411754 [ 4 ] {1f147bd1-3a61-4e58-b8b8-fa0cb97138dc} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3543 | 2025.02.28 06:48:04.411792 [ 4 ] {1f147bd1-3a61-4e58-b8b8-fa0cb97138dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3544 | 2025.02.28 06:48:04.412163 [ 4 ] {1f147bd1-3a61-4e58-b8b8-fa0cb97138dc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3545 | 2025.02.28 06:48:04.412405 [ 4 ] {1f147bd1-3a61-4e58-b8b8-fa0cb97138dc} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3546 | 2025.02.28 06:48:04.412695 [ 4 ] {1f147bd1-3a61-4e58-b8b8-fa0cb97138dc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001491 sec., 4024.144869215292 rows/sec., 210.25 KiB/sec. | ||
| 3547 | 2025.02.28 06:48:04.412839 [ 4 ] {1f147bd1-3a61-4e58-b8b8-fa0cb97138dc} <Debug> TCPHandler: Processed in 0.001801531 sec. | ||
| 3548 | 2025.02.28 06:48:04.413079 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3549 | 2025.02.28 06:48:04.413299 [ 255 ] {ca7ebf98-f9c6-4bc0-95e8-ff1e3c11a230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3550 | 2025.02.28 06:48:04.413395 [ 255 ] {ca7ebf98-f9c6-4bc0-95e8-ff1e3c11a230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3551 | 2025.02.28 06:48:04.414108 [ 255 ] {ca7ebf98-f9c6-4bc0-95e8-ff1e3c11a230} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3552 | 2025.02.28 06:48:04.414146 [ 255 ] {ca7ebf98-f9c6-4bc0-95e8-ff1e3c11a230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3553 | 2025.02.28 06:48:04.414531 [ 255 ] {ca7ebf98-f9c6-4bc0-95e8-ff1e3c11a230} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3554 | 2025.02.28 06:48:04.414761 [ 255 ] {ca7ebf98-f9c6-4bc0-95e8-ff1e3c11a230} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3555 | 2025.02.28 06:48:04.414986 [ 255 ] {ca7ebf98-f9c6-4bc0-95e8-ff1e3c11a230} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001741 sec., 136128.66168868466 rows/sec., 9.12 MiB/sec. | ||
| 3556 | 2025.02.28 06:48:04.415038 [ 255 ] {ca7ebf98-f9c6-4bc0-95e8-ff1e3c11a230} <Debug> TCPHandler: Processed in 0.002069915 sec. | ||
| 3557 | 2025.02.28 06:48:04.415175 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3558 | 2025.02.28 06:48:04.415292 [ 4 ] {000786ca-483a-46dd-b636-2dd896da30a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3559 | 2025.02.28 06:48:04.415343 [ 4 ] {000786ca-483a-46dd-b636-2dd896da30a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3560 | 2025.02.28 06:48:04.415813 [ 4 ] {000786ca-483a-46dd-b636-2dd896da30a1} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3561 | 2025.02.28 06:48:04.415851 [ 4 ] {000786ca-483a-46dd-b636-2dd896da30a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3562 | 2025.02.28 06:48:04.416204 [ 4 ] {000786ca-483a-46dd-b636-2dd896da30a1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3563 | 2025.02.28 06:48:04.416446 [ 4 ] {000786ca-483a-46dd-b636-2dd896da30a1} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3564 | 2025.02.28 06:48:04.416651 [ 4 ] {000786ca-483a-46dd-b636-2dd896da30a1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001383 sec., 723.0657989877079 rows/sec., 48.72 KiB/sec. | ||
| 3565 | 2025.02.28 06:48:04.416700 [ 4 ] {000786ca-483a-46dd-b636-2dd896da30a1} <Debug> TCPHandler: Processed in 0.001581819 sec. | ||
| 3566 | 2025.02.28 06:48:04.416844 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3567 | 2025.02.28 06:48:04.416979 [ 255 ] {afc6722f-240a-423a-b519-0963cd35547a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3568 | 2025.02.28 06:48:04.417070 [ 255 ] {afc6722f-240a-423a-b519-0963cd35547a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3569 | 2025.02.28 06:48:04.418305 [ 255 ] {afc6722f-240a-423a-b519-0963cd35547a} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3570 | 2025.02.28 06:48:04.418344 [ 255 ] {afc6722f-240a-423a-b519-0963cd35547a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3571 | 2025.02.28 06:48:04.419022 [ 255 ] {afc6722f-240a-423a-b519-0963cd35547a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3572 | 2025.02.28 06:48:04.419266 [ 255 ] {afc6722f-240a-423a-b519-0963cd35547a} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3573 | 2025.02.28 06:48:04.419565 [ 255 ] {afc6722f-240a-423a-b519-0963cd35547a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002646 sec., 14739.229024943312 rows/sec., 26.41 MiB/sec. | ||
| 3574 | 2025.02.28 06:48:04.419840 [ 255 ] {afc6722f-240a-423a-b519-0963cd35547a} <Debug> TCPHandler: Processed in 0.003114668 sec. | ||
| 3575 | 2025.02.28 06:48:04.419972 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3576 | 2025.02.28 06:48:04.420151 [ 4 ] {bffecb8a-9240-4b20-8d42-b6981508ae80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3577 | 2025.02.28 06:48:04.420201 [ 4 ] {bffecb8a-9240-4b20-8d42-b6981508ae80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3578 | 2025.02.28 06:48:04.420679 [ 4 ] {bffecb8a-9240-4b20-8d42-b6981508ae80} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3579 | 2025.02.28 06:48:04.420716 [ 4 ] {bffecb8a-9240-4b20-8d42-b6981508ae80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3580 | 2025.02.28 06:48:04.421090 [ 4 ] {bffecb8a-9240-4b20-8d42-b6981508ae80} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3581 | 2025.02.28 06:48:04.421333 [ 4 ] {bffecb8a-9240-4b20-8d42-b6981508ae80} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3582 | 2025.02.28 06:48:04.421599 [ 4 ] {bffecb8a-9240-4b20-8d42-b6981508ae80} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001461 sec., 56125.94113620807 rows/sec., 3.56 MiB/sec. | ||
| 3583 | 2025.02.28 06:48:04.421794 [ 4 ] {bffecb8a-9240-4b20-8d42-b6981508ae80} <Debug> TCPHandler: Processed in 0.001813121 sec. | ||
| 3584 | 2025.02.28 06:48:09.389176 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3585 | 2025.02.28 06:48:09.389509 [ 4 ] {a7fc6c28-4fd5-418d-bd18-8e8abed5eb1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3586 | 2025.02.28 06:48:09.389628 [ 4 ] {a7fc6c28-4fd5-418d-bd18-8e8abed5eb1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3587 | 2025.02.28 06:48:09.390510 [ 4 ] {a7fc6c28-4fd5-418d-bd18-8e8abed5eb1d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3588 | 2025.02.28 06:48:09.390566 [ 4 ] {a7fc6c28-4fd5-418d-bd18-8e8abed5eb1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3589 | 2025.02.28 06:48:09.391046 [ 4 ] {a7fc6c28-4fd5-418d-bd18-8e8abed5eb1d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3590 | 2025.02.28 06:48:09.391319 [ 4 ] {a7fc6c28-4fd5-418d-bd18-8e8abed5eb1d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3591 | 2025.02.28 06:48:09.391579 [ 4 ] {a7fc6c28-4fd5-418d-bd18-8e8abed5eb1d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002158 sec., 25949.953660797033 rows/sec., 1.99 MiB/sec. | ||
| 3592 | 2025.02.28 06:48:09.391646 [ 4 ] {a7fc6c28-4fd5-418d-bd18-8e8abed5eb1d} <Debug> TCPHandler: Processed in 0.002662102 sec. | ||
| 3593 | 2025.02.28 06:48:09.391886 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3594 | 2025.02.28 06:48:09.392098 [ 255 ] {c76b3112-6c14-46f5-ae8c-f357e5e784b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3595 | 2025.02.28 06:48:09.392179 [ 255 ] {c76b3112-6c14-46f5-ae8c-f357e5e784b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3596 | 2025.02.28 06:48:09.393003 [ 255 ] {c76b3112-6c14-46f5-ae8c-f357e5e784b5} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3597 | 2025.02.28 06:48:09.393045 [ 255 ] {c76b3112-6c14-46f5-ae8c-f357e5e784b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3598 | 2025.02.28 06:48:09.393481 [ 255 ] {c76b3112-6c14-46f5-ae8c-f357e5e784b5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3599 | 2025.02.28 06:48:09.393736 [ 255 ] {c76b3112-6c14-46f5-ae8c-f357e5e784b5} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3600 | 2025.02.28 06:48:09.393942 [ 255 ] {c76b3112-6c14-46f5-ae8c-f357e5e784b5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001903 sec., 33631.108775617446 rows/sec., 2.62 MiB/sec. | ||
| 3601 | 2025.02.28 06:48:09.394007 [ 255 ] {c76b3112-6c14-46f5-ae8c-f357e5e784b5} <Debug> TCPHandler: Processed in 0.002257567 sec. | ||
| 3602 | 2025.02.28 06:48:09.394142 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3603 | 2025.02.28 06:48:09.394267 [ 4 ] {6005b69c-e47a-4d3f-9dbd-e1cb9b5a16c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3604 | 2025.02.28 06:48:09.394324 [ 4 ] {6005b69c-e47a-4d3f-9dbd-e1cb9b5a16c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3605 | 2025.02.28 06:48:09.394903 [ 4 ] {6005b69c-e47a-4d3f-9dbd-e1cb9b5a16c1} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3606 | 2025.02.28 06:48:09.394943 [ 4 ] {6005b69c-e47a-4d3f-9dbd-e1cb9b5a16c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3607 | 2025.02.28 06:48:09.395349 [ 4 ] {6005b69c-e47a-4d3f-9dbd-e1cb9b5a16c1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3608 | 2025.02.28 06:48:09.395588 [ 4 ] {6005b69c-e47a-4d3f-9dbd-e1cb9b5a16c1} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3609 | 2025.02.28 06:48:09.395813 [ 4 ] {6005b69c-e47a-4d3f-9dbd-e1cb9b5a16c1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001576 sec., 101522.84263959392 rows/sec., 7.07 MiB/sec. | ||
| 3610 | 2025.02.28 06:48:09.395872 [ 4 ] {6005b69c-e47a-4d3f-9dbd-e1cb9b5a16c1} <Debug> TCPHandler: Processed in 0.001785851 sec. | ||
| 3611 | 2025.02.28 06:48:09.396011 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3612 | 2025.02.28 06:48:09.396156 [ 255 ] {840cb1d6-e47f-40da-bb3b-1d990a3ec337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3613 | 2025.02.28 06:48:09.396221 [ 255 ] {840cb1d6-e47f-40da-bb3b-1d990a3ec337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3614 | 2025.02.28 06:48:09.396796 [ 255 ] {840cb1d6-e47f-40da-bb3b-1d990a3ec337} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3615 | 2025.02.28 06:48:09.396841 [ 255 ] {840cb1d6-e47f-40da-bb3b-1d990a3ec337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3616 | 2025.02.28 06:48:09.397241 [ 255 ] {840cb1d6-e47f-40da-bb3b-1d990a3ec337} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3617 | 2025.02.28 06:48:09.397467 [ 255 ] {840cb1d6-e47f-40da-bb3b-1d990a3ec337} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3618 | 2025.02.28 06:48:09.397668 [ 255 ] {840cb1d6-e47f-40da-bb3b-1d990a3ec337} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001575 sec., 38095.23809523809 rows/sec., 2.57 MiB/sec. | ||
| 3619 | 2025.02.28 06:48:09.397793 [ 255 ] {840cb1d6-e47f-40da-bb3b-1d990a3ec337} <Debug> TCPHandler: Processed in 0.001886442 sec. | ||
| 3620 | 2025.02.28 06:48:11.212294 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869 | ||
| 3621 | 2025.02.28 06:48:11.213076 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3622 | 2025.02.28 06:48:11.213126 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3623 | 2025.02.28 06:48:11.213785 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3624 | 2025.02.28 06:48:11.214067 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3625 | 2025.02.28 06:48:11.214319 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 | ||
| 3626 | 2025.02.28 06:48:11.751292 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3627 | 2025.02.28 06:48:11.770743 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3628 | 2025.02.28 06:48:11.770800 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3629 | 2025.02.28 06:48:11.777752 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3630 | 2025.02.28 06:48:11.778508 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3631 | 2025.02.28 06:48:11.781004 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3632 | 2025.02.28 06:48:13.725791 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 528 | ||
| 3633 | 2025.02.28 06:48:13.728834 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3634 | 2025.02.28 06:48:13.728893 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3635 | 2025.02.28 06:48:13.730382 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3636 | 2025.02.28 06:48:13.730694 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3637 | 2025.02.28 06:48:13.731642 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 528 | ||
| 3638 | 2025.02.28 06:48:14.397905 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3639 | 2025.02.28 06:48:14.398217 [ 4 ] {166124ca-5d34-4cdb-b443-2ae2cb5818c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3640 | 2025.02.28 06:48:14.398293 [ 4 ] {166124ca-5d34-4cdb-b443-2ae2cb5818c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3641 | 2025.02.28 06:48:14.399096 [ 4 ] {166124ca-5d34-4cdb-b443-2ae2cb5818c3} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3642 | 2025.02.28 06:48:14.399136 [ 4 ] {166124ca-5d34-4cdb-b443-2ae2cb5818c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3643 | 2025.02.28 06:48:14.399587 [ 4 ] {166124ca-5d34-4cdb-b443-2ae2cb5818c3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3644 | 2025.02.28 06:48:14.399849 [ 4 ] {166124ca-5d34-4cdb-b443-2ae2cb5818c3} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3645 | 2025.02.28 06:48:14.400060 [ 4 ] {166124ca-5d34-4cdb-b443-2ae2cb5818c3} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001931 sec., 109787.67477990678 rows/sec., 6.98 MiB/sec. | ||
| 3646 | 2025.02.28 06:48:14.400117 [ 4 ] {166124ca-5d34-4cdb-b443-2ae2cb5818c3} <Debug> TCPHandler: Processed in 0.002394499 sec. | ||
| 3647 | 2025.02.28 06:48:14.400368 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3648 | 2025.02.28 06:48:14.400581 [ 255 ] {5ab86cb6-67fc-4826-8460-b523a5f0cbf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3649 | 2025.02.28 06:48:14.400664 [ 255 ] {5ab86cb6-67fc-4826-8460-b523a5f0cbf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3650 | 2025.02.28 06:48:14.401719 [ 255 ] {5ab86cb6-67fc-4826-8460-b523a5f0cbf1} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3651 | 2025.02.28 06:48:14.401771 [ 255 ] {5ab86cb6-67fc-4826-8460-b523a5f0cbf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3652 | 2025.02.28 06:48:14.402263 [ 255 ] {5ab86cb6-67fc-4826-8460-b523a5f0cbf1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3653 | 2025.02.28 06:48:14.402531 [ 255 ] {5ab86cb6-67fc-4826-8460-b523a5f0cbf1} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3654 | 2025.02.28 06:48:14.402757 [ 255 ] {5ab86cb6-67fc-4826-8460-b523a5f0cbf1} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002231 sec., 311519.4979829673 rows/sec., 24.87 MiB/sec. | ||
| 3655 | 2025.02.28 06:48:14.402764 [ 123 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3656 | 2025.02.28 06:48:14.402841 [ 255 ] {5ab86cb6-67fc-4826-8460-b523a5f0cbf1} <Debug> TCPHandler: Processed in 0.002612911 sec. | ||
| 3657 | 2025.02.28 06:48:14.402907 [ 123 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3658 | 2025.02.28 06:48:14.402992 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3659 | 2025.02.28 06:48:14.403037 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3660 | 2025.02.28 06:48:14.403188 [ 200 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 3661 | 2025.02.28 06:48:14.403231 [ 4 ] {b9850524-e455-4636-8dea-b47026a92a38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3662 | 2025.02.28 06:48:14.403302 [ 4 ] {b9850524-e455-4636-8dea-b47026a92a38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3663 | 2025.02.28 06:48:14.403389 [ 200 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3664 | 2025.02.28 06:48:14.403455 [ 200 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1842 rows starting from the beginning of the part | ||
| 3665 | 2025.02.28 06:48:14.403616 [ 200 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 3666 | 2025.02.28 06:48:14.403941 [ 200 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part | ||
| 3667 | 2025.02.28 06:48:14.404338 [ 200 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 695 rows starting from the beginning of the part | ||
| 3668 | 2025.02.28 06:48:14.404524 [ 200 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 3669 | 2025.02.28 06:48:14.404869 [ 200 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 695 rows starting from the beginning of the part | ||
| 3670 | 2025.02.28 06:48:14.405538 [ 4 ] {b9850524-e455-4636-8dea-b47026a92a38} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3671 | 2025.02.28 06:48:14.405589 [ 4 ] {b9850524-e455-4636-8dea-b47026a92a38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3672 | 2025.02.28 06:48:14.406444 [ 4 ] {b9850524-e455-4636-8dea-b47026a92a38} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3673 | 2025.02.28 06:48:14.406927 [ 4 ] {b9850524-e455-4636-8dea-b47026a92a38} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3674 | 2025.02.28 06:48:14.407119 [ 123 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3675 | 2025.02.28 06:48:14.407227 [ 123 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3676 | 2025.02.28 06:48:14.407261 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3677 | 2025.02.28 06:48:14.407293 [ 4 ] {b9850524-e455-4636-8dea-b47026a92a38} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.004085 sec., 35495.716034271725 rows/sec., 2.23 MiB/sec. | ||
| 3678 | 2025.02.28 06:48:14.407662 [ 4 ] {b9850524-e455-4636-8dea-b47026a92a38} <Debug> TCPHandler: Processed in 0.004719277 sec. | ||
| 3679 | 2025.02.28 06:48:14.407730 [ 201 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::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 | ||
| 3680 | 2025.02.28 06:48:14.407932 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3681 | 2025.02.28 06:48:14.408288 [ 201 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3682 | 2025.02.28 06:48:14.408298 [ 255 ] {fe384c4b-d51f-43b9-9072-3debaaecdfd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3683 | 2025.02.28 06:48:14.408370 [ 201 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 152 rows starting from the beginning of the part | ||
| 3684 | 2025.02.28 06:48:14.408390 [ 255 ] {fe384c4b-d51f-43b9-9072-3debaaecdfd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3685 | 2025.02.28 06:48:14.408395 [ 189 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3400 rows, containing 5 columns (5 merged, 0 gathered) in 0.005289834 sec., 642742.2864309163 rows/sec., 54.28 MiB/sec. | ||
| 3686 | 2025.02.28 06:48:14.408652 [ 201 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 145 rows starting from the beginning of the part | ||
| 3687 | 2025.02.28 06:48:14.408937 [ 200 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3688 | 2025.02.28 06:48:14.409103 [ 201 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 145 rows starting from the beginning of the part | ||
| 3689 | 2025.02.28 06:48:14.409780 [ 201 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 147 rows starting from the beginning of the part | ||
| 3690 | 2025.02.28 06:48:14.410243 [ 201 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 145 rows starting from the beginning of the part | ||
| 3691 | 2025.02.28 06:48:14.410531 [ 200 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_26_5} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3692 | 2025.02.28 06:48:14.410756 [ 201 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 145 rows starting from the beginning of the part | ||
| 3693 | 2025.02.28 06:48:14.411009 [ 200 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_26_5} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3694 | 2025.02.28 06:48:14.411478 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 3695 | 2025.02.28 06:48:14.411934 [ 255 ] {fe384c4b-d51f-43b9-9072-3debaaecdfd3} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3696 | 2025.02.28 06:48:14.411985 [ 255 ] {fe384c4b-d51f-43b9-9072-3debaaecdfd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3697 | 2025.02.28 06:48:14.412568 [ 255 ] {fe384c4b-d51f-43b9-9072-3debaaecdfd3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3698 | 2025.02.28 06:48:14.412941 [ 255 ] {fe384c4b-d51f-43b9-9072-3debaaecdfd3} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3699 | 2025.02.28 06:48:14.412989 [ 198 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 879 rows, containing 5 columns (5 merged, 0 gathered) in 0.005613307 sec., 156592.1835381532 rows/sec., 10.43 MiB/sec. | ||
| 3700 | 2025.02.28 06:48:14.413234 [ 123 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3701 | 2025.02.28 06:48:14.413343 [ 123 ] {} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3702 | 2025.02.28 06:48:14.413415 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3703 | 2025.02.28 06:48:14.413535 [ 255 ] {fe384c4b-d51f-43b9-9072-3debaaecdfd3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00531 sec., 21280.60263653484 rows/sec., 1.38 MiB/sec. | ||
| 3704 | 2025.02.28 06:48:14.413659 [ 200 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3705 | 2025.02.28 06:48:14.413749 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::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 | ||
| 3706 | 2025.02.28 06:48:14.413787 [ 255 ] {fe384c4b-d51f-43b9-9072-3debaaecdfd3} <Debug> TCPHandler: Processed in 0.005977871 sec. | ||
| 3707 | 2025.02.28 06:48:14.414176 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3708 | 2025.02.28 06:48:14.414230 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3709 | 2025.02.28 06:48:14.414366 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 341 rows starting from the beginning of the part | ||
| 3710 | 2025.02.28 06:48:14.414670 [ 4 ] {1bc77d7f-33e4-4385-9060-c409b272e64b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3711 | 2025.02.28 06:48:14.414723 [ 198 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_11_2} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3712 | 2025.02.28 06:48:14.414900 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 113 rows starting from the beginning of the part | ||
| 3713 | 2025.02.28 06:48:14.414924 [ 4 ] {1bc77d7f-33e4-4385-9060-c409b272e64b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3714 | 2025.02.28 06:48:14.415220 [ 198 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_11_2} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3715 | 2025.02.28 06:48:14.415587 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 3716 | 2025.02.28 06:48:14.415594 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 113 rows starting from the beginning of the part | ||
| 3717 | 2025.02.28 06:48:14.415951 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 341 rows starting from the beginning of the part | ||
| 3718 | 2025.02.28 06:48:14.416317 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 113 rows starting from the beginning of the part | ||
| 3719 | 2025.02.28 06:48:14.416737 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 113 rows starting from the beginning of the part | ||
| 3720 | 2025.02.28 06:48:14.417840 [ 4 ] {1bc77d7f-33e4-4385-9060-c409b272e64b} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3721 | 2025.02.28 06:48:14.417906 [ 4 ] {1bc77d7f-33e4-4385-9060-c409b272e64b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3722 | 2025.02.28 06:48:14.419029 [ 4 ] {1bc77d7f-33e4-4385-9060-c409b272e64b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3723 | 2025.02.28 06:48:14.419541 [ 4 ] {1bc77d7f-33e4-4385-9060-c409b272e64b} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3724 | 2025.02.28 06:48:14.419541 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.006007272 sec., 188771.20929433525 rows/sec., 13.17 MiB/sec. | ||
| 3725 | 2025.02.28 06:48:14.419835 [ 198 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3726 | 2025.02.28 06:48:14.419939 [ 4 ] {1bc77d7f-33e4-4385-9060-c409b272e64b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005443 sec., 20576.887745728458 rows/sec., 1.17 MiB/sec. | ||
| 3727 | 2025.02.28 06:48:14.420052 [ 4 ] {1bc77d7f-33e4-4385-9060-c409b272e64b} <Debug> TCPHandler: Processed in 0.006128513 sec. | ||
| 3728 | 2025.02.28 06:48:14.420252 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3729 | 2025.02.28 06:48:14.420329 [ 198 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_11_2} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3730 | 2025.02.28 06:48:14.420496 [ 255 ] {1b7d101c-6419-4cbb-a856-030ffff9e5f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3731 | 2025.02.28 06:48:14.420509 [ 198 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_11_2} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3732 | 2025.02.28 06:48:14.420577 [ 255 ] {1b7d101c-6419-4cbb-a856-030ffff9e5f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3733 | 2025.02.28 06:48:14.420673 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 3734 | 2025.02.28 06:48:14.421502 [ 255 ] {1b7d101c-6419-4cbb-a856-030ffff9e5f9} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3735 | 2025.02.28 06:48:14.421545 [ 255 ] {1b7d101c-6419-4cbb-a856-030ffff9e5f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3736 | 2025.02.28 06:48:14.421935 [ 255 ] {1b7d101c-6419-4cbb-a856-030ffff9e5f9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3737 | 2025.02.28 06:48:14.422170 [ 255 ] {1b7d101c-6419-4cbb-a856-030ffff9e5f9} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3738 | 2025.02.28 06:48:14.422333 [ 123 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3739 | 2025.02.28 06:48:14.422391 [ 123 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3740 | 2025.02.28 06:48:14.422417 [ 255 ] {1b7d101c-6419-4cbb-a856-030ffff9e5f9} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001975 sec., 213164.5569620253 rows/sec., 15.18 MiB/sec. | ||
| 3741 | 2025.02.28 06:48:14.422435 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3742 | 2025.02.28 06:48:14.422584 [ 255 ] {1b7d101c-6419-4cbb-a856-030ffff9e5f9} <Debug> TCPHandler: Processed in 0.002403459 sec. | ||
| 3743 | 2025.02.28 06:48:14.422678 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 3744 | 2025.02.28 06:48:14.422761 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3745 | 2025.02.28 06:48:14.422809 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3746 | 2025.02.28 06:48:14.422850 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 909 rows starting from the beginning of the part | ||
| 3747 | 2025.02.28 06:48:14.422894 [ 4 ] {1fa71e56-8378-43b1-8e03-5d5d706ab30a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3748 | 2025.02.28 06:48:14.423056 [ 4 ] {1fa71e56-8378-43b1-8e03-5d5d706ab30a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3749 | 2025.02.28 06:48:14.423065 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
| 3750 | 2025.02.28 06:48:14.423413 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part | ||
| 3751 | 2025.02.28 06:48:14.423793 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 421 rows starting from the beginning of the part | ||
| 3752 | 2025.02.28 06:48:14.424145 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 3753 | 2025.02.28 06:48:14.424462 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 421 rows starting from the beginning of the part | ||
| 3754 | 2025.02.28 06:48:14.425134 [ 4 ] {1fa71e56-8378-43b1-8e03-5d5d706ab30a} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3755 | 2025.02.28 06:48:14.425178 [ 4 ] {1fa71e56-8378-43b1-8e03-5d5d706ab30a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3756 | 2025.02.28 06:48:14.425727 [ 4 ] {1fa71e56-8378-43b1-8e03-5d5d706ab30a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3757 | 2025.02.28 06:48:14.426026 [ 4 ] {1fa71e56-8378-43b1-8e03-5d5d706ab30a} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3758 | 2025.02.28 06:48:14.426292 [ 123 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3759 | 2025.02.28 06:48:14.426433 [ 123 ] {} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3760 | 2025.02.28 06:48:14.426475 [ 4 ] {1fa71e56-8378-43b1-8e03-5d5d706ab30a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003581 sec., 1675.5096341803965 rows/sec., 87.54 KiB/sec. | ||
| 3761 | 2025.02.28 06:48:14.426578 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3762 | 2025.02.28 06:48:14.426918 [ 4 ] {1fa71e56-8378-43b1-8e03-5d5d706ab30a} <Debug> TCPHandler: Processed in 0.004210621 sec. | ||
| 3763 | 2025.02.28 06:48:14.426953 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1943 rows, containing 5 columns (5 merged, 0 gathered) in 0.004380672 sec., 443539.25607760635 rows/sec., 33.87 MiB/sec. | ||
| 3764 | 2025.02.28 06:48:14.427253 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::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 | ||
| 3765 | 2025.02.28 06:48:14.427266 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3766 | 2025.02.28 06:48:14.427332 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3767 | 2025.02.28 06:48:14.427918 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3768 | 2025.02.28 06:48:14.428043 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::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 | ||
| 3769 | 2025.02.28 06:48:14.428152 [ 255 ] {9f38bacf-58ba-4af5-8eb6-82bcd2a5a97b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3770 | 2025.02.28 06:48:14.428305 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::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 | ||
| 3771 | 2025.02.28 06:48:14.428355 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_26_5} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3772 | 2025.02.28 06:48:14.428479 [ 255 ] {9f38bacf-58ba-4af5-8eb6-82bcd2a5a97b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3773 | 2025.02.28 06:48:14.428688 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::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 | ||
| 3774 | 2025.02.28 06:48:14.428781 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_26_5} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3775 | 2025.02.28 06:48:14.429169 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3776 | 2025.02.28 06:48:14.429171 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::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 | ||
| 3777 | 2025.02.28 06:48:14.429584 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::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 | ||
| 3778 | 2025.02.28 06:48:14.429946 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::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 | ||
| 3779 | 2025.02.28 06:48:14.431582 [ 255 ] {9f38bacf-58ba-4af5-8eb6-82bcd2a5a97b} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3780 | 2025.02.28 06:48:14.431657 [ 255 ] {9f38bacf-58ba-4af5-8eb6-82bcd2a5a97b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3781 | 2025.02.28 06:48:14.432834 [ 255 ] {9f38bacf-58ba-4af5-8eb6-82bcd2a5a97b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3782 | 2025.02.28 06:48:14.432865 [ 198 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005990212 sec., 11017.973988232803 rows/sec., 575.65 KiB/sec. | ||
| 3783 | 2025.02.28 06:48:14.433053 [ 198 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3784 | 2025.02.28 06:48:14.433268 [ 255 ] {9f38bacf-58ba-4af5-8eb6-82bcd2a5a97b} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3785 | 2025.02.28 06:48:14.433520 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3786 | 2025.02.28 06:48:14.433621 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3787 | 2025.02.28 06:48:14.433706 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3788 | 2025.02.28 06:48:14.433720 [ 190 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_11_2} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3789 | 2025.02.28 06:48:14.433826 [ 255 ] {9f38bacf-58ba-4af5-8eb6-82bcd2a5a97b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005809 sec., 40798.76054398347 rows/sec., 2.73 MiB/sec. | ||
| 3790 | 2025.02.28 06:48:14.434092 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 3791 | 2025.02.28 06:48:14.434165 [ 255 ] {9f38bacf-58ba-4af5-8eb6-82bcd2a5a97b} <Debug> TCPHandler: Processed in 0.007108735 sec. | ||
| 3792 | 2025.02.28 06:48:14.434194 [ 190 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_11_2} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3793 | 2025.02.28 06:48:14.434436 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3794 | 2025.02.28 06:48:14.434535 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3795 | 2025.02.28 06:48:14.434636 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 3796 | 2025.02.28 06:48:14.434650 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7474 rows starting from the beginning of the part | ||
| 3797 | 2025.02.28 06:48:14.434780 [ 4 ] {eb5d961e-466c-4e8f-9235-4974ced64b1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3798 | 2025.02.28 06:48:14.434934 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
| 3799 | 2025.02.28 06:48:14.434974 [ 4 ] {eb5d961e-466c-4e8f-9235-4974ced64b1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3800 | 2025.02.28 06:48:14.435270 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
| 3801 | 2025.02.28 06:48:14.435676 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part | ||
| 3802 | 2025.02.28 06:48:14.436107 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part | ||
| 3803 | 2025.02.28 06:48:14.436576 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 3804 | 2025.02.28 06:48:14.437468 [ 4 ] {eb5d961e-466c-4e8f-9235-4974ced64b1c} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3805 | 2025.02.28 06:48:14.437533 [ 4 ] {eb5d961e-466c-4e8f-9235-4974ced64b1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3806 | 2025.02.28 06:48:14.438174 [ 4 ] {eb5d961e-466c-4e8f-9235-4974ced64b1c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3807 | 2025.02.28 06:48:14.438698 [ 4 ] {eb5d961e-466c-4e8f-9235-4974ced64b1c} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3808 | 2025.02.28 06:48:14.439200 [ 4 ] {eb5d961e-466c-4e8f-9235-4974ced64b1c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004504 sec., 222.02486678507992 rows/sec., 14.96 KiB/sec. | ||
| 3809 | 2025.02.28 06:48:14.439340 [ 4 ] {eb5d961e-466c-4e8f-9235-4974ced64b1c} <Debug> TCPHandler: Processed in 0.005052061 sec. | ||
| 3810 | 2025.02.28 06:48:14.439588 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3811 | 2025.02.28 06:48:14.439860 [ 255 ] {bf740994-117d-48f9-a25a-1dd621cf9e16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3812 | 2025.02.28 06:48:14.440005 [ 255 ] {bf740994-117d-48f9-a25a-1dd621cf9e16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3813 | 2025.02.28 06:48:14.441719 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8332 rows, containing 5 columns (5 merged, 0 gathered) in 0.007891715 sec., 1055790.7881873585 rows/sec., 71.24 MiB/sec. | ||
| 3814 | 2025.02.28 06:48:14.441990 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3815 | 2025.02.28 06:48:14.442607 [ 255 ] {bf740994-117d-48f9-a25a-1dd621cf9e16} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3816 | 2025.02.28 06:48:14.442673 [ 255 ] {bf740994-117d-48f9-a25a-1dd621cf9e16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3817 | 2025.02.28 06:48:14.442724 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3818 | 2025.02.28 06:48:14.442969 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3819 | 2025.02.28 06:48:14.443157 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. | ||
| 3820 | 2025.02.28 06:48:14.443719 [ 255 ] {bf740994-117d-48f9-a25a-1dd621cf9e16} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3821 | 2025.02.28 06:48:14.443980 [ 255 ] {bf740994-117d-48f9-a25a-1dd621cf9e16} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3822 | 2025.02.28 06:48:14.444169 [ 122 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3823 | 2025.02.28 06:48:14.444243 [ 122 ] {} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3824 | 2025.02.28 06:48:14.444268 [ 255 ] {bf740994-117d-48f9-a25a-1dd621cf9e16} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004486 sec., 8693.713776192599 rows/sec., 15.58 MiB/sec. | ||
| 3825 | 2025.02.28 06:48:14.444282 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3826 | 2025.02.28 06:48:14.444726 [ 199 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::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 | ||
| 3827 | 2025.02.28 06:48:14.445044 [ 255 ] {bf740994-117d-48f9-a25a-1dd621cf9e16} <Debug> TCPHandler: Processed in 0.005567257 sec. | ||
| 3828 | 2025.02.28 06:48:14.445263 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3829 | 2025.02.28 06:48:14.445535 [ 4 ] {2a566e5b-046c-4e7a-93dc-ebec98263f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3830 | 2025.02.28 06:48:14.445651 [ 4 ] {2a566e5b-046c-4e7a-93dc-ebec98263f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3831 | 2025.02.28 06:48:14.445665 [ 199 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3832 | 2025.02.28 06:48:14.445891 [ 199 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 126 rows starting from the beginning of the part | ||
| 3833 | 2025.02.28 06:48:14.446696 [ 199 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part | ||
| 3834 | 2025.02.28 06:48:14.447433 [ 199 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part | ||
| 3835 | 2025.02.28 06:48:14.447580 [ 4 ] {2a566e5b-046c-4e7a-93dc-ebec98263f3b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3836 | 2025.02.28 06:48:14.447684 [ 4 ] {2a566e5b-046c-4e7a-93dc-ebec98263f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3837 | 2025.02.28 06:48:14.448097 [ 199 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part | ||
| 3838 | 2025.02.28 06:48:14.448749 [ 199 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part | ||
| 3839 | 2025.02.28 06:48:14.449282 [ 4 ] {2a566e5b-046c-4e7a-93dc-ebec98263f3b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3840 | 2025.02.28 06:48:14.449465 [ 199 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part | ||
| 3841 | 2025.02.28 06:48:14.450169 [ 4 ] {2a566e5b-046c-4e7a-93dc-ebec98263f3b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3842 | 2025.02.28 06:48:14.450715 [ 122 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3843 | 2025.02.28 06:48:14.450775 [ 4 ] {2a566e5b-046c-4e7a-93dc-ebec98263f3b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005305 sec., 15457.115928369463 rows/sec., 1005.28 KiB/sec. | ||
| 3844 | 2025.02.28 06:48:14.450802 [ 122 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3845 | 2025.02.28 06:48:14.450947 [ 4 ] {2a566e5b-046c-4e7a-93dc-ebec98263f3b} <Debug> TCPHandler: Processed in 0.005806759 sec. | ||
| 3846 | 2025.02.28 06:48:14.451029 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3847 | 2025.02.28 06:48:14.451735 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 3848 | 2025.02.28 06:48:14.452257 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3849 | 2025.02.28 06:48:14.452318 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1278 rows starting from the beginning of the part | ||
| 3850 | 2025.02.28 06:48:14.452549 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part | ||
| 3851 | 2025.02.28 06:48:14.452888 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
| 3852 | 2025.02.28 06:48:14.453219 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
| 3853 | 2025.02.28 06:48:14.453560 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
| 3854 | 2025.02.28 06:48:14.453937 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 3855 | 2025.02.28 06:48:14.457291 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1586 rows, containing 4 columns (4 merged, 0 gathered) in 0.006087564 sec., 260531.1418491863 rows/sec., 16.98 MiB/sec. | ||
| 3856 | 2025.02.28 06:48:14.457602 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3857 | 2025.02.28 06:48:14.458035 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_26_5} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3858 | 2025.02.28 06:48:14.458199 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_26_5} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3859 | 2025.02.28 06:48:14.458275 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 3860 | 2025.02.28 06:48:14.458620 [ 191 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 321 rows, containing 19 columns (19 merged, 0 gathered) in 0.014207011 sec., 22594.478177007113 rows/sec., 40.49 MiB/sec. | ||
| 3861 | 2025.02.28 06:48:14.459126 [ 197 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3862 | 2025.02.28 06:48:14.459525 [ 197 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3863 | 2025.02.28 06:48:14.459603 [ 197 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3864 | 2025.02.28 06:48:14.459743 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.76 MiB. | ||
| 3865 | 2025.02.28 06:48:18.619174 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3866 | 2025.02.28 06:48:18.619246 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3867 | 2025.02.28 06:48:18.714579 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296 | ||
| 3868 | 2025.02.28 06:48:18.715297 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3869 | 2025.02.28 06:48:18.715339 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3870 | 2025.02.28 06:48:18.715853 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3871 | 2025.02.28 06:48:18.716108 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3872 | 2025.02.28 06:48:18.716358 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3873 | 2025.02.28 06:48:19.281206 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3874 | 2025.02.28 06:48:19.301249 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3875 | 2025.02.28 06:48:19.301308 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3876 | 2025.02.28 06:48:19.309118 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3877 | 2025.02.28 06:48:19.309917 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3878 | 2025.02.28 06:48:19.312598 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3879 | 2025.02.28 06:48:19.389651 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3880 | 2025.02.28 06:48:19.389955 [ 4 ] {5c3882cc-cc49-4b2e-91e6-c4bfbd29ac7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3881 | 2025.02.28 06:48:19.390071 [ 4 ] {5c3882cc-cc49-4b2e-91e6-c4bfbd29ac7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3882 | 2025.02.28 06:48:19.390999 [ 4 ] {5c3882cc-cc49-4b2e-91e6-c4bfbd29ac7f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3883 | 2025.02.28 06:48:19.391044 [ 4 ] {5c3882cc-cc49-4b2e-91e6-c4bfbd29ac7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3884 | 2025.02.28 06:48:19.391498 [ 4 ] {5c3882cc-cc49-4b2e-91e6-c4bfbd29ac7f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3885 | 2025.02.28 06:48:19.391769 [ 4 ] {5c3882cc-cc49-4b2e-91e6-c4bfbd29ac7f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3886 | 2025.02.28 06:48:19.391974 [ 4 ] {5c3882cc-cc49-4b2e-91e6-c4bfbd29ac7f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002103 sec., 26628.62577270566 rows/sec., 2.05 MiB/sec. | ||
| 3887 | 2025.02.28 06:48:19.392046 [ 4 ] {5c3882cc-cc49-4b2e-91e6-c4bfbd29ac7f} <Debug> TCPHandler: Processed in 0.002580461 sec. | ||
| 3888 | 2025.02.28 06:48:19.392301 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3889 | 2025.02.28 06:48:19.392485 [ 255 ] {59bf953d-59a2-4863-bbd9-b9fbee96b311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3890 | 2025.02.28 06:48:19.392559 [ 255 ] {59bf953d-59a2-4863-bbd9-b9fbee96b311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3891 | 2025.02.28 06:48:19.393325 [ 255 ] {59bf953d-59a2-4863-bbd9-b9fbee96b311} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3892 | 2025.02.28 06:48:19.393373 [ 255 ] {59bf953d-59a2-4863-bbd9-b9fbee96b311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3893 | 2025.02.28 06:48:19.393804 [ 255 ] {59bf953d-59a2-4863-bbd9-b9fbee96b311} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3894 | 2025.02.28 06:48:19.394057 [ 255 ] {59bf953d-59a2-4863-bbd9-b9fbee96b311} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3895 | 2025.02.28 06:48:19.394295 [ 255 ] {59bf953d-59a2-4863-bbd9-b9fbee96b311} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001861 sec., 34390.11284255776 rows/sec., 2.68 MiB/sec. | ||
| 3896 | 2025.02.28 06:48:19.394363 [ 255 ] {59bf953d-59a2-4863-bbd9-b9fbee96b311} <Debug> TCPHandler: Processed in 0.002189106 sec. | ||
| 3897 | 2025.02.28 06:48:19.394524 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3898 | 2025.02.28 06:48:19.394652 [ 4 ] {a6b63df1-f77d-4e3f-b3e7-0a813eeac061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3899 | 2025.02.28 06:48:19.394709 [ 4 ] {a6b63df1-f77d-4e3f-b3e7-0a813eeac061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3900 | 2025.02.28 06:48:19.395305 [ 4 ] {a6b63df1-f77d-4e3f-b3e7-0a813eeac061} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3901 | 2025.02.28 06:48:19.395343 [ 4 ] {a6b63df1-f77d-4e3f-b3e7-0a813eeac061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3902 | 2025.02.28 06:48:19.395757 [ 4 ] {a6b63df1-f77d-4e3f-b3e7-0a813eeac061} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3903 | 2025.02.28 06:48:19.396014 [ 4 ] {a6b63df1-f77d-4e3f-b3e7-0a813eeac061} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3904 | 2025.02.28 06:48:19.396192 [ 4 ] {a6b63df1-f77d-4e3f-b3e7-0a813eeac061} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001572 sec., 101781.17048346056 rows/sec., 7.09 MiB/sec. | ||
| 3905 | 2025.02.28 06:48:19.396247 [ 4 ] {a6b63df1-f77d-4e3f-b3e7-0a813eeac061} <Debug> TCPHandler: Processed in 0.001783091 sec. | ||
| 3906 | 2025.02.28 06:48:19.396466 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3907 | 2025.02.28 06:48:19.396695 [ 255 ] {76a77974-4c14-4e66-acae-e08ba590c45b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3908 | 2025.02.28 06:48:19.396795 [ 255 ] {76a77974-4c14-4e66-acae-e08ba590c45b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3909 | 2025.02.28 06:48:19.397608 [ 255 ] {76a77974-4c14-4e66-acae-e08ba590c45b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3910 | 2025.02.28 06:48:19.397650 [ 255 ] {76a77974-4c14-4e66-acae-e08ba590c45b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3911 | 2025.02.28 06:48:19.398029 [ 255 ] {76a77974-4c14-4e66-acae-e08ba590c45b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3912 | 2025.02.28 06:48:19.398264 [ 255 ] {76a77974-4c14-4e66-acae-e08ba590c45b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3913 | 2025.02.28 06:48:19.398470 [ 255 ] {76a77974-4c14-4e66-acae-e08ba590c45b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001836 sec., 32679.738562091505 rows/sec., 2.20 MiB/sec. | ||
| 3914 | 2025.02.28 06:48:19.398523 [ 255 ] {76a77974-4c14-4e66-acae-e08ba590c45b} <Debug> TCPHandler: Processed in 0.002166885 sec. | ||
| 3915 | 2025.02.28 06:48:21.826115 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3916 | 2025.02.28 06:48:21.826409 [ 4 ] {be39d7b6-df51-4ef4-9d05-e2bca8390307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3917 | 2025.02.28 06:48:21.826479 [ 4 ] {be39d7b6-df51-4ef4-9d05-e2bca8390307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3918 | 2025.02.28 06:48:21.827318 [ 4 ] {be39d7b6-df51-4ef4-9d05-e2bca8390307} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3919 | 2025.02.28 06:48:21.827368 [ 4 ] {be39d7b6-df51-4ef4-9d05-e2bca8390307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3920 | 2025.02.28 06:48:21.827817 [ 4 ] {be39d7b6-df51-4ef4-9d05-e2bca8390307} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3921 | 2025.02.28 06:48:21.828221 [ 4 ] {be39d7b6-df51-4ef4-9d05-e2bca8390307} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3922 | 2025.02.28 06:48:21.828476 [ 4 ] {be39d7b6-df51-4ef4-9d05-e2bca8390307} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002144 sec., 98880.59701492537 rows/sec., 6.29 MiB/sec. | ||
| 3923 | 2025.02.28 06:48:21.828542 [ 4 ] {be39d7b6-df51-4ef4-9d05-e2bca8390307} <Debug> TCPHandler: Processed in 0.002609722 sec. | ||
| 3924 | 2025.02.28 06:48:21.828791 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3925 | 2025.02.28 06:48:21.828983 [ 255 ] {4b548124-a5a0-4ba9-ad1f-9119c31ed6a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3926 | 2025.02.28 06:48:21.829054 [ 255 ] {4b548124-a5a0-4ba9-ad1f-9119c31ed6a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3927 | 2025.02.28 06:48:21.829797 [ 255 ] {4b548124-a5a0-4ba9-ad1f-9119c31ed6a9} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3928 | 2025.02.28 06:48:21.829841 [ 255 ] {4b548124-a5a0-4ba9-ad1f-9119c31ed6a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3929 | 2025.02.28 06:48:21.830261 [ 255 ] {4b548124-a5a0-4ba9-ad1f-9119c31ed6a9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3930 | 2025.02.28 06:48:21.830523 [ 255 ] {4b548124-a5a0-4ba9-ad1f-9119c31ed6a9} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3931 | 2025.02.28 06:48:21.830799 [ 255 ] {4b548124-a5a0-4ba9-ad1f-9119c31ed6a9} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001856 sec., 8620.689655172413 rows/sec., 702.96 KiB/sec. | ||
| 3932 | 2025.02.28 06:48:21.830876 [ 255 ] {4b548124-a5a0-4ba9-ad1f-9119c31ed6a9} <Debug> TCPHandler: Processed in 0.002215487 sec. | ||
| 3933 | 2025.02.28 06:48:21.831043 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3934 | 2025.02.28 06:48:21.831189 [ 4 ] {5d13daa1-ceaf-4371-b354-43803596610d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3935 | 2025.02.28 06:48:21.831250 [ 4 ] {5d13daa1-ceaf-4371-b354-43803596610d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3936 | 2025.02.28 06:48:21.832535 [ 4 ] {5d13daa1-ceaf-4371-b354-43803596610d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3937 | 2025.02.28 06:48:21.832576 [ 4 ] {5d13daa1-ceaf-4371-b354-43803596610d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3938 | 2025.02.28 06:48:21.833063 [ 4 ] {5d13daa1-ceaf-4371-b354-43803596610d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3939 | 2025.02.28 06:48:21.833309 [ 4 ] {5d13daa1-ceaf-4371-b354-43803596610d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3940 | 2025.02.28 06:48:21.833570 [ 4 ] {5d13daa1-ceaf-4371-b354-43803596610d} <Debug> executeQuery: Read 1843 rows, 153.97 KiB in 0.002411 sec., 764413.1065947739 rows/sec., 62.36 MiB/sec. | ||
| 3941 | 2025.02.28 06:48:21.833772 [ 4 ] {5d13daa1-ceaf-4371-b354-43803596610d} <Debug> TCPHandler: Processed in 0.002796243 sec. | ||
| 3942 | 2025.02.28 06:48:21.833981 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3943 | 2025.02.28 06:48:21.834126 [ 255 ] {4af8903a-35cf-4c17-a6b6-0a27d669fc54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3944 | 2025.02.28 06:48:21.834187 [ 255 ] {4af8903a-35cf-4c17-a6b6-0a27d669fc54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3945 | 2025.02.28 06:48:21.834870 [ 255 ] {4af8903a-35cf-4c17-a6b6-0a27d669fc54} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3946 | 2025.02.28 06:48:21.834910 [ 255 ] {4af8903a-35cf-4c17-a6b6-0a27d669fc54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3947 | 2025.02.28 06:48:21.835283 [ 255 ] {4af8903a-35cf-4c17-a6b6-0a27d669fc54} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3948 | 2025.02.28 06:48:21.835519 [ 255 ] {4af8903a-35cf-4c17-a6b6-0a27d669fc54} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3949 | 2025.02.28 06:48:21.835704 [ 255 ] {4af8903a-35cf-4c17-a6b6-0a27d669fc54} <Debug> executeQuery: Read 161 rows, 10.44 KiB in 0.001615 sec., 99690.40247678019 rows/sec., 6.31 MiB/sec. | ||
| 3950 | 2025.02.28 06:48:21.835760 [ 255 ] {4af8903a-35cf-4c17-a6b6-0a27d669fc54} <Debug> TCPHandler: Processed in 0.001886882 sec. | ||
| 3951 | 2025.02.28 06:48:21.835906 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3952 | 2025.02.28 06:48:21.836022 [ 4 ] {7fc1d69f-7e2a-42c4-81d2-d170e4e616e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3953 | 2025.02.28 06:48:21.836070 [ 4 ] {7fc1d69f-7e2a-42c4-81d2-d170e4e616e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3954 | 2025.02.28 06:48:21.836761 [ 4 ] {7fc1d69f-7e2a-42c4-81d2-d170e4e616e6} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3955 | 2025.02.28 06:48:21.836801 [ 4 ] {7fc1d69f-7e2a-42c4-81d2-d170e4e616e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3956 | 2025.02.28 06:48:21.837173 [ 4 ] {7fc1d69f-7e2a-42c4-81d2-d170e4e616e6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3957 | 2025.02.28 06:48:21.837415 [ 4 ] {7fc1d69f-7e2a-42c4-81d2-d170e4e616e6} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3958 | 2025.02.28 06:48:21.837592 [ 4 ] {7fc1d69f-7e2a-42c4-81d2-d170e4e616e6} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001592 sec., 214195.97989949747 rows/sec., 14.29 MiB/sec. | ||
| 3959 | 2025.02.28 06:48:21.837698 [ 4 ] {7fc1d69f-7e2a-42c4-81d2-d170e4e616e6} <Debug> TCPHandler: Processed in 0.001848622 sec. | ||
| 3960 | 2025.02.28 06:48:21.837849 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3961 | 2025.02.28 06:48:21.837987 [ 255 ] {c43046fe-86da-451a-b5ab-fb48248c283a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3962 | 2025.02.28 06:48:21.838047 [ 255 ] {c43046fe-86da-451a-b5ab-fb48248c283a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3963 | 2025.02.28 06:48:21.838710 [ 255 ] {c43046fe-86da-451a-b5ab-fb48248c283a} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3964 | 2025.02.28 06:48:21.838751 [ 255 ] {c43046fe-86da-451a-b5ab-fb48248c283a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3965 | 2025.02.28 06:48:21.839105 [ 255 ] {c43046fe-86da-451a-b5ab-fb48248c283a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3966 | 2025.02.28 06:48:21.839338 [ 255 ] {c43046fe-86da-451a-b5ab-fb48248c283a} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3967 | 2025.02.28 06:48:21.839610 [ 255 ] {c43046fe-86da-451a-b5ab-fb48248c283a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001639 sec., 68334.35021354484 rows/sec., 3.89 MiB/sec. | ||
| 3968 | 2025.02.28 06:48:21.839787 [ 255 ] {c43046fe-86da-451a-b5ab-fb48248c283a} <Debug> TCPHandler: Processed in 0.001999564 sec. | ||
| 3969 | 2025.02.28 06:48:21.839923 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3970 | 2025.02.28 06:48:21.840036 [ 4 ] {23aed602-c01a-4d1b-94e6-db44496c0ad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3971 | 2025.02.28 06:48:21.840084 [ 4 ] {23aed602-c01a-4d1b-94e6-db44496c0ad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3972 | 2025.02.28 06:48:21.840973 [ 4 ] {23aed602-c01a-4d1b-94e6-db44496c0ad0} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3973 | 2025.02.28 06:48:21.841010 [ 4 ] {23aed602-c01a-4d1b-94e6-db44496c0ad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3974 | 2025.02.28 06:48:21.841429 [ 4 ] {23aed602-c01a-4d1b-94e6-db44496c0ad0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3975 | 2025.02.28 06:48:21.841675 [ 4 ] {23aed602-c01a-4d1b-94e6-db44496c0ad0} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3976 | 2025.02.28 06:48:21.841853 [ 4 ] {23aed602-c01a-4d1b-94e6-db44496c0ad0} <Debug> executeQuery: Read 893 rows, 66.30 KiB in 0.001839 sec., 485589.99456226215 rows/sec., 35.21 MiB/sec. | ||
| 3977 | 2025.02.28 06:48:21.841903 [ 4 ] {23aed602-c01a-4d1b-94e6-db44496c0ad0} <Debug> TCPHandler: Processed in 0.002034115 sec. | ||
| 3978 | 2025.02.28 06:48:21.842113 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3979 | 2025.02.28 06:48:21.842334 [ 255 ] {0448dd7d-79f5-4775-bca5-bf469c10c3a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3980 | 2025.02.28 06:48:21.842414 [ 255 ] {0448dd7d-79f5-4775-bca5-bf469c10c3a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3981 | 2025.02.28 06:48:21.842907 [ 255 ] {0448dd7d-79f5-4775-bca5-bf469c10c3a0} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3982 | 2025.02.28 06:48:21.842946 [ 255 ] {0448dd7d-79f5-4775-bca5-bf469c10c3a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3983 | 2025.02.28 06:48:21.843306 [ 255 ] {0448dd7d-79f5-4775-bca5-bf469c10c3a0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3984 | 2025.02.28 06:48:21.843555 [ 255 ] {0448dd7d-79f5-4775-bca5-bf469c10c3a0} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3985 | 2025.02.28 06:48:21.843763 [ 255 ] {0448dd7d-79f5-4775-bca5-bf469c10c3a0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001482 sec., 4048.5829959514167 rows/sec., 211.52 KiB/sec. | ||
| 3986 | 2025.02.28 06:48:21.843813 [ 255 ] {0448dd7d-79f5-4775-bca5-bf469c10c3a0} <Debug> TCPHandler: Processed in 0.001810212 sec. | ||
| 3987 | 2025.02.28 06:48:21.843964 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3988 | 2025.02.28 06:48:21.844101 [ 4 ] {b46d7783-2807-4ee2-a7fd-bdd506380c46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3989 | 2025.02.28 06:48:21.844162 [ 4 ] {b46d7783-2807-4ee2-a7fd-bdd506380c46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3990 | 2025.02.28 06:48:21.844952 [ 4 ] {b46d7783-2807-4ee2-a7fd-bdd506380c46} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3991 | 2025.02.28 06:48:21.844989 [ 4 ] {b46d7783-2807-4ee2-a7fd-bdd506380c46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 3992 | 2025.02.28 06:48:21.845441 [ 4 ] {b46d7783-2807-4ee2-a7fd-bdd506380c46} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3993 | 2025.02.28 06:48:21.845686 [ 4 ] {b46d7783-2807-4ee2-a7fd-bdd506380c46} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3994 | 2025.02.28 06:48:21.845864 [ 4 ] {b46d7783-2807-4ee2-a7fd-bdd506380c46} <Debug> executeQuery: Read 1027 rows, 70.10 KiB in 0.001795 sec., 572144.8467966574 rows/sec., 38.14 MiB/sec. | ||
| 3995 | 2025.02.28 06:48:21.845914 [ 4 ] {b46d7783-2807-4ee2-a7fd-bdd506380c46} <Debug> TCPHandler: Processed in 0.002020084 sec. | ||
| 3996 | 2025.02.28 06:48:21.846051 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3997 | 2025.02.28 06:48:21.846167 [ 255 ] {2c9df104-a914-40ec-b610-d2ba1fc2b73b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3998 | 2025.02.28 06:48:21.846219 [ 255 ] {2c9df104-a914-40ec-b610-d2ba1fc2b73b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3999 | 2025.02.28 06:48:21.846706 [ 255 ] {2c9df104-a914-40ec-b610-d2ba1fc2b73b} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4000 | 2025.02.28 06:48:21.846746 [ 255 ] {2c9df104-a914-40ec-b610-d2ba1fc2b73b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4001 | 2025.02.28 06:48:21.847108 [ 255 ] {2c9df104-a914-40ec-b610-d2ba1fc2b73b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4002 | 2025.02.28 06:48:21.847345 [ 255 ] {2c9df104-a914-40ec-b610-d2ba1fc2b73b} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4003 | 2025.02.28 06:48:21.847566 [ 255 ] {2c9df104-a914-40ec-b610-d2ba1fc2b73b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001424 sec., 702.2471910112359 rows/sec., 47.32 KiB/sec. | ||
| 4004 | 2025.02.28 06:48:21.847622 [ 255 ] {2c9df104-a914-40ec-b610-d2ba1fc2b73b} <Debug> TCPHandler: Processed in 0.001625269 sec. | ||
| 4005 | 2025.02.28 06:48:21.847776 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4006 | 2025.02.28 06:48:21.847912 [ 4 ] {060bc359-dae7-4ade-bbf1-e2dcad4a39cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4007 | 2025.02.28 06:48:21.848003 [ 4 ] {060bc359-dae7-4ade-bbf1-e2dcad4a39cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4008 | 2025.02.28 06:48:21.849240 [ 4 ] {060bc359-dae7-4ade-bbf1-e2dcad4a39cf} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4009 | 2025.02.28 06:48:21.849275 [ 4 ] {060bc359-dae7-4ade-bbf1-e2dcad4a39cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4010 | 2025.02.28 06:48:21.849925 [ 4 ] {060bc359-dae7-4ade-bbf1-e2dcad4a39cf} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4011 | 2025.02.28 06:48:21.850180 [ 4 ] {060bc359-dae7-4ade-bbf1-e2dcad4a39cf} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4012 | 2025.02.28 06:48:21.850370 [ 4 ] {060bc359-dae7-4ade-bbf1-e2dcad4a39cf} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002487 sec., 15681.544028950542 rows/sec., 28.10 MiB/sec. | ||
| 4013 | 2025.02.28 06:48:21.850458 [ 4 ] {060bc359-dae7-4ade-bbf1-e2dcad4a39cf} <Debug> TCPHandler: Processed in 0.002746453 sec. | ||
| 4014 | 2025.02.28 06:48:21.850619 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4015 | 2025.02.28 06:48:21.850738 [ 255 ] {be4d90aa-1695-426a-a114-97c3828a6383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4016 | 2025.02.28 06:48:21.850788 [ 255 ] {be4d90aa-1695-426a-a114-97c3828a6383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4017 | 2025.02.28 06:48:21.851275 [ 255 ] {be4d90aa-1695-426a-a114-97c3828a6383} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4018 | 2025.02.28 06:48:21.851314 [ 255 ] {be4d90aa-1695-426a-a114-97c3828a6383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4019 | 2025.02.28 06:48:21.851671 [ 255 ] {be4d90aa-1695-426a-a114-97c3828a6383} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4020 | 2025.02.28 06:48:21.851892 [ 255 ] {be4d90aa-1695-426a-a114-97c3828a6383} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4021 | 2025.02.28 06:48:21.852131 [ 255 ] {be4d90aa-1695-426a-a114-97c3828a6383} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001468 sec., 39509.53678474115 rows/sec., 2.45 MiB/sec. | ||
| 4022 | 2025.02.28 06:48:21.852311 [ 255 ] {be4d90aa-1695-426a-a114-97c3828a6383} <Debug> TCPHandler: Processed in 0.001809011 sec. | ||
| 4023 | 2025.02.28 06:48:23.731980 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 582 | ||
| 4024 | 2025.02.28 06:48:23.735450 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4025 | 2025.02.28 06:48:23.735498 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4026 | 2025.02.28 06:48:23.736993 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4027 | 2025.02.28 06:48:23.737297 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4028 | 2025.02.28 06:48:23.737869 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 582 | ||
| 4029 | 2025.02.28 06:48:24.384750 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4030 | 2025.02.28 06:48:24.384963 [ 4 ] {e94631c6-4d5d-4167-979e-7064432c51ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4031 | 2025.02.28 06:48:24.385047 [ 4 ] {e94631c6-4d5d-4167-979e-7064432c51ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4032 | 2025.02.28 06:48:24.385909 [ 4 ] {e94631c6-4d5d-4167-979e-7064432c51ab} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4033 | 2025.02.28 06:48:24.385965 [ 4 ] {e94631c6-4d5d-4167-979e-7064432c51ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4034 | 2025.02.28 06:48:24.386425 [ 4 ] {e94631c6-4d5d-4167-979e-7064432c51ab} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4035 | 2025.02.28 06:48:24.386671 [ 4 ] {e94631c6-4d5d-4167-979e-7064432c51ab} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4036 | 2025.02.28 06:48:24.386897 [ 4 ] {e94631c6-4d5d-4167-979e-7064432c51ab} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002026 sec., 27640.671273445212 rows/sec., 2.12 MiB/sec. | ||
| 4037 | 2025.02.28 06:48:24.386961 [ 4 ] {e94631c6-4d5d-4167-979e-7064432c51ab} <Debug> TCPHandler: Processed in 0.002391238 sec. | ||
| 4038 | 2025.02.28 06:48:24.387201 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4039 | 2025.02.28 06:48:24.387443 [ 255 ] {922d42cf-633d-48ee-83ff-4a83e6346110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4040 | 2025.02.28 06:48:24.387519 [ 255 ] {922d42cf-633d-48ee-83ff-4a83e6346110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4041 | 2025.02.28 06:48:24.388295 [ 255 ] {922d42cf-633d-48ee-83ff-4a83e6346110} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4042 | 2025.02.28 06:48:24.388338 [ 255 ] {922d42cf-633d-48ee-83ff-4a83e6346110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4043 | 2025.02.28 06:48:24.388780 [ 255 ] {922d42cf-633d-48ee-83ff-4a83e6346110} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4044 | 2025.02.28 06:48:24.389048 [ 255 ] {922d42cf-633d-48ee-83ff-4a83e6346110} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4045 | 2025.02.28 06:48:24.389254 [ 255 ] {922d42cf-633d-48ee-83ff-4a83e6346110} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001865 sec., 34316.35388739946 rows/sec., 2.68 MiB/sec. | ||
| 4046 | 2025.02.28 06:48:24.389318 [ 255 ] {922d42cf-633d-48ee-83ff-4a83e6346110} <Debug> TCPHandler: Processed in 0.002198546 sec. | ||
| 4047 | 2025.02.28 06:48:24.389488 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4048 | 2025.02.28 06:48:24.389721 [ 4 ] {02b2c8c9-cbf9-401e-8ca5-e2b256e59005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4049 | 2025.02.28 06:48:24.389824 [ 4 ] {02b2c8c9-cbf9-401e-8ca5-e2b256e59005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4050 | 2025.02.28 06:48:24.390685 [ 4 ] {02b2c8c9-cbf9-401e-8ca5-e2b256e59005} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4051 | 2025.02.28 06:48:24.390728 [ 4 ] {02b2c8c9-cbf9-401e-8ca5-e2b256e59005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4052 | 2025.02.28 06:48:24.391139 [ 4 ] {02b2c8c9-cbf9-401e-8ca5-e2b256e59005} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4053 | 2025.02.28 06:48:24.391386 [ 4 ] {02b2c8c9-cbf9-401e-8ca5-e2b256e59005} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4054 | 2025.02.28 06:48:24.391613 [ 4 ] {02b2c8c9-cbf9-401e-8ca5-e2b256e59005} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001954 sec., 32753.326509723644 rows/sec., 2.28 MiB/sec. | ||
| 4055 | 2025.02.28 06:48:24.391672 [ 4 ] {02b2c8c9-cbf9-401e-8ca5-e2b256e59005} <Debug> TCPHandler: Processed in 0.002255257 sec. | ||
| 4056 | 2025.02.28 06:48:24.391825 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4057 | 2025.02.28 06:48:24.391955 [ 255 ] {2a6c78fd-d6b7-45e4-95e4-d49ca574f5c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4058 | 2025.02.28 06:48:24.392013 [ 255 ] {2a6c78fd-d6b7-45e4-95e4-d49ca574f5c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4059 | 2025.02.28 06:48:24.392527 [ 255 ] {2a6c78fd-d6b7-45e4-95e4-d49ca574f5c0} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4060 | 2025.02.28 06:48:24.392567 [ 255 ] {2a6c78fd-d6b7-45e4-95e4-d49ca574f5c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4061 | 2025.02.28 06:48:24.392959 [ 255 ] {2a6c78fd-d6b7-45e4-95e4-d49ca574f5c0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4062 | 2025.02.28 06:48:24.393200 [ 255 ] {2a6c78fd-d6b7-45e4-95e4-d49ca574f5c0} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4063 | 2025.02.28 06:48:24.393381 [ 255 ] {2a6c78fd-d6b7-45e4-95e4-d49ca574f5c0} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001458 sec., 16460.905349794237 rows/sec., 1.11 MiB/sec. | ||
| 4064 | 2025.02.28 06:48:24.393439 [ 255 ] {2a6c78fd-d6b7-45e4-95e4-d49ca574f5c0} <Debug> TCPHandler: Processed in 0.00167369 sec. | ||
| 4065 | 2025.02.28 06:48:26.216603 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784 | ||
| 4066 | 2025.02.28 06:48:26.217266 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4067 | 2025.02.28 06:48:26.217315 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4068 | 2025.02.28 06:48:26.217892 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4069 | 2025.02.28 06:48:26.218150 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4070 | 2025.02.28 06:48:26.218372 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 | ||
| 4071 | 2025.02.28 06:48:26.812787 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4072 | 2025.02.28 06:48:26.833850 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4073 | 2025.02.28 06:48:26.833910 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4074 | 2025.02.28 06:48:26.841623 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4075 | 2025.02.28 06:48:26.842421 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4076 | 2025.02.28 06:48:26.845071 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4077 | 2025.02.28 06:48:29.389279 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4078 | 2025.02.28 06:48:29.389485 [ 4 ] {c156608a-83e1-45eb-88e7-ba63b02d74cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4079 | 2025.02.28 06:48:29.389558 [ 4 ] {c156608a-83e1-45eb-88e7-ba63b02d74cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4080 | 2025.02.28 06:48:29.390358 [ 4 ] {c156608a-83e1-45eb-88e7-ba63b02d74cb} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4081 | 2025.02.28 06:48:29.390407 [ 4 ] {c156608a-83e1-45eb-88e7-ba63b02d74cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4082 | 2025.02.28 06:48:29.390890 [ 4 ] {c156608a-83e1-45eb-88e7-ba63b02d74cb} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4083 | 2025.02.28 06:48:29.391159 [ 4 ] {c156608a-83e1-45eb-88e7-ba63b02d74cb} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4084 | 2025.02.28 06:48:29.391436 [ 4 ] {c156608a-83e1-45eb-88e7-ba63b02d74cb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001993 sec., 28098.344204716508 rows/sec., 2.16 MiB/sec. | ||
| 4085 | 2025.02.28 06:48:29.391524 [ 4 ] {c156608a-83e1-45eb-88e7-ba63b02d74cb} <Debug> TCPHandler: Processed in 0.002374849 sec. | ||
| 4086 | 2025.02.28 06:48:29.391848 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4087 | 2025.02.28 06:48:29.392054 [ 255 ] {8053006b-b8e4-4db7-8e4d-5ff2b3cfcd2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4088 | 2025.02.28 06:48:29.392136 [ 255 ] {8053006b-b8e4-4db7-8e4d-5ff2b3cfcd2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4089 | 2025.02.28 06:48:29.392990 [ 255 ] {8053006b-b8e4-4db7-8e4d-5ff2b3cfcd2f} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4090 | 2025.02.28 06:48:29.393036 [ 255 ] {8053006b-b8e4-4db7-8e4d-5ff2b3cfcd2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4091 | 2025.02.28 06:48:29.393486 [ 255 ] {8053006b-b8e4-4db7-8e4d-5ff2b3cfcd2f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4092 | 2025.02.28 06:48:29.393742 [ 255 ] {8053006b-b8e4-4db7-8e4d-5ff2b3cfcd2f} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4093 | 2025.02.28 06:48:29.393953 [ 255 ] {8053006b-b8e4-4db7-8e4d-5ff2b3cfcd2f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00196 sec., 32653.061224489797 rows/sec., 2.55 MiB/sec. | ||
| 4094 | 2025.02.28 06:48:29.394022 [ 255 ] {8053006b-b8e4-4db7-8e4d-5ff2b3cfcd2f} <Debug> TCPHandler: Processed in 0.002344578 sec. | ||
| 4095 | 2025.02.28 06:48:29.394180 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4096 | 2025.02.28 06:48:29.394308 [ 4 ] {a425362c-58f0-40a1-9e2b-7ffb5fe1b999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4097 | 2025.02.28 06:48:29.394366 [ 4 ] {a425362c-58f0-40a1-9e2b-7ffb5fe1b999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4098 | 2025.02.28 06:48:29.394967 [ 4 ] {a425362c-58f0-40a1-9e2b-7ffb5fe1b999} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4099 | 2025.02.28 06:48:29.395007 [ 4 ] {a425362c-58f0-40a1-9e2b-7ffb5fe1b999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4100 | 2025.02.28 06:48:29.395427 [ 4 ] {a425362c-58f0-40a1-9e2b-7ffb5fe1b999} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4101 | 2025.02.28 06:48:29.395690 [ 4 ] {a425362c-58f0-40a1-9e2b-7ffb5fe1b999} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4102 | 2025.02.28 06:48:29.395911 [ 4 ] {a425362c-58f0-40a1-9e2b-7ffb5fe1b999} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001634 sec., 97919.21664626682 rows/sec., 6.82 MiB/sec. | ||
| 4103 | 2025.02.28 06:48:29.395965 [ 4 ] {a425362c-58f0-40a1-9e2b-7ffb5fe1b999} <Debug> TCPHandler: Processed in 0.001844793 sec. | ||
| 4104 | 2025.02.28 06:48:29.396128 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4105 | 2025.02.28 06:48:29.396277 [ 255 ] {ccd32fe1-1bc5-4378-8c5f-adaf89ec96fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4106 | 2025.02.28 06:48:29.396342 [ 255 ] {ccd32fe1-1bc5-4378-8c5f-adaf89ec96fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4107 | 2025.02.28 06:48:29.396900 [ 255 ] {ccd32fe1-1bc5-4378-8c5f-adaf89ec96fc} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4108 | 2025.02.28 06:48:29.396939 [ 255 ] {ccd32fe1-1bc5-4378-8c5f-adaf89ec96fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4109 | 2025.02.28 06:48:29.397323 [ 255 ] {ccd32fe1-1bc5-4378-8c5f-adaf89ec96fc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4110 | 2025.02.28 06:48:29.397561 [ 255 ] {ccd32fe1-1bc5-4378-8c5f-adaf89ec96fc} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4111 | 2025.02.28 06:48:29.397739 [ 255 ] {ccd32fe1-1bc5-4378-8c5f-adaf89ec96fc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0015 sec., 40000 rows/sec., 2.70 MiB/sec. | ||
| 4112 | 2025.02.28 06:48:29.397789 [ 255 ] {ccd32fe1-1bc5-4378-8c5f-adaf89ec96fc} <Debug> TCPHandler: Processed in 0.001731921 sec. | ||
| 4113 | 2025.02.28 06:48:33.619302 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4114 | 2025.02.28 06:48:33.619371 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4115 | 2025.02.28 06:48:33.718653 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211 | ||
| 4116 | 2025.02.28 06:48:33.719374 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4117 | 2025.02.28 06:48:33.719419 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4118 | 2025.02.28 06:48:33.719981 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4119 | 2025.02.28 06:48:33.720249 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4120 | 2025.02.28 06:48:33.720517 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4121 | 2025.02.28 06:48:33.738301 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 598 | ||
| 4122 | 2025.02.28 06:48:33.741052 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4123 | 2025.02.28 06:48:33.741097 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4124 | 2025.02.28 06:48:33.742532 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4125 | 2025.02.28 06:48:33.742861 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4126 | 2025.02.28 06:48:33.743570 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 598 | ||
| 4127 | 2025.02.28 06:48:34.345275 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4128 | 2025.02.28 06:48:34.366743 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4129 | 2025.02.28 06:48:34.366813 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4130 | 2025.02.28 06:48:34.374583 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4131 | 2025.02.28 06:48:34.375417 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4132 | 2025.02.28 06:48:34.378379 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4133 | 2025.02.28 06:48:34.397628 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4134 | 2025.02.28 06:48:34.397838 [ 4 ] {c41349d4-cb2e-4f8c-9b97-f51ef2dbf1b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4135 | 2025.02.28 06:48:34.397917 [ 4 ] {c41349d4-cb2e-4f8c-9b97-f51ef2dbf1b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4136 | 2025.02.28 06:48:34.398783 [ 4 ] {c41349d4-cb2e-4f8c-9b97-f51ef2dbf1b2} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4137 | 2025.02.28 06:48:34.398832 [ 4 ] {c41349d4-cb2e-4f8c-9b97-f51ef2dbf1b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4138 | 2025.02.28 06:48:34.399286 [ 4 ] {c41349d4-cb2e-4f8c-9b97-f51ef2dbf1b2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4139 | 2025.02.28 06:48:34.399555 [ 4 ] {c41349d4-cb2e-4f8c-9b97-f51ef2dbf1b2} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4140 | 2025.02.28 06:48:34.399758 [ 98 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4141 | 2025.02.28 06:48:34.399828 [ 4 ] {c41349d4-cb2e-4f8c-9b97-f51ef2dbf1b2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002047 sec., 103566.19443087444 rows/sec., 6.59 MiB/sec. | ||
| 4142 | 2025.02.28 06:48:34.399845 [ 98 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4143 | 2025.02.28 06:48:34.399920 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4144 | 2025.02.28 06:48:34.399971 [ 4 ] {c41349d4-cb2e-4f8c-9b97-f51ef2dbf1b2} <Debug> TCPHandler: Processed in 0.002484359 sec. | ||
| 4145 | 2025.02.28 06:48:34.400340 [ 194 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::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 | ||
| 4146 | 2025.02.28 06:48:34.400445 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4147 | 2025.02.28 06:48:34.400542 [ 194 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4148 | 2025.02.28 06:48:34.400607 [ 194 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 212 rows starting from the beginning of the part | ||
| 4149 | 2025.02.28 06:48:34.400792 [ 255 ] {e043e8d4-593f-4db4-9c81-75afe8418c76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4150 | 2025.02.28 06:48:34.400859 [ 194 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 212 rows starting from the beginning of the part | ||
| 4151 | 2025.02.28 06:48:34.400985 [ 255 ] {e043e8d4-593f-4db4-9c81-75afe8418c76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4152 | 2025.02.28 06:48:34.401242 [ 194 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 212 rows starting from the beginning of the part | ||
| 4153 | 2025.02.28 06:48:34.401584 [ 194 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 212 rows starting from the beginning of the part | ||
| 4154 | 2025.02.28 06:48:34.401884 [ 194 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 212 rows starting from the beginning of the part | ||
| 4155 | 2025.02.28 06:48:34.404233 [ 255 ] {e043e8d4-593f-4db4-9c81-75afe8418c76} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4156 | 2025.02.28 06:48:34.404332 [ 255 ] {e043e8d4-593f-4db4-9c81-75afe8418c76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4157 | 2025.02.28 06:48:34.404592 [ 194 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004567005 sec., 232099.59262142258 rows/sec., 15.65 MiB/sec. | ||
| 4158 | 2025.02.28 06:48:34.404799 [ 197 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4159 | 2025.02.28 06:48:34.405160 [ 255 ] {e043e8d4-593f-4db4-9c81-75afe8418c76} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4160 | 2025.02.28 06:48:34.405245 [ 197 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_13_3} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4161 | 2025.02.28 06:48:34.405393 [ 197 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_13_3} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4162 | 2025.02.28 06:48:34.405508 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 4163 | 2025.02.28 06:48:34.405524 [ 255 ] {e043e8d4-593f-4db4-9c81-75afe8418c76} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4164 | 2025.02.28 06:48:34.405705 [ 98 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4165 | 2025.02.28 06:48:34.405768 [ 98 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4166 | 2025.02.28 06:48:34.405793 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4167 | 2025.02.28 06:48:34.405828 [ 255 ] {e043e8d4-593f-4db4-9c81-75afe8418c76} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.005167 sec., 134507.45113218503 rows/sec., 10.74 MiB/sec. | ||
| 4168 | 2025.02.28 06:48:34.406198 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 4169 | 2025.02.28 06:48:34.406231 [ 255 ] {e043e8d4-593f-4db4-9c81-75afe8418c76} <Debug> TCPHandler: Processed in 0.006108033 sec. | ||
| 4170 | 2025.02.28 06:48:34.406540 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4171 | 2025.02.28 06:48:34.406789 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4172 | 2025.02.28 06:48:34.406896 [ 4 ] {50fd91e4-7127-4bd8-a3e9-8738171104c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4173 | 2025.02.28 06:48:34.406915 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1842 rows starting from the beginning of the part | ||
| 4174 | 2025.02.28 06:48:34.407015 [ 4 ] {50fd91e4-7127-4bd8-a3e9-8738171104c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4175 | 2025.02.28 06:48:34.407171 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part | ||
| 4176 | 2025.02.28 06:48:34.407555 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1843 rows starting from the beginning of the part | ||
| 4177 | 2025.02.28 06:48:34.407835 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
| 4178 | 2025.02.28 06:48:34.408188 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part | ||
| 4179 | 2025.02.28 06:48:34.408629 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 695 rows starting from the beginning of the part | ||
| 4180 | 2025.02.28 06:48:34.410110 [ 4 ] {50fd91e4-7127-4bd8-a3e9-8738171104c7} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4181 | 2025.02.28 06:48:34.410182 [ 4 ] {50fd91e4-7127-4bd8-a3e9-8738171104c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4182 | 2025.02.28 06:48:34.411131 [ 4 ] {50fd91e4-7127-4bd8-a3e9-8738171104c7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4183 | 2025.02.28 06:48:34.411500 [ 4 ] {50fd91e4-7127-4bd8-a3e9-8738171104c7} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4184 | 2025.02.28 06:48:34.411745 [ 4 ] {50fd91e4-7127-4bd8-a3e9-8738171104c7} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.004966 sec., 29198.55014095852 rows/sec., 1.83 MiB/sec. | ||
| 4185 | 2025.02.28 06:48:34.411806 [ 4 ] {50fd91e4-7127-4bd8-a3e9-8738171104c7} <Debug> TCPHandler: Processed in 0.005434915 sec. | ||
| 4186 | 2025.02.28 06:48:34.412157 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4187 | 2025.02.28 06:48:34.412271 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4548 rows, containing 5 columns (5 merged, 0 gathered) in 0.006406157 sec., 709942.0135972316 rows/sec., 60.32 MiB/sec. | ||
| 4188 | 2025.02.28 06:48:34.412423 [ 255 ] {f9a1ddc4-8dd2-413e-ab6a-6015ec918d1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4189 | 2025.02.28 06:48:34.412522 [ 255 ] {f9a1ddc4-8dd2-413e-ab6a-6015ec918d1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4190 | 2025.02.28 06:48:34.412726 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4191 | 2025.02.28 06:48:34.413186 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_31_6} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4192 | 2025.02.28 06:48:34.413306 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_31_6} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4193 | 2025.02.28 06:48:34.413415 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 4194 | 2025.02.28 06:48:34.413540 [ 255 ] {f9a1ddc4-8dd2-413e-ab6a-6015ec918d1f} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4195 | 2025.02.28 06:48:34.413581 [ 255 ] {f9a1ddc4-8dd2-413e-ab6a-6015ec918d1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4196 | 2025.02.28 06:48:34.413950 [ 255 ] {f9a1ddc4-8dd2-413e-ab6a-6015ec918d1f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4197 | 2025.02.28 06:48:34.414209 [ 255 ] {f9a1ddc4-8dd2-413e-ab6a-6015ec918d1f} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4198 | 2025.02.28 06:48:34.414433 [ 255 ] {f9a1ddc4-8dd2-413e-ab6a-6015ec918d1f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00207 sec., 54589.37198067633 rows/sec., 3.53 MiB/sec. | ||
| 4199 | 2025.02.28 06:48:34.414492 [ 255 ] {f9a1ddc4-8dd2-413e-ab6a-6015ec918d1f} <Debug> TCPHandler: Processed in 0.002552921 sec. | ||
| 4200 | 2025.02.28 06:48:34.414628 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4201 | 2025.02.28 06:48:34.414746 [ 4 ] {53402570-5d46-455b-baa4-90a70929a016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4202 | 2025.02.28 06:48:34.414795 [ 4 ] {53402570-5d46-455b-baa4-90a70929a016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4203 | 2025.02.28 06:48:34.415503 [ 4 ] {53402570-5d46-455b-baa4-90a70929a016} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4204 | 2025.02.28 06:48:34.415549 [ 4 ] {53402570-5d46-455b-baa4-90a70929a016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4205 | 2025.02.28 06:48:34.415965 [ 4 ] {53402570-5d46-455b-baa4-90a70929a016} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4206 | 2025.02.28 06:48:34.416215 [ 4 ] {53402570-5d46-455b-baa4-90a70929a016} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4207 | 2025.02.28 06:48:34.416336 [ 96 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4208 | 2025.02.28 06:48:34.416385 [ 96 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4209 | 2025.02.28 06:48:34.416398 [ 4 ] {53402570-5d46-455b-baa4-90a70929a016} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001676 sec., 66825.77565632458 rows/sec., 3.81 MiB/sec. | ||
| 4210 | 2025.02.28 06:48:34.416416 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4211 | 2025.02.28 06:48:34.416470 [ 4 ] {53402570-5d46-455b-baa4-90a70929a016} <Debug> TCPHandler: Processed in 0.001891862 sec. | ||
| 4212 | 2025.02.28 06:48:34.416667 [ 186 ] {ae10649f-1e0a-4033-8240-a3be65056305::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 | ||
| 4213 | 2025.02.28 06:48:34.416693 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4214 | 2025.02.28 06:48:34.416940 [ 186 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4215 | 2025.02.28 06:48:34.416949 [ 255 ] {f6c477a3-b5db-4a71-ad21-b7eab69fc364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4216 | 2025.02.28 06:48:34.416998 [ 186 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 112 rows starting from the beginning of the part | ||
| 4217 | 2025.02.28 06:48:34.417079 [ 255 ] {f6c477a3-b5db-4a71-ad21-b7eab69fc364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4218 | 2025.02.28 06:48:34.417271 [ 186 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 112 rows starting from the beginning of the part | ||
| 4219 | 2025.02.28 06:48:34.417644 [ 186 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 112 rows starting from the beginning of the part | ||
| 4220 | 2025.02.28 06:48:34.417993 [ 186 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 112 rows starting from the beginning of the part | ||
| 4221 | 2025.02.28 06:48:34.418328 [ 186 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 112 rows starting from the beginning of the part | ||
| 4222 | 2025.02.28 06:48:34.420256 [ 255 ] {f6c477a3-b5db-4a71-ad21-b7eab69fc364} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4223 | 2025.02.28 06:48:34.420330 [ 255 ] {f6c477a3-b5db-4a71-ad21-b7eab69fc364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4224 | 2025.02.28 06:48:34.420744 [ 186 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00423583 sec., 132205.4945547862 rows/sec., 8.04 MiB/sec. | ||
| 4225 | 2025.02.28 06:48:34.420976 [ 186 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4226 | 2025.02.28 06:48:34.421034 [ 255 ] {f6c477a3-b5db-4a71-ad21-b7eab69fc364} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4227 | 2025.02.28 06:48:34.421480 [ 186 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_13_3} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4228 | 2025.02.28 06:48:34.421619 [ 255 ] {f6c477a3-b5db-4a71-ad21-b7eab69fc364} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4229 | 2025.02.28 06:48:34.421669 [ 186 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_13_3} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4230 | 2025.02.28 06:48:34.421824 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 4231 | 2025.02.28 06:48:34.421973 [ 96 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4232 | 2025.02.28 06:48:34.422065 [ 96 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4233 | 2025.02.28 06:48:34.422066 [ 255 ] {f6c477a3-b5db-4a71-ad21-b7eab69fc364} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.005202 sec., 80930.41138023837 rows/sec., 5.76 MiB/sec. | ||
| 4234 | 2025.02.28 06:48:34.422119 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4235 | 2025.02.28 06:48:34.422254 [ 255 ] {f6c477a3-b5db-4a71-ad21-b7eab69fc364} <Debug> TCPHandler: Processed in 0.005671268 sec. | ||
| 4236 | 2025.02.28 06:48:34.422574 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 4237 | 2025.02.28 06:48:34.422629 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4238 | 2025.02.28 06:48:34.423140 [ 4 ] {54aeaafc-7fb2-402b-8f01-b3f85eb0e89c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4239 | 2025.02.28 06:48:34.423170 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4240 | 2025.02.28 06:48:34.423298 [ 4 ] {54aeaafc-7fb2-402b-8f01-b3f85eb0e89c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4241 | 2025.02.28 06:48:34.423345 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part | ||
| 4242 | 2025.02.28 06:48:34.423693 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part | ||
| 4243 | 2025.02.28 06:48:34.424097 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 893 rows starting from the beginning of the part | ||
| 4244 | 2025.02.28 06:48:34.424463 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
| 4245 | 2025.02.28 06:48:34.424883 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part | ||
| 4246 | 2025.02.28 06:48:34.425081 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 421 rows starting from the beginning of the part | ||
| 4247 | 2025.02.28 06:48:34.425866 [ 4 ] {54aeaafc-7fb2-402b-8f01-b3f85eb0e89c} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4248 | 2025.02.28 06:48:34.425936 [ 4 ] {54aeaafc-7fb2-402b-8f01-b3f85eb0e89c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4249 | 2025.02.28 06:48:34.426802 [ 4 ] {54aeaafc-7fb2-402b-8f01-b3f85eb0e89c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4250 | 2025.02.28 06:48:34.427371 [ 4 ] {54aeaafc-7fb2-402b-8f01-b3f85eb0e89c} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4251 | 2025.02.28 06:48:34.427702 [ 4 ] {54aeaafc-7fb2-402b-8f01-b3f85eb0e89c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004689 sec., 1279.5905310300705 rows/sec., 66.85 KiB/sec. | ||
| 4252 | 2025.02.28 06:48:34.427911 [ 4 ] {54aeaafc-7fb2-402b-8f01-b3f85eb0e89c} <Debug> TCPHandler: Processed in 0.005532886 sec. | ||
| 4253 | 2025.02.28 06:48:34.428282 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4254 | 2025.02.28 06:48:34.428296 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 5 columns (5 merged, 0 gathered) in 0.006019642 sec., 401186.64864123147 rows/sec., 30.72 MiB/sec. | ||
| 4255 | 2025.02.28 06:48:34.428608 [ 255 ] {202e6caa-f9d6-489a-9ae0-6ebea11e2cbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4256 | 2025.02.28 06:48:34.428639 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4257 | 2025.02.28 06:48:34.428801 [ 255 ] {202e6caa-f9d6-489a-9ae0-6ebea11e2cbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4258 | 2025.02.28 06:48:34.429360 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_31_6} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4259 | 2025.02.28 06:48:34.429503 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_31_6} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4260 | 2025.02.28 06:48:34.429647 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 4261 | 2025.02.28 06:48:34.429924 [ 255 ] {202e6caa-f9d6-489a-9ae0-6ebea11e2cbc} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4262 | 2025.02.28 06:48:34.429969 [ 255 ] {202e6caa-f9d6-489a-9ae0-6ebea11e2cbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4263 | 2025.02.28 06:48:34.430391 [ 255 ] {202e6caa-f9d6-489a-9ae0-6ebea11e2cbc} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4264 | 2025.02.28 06:48:34.430655 [ 255 ] {202e6caa-f9d6-489a-9ae0-6ebea11e2cbc} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4265 | 2025.02.28 06:48:34.430827 [ 96 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4266 | 2025.02.28 06:48:34.430886 [ 96 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4267 | 2025.02.28 06:48:34.430925 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4268 | 2025.02.28 06:48:34.430932 [ 255 ] {202e6caa-f9d6-489a-9ae0-6ebea11e2cbc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002405 sec., 98544.69854469855 rows/sec., 6.61 MiB/sec. | ||
| 4269 | 2025.02.28 06:48:34.431237 [ 255 ] {202e6caa-f9d6-489a-9ae0-6ebea11e2cbc} <Debug> TCPHandler: Processed in 0.003152968 sec. | ||
| 4270 | 2025.02.28 06:48:34.431295 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 4271 | 2025.02.28 06:48:34.431559 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4272 | 2025.02.28 06:48:34.431912 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4273 | 2025.02.28 06:48:34.431962 [ 4 ] {d8c4d626-7666-4eb0-a76f-d078ec9e11fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4274 | 2025.02.28 06:48:34.432036 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8332 rows starting from the beginning of the part | ||
| 4275 | 2025.02.28 06:48:34.432085 [ 4 ] {d8c4d626-7666-4eb0-a76f-d078ec9e11fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4276 | 2025.02.28 06:48:34.432346 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 4277 | 2025.02.28 06:48:34.432712 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1027 rows starting from the beginning of the part | ||
| 4278 | 2025.02.28 06:48:34.433124 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
| 4279 | 2025.02.28 06:48:34.433432 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
| 4280 | 2025.02.28 06:48:34.433772 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part | ||
| 4281 | 2025.02.28 06:48:34.434717 [ 4 ] {d8c4d626-7666-4eb0-a76f-d078ec9e11fd} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4282 | 2025.02.28 06:48:34.434793 [ 4 ] {d8c4d626-7666-4eb0-a76f-d078ec9e11fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4283 | 2025.02.28 06:48:34.435425 [ 4 ] {d8c4d626-7666-4eb0-a76f-d078ec9e11fd} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4284 | 2025.02.28 06:48:34.435779 [ 4 ] {d8c4d626-7666-4eb0-a76f-d078ec9e11fd} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4285 | 2025.02.28 06:48:34.436243 [ 4 ] {d8c4d626-7666-4eb0-a76f-d078ec9e11fd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00437 sec., 228.8329519450801 rows/sec., 15.42 KiB/sec. | ||
| 4286 | 2025.02.28 06:48:34.436440 [ 4 ] {d8c4d626-7666-4eb0-a76f-d078ec9e11fd} <Debug> TCPHandler: Processed in 0.005071311 sec. | ||
| 4287 | 2025.02.28 06:48:34.436647 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4288 | 2025.02.28 06:48:34.436818 [ 255 ] {c2f0cc47-315f-457a-b482-972b8e0c28d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4289 | 2025.02.28 06:48:34.436913 [ 255 ] {c2f0cc47-315f-457a-b482-972b8e0c28d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4290 | 2025.02.28 06:48:34.438371 [ 255 ] {c2f0cc47-315f-457a-b482-972b8e0c28d2} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4291 | 2025.02.28 06:48:34.438411 [ 255 ] {c2f0cc47-315f-457a-b482-972b8e0c28d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4292 | 2025.02.28 06:48:34.439208 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9980 rows, containing 5 columns (5 merged, 0 gathered) in 0.008196078 sec., 1217655.5664794794 rows/sec., 82.15 MiB/sec. | ||
| 4293 | 2025.02.28 06:48:34.439326 [ 255 ] {c2f0cc47-315f-457a-b482-972b8e0c28d2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4294 | 2025.02.28 06:48:34.439463 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4295 | 2025.02.28 06:48:34.439650 [ 255 ] {c2f0cc47-315f-457a-b482-972b8e0c28d2} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4296 | 2025.02.28 06:48:34.439907 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4297 | 2025.02.28 06:48:34.440005 [ 255 ] {c2f0cc47-315f-457a-b482-972b8e0c28d2} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003233 sec., 12063.09928858645 rows/sec., 21.62 MiB/sec. | ||
| 4298 | 2025.02.28 06:48:34.440022 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4299 | 2025.02.28 06:48:34.440175 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.21 MiB. | ||
| 4300 | 2025.02.28 06:48:34.440250 [ 255 ] {c2f0cc47-315f-457a-b482-972b8e0c28d2} <Debug> TCPHandler: Processed in 0.003709254 sec. | ||
| 4301 | 2025.02.28 06:48:34.440408 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4302 | 2025.02.28 06:48:34.440547 [ 4 ] {57130e9d-e4f9-4e64-902f-1150b299afed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4303 | 2025.02.28 06:48:34.440607 [ 4 ] {57130e9d-e4f9-4e64-902f-1150b299afed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4304 | 2025.02.28 06:48:34.441151 [ 4 ] {57130e9d-e4f9-4e64-902f-1150b299afed} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4305 | 2025.02.28 06:48:34.441189 [ 4 ] {57130e9d-e4f9-4e64-902f-1150b299afed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4306 | 2025.02.28 06:48:34.441564 [ 4 ] {57130e9d-e4f9-4e64-902f-1150b299afed} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4307 | 2025.02.28 06:48:34.441810 [ 4 ] {57130e9d-e4f9-4e64-902f-1150b299afed} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4308 | 2025.02.28 06:48:34.441938 [ 96 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4309 | 2025.02.28 06:48:34.441974 [ 96 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4310 | 2025.02.28 06:48:34.441997 [ 4 ] {57130e9d-e4f9-4e64-902f-1150b299afed} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001481 sec., 55367.99459824443 rows/sec., 3.52 MiB/sec. | ||
| 4311 | 2025.02.28 06:48:34.442002 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 4312 | 2025.02.28 06:48:34.442111 [ 4 ] {57130e9d-e4f9-4e64-902f-1150b299afed} <Debug> TCPHandler: Processed in 0.001764081 sec. | ||
| 4313 | 2025.02.28 06:48:34.442249 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 4314 | 2025.02.28 06:48:34.442372 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4315 | 2025.02.28 06:48:34.442405 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1586 rows starting from the beginning of the part | ||
| 4316 | 2025.02.28 06:48:34.442531 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 4317 | 2025.02.28 06:48:34.442647 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 58 rows starting from the beginning of the part | ||
| 4318 | 2025.02.28 06:48:34.442774 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part | ||
| 4319 | 2025.02.28 06:48:34.442900 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
| 4320 | 2025.02.28 06:48:34.443043 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
| 4321 | 2025.02.28 06:48:34.444312 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1870 rows, containing 4 columns (4 merged, 0 gathered) in 0.002190166 sec., 853816.5600233042 rows/sec., 55.65 MiB/sec. | ||
| 4322 | 2025.02.28 06:48:34.444506 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4323 | 2025.02.28 06:48:34.444776 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_31_6} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4324 | 2025.02.28 06:48:34.444850 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_31_6} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4325 | 2025.02.28 06:48:34.444918 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4326 | 2025.02.28 06:48:39.389844 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4327 | 2025.02.28 06:48:39.390052 [ 4 ] {04fe3077-2f7f-433d-a46b-0d9f7355617e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4328 | 2025.02.28 06:48:39.390127 [ 4 ] {04fe3077-2f7f-433d-a46b-0d9f7355617e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4329 | 2025.02.28 06:48:39.390930 [ 4 ] {04fe3077-2f7f-433d-a46b-0d9f7355617e} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4330 | 2025.02.28 06:48:39.390982 [ 4 ] {04fe3077-2f7f-433d-a46b-0d9f7355617e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4331 | 2025.02.28 06:48:39.391426 [ 4 ] {04fe3077-2f7f-433d-a46b-0d9f7355617e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4332 | 2025.02.28 06:48:39.391686 [ 4 ] {04fe3077-2f7f-433d-a46b-0d9f7355617e} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4333 | 2025.02.28 06:48:39.391932 [ 4 ] {04fe3077-2f7f-433d-a46b-0d9f7355617e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001932 sec., 28985.507246376812 rows/sec., 2.23 MiB/sec. | ||
| 4334 | 2025.02.28 06:48:39.392000 [ 4 ] {04fe3077-2f7f-433d-a46b-0d9f7355617e} <Debug> TCPHandler: Processed in 0.002293987 sec. | ||
| 4335 | 2025.02.28 06:48:39.392271 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4336 | 2025.02.28 06:48:39.392468 [ 255 ] {7eff5b01-875a-4d67-b1ff-c54defd4db8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4337 | 2025.02.28 06:48:39.392543 [ 255 ] {7eff5b01-875a-4d67-b1ff-c54defd4db8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4338 | 2025.02.28 06:48:39.393337 [ 255 ] {7eff5b01-875a-4d67-b1ff-c54defd4db8e} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4339 | 2025.02.28 06:48:39.393388 [ 255 ] {7eff5b01-875a-4d67-b1ff-c54defd4db8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4340 | 2025.02.28 06:48:39.393851 [ 255 ] {7eff5b01-875a-4d67-b1ff-c54defd4db8e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4341 | 2025.02.28 06:48:39.394120 [ 255 ] {7eff5b01-875a-4d67-b1ff-c54defd4db8e} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4342 | 2025.02.28 06:48:39.394357 [ 255 ] {7eff5b01-875a-4d67-b1ff-c54defd4db8e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001944 sec., 32921.81069958848 rows/sec., 2.57 MiB/sec. | ||
| 4343 | 2025.02.28 06:48:39.394413 [ 255 ] {7eff5b01-875a-4d67-b1ff-c54defd4db8e} <Debug> TCPHandler: Processed in 0.002276798 sec. | ||
| 4344 | 2025.02.28 06:48:39.394562 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4345 | 2025.02.28 06:48:39.394692 [ 4 ] {5b276b72-6a45-4a29-a382-247dd7299aca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4346 | 2025.02.28 06:48:39.394753 [ 4 ] {5b276b72-6a45-4a29-a382-247dd7299aca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4347 | 2025.02.28 06:48:39.395375 [ 4 ] {5b276b72-6a45-4a29-a382-247dd7299aca} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4348 | 2025.02.28 06:48:39.395416 [ 4 ] {5b276b72-6a45-4a29-a382-247dd7299aca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4349 | 2025.02.28 06:48:39.395835 [ 4 ] {5b276b72-6a45-4a29-a382-247dd7299aca} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4350 | 2025.02.28 06:48:39.396083 [ 4 ] {5b276b72-6a45-4a29-a382-247dd7299aca} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4351 | 2025.02.28 06:48:39.396300 [ 4 ] {5b276b72-6a45-4a29-a382-247dd7299aca} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001637 sec., 97739.76786805132 rows/sec., 6.81 MiB/sec. | ||
| 4352 | 2025.02.28 06:48:39.396407 [ 4 ] {5b276b72-6a45-4a29-a382-247dd7299aca} <Debug> TCPHandler: Processed in 0.001902923 sec. | ||
| 4353 | 2025.02.28 06:48:39.396661 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4354 | 2025.02.28 06:48:39.396808 [ 255 ] {bad253f4-ece1-41c8-adeb-f1f95360e097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4355 | 2025.02.28 06:48:39.396870 [ 255 ] {bad253f4-ece1-41c8-adeb-f1f95360e097} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4356 | 2025.02.28 06:48:39.397414 [ 255 ] {bad253f4-ece1-41c8-adeb-f1f95360e097} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4357 | 2025.02.28 06:48:39.397455 [ 255 ] {bad253f4-ece1-41c8-adeb-f1f95360e097} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4358 | 2025.02.28 06:48:39.397858 [ 255 ] {bad253f4-ece1-41c8-adeb-f1f95360e097} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4359 | 2025.02.28 06:48:39.398098 [ 255 ] {bad253f4-ece1-41c8-adeb-f1f95360e097} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4360 | 2025.02.28 06:48:39.398308 [ 255 ] {bad253f4-ece1-41c8-adeb-f1f95360e097} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001533 sec., 39138.94324853229 rows/sec., 2.64 MiB/sec. | ||
| 4361 | 2025.02.28 06:48:39.398359 [ 255 ] {bad253f4-ece1-41c8-adeb-f1f95360e097} <Debug> TCPHandler: Processed in 0.001836882 sec. | ||
| 4362 | 2025.02.28 06:48:41.220790 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699 | ||
| 4363 | 2025.02.28 06:48:41.221476 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4364 | 2025.02.28 06:48:41.221530 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4365 | 2025.02.28 06:48:41.222102 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4366 | 2025.02.28 06:48:41.222370 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4367 | 2025.02.28 06:48:41.222621 [ 85 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4368 | 2025.02.28 06:48:41.222640 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 | ||
| 4369 | 2025.02.28 06:48:41.222718 [ 85 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4370 | 2025.02.28 06:48:41.222754 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4371 | 2025.02.28 06:48:41.222909 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 4372 | 2025.02.28 06:48:41.223076 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4373 | 2025.02.28 06:48:41.223119 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 4374 | 2025.02.28 06:48:41.223198 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 4375 | 2025.02.28 06:48:41.223349 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 4376 | 2025.02.28 06:48:41.223617 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 4377 | 2025.02.28 06:48:41.223705 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 4378 | 2025.02.28 06:48:41.223916 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 4379 | 2025.02.28 06:48:41.226007 [ 196 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.003191368 sec., 3039135.5681952066 rows/sec., 43.48 MiB/sec. | ||
| 4380 | 2025.02.28 06:48:41.226229 [ 198 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4381 | 2025.02.28 06:48:41.226597 [ 198 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_21_4} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4382 | 2025.02.28 06:48:41.226679 [ 198 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_21_4} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4383 | 2025.02.28 06:48:41.226840 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB. | ||
| 4384 | 2025.02.28 06:48:41.878585 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4385 | 2025.02.28 06:48:41.900405 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4386 | 2025.02.28 06:48:41.900474 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4387 | 2025.02.28 06:48:41.908262 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4388 | 2025.02.28 06:48:41.909034 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4389 | 2025.02.28 06:48:41.909439 [ 84 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4390 | 2025.02.28 06:48:41.909654 [ 84 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4391 | 2025.02.28 06:48:41.909723 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4392 | 2025.02.28 06:48:41.910290 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 4393 | 2025.02.28 06:48:41.924596 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4394 | 2025.02.28 06:48:41.926288 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4395 | 2025.02.28 06:48:41.927844 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 4396 | 2025.02.28 06:48:41.933635 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 4397 | 2025.02.28 06:48:41.939281 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 4398 | 2025.02.28 06:48:41.944972 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 4399 | 2025.02.28 06:48:41.951354 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 4400 | 2025.02.28 06:48:41.956136 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 4401 | 2025.02.28 06:48:42.000191 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.15 MiB, peak 192.15 MiB, free memory in arenas 0.00 B, will set to 184.16 MiB (RSS), difference: -7.99 MiB | ||
| 4402 | 2025.02.28 06:48:42.014509 [ 196 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.104588833 sec., 1520.2387811325898 rows/sec., 7.86 MiB/sec. | ||
| 4403 | 2025.02.28 06:48:42.017007 [ 199 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4404 | 2025.02.28 06:48:42.019884 [ 199 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_21_4} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4405 | 2025.02.28 06:48:42.019978 [ 199 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_21_4} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4406 | 2025.02.28 06:48:42.022275 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 4407 | 2025.02.28 06:48:43.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 174.76 MiB, peak 192.15 MiB, free memory in arenas 0.00 B, will set to 184.69 MiB (RSS), difference: 9.93 MiB | ||
| 4408 | 2025.02.28 06:48:43.743883 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 628 | ||
| 4409 | 2025.02.28 06:48:43.747724 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4410 | 2025.02.28 06:48:43.747769 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4411 | 2025.02.28 06:48:43.749228 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4412 | 2025.02.28 06:48:43.749526 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4413 | 2025.02.28 06:48:43.750074 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 628 | ||
| 4414 | 2025.02.28 06:48:44.398581 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4415 | 2025.02.28 06:48:44.398772 [ 4 ] {a6fd573f-1af9-4c67-87db-48ee5024586f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4416 | 2025.02.28 06:48:44.398850 [ 4 ] {a6fd573f-1af9-4c67-87db-48ee5024586f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4417 | 2025.02.28 06:48:44.399721 [ 4 ] {a6fd573f-1af9-4c67-87db-48ee5024586f} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4418 | 2025.02.28 06:48:44.399774 [ 4 ] {a6fd573f-1af9-4c67-87db-48ee5024586f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4419 | 2025.02.28 06:48:44.400240 [ 4 ] {a6fd573f-1af9-4c67-87db-48ee5024586f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4420 | 2025.02.28 06:48:44.400507 [ 4 ] {a6fd573f-1af9-4c67-87db-48ee5024586f} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4421 | 2025.02.28 06:48:44.400803 [ 4 ] {a6fd573f-1af9-4c67-87db-48ee5024586f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002072 sec., 102316.60231660231 rows/sec., 6.51 MiB/sec. | ||
| 4422 | 2025.02.28 06:48:44.401009 [ 4 ] {a6fd573f-1af9-4c67-87db-48ee5024586f} <Debug> TCPHandler: Processed in 0.002556681 sec. | ||
| 4423 | 2025.02.28 06:48:44.401335 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4424 | 2025.02.28 06:48:44.401541 [ 255 ] {e6cd3e3e-e545-4fe3-b52b-d3885086a356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4425 | 2025.02.28 06:48:44.401619 [ 255 ] {e6cd3e3e-e545-4fe3-b52b-d3885086a356} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4426 | 2025.02.28 06:48:44.402748 [ 255 ] {e6cd3e3e-e545-4fe3-b52b-d3885086a356} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4427 | 2025.02.28 06:48:44.402792 [ 255 ] {e6cd3e3e-e545-4fe3-b52b-d3885086a356} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4428 | 2025.02.28 06:48:44.403284 [ 255 ] {e6cd3e3e-e545-4fe3-b52b-d3885086a356} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4429 | 2025.02.28 06:48:44.403539 [ 255 ] {e6cd3e3e-e545-4fe3-b52b-d3885086a356} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4430 | 2025.02.28 06:48:44.403755 [ 255 ] {e6cd3e3e-e545-4fe3-b52b-d3885086a356} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.00227 sec., 306167.40088105726 rows/sec., 24.44 MiB/sec. | ||
| 4431 | 2025.02.28 06:48:44.403879 [ 255 ] {e6cd3e3e-e545-4fe3-b52b-d3885086a356} <Debug> TCPHandler: Processed in 0.002707953 sec. | ||
| 4432 | 2025.02.28 06:48:44.404048 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4433 | 2025.02.28 06:48:44.404174 [ 4 ] {3c15d08a-3694-4e04-b56f-751d185492e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4434 | 2025.02.28 06:48:44.404224 [ 4 ] {3c15d08a-3694-4e04-b56f-751d185492e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4435 | 2025.02.28 06:48:44.404959 [ 4 ] {3c15d08a-3694-4e04-b56f-751d185492e2} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4436 | 2025.02.28 06:48:44.405007 [ 4 ] {3c15d08a-3694-4e04-b56f-751d185492e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4437 | 2025.02.28 06:48:44.405445 [ 4 ] {3c15d08a-3694-4e04-b56f-751d185492e2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4438 | 2025.02.28 06:48:44.405712 [ 4 ] {3c15d08a-3694-4e04-b56f-751d185492e2} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4439 | 2025.02.28 06:48:44.405927 [ 4 ] {3c15d08a-3694-4e04-b56f-751d185492e2} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001783 sec., 81323.6118900729 rows/sec., 5.10 MiB/sec. | ||
| 4440 | 2025.02.28 06:48:44.405979 [ 4 ] {3c15d08a-3694-4e04-b56f-751d185492e2} <Debug> TCPHandler: Processed in 0.001988474 sec. | ||
| 4441 | 2025.02.28 06:48:44.406135 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4442 | 2025.02.28 06:48:44.406264 [ 255 ] {5c82ae49-af7e-4841-855d-1e8b0778bb73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4443 | 2025.02.28 06:48:44.406317 [ 255 ] {5c82ae49-af7e-4841-855d-1e8b0778bb73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4444 | 2025.02.28 06:48:44.406949 [ 255 ] {5c82ae49-af7e-4841-855d-1e8b0778bb73} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4445 | 2025.02.28 06:48:44.406987 [ 255 ] {5c82ae49-af7e-4841-855d-1e8b0778bb73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4446 | 2025.02.28 06:48:44.407348 [ 255 ] {5c82ae49-af7e-4841-855d-1e8b0778bb73} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4447 | 2025.02.28 06:48:44.407586 [ 255 ] {5c82ae49-af7e-4841-855d-1e8b0778bb73} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4448 | 2025.02.28 06:48:44.407788 [ 255 ] {5c82ae49-af7e-4841-855d-1e8b0778bb73} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001549 sec., 72950.29051000645 rows/sec., 4.72 MiB/sec. | ||
| 4449 | 2025.02.28 06:48:44.407873 [ 255 ] {5c82ae49-af7e-4841-855d-1e8b0778bb73} <Debug> TCPHandler: Processed in 0.001797492 sec. | ||
| 4450 | 2025.02.28 06:48:44.408022 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4451 | 2025.02.28 06:48:44.408138 [ 4 ] {394f846c-1bef-473c-ab24-f532003acf7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4452 | 2025.02.28 06:48:44.408186 [ 4 ] {394f846c-1bef-473c-ab24-f532003acf7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4453 | 2025.02.28 06:48:44.408900 [ 4 ] {394f846c-1bef-473c-ab24-f532003acf7a} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4454 | 2025.02.28 06:48:44.408948 [ 4 ] {394f846c-1bef-473c-ab24-f532003acf7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4455 | 2025.02.28 06:48:44.409371 [ 4 ] {394f846c-1bef-473c-ab24-f532003acf7a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4456 | 2025.02.28 06:48:44.409608 [ 4 ] {394f846c-1bef-473c-ab24-f532003acf7a} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4457 | 2025.02.28 06:48:44.409856 [ 4 ] {394f846c-1bef-473c-ab24-f532003acf7a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001737 sec., 64478.9867587795 rows/sec., 3.67 MiB/sec. | ||
| 4458 | 2025.02.28 06:48:44.410043 [ 4 ] {394f846c-1bef-473c-ab24-f532003acf7a} <Debug> TCPHandler: Processed in 0.002073925 sec. | ||
| 4459 | 2025.02.28 06:48:44.410208 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4460 | 2025.02.28 06:48:44.410333 [ 255 ] {5d59ae11-0761-4b3d-9679-58e2170c6108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4461 | 2025.02.28 06:48:44.410390 [ 255 ] {5d59ae11-0761-4b3d-9679-58e2170c6108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4462 | 2025.02.28 06:48:44.411246 [ 255 ] {5d59ae11-0761-4b3d-9679-58e2170c6108} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4463 | 2025.02.28 06:48:44.411293 [ 255 ] {5d59ae11-0761-4b3d-9679-58e2170c6108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4464 | 2025.02.28 06:48:44.411670 [ 255 ] {5d59ae11-0761-4b3d-9679-58e2170c6108} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4465 | 2025.02.28 06:48:44.411908 [ 255 ] {5d59ae11-0761-4b3d-9679-58e2170c6108} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4466 | 2025.02.28 06:48:44.412080 [ 255 ] {5d59ae11-0761-4b3d-9679-58e2170c6108} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001777 sec., 236916.150815982 rows/sec., 16.88 MiB/sec. | ||
| 4467 | 2025.02.28 06:48:44.412129 [ 255 ] {5d59ae11-0761-4b3d-9679-58e2170c6108} <Debug> TCPHandler: Processed in 0.001978234 sec. | ||
| 4468 | 2025.02.28 06:48:44.412266 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4469 | 2025.02.28 06:48:44.412457 [ 4 ] {625153da-5439-468c-a6e0-4ded9c7b0576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4470 | 2025.02.28 06:48:44.412541 [ 4 ] {625153da-5439-468c-a6e0-4ded9c7b0576} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4471 | 2025.02.28 06:48:44.413343 [ 4 ] {625153da-5439-468c-a6e0-4ded9c7b0576} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4472 | 2025.02.28 06:48:44.413381 [ 4 ] {625153da-5439-468c-a6e0-4ded9c7b0576} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4473 | 2025.02.28 06:48:44.413745 [ 4 ] {625153da-5439-468c-a6e0-4ded9c7b0576} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4474 | 2025.02.28 06:48:44.413984 [ 4 ] {625153da-5439-468c-a6e0-4ded9c7b0576} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4475 | 2025.02.28 06:48:44.414262 [ 4 ] {625153da-5439-468c-a6e0-4ded9c7b0576} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001834 sec., 3271.537622682661 rows/sec., 170.93 KiB/sec. | ||
| 4476 | 2025.02.28 06:48:44.414446 [ 4 ] {625153da-5439-468c-a6e0-4ded9c7b0576} <Debug> TCPHandler: Processed in 0.002230326 sec. | ||
| 4477 | 2025.02.28 06:48:44.414586 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4478 | 2025.02.28 06:48:44.414702 [ 255 ] {1e033820-bcd7-4dfa-abe2-29230b198f64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4479 | 2025.02.28 06:48:44.414754 [ 255 ] {1e033820-bcd7-4dfa-abe2-29230b198f64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4480 | 2025.02.28 06:48:44.415326 [ 255 ] {1e033820-bcd7-4dfa-abe2-29230b198f64} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4481 | 2025.02.28 06:48:44.415362 [ 255 ] {1e033820-bcd7-4dfa-abe2-29230b198f64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4482 | 2025.02.28 06:48:44.415759 [ 255 ] {1e033820-bcd7-4dfa-abe2-29230b198f64} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4483 | 2025.02.28 06:48:44.416016 [ 255 ] {1e033820-bcd7-4dfa-abe2-29230b198f64} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4484 | 2025.02.28 06:48:44.416195 [ 255 ] {1e033820-bcd7-4dfa-abe2-29230b198f64} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001517 sec., 156229.40013183915 rows/sec., 10.47 MiB/sec. | ||
| 4485 | 2025.02.28 06:48:44.416244 [ 255 ] {1e033820-bcd7-4dfa-abe2-29230b198f64} <Debug> TCPHandler: Processed in 0.00171208 sec. | ||
| 4486 | 2025.02.28 06:48:44.416380 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4487 | 2025.02.28 06:48:44.416494 [ 4 ] {bf8780cc-9ef4-4cbe-b5c7-c991324783d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4488 | 2025.02.28 06:48:44.416547 [ 4 ] {bf8780cc-9ef4-4cbe-b5c7-c991324783d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4489 | 2025.02.28 06:48:44.417019 [ 4 ] {bf8780cc-9ef4-4cbe-b5c7-c991324783d2} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4490 | 2025.02.28 06:48:44.417057 [ 4 ] {bf8780cc-9ef4-4cbe-b5c7-c991324783d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4491 | 2025.02.28 06:48:44.417430 [ 4 ] {bf8780cc-9ef4-4cbe-b5c7-c991324783d2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4492 | 2025.02.28 06:48:44.417663 [ 4 ] {bf8780cc-9ef4-4cbe-b5c7-c991324783d2} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4493 | 2025.02.28 06:48:44.417828 [ 81 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
| 4494 | 2025.02.28 06:48:44.417891 [ 81 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4495 | 2025.02.28 06:48:44.417912 [ 4 ] {bf8780cc-9ef4-4cbe-b5c7-c991324783d2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001438 sec., 695.4102920723227 rows/sec., 46.86 KiB/sec. | ||
| 4496 | 2025.02.28 06:48:44.417926 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4497 | 2025.02.28 06:48:44.418069 [ 4 ] {bf8780cc-9ef4-4cbe-b5c7-c991324783d2} <Debug> TCPHandler: Processed in 0.001743281 sec. | ||
| 4498 | 2025.02.28 06:48:44.418408 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
| 4499 | 2025.02.28 06:48:44.418472 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4500 | 2025.02.28 06:48:44.418664 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4501 | 2025.02.28 06:48:44.418747 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 9 rows starting from the beginning of the part | ||
| 4502 | 2025.02.28 06:48:44.418759 [ 255 ] {a74fbfc5-75c5-4394-8133-f2b45f13b711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4503 | 2025.02.28 06:48:44.418932 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 4504 | 2025.02.28 06:48:44.419245 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 4505 | 2025.02.28 06:48:44.419286 [ 255 ] {a74fbfc5-75c5-4394-8133-f2b45f13b711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4506 | 2025.02.28 06:48:44.419597 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 4507 | 2025.02.28 06:48:44.419977 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 4508 | 2025.02.28 06:48:44.420301 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 4509 | 2025.02.28 06:48:44.424604 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.006526258 sec., 2145.1802855480123 rows/sec., 144.55 KiB/sec. | ||
| 4510 | 2025.02.28 06:48:44.424688 [ 255 ] {a74fbfc5-75c5-4394-8133-f2b45f13b711} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4511 | 2025.02.28 06:48:44.424748 [ 255 ] {a74fbfc5-75c5-4394-8133-f2b45f13b711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4512 | 2025.02.28 06:48:44.424790 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 4513 | 2025.02.28 06:48:44.425555 [ 201 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_14_3} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4514 | 2025.02.28 06:48:44.425721 [ 201 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_14_3} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
| 4515 | 2025.02.28 06:48:44.425872 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4516 | 2025.02.28 06:48:44.426122 [ 255 ] {a74fbfc5-75c5-4394-8133-f2b45f13b711} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4517 | 2025.02.28 06:48:44.426381 [ 255 ] {a74fbfc5-75c5-4394-8133-f2b45f13b711} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4518 | 2025.02.28 06:48:44.426612 [ 255 ] {a74fbfc5-75c5-4394-8133-f2b45f13b711} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007918 sec., 4925.486233897449 rows/sec., 8.83 MiB/sec. | ||
| 4519 | 2025.02.28 06:48:44.426741 [ 255 ] {a74fbfc5-75c5-4394-8133-f2b45f13b711} <Debug> TCPHandler: Processed in 0.008554343 sec. | ||
| 4520 | 2025.02.28 06:48:44.426909 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4521 | 2025.02.28 06:48:44.427047 [ 4 ] {655083ba-33c2-4a82-acfb-9c5431fefe3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4522 | 2025.02.28 06:48:44.427105 [ 4 ] {655083ba-33c2-4a82-acfb-9c5431fefe3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4523 | 2025.02.28 06:48:44.427622 [ 4 ] {655083ba-33c2-4a82-acfb-9c5431fefe3d} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4524 | 2025.02.28 06:48:44.427661 [ 4 ] {655083ba-33c2-4a82-acfb-9c5431fefe3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4525 | 2025.02.28 06:48:44.428035 [ 4 ] {655083ba-33c2-4a82-acfb-9c5431fefe3d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4526 | 2025.02.28 06:48:44.428274 [ 4 ] {655083ba-33c2-4a82-acfb-9c5431fefe3d} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4527 | 2025.02.28 06:48:44.428507 [ 4 ] {655083ba-33c2-4a82-acfb-9c5431fefe3d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001484 sec., 55256.06469002695 rows/sec., 3.51 MiB/sec. | ||
| 4528 | 2025.02.28 06:48:44.428575 [ 4 ] {655083ba-33c2-4a82-acfb-9c5431fefe3d} <Debug> TCPHandler: Processed in 0.001734041 sec. | ||
| 4529 | 2025.02.28 06:48:48.619413 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4530 | 2025.02.28 06:48:48.619476 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4531 | 2025.02.28 06:48:48.723001 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126 | ||
| 4532 | 2025.02.28 06:48:48.723858 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4533 | 2025.02.28 06:48:48.723904 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4534 | 2025.02.28 06:48:48.724439 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4535 | 2025.02.28 06:48:48.724696 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4536 | 2025.02.28 06:48:48.724960 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4537 | 2025.02.28 06:48:49.390771 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4538 | 2025.02.28 06:48:49.391139 [ 4 ] {583a2d9f-1c67-44e7-997f-929059e36c07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4539 | 2025.02.28 06:48:49.391260 [ 4 ] {583a2d9f-1c67-44e7-997f-929059e36c07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4540 | 2025.02.28 06:48:49.392236 [ 4 ] {583a2d9f-1c67-44e7-997f-929059e36c07} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4541 | 2025.02.28 06:48:49.392292 [ 4 ] {583a2d9f-1c67-44e7-997f-929059e36c07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4542 | 2025.02.28 06:48:49.392736 [ 4 ] {583a2d9f-1c67-44e7-997f-929059e36c07} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4543 | 2025.02.28 06:48:49.392995 [ 4 ] {583a2d9f-1c67-44e7-997f-929059e36c07} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4544 | 2025.02.28 06:48:49.393244 [ 4 ] {583a2d9f-1c67-44e7-997f-929059e36c07} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00219 sec., 25570.776255707762 rows/sec., 1.96 MiB/sec. | ||
| 4545 | 2025.02.28 06:48:49.393314 [ 4 ] {583a2d9f-1c67-44e7-997f-929059e36c07} <Debug> TCPHandler: Processed in 0.002674912 sec. | ||
| 4546 | 2025.02.28 06:48:49.393573 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4547 | 2025.02.28 06:48:49.393778 [ 255 ] {962b8917-26bd-438e-b002-f2f95cb067f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4548 | 2025.02.28 06:48:49.393858 [ 255 ] {962b8917-26bd-438e-b002-f2f95cb067f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4549 | 2025.02.28 06:48:49.394701 [ 255 ] {962b8917-26bd-438e-b002-f2f95cb067f4} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4550 | 2025.02.28 06:48:49.394745 [ 255 ] {962b8917-26bd-438e-b002-f2f95cb067f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4551 | 2025.02.28 06:48:49.395198 [ 255 ] {962b8917-26bd-438e-b002-f2f95cb067f4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4552 | 2025.02.28 06:48:49.395454 [ 255 ] {962b8917-26bd-438e-b002-f2f95cb067f4} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4553 | 2025.02.28 06:48:49.395734 [ 255 ] {962b8917-26bd-438e-b002-f2f95cb067f4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002012 sec., 31809.145129224653 rows/sec., 2.48 MiB/sec. | ||
| 4554 | 2025.02.28 06:48:49.395817 [ 255 ] {962b8917-26bd-438e-b002-f2f95cb067f4} <Debug> TCPHandler: Processed in 0.002380519 sec. | ||
| 4555 | 2025.02.28 06:48:49.395975 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4556 | 2025.02.28 06:48:49.396105 [ 4 ] {4aafa00a-ceb4-4798-96da-360605f5cbc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4557 | 2025.02.28 06:48:49.396163 [ 4 ] {4aafa00a-ceb4-4798-96da-360605f5cbc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4558 | 2025.02.28 06:48:49.396774 [ 4 ] {4aafa00a-ceb4-4798-96da-360605f5cbc9} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4559 | 2025.02.28 06:48:49.396816 [ 4 ] {4aafa00a-ceb4-4798-96da-360605f5cbc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4560 | 2025.02.28 06:48:49.397235 [ 4 ] {4aafa00a-ceb4-4798-96da-360605f5cbc9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4561 | 2025.02.28 06:48:49.397489 [ 4 ] {4aafa00a-ceb4-4798-96da-360605f5cbc9} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4562 | 2025.02.28 06:48:49.397711 [ 4 ] {4aafa00a-ceb4-4798-96da-360605f5cbc9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001637 sec., 97739.76786805132 rows/sec., 6.81 MiB/sec. | ||
| 4563 | 2025.02.28 06:48:49.397778 [ 4 ] {4aafa00a-ceb4-4798-96da-360605f5cbc9} <Debug> TCPHandler: Processed in 0.001858902 sec. | ||
| 4564 | 2025.02.28 06:48:49.397942 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4565 | 2025.02.28 06:48:49.398071 [ 255 ] {22c8d983-c63e-4d35-b078-850623f107af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4566 | 2025.02.28 06:48:49.398128 [ 255 ] {22c8d983-c63e-4d35-b078-850623f107af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4567 | 2025.02.28 06:48:49.398648 [ 255 ] {22c8d983-c63e-4d35-b078-850623f107af} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4568 | 2025.02.28 06:48:49.398686 [ 255 ] {22c8d983-c63e-4d35-b078-850623f107af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4569 | 2025.02.28 06:48:49.399100 [ 255 ] {22c8d983-c63e-4d35-b078-850623f107af} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4570 | 2025.02.28 06:48:49.399343 [ 255 ] {22c8d983-c63e-4d35-b078-850623f107af} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4571 | 2025.02.28 06:48:49.399527 [ 255 ] {22c8d983-c63e-4d35-b078-850623f107af} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001487 sec., 40349.69737726967 rows/sec., 2.72 MiB/sec. | ||
| 4572 | 2025.02.28 06:48:49.399581 [ 255 ] {22c8d983-c63e-4d35-b078-850623f107af} <Debug> TCPHandler: Processed in 0.00170491 sec. | ||
| 4573 | 2025.02.28 06:48:49.424850 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4574 | 2025.02.28 06:48:49.445141 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4575 | 2025.02.28 06:48:49.445203 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4576 | 2025.02.28 06:48:49.452487 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4577 | 2025.02.28 06:48:49.453281 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4578 | 2025.02.28 06:48:49.456055 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4579 | 2025.02.28 06:48:51.827548 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4580 | 2025.02.28 06:48:51.827758 [ 4 ] {8d998af2-ed4b-41ee-8fa0-6f1d35ab34ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4581 | 2025.02.28 06:48:51.827839 [ 4 ] {8d998af2-ed4b-41ee-8fa0-6f1d35ab34ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4582 | 2025.02.28 06:48:51.828803 [ 4 ] {8d998af2-ed4b-41ee-8fa0-6f1d35ab34ca} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4583 | 2025.02.28 06:48:51.828854 [ 4 ] {8d998af2-ed4b-41ee-8fa0-6f1d35ab34ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4584 | 2025.02.28 06:48:51.829286 [ 4 ] {8d998af2-ed4b-41ee-8fa0-6f1d35ab34ca} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4585 | 2025.02.28 06:48:51.829540 [ 4 ] {8d998af2-ed4b-41ee-8fa0-6f1d35ab34ca} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4586 | 2025.02.28 06:48:51.829764 [ 4 ] {8d998af2-ed4b-41ee-8fa0-6f1d35ab34ca} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002065 sec., 102663.4382566586 rows/sec., 6.53 MiB/sec. | ||
| 4587 | 2025.02.28 06:48:51.829821 [ 4 ] {8d998af2-ed4b-41ee-8fa0-6f1d35ab34ca} <Debug> TCPHandler: Processed in 0.002415509 sec. | ||
| 4588 | 2025.02.28 06:48:51.830105 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4589 | 2025.02.28 06:48:51.830327 [ 255 ] {7334d1cb-d006-48e6-836a-2811c478d735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4590 | 2025.02.28 06:48:51.830410 [ 255 ] {7334d1cb-d006-48e6-836a-2811c478d735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4591 | 2025.02.28 06:48:51.831160 [ 255 ] {7334d1cb-d006-48e6-836a-2811c478d735} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4592 | 2025.02.28 06:48:51.831210 [ 255 ] {7334d1cb-d006-48e6-836a-2811c478d735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4593 | 2025.02.28 06:48:51.831624 [ 255 ] {7334d1cb-d006-48e6-836a-2811c478d735} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4594 | 2025.02.28 06:48:51.831876 [ 255 ] {7334d1cb-d006-48e6-836a-2811c478d735} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4595 | 2025.02.28 06:48:51.832106 [ 255 ] {7334d1cb-d006-48e6-836a-2811c478d735} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001838 sec., 1088.139281828074 rows/sec., 88.73 KiB/sec. | ||
| 4596 | 2025.02.28 06:48:51.832162 [ 255 ] {7334d1cb-d006-48e6-836a-2811c478d735} <Debug> TCPHandler: Processed in 0.002200247 sec. | ||
| 4597 | 2025.02.28 06:48:51.832316 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4598 | 2025.02.28 06:48:51.832452 [ 4 ] {0871c4c0-1f95-4b5e-aeec-3b434613600a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4599 | 2025.02.28 06:48:51.832510 [ 4 ] {0871c4c0-1f95-4b5e-aeec-3b434613600a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4600 | 2025.02.28 06:48:51.833774 [ 4 ] {0871c4c0-1f95-4b5e-aeec-3b434613600a} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4601 | 2025.02.28 06:48:51.833813 [ 4 ] {0871c4c0-1f95-4b5e-aeec-3b434613600a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4602 | 2025.02.28 06:48:51.834295 [ 4 ] {0871c4c0-1f95-4b5e-aeec-3b434613600a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4603 | 2025.02.28 06:48:51.834539 [ 4 ] {0871c4c0-1f95-4b5e-aeec-3b434613600a} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4604 | 2025.02.28 06:48:51.834782 [ 4 ] {0871c4c0-1f95-4b5e-aeec-3b434613600a} <Debug> executeQuery: Read 1836 rows, 153.46 KiB in 0.002354 sec., 779949.0229396771 rows/sec., 63.66 MiB/sec. | ||
| 4605 | 2025.02.28 06:48:51.834860 [ 4 ] {0871c4c0-1f95-4b5e-aeec-3b434613600a} <Debug> TCPHandler: Processed in 0.002613141 sec. | ||
| 4606 | 2025.02.28 06:48:51.835148 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4607 | 2025.02.28 06:48:51.835352 [ 255 ] {272e06be-2ba2-4ddd-af3b-14aa89459cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4608 | 2025.02.28 06:48:51.835435 [ 255 ] {272e06be-2ba2-4ddd-af3b-14aa89459cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4609 | 2025.02.28 06:48:51.836168 [ 255 ] {272e06be-2ba2-4ddd-af3b-14aa89459cf0} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4610 | 2025.02.28 06:48:51.836207 [ 255 ] {272e06be-2ba2-4ddd-af3b-14aa89459cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4611 | 2025.02.28 06:48:51.836569 [ 255 ] {272e06be-2ba2-4ddd-af3b-14aa89459cf0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4612 | 2025.02.28 06:48:51.836803 [ 255 ] {272e06be-2ba2-4ddd-af3b-14aa89459cf0} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4613 | 2025.02.28 06:48:51.837016 [ 255 ] {272e06be-2ba2-4ddd-af3b-14aa89459cf0} <Debug> executeQuery: Read 147 rows, 9.46 KiB in 0.001714 sec., 85764.29404900817 rows/sec., 5.39 MiB/sec. | ||
| 4614 | 2025.02.28 06:48:51.837069 [ 255 ] {272e06be-2ba2-4ddd-af3b-14aa89459cf0} <Debug> TCPHandler: Processed in 0.002096466 sec. | ||
| 4615 | 2025.02.28 06:48:51.837206 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4616 | 2025.02.28 06:48:51.837322 [ 4 ] {0f32668e-a238-444e-903e-a1d361099451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4617 | 2025.02.28 06:48:51.837370 [ 4 ] {0f32668e-a238-444e-903e-a1d361099451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4618 | 2025.02.28 06:48:51.838053 [ 4 ] {0f32668e-a238-444e-903e-a1d361099451} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4619 | 2025.02.28 06:48:51.838092 [ 4 ] {0f32668e-a238-444e-903e-a1d361099451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4620 | 2025.02.28 06:48:51.838458 [ 4 ] {0f32668e-a238-444e-903e-a1d361099451} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4621 | 2025.02.28 06:48:51.838719 [ 4 ] {0f32668e-a238-444e-903e-a1d361099451} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4622 | 2025.02.28 06:48:51.838981 [ 4 ] {0f32668e-a238-444e-903e-a1d361099451} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001681 sec., 202855.44318857824 rows/sec., 13.54 MiB/sec. | ||
| 4623 | 2025.02.28 06:48:51.839191 [ 4 ] {0f32668e-a238-444e-903e-a1d361099451} <Debug> TCPHandler: Processed in 0.002035084 sec. | ||
| 4624 | 2025.02.28 06:48:51.839355 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4625 | 2025.02.28 06:48:51.839493 [ 255 ] {a261dd25-c4ea-4843-bc35-e7c4adc3b697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4626 | 2025.02.28 06:48:51.839551 [ 255 ] {a261dd25-c4ea-4843-bc35-e7c4adc3b697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4627 | 2025.02.28 06:48:51.840186 [ 255 ] {a261dd25-c4ea-4843-bc35-e7c4adc3b697} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4628 | 2025.02.28 06:48:51.840225 [ 255 ] {a261dd25-c4ea-4843-bc35-e7c4adc3b697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4629 | 2025.02.28 06:48:51.840577 [ 255 ] {a261dd25-c4ea-4843-bc35-e7c4adc3b697} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4630 | 2025.02.28 06:48:51.840824 [ 255 ] {a261dd25-c4ea-4843-bc35-e7c4adc3b697} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4631 | 2025.02.28 06:48:51.841092 [ 255 ] {a261dd25-c4ea-4843-bc35-e7c4adc3b697} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001626 sec., 68880.68880688807 rows/sec., 3.92 MiB/sec. | ||
| 4632 | 2025.02.28 06:48:51.841294 [ 255 ] {a261dd25-c4ea-4843-bc35-e7c4adc3b697} <Debug> TCPHandler: Processed in 0.002006184 sec. | ||
| 4633 | 2025.02.28 06:48:51.841466 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4634 | 2025.02.28 06:48:51.841578 [ 4 ] {2d5d277a-d6a9-49b2-99ab-ad7d1bfe85e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4635 | 2025.02.28 06:48:51.841626 [ 4 ] {2d5d277a-d6a9-49b2-99ab-ad7d1bfe85e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4636 | 2025.02.28 06:48:51.842662 [ 4 ] {2d5d277a-d6a9-49b2-99ab-ad7d1bfe85e8} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4637 | 2025.02.28 06:48:51.842700 [ 4 ] {2d5d277a-d6a9-49b2-99ab-ad7d1bfe85e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4638 | 2025.02.28 06:48:51.843099 [ 4 ] {2d5d277a-d6a9-49b2-99ab-ad7d1bfe85e8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4639 | 2025.02.28 06:48:51.843333 [ 4 ] {2d5d277a-d6a9-49b2-99ab-ad7d1bfe85e8} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4640 | 2025.02.28 06:48:51.843541 [ 4 ] {2d5d277a-d6a9-49b2-99ab-ad7d1bfe85e8} <Debug> executeQuery: Read 879 rows, 65.16 KiB in 0.001985 sec., 442821.1586901764 rows/sec., 32.06 MiB/sec. | ||
| 4641 | 2025.02.28 06:48:51.843592 [ 4 ] {2d5d277a-d6a9-49b2-99ab-ad7d1bfe85e8} <Debug> TCPHandler: Processed in 0.002189996 sec. | ||
| 4642 | 2025.02.28 06:48:51.843740 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4643 | 2025.02.28 06:48:51.843877 [ 255 ] {10e03d94-4527-4e41-8efd-651c8931e144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4644 | 2025.02.28 06:48:51.843938 [ 255 ] {10e03d94-4527-4e41-8efd-651c8931e144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4645 | 2025.02.28 06:48:51.844504 [ 255 ] {10e03d94-4527-4e41-8efd-651c8931e144} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4646 | 2025.02.28 06:48:51.844549 [ 255 ] {10e03d94-4527-4e41-8efd-651c8931e144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4647 | 2025.02.28 06:48:51.844920 [ 255 ] {10e03d94-4527-4e41-8efd-651c8931e144} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4648 | 2025.02.28 06:48:51.845157 [ 255 ] {10e03d94-4527-4e41-8efd-651c8931e144} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4649 | 2025.02.28 06:48:51.845368 [ 255 ] {10e03d94-4527-4e41-8efd-651c8931e144} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001521 sec., 3944.7731755424065 rows/sec., 206.10 KiB/sec. | ||
| 4650 | 2025.02.28 06:48:51.845418 [ 255 ] {10e03d94-4527-4e41-8efd-651c8931e144} <Debug> TCPHandler: Processed in 0.001747601 sec. | ||
| 4651 | 2025.02.28 06:48:51.845545 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4652 | 2025.02.28 06:48:51.845665 [ 4 ] {2bcf0815-80be-41bf-a8be-4d24a95aa4da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4653 | 2025.02.28 06:48:51.845727 [ 4 ] {2bcf0815-80be-41bf-a8be-4d24a95aa4da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4654 | 2025.02.28 06:48:51.846649 [ 4 ] {2bcf0815-80be-41bf-a8be-4d24a95aa4da} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4655 | 2025.02.28 06:48:51.846688 [ 4 ] {2bcf0815-80be-41bf-a8be-4d24a95aa4da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4656 | 2025.02.28 06:48:51.847134 [ 4 ] {2bcf0815-80be-41bf-a8be-4d24a95aa4da} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4657 | 2025.02.28 06:48:51.847368 [ 4 ] {2bcf0815-80be-41bf-a8be-4d24a95aa4da} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4658 | 2025.02.28 06:48:51.847602 [ 4 ] {2bcf0815-80be-41bf-a8be-4d24a95aa4da} <Debug> executeQuery: Read 1020 rows, 69.60 KiB in 0.001958 sec., 520939.73442288046 rows/sec., 34.72 MiB/sec. | ||
| 4659 | 2025.02.28 06:48:51.847678 [ 4 ] {2bcf0815-80be-41bf-a8be-4d24a95aa4da} <Debug> TCPHandler: Processed in 0.002188247 sec. | ||
| 4660 | 2025.02.28 06:48:51.847885 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4661 | 2025.02.28 06:48:51.848036 [ 255 ] {90c9221e-8cc2-4804-a1e3-ed6787b9133b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4662 | 2025.02.28 06:48:51.848098 [ 255 ] {90c9221e-8cc2-4804-a1e3-ed6787b9133b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4663 | 2025.02.28 06:48:51.848629 [ 255 ] {90c9221e-8cc2-4804-a1e3-ed6787b9133b} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4664 | 2025.02.28 06:48:51.848672 [ 255 ] {90c9221e-8cc2-4804-a1e3-ed6787b9133b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4665 | 2025.02.28 06:48:51.849032 [ 255 ] {90c9221e-8cc2-4804-a1e3-ed6787b9133b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4666 | 2025.02.28 06:48:51.849269 [ 255 ] {90c9221e-8cc2-4804-a1e3-ed6787b9133b} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4667 | 2025.02.28 06:48:51.849478 [ 255 ] {90c9221e-8cc2-4804-a1e3-ed6787b9133b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001477 sec., 677.0480704129993 rows/sec., 45.62 KiB/sec. | ||
| 4668 | 2025.02.28 06:48:51.849528 [ 255 ] {90c9221e-8cc2-4804-a1e3-ed6787b9133b} <Debug> TCPHandler: Processed in 0.001763771 sec. | ||
| 4669 | 2025.02.28 06:48:51.849666 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4670 | 2025.02.28 06:48:51.849803 [ 4 ] {b229d61f-8057-47b6-b1f0-ed1d67a10012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4671 | 2025.02.28 06:48:51.849895 [ 4 ] {b229d61f-8057-47b6-b1f0-ed1d67a10012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4672 | 2025.02.28 06:48:51.851197 [ 4 ] {b229d61f-8057-47b6-b1f0-ed1d67a10012} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4673 | 2025.02.28 06:48:51.851235 [ 4 ] {b229d61f-8057-47b6-b1f0-ed1d67a10012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4674 | 2025.02.28 06:48:51.851876 [ 4 ] {b229d61f-8057-47b6-b1f0-ed1d67a10012} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4675 | 2025.02.28 06:48:51.852141 [ 4 ] {b229d61f-8057-47b6-b1f0-ed1d67a10012} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4676 | 2025.02.28 06:48:51.852412 [ 4 ] {b229d61f-8057-47b6-b1f0-ed1d67a10012} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002665 sec., 14634.146341463416 rows/sec., 26.22 MiB/sec. | ||
| 4677 | 2025.02.28 06:48:51.852777 [ 4 ] {b229d61f-8057-47b6-b1f0-ed1d67a10012} <Debug> TCPHandler: Processed in 0.003227719 sec. | ||
| 4678 | 2025.02.28 06:48:51.852922 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4679 | 2025.02.28 06:48:51.853124 [ 255 ] {cda01519-cc7e-4dd5-ae22-f914d2929ffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4680 | 2025.02.28 06:48:51.853184 [ 255 ] {cda01519-cc7e-4dd5-ae22-f914d2929ffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4681 | 2025.02.28 06:48:51.853743 [ 255 ] {cda01519-cc7e-4dd5-ae22-f914d2929ffb} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4682 | 2025.02.28 06:48:51.853782 [ 255 ] {cda01519-cc7e-4dd5-ae22-f914d2929ffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4683 | 2025.02.28 06:48:51.854144 [ 255 ] {cda01519-cc7e-4dd5-ae22-f914d2929ffb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4684 | 2025.02.28 06:48:51.854387 [ 255 ] {cda01519-cc7e-4dd5-ae22-f914d2929ffb} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4685 | 2025.02.28 06:48:51.854593 [ 255 ] {cda01519-cc7e-4dd5-ae22-f914d2929ffb} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.0015 sec., 38666.666666666664 rows/sec., 2.39 MiB/sec. | ||
| 4686 | 2025.02.28 06:48:51.854642 [ 255 ] {cda01519-cc7e-4dd5-ae22-f914d2929ffb} <Debug> TCPHandler: Processed in 0.001723581 sec. | ||
| 4687 | 2025.02.28 06:48:53.750479 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 682 | ||
| 4688 | 2025.02.28 06:48:53.754806 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4689 | 2025.02.28 06:48:53.754866 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4690 | 2025.02.28 06:48:53.756366 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4691 | 2025.02.28 06:48:53.756697 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4692 | 2025.02.28 06:48:53.756939 [ 63 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4693 | 2025.02.28 06:48:53.757069 [ 63 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4694 | 2025.02.28 06:48:53.757161 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4695 | 2025.02.28 06:48:53.757881 [ 196 ] {885f53be-7430-4b34-b89a-ac37c386aff3::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 | ||
| 4696 | 2025.02.28 06:48:53.758654 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 682 | ||
| 4697 | 2025.02.28 06:48:53.759134 [ 196 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4698 | 2025.02.28 06:48:53.759297 [ 196 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 498 rows starting from the beginning of the part | ||
| 4699 | 2025.02.28 06:48:53.759958 [ 196 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
| 4700 | 2025.02.28 06:48:53.760616 [ 196 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 54 rows starting from the beginning of the part | ||
| 4701 | 2025.02.28 06:48:53.761209 [ 196 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 16 rows starting from the beginning of the part | ||
| 4702 | 2025.02.28 06:48:53.761772 [ 196 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part | ||
| 4703 | 2025.02.28 06:48:53.762387 [ 196 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 54 rows starting from the beginning of the part | ||
| 4704 | 2025.02.28 06:48:53.770183 [ 201 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 682 rows, containing 72 columns (72 merged, 0 gathered) in 0.012783653 sec., 53349.38299717616 rows/sec., 45.59 MiB/sec. | ||
| 4705 | 2025.02.28 06:48:53.771503 [ 187 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4706 | 2025.02.28 06:48:53.772334 [ 187 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_16_3} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4707 | 2025.02.28 06:48:53.772429 [ 187 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_16_3} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4708 | 2025.02.28 06:48:53.772743 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB. | ||
| 4709 | 2025.02.28 06:48:54.385223 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4710 | 2025.02.28 06:48:54.385440 [ 4 ] {c2ca7099-b5ca-475e-ba4b-54dddb38de92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4711 | 2025.02.28 06:48:54.385533 [ 4 ] {c2ca7099-b5ca-475e-ba4b-54dddb38de92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4712 | 2025.02.28 06:48:54.386362 [ 4 ] {c2ca7099-b5ca-475e-ba4b-54dddb38de92} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4713 | 2025.02.28 06:48:54.386413 [ 4 ] {c2ca7099-b5ca-475e-ba4b-54dddb38de92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4714 | 2025.02.28 06:48:54.386857 [ 4 ] {c2ca7099-b5ca-475e-ba4b-54dddb38de92} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4715 | 2025.02.28 06:48:54.387123 [ 4 ] {c2ca7099-b5ca-475e-ba4b-54dddb38de92} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4716 | 2025.02.28 06:48:54.387306 [ 62 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4717 | 2025.02.28 06:48:54.387373 [ 4 ] {c2ca7099-b5ca-475e-ba4b-54dddb38de92} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001987 sec., 28183.190739808757 rows/sec., 2.17 MiB/sec. | ||
| 4718 | 2025.02.28 06:48:54.387384 [ 62 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4719 | 2025.02.28 06:48:54.387450 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4720 | 2025.02.28 06:48:54.387518 [ 4 ] {c2ca7099-b5ca-475e-ba4b-54dddb38de92} <Debug> TCPHandler: Processed in 0.002434879 sec. | ||
| 4721 | 2025.02.28 06:48:54.387912 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 4722 | 2025.02.28 06:48:54.388017 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4723 | 2025.02.28 06:48:54.388252 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4724 | 2025.02.28 06:48:54.388326 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1844 rows starting from the beginning of the part | ||
| 4725 | 2025.02.28 06:48:54.388339 [ 255 ] {5d652577-9430-4c4a-9b1d-e4cb3c4fbee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4726 | 2025.02.28 06:48:54.388498 [ 255 ] {5d652577-9430-4c4a-9b1d-e4cb3c4fbee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4727 | 2025.02.28 06:48:54.388547 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 4728 | 2025.02.28 06:48:54.388875 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 695 rows starting from the beginning of the part | ||
| 4729 | 2025.02.28 06:48:54.389241 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part | ||
| 4730 | 2025.02.28 06:48:54.389640 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1836 rows starting from the beginning of the part | ||
| 4731 | 2025.02.28 06:48:54.390046 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
| 4732 | 2025.02.28 06:48:54.391753 [ 255 ] {5d652577-9430-4c4a-9b1d-e4cb3c4fbee1} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4733 | 2025.02.28 06:48:54.391825 [ 255 ] {5d652577-9430-4c4a-9b1d-e4cb3c4fbee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4734 | 2025.02.28 06:48:54.392899 [ 255 ] {5d652577-9430-4c4a-9b1d-e4cb3c4fbee1} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4735 | 2025.02.28 06:48:54.393270 [ 255 ] {5d652577-9430-4c4a-9b1d-e4cb3c4fbee1} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4736 | 2025.02.28 06:48:54.393500 [ 62 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4737 | 2025.02.28 06:48:54.393576 [ 62 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4738 | 2025.02.28 06:48:54.393621 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4739 | 2025.02.28 06:48:54.393712 [ 255 ] {5d652577-9430-4c4a-9b1d-e4cb3c4fbee1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005411 sec., 11827.758270190354 rows/sec., 945.34 KiB/sec. | ||
| 4740 | 2025.02.28 06:48:54.394209 [ 255 ] {5d652577-9430-4c4a-9b1d-e4cb3c4fbee1} <Debug> TCPHandler: Processed in 0.006520448 sec. | ||
| 4741 | 2025.02.28 06:48:54.394227 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 4742 | 2025.02.28 06:48:54.394720 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4543 rows, containing 5 columns (5 merged, 0 gathered) in 0.007147645 sec., 635593.9613676952 rows/sec., 54.01 MiB/sec. | ||
| 4743 | 2025.02.28 06:48:54.394760 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4744 | 2025.02.28 06:48:54.394763 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4745 | 2025.02.28 06:48:54.394857 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part | ||
| 4746 | 2025.02.28 06:48:54.395088 [ 4 ] {6e25d87e-63f5-48ee-8737-bc06f0692b8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4747 | 2025.02.28 06:48:54.395204 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 4748 | 2025.02.28 06:48:54.395315 [ 4 ] {6e25d87e-63f5-48ee-8737-bc06f0692b8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4749 | 2025.02.28 06:48:54.395471 [ 193 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4750 | 2025.02.28 06:48:54.395722 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 421 rows starting from the beginning of the part | ||
| 4751 | 2025.02.28 06:48:54.396183 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part | ||
| 4752 | 2025.02.28 06:48:54.396606 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 879 rows starting from the beginning of the part | ||
| 4753 | 2025.02.28 06:48:54.397181 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
| 4754 | 2025.02.28 06:48:54.397939 [ 193 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_36_7} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4755 | 2025.02.28 06:48:54.398396 [ 193 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_36_7} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4756 | 2025.02.28 06:48:54.398764 [ 4 ] {6e25d87e-63f5-48ee-8737-bc06f0692b8c} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4757 | 2025.02.28 06:48:54.398854 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 4758 | 2025.02.28 06:48:54.398856 [ 4 ] {6e25d87e-63f5-48ee-8737-bc06f0692b8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4759 | 2025.02.28 06:48:54.400029 [ 4 ] {6e25d87e-63f5-48ee-8737-bc06f0692b8c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4760 | 2025.02.28 06:48:54.400334 [ 4 ] {6e25d87e-63f5-48ee-8737-bc06f0692b8c} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4761 | 2025.02.28 06:48:54.400869 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4762 | 2025.02.28 06:48:54.400910 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.007137075 sec., 336972.7794649769 rows/sec., 25.80 MiB/sec. | ||
| 4763 | 2025.02.28 06:48:54.400941 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4764 | 2025.02.28 06:48:54.400963 [ 4 ] {6e25d87e-63f5-48ee-8737-bc06f0692b8c} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.006011 sec., 10647.146897354849 rows/sec., 759.35 KiB/sec. | ||
| 4765 | 2025.02.28 06:48:54.401006 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4766 | 2025.02.28 06:48:54.401223 [ 4 ] {6e25d87e-63f5-48ee-8737-bc06f0692b8c} <Debug> TCPHandler: Processed in 0.006862632 sec. | ||
| 4767 | 2025.02.28 06:48:54.401345 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4768 | 2025.02.28 06:48:54.401497 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 4769 | 2025.02.28 06:48:54.401742 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4770 | 2025.02.28 06:48:54.401945 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4771 | 2025.02.28 06:48:54.402092 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9980 rows starting from the beginning of the part | ||
| 4772 | 2025.02.28 06:48:54.402119 [ 255 ] {d6958dd7-dbcc-4527-b5e9-a8485b1bccec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4773 | 2025.02.28 06:48:54.402178 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_36_7} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4774 | 2025.02.28 06:48:54.402535 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
| 4775 | 2025.02.28 06:48:54.402544 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_36_7} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4776 | 2025.02.28 06:48:54.402612 [ 255 ] {d6958dd7-dbcc-4527-b5e9-a8485b1bccec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4777 | 2025.02.28 06:48:54.402868 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4778 | 2025.02.28 06:48:54.402913 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 4779 | 2025.02.28 06:48:54.403268 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 4780 | 2025.02.28 06:48:54.403611 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1020 rows starting from the beginning of the part | ||
| 4781 | 2025.02.28 06:48:54.403947 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
| 4782 | 2025.02.28 06:48:54.405254 [ 255 ] {d6958dd7-dbcc-4527-b5e9-a8485b1bccec} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4783 | 2025.02.28 06:48:54.405297 [ 255 ] {d6958dd7-dbcc-4527-b5e9-a8485b1bccec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4784 | 2025.02.28 06:48:54.405847 [ 255 ] {d6958dd7-dbcc-4527-b5e9-a8485b1bccec} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4785 | 2025.02.28 06:48:54.406391 [ 255 ] {d6958dd7-dbcc-4527-b5e9-a8485b1bccec} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4786 | 2025.02.28 06:48:54.406680 [ 62 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4787 | 2025.02.28 06:48:54.406789 [ 62 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4788 | 2025.02.28 06:48:54.406887 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4789 | 2025.02.28 06:48:54.407064 [ 255 ] {d6958dd7-dbcc-4527-b5e9-a8485b1bccec} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.005048 sec., 4754.358161648177 rows/sec., 328.10 KiB/sec. | ||
| 4790 | 2025.02.28 06:48:54.407445 [ 255 ] {d6958dd7-dbcc-4527-b5e9-a8485b1bccec} <Debug> TCPHandler: Processed in 0.006039153 sec. | ||
| 4791 | 2025.02.28 06:48:54.407472 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 4792 | 2025.02.28 06:48:54.407658 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4793 | 2025.02.28 06:48:54.407695 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1870 rows starting from the beginning of the part | ||
| 4794 | 2025.02.28 06:48:54.407807 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
| 4795 | 2025.02.28 06:48:54.408044 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 4796 | 2025.02.28 06:48:54.408183 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 4797 | 2025.02.28 06:48:54.408575 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 58 rows starting from the beginning of the part | ||
| 4798 | 2025.02.28 06:48:54.408828 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 24 rows starting from the beginning of the part | ||
| 4799 | 2025.02.28 06:48:54.410327 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11621 rows, containing 5 columns (5 merged, 0 gathered) in 0.009132599 sec., 1272474.5715869053 rows/sec., 85.84 MiB/sec. | ||
| 4800 | 2025.02.28 06:48:54.410670 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4801 | 2025.02.28 06:48:54.411320 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4802 | 2025.02.28 06:48:54.411334 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2154 rows, containing 4 columns (4 merged, 0 gathered) in 0.004278671 sec., 503427.3492867294 rows/sec., 32.81 MiB/sec. | ||
| 4803 | 2025.02.28 06:48:54.411449 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4804 | 2025.02.28 06:48:54.411562 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.19 MiB. | ||
| 4805 | 2025.02.28 06:48:54.411656 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4806 | 2025.02.28 06:48:54.411933 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_36_7} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4807 | 2025.02.28 06:48:54.412016 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_36_7} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4808 | 2025.02.28 06:48:54.412109 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 4809 | 2025.02.28 06:48:56.225267 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614 | ||
| 4810 | 2025.02.28 06:48:56.226340 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4811 | 2025.02.28 06:48:56.226379 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4812 | 2025.02.28 06:48:56.226923 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4813 | 2025.02.28 06:48:56.227198 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4814 | 2025.02.28 06:48:56.227418 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 | ||
| 4815 | 2025.02.28 06:48:56.956285 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4816 | 2025.02.28 06:48:56.976374 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4817 | 2025.02.28 06:48:56.976436 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4818 | 2025.02.28 06:48:56.984391 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4819 | 2025.02.28 06:48:56.985160 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4820 | 2025.02.28 06:48:56.987743 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4821 | 2025.02.28 06:48:59.390188 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4822 | 2025.02.28 06:48:59.390521 [ 4 ] {7b79db21-ae5b-41a6-a94f-9909f27dc909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4823 | 2025.02.28 06:48:59.390641 [ 4 ] {7b79db21-ae5b-41a6-a94f-9909f27dc909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4824 | 2025.02.28 06:48:59.391585 [ 4 ] {7b79db21-ae5b-41a6-a94f-9909f27dc909} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4825 | 2025.02.28 06:48:59.391639 [ 4 ] {7b79db21-ae5b-41a6-a94f-9909f27dc909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4826 | 2025.02.28 06:48:59.392115 [ 4 ] {7b79db21-ae5b-41a6-a94f-9909f27dc909} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4827 | 2025.02.28 06:48:59.392390 [ 4 ] {7b79db21-ae5b-41a6-a94f-9909f27dc909} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4828 | 2025.02.28 06:48:59.392629 [ 4 ] {7b79db21-ae5b-41a6-a94f-9909f27dc909} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002193 sec., 25535.79571363429 rows/sec., 1.96 MiB/sec. | ||
| 4829 | 2025.02.28 06:48:59.392694 [ 4 ] {7b79db21-ae5b-41a6-a94f-9909f27dc909} <Debug> TCPHandler: Processed in 0.002693833 sec. | ||
| 4830 | 2025.02.28 06:48:59.392960 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4831 | 2025.02.28 06:48:59.393170 [ 255 ] {4ad9bfdd-edd6-41da-a986-69546d2314ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4832 | 2025.02.28 06:48:59.393248 [ 255 ] {4ad9bfdd-edd6-41da-a986-69546d2314ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4833 | 2025.02.28 06:48:59.394077 [ 255 ] {4ad9bfdd-edd6-41da-a986-69546d2314ec} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4834 | 2025.02.28 06:48:59.394117 [ 255 ] {4ad9bfdd-edd6-41da-a986-69546d2314ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4835 | 2025.02.28 06:48:59.394549 [ 255 ] {4ad9bfdd-edd6-41da-a986-69546d2314ec} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4836 | 2025.02.28 06:48:59.394815 [ 255 ] {4ad9bfdd-edd6-41da-a986-69546d2314ec} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4837 | 2025.02.28 06:48:59.395048 [ 255 ] {4ad9bfdd-edd6-41da-a986-69546d2314ec} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001924 sec., 33264.03326403326 rows/sec., 2.60 MiB/sec. | ||
| 4838 | 2025.02.28 06:48:59.395233 [ 255 ] {4ad9bfdd-edd6-41da-a986-69546d2314ec} <Debug> TCPHandler: Processed in 0.002406369 sec. | ||
| 4839 | 2025.02.28 06:48:59.395451 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4840 | 2025.02.28 06:48:59.395585 [ 4 ] {f5533409-3046-4168-bffe-abc4f925166f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4841 | 2025.02.28 06:48:59.395643 [ 4 ] {f5533409-3046-4168-bffe-abc4f925166f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4842 | 2025.02.28 06:48:59.396283 [ 4 ] {f5533409-3046-4168-bffe-abc4f925166f} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4843 | 2025.02.28 06:48:59.396323 [ 4 ] {f5533409-3046-4168-bffe-abc4f925166f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4844 | 2025.02.28 06:48:59.396766 [ 4 ] {f5533409-3046-4168-bffe-abc4f925166f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4845 | 2025.02.28 06:48:59.397014 [ 4 ] {f5533409-3046-4168-bffe-abc4f925166f} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4846 | 2025.02.28 06:48:59.397239 [ 4 ] {f5533409-3046-4168-bffe-abc4f925166f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001683 sec., 95068.330362448 rows/sec., 6.62 MiB/sec. | ||
| 4847 | 2025.02.28 06:48:59.397295 [ 4 ] {f5533409-3046-4168-bffe-abc4f925166f} <Debug> TCPHandler: Processed in 0.001958524 sec. | ||
| 4848 | 2025.02.28 06:48:59.397513 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4849 | 2025.02.28 06:48:59.397734 [ 255 ] {c0719c2c-2524-4824-b93c-a874ca8ab082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4850 | 2025.02.28 06:48:59.397829 [ 255 ] {c0719c2c-2524-4824-b93c-a874ca8ab082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4851 | 2025.02.28 06:48:59.398416 [ 255 ] {c0719c2c-2524-4824-b93c-a874ca8ab082} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4852 | 2025.02.28 06:48:59.398453 [ 255 ] {c0719c2c-2524-4824-b93c-a874ca8ab082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4853 | 2025.02.28 06:48:59.398831 [ 255 ] {c0719c2c-2524-4824-b93c-a874ca8ab082} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4854 | 2025.02.28 06:48:59.399073 [ 255 ] {c0719c2c-2524-4824-b93c-a874ca8ab082} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4855 | 2025.02.28 06:48:59.399248 [ 255 ] {c0719c2c-2524-4824-b93c-a874ca8ab082} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001569 sec., 38240.917782026765 rows/sec., 2.58 MiB/sec. | ||
| 4856 | 2025.02.28 06:48:59.399296 [ 255 ] {c0719c2c-2524-4824-b93c-a874ca8ab082} <Debug> TCPHandler: Processed in 0.001896483 sec. | ||
| 4857 | 2025.02.28 06:49:02.584629 [ 47 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4858 | 2025.02.28 06:49:02.584695 [ 47 ] {} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4859 | 2025.02.28 06:49:02.584718 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4860 | 2025.02.28 06:49:02.584875 [ 189 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 4861 | 2025.02.28 06:49:02.585032 [ 189 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4862 | 2025.02.28 06:49:02.585069 [ 189 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 341 rows starting from the beginning of the part | ||
| 4863 | 2025.02.28 06:49:02.585148 [ 189 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 341 rows starting from the beginning of the part | ||
| 4864 | 2025.02.28 06:49:02.585234 [ 189 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 113 rows starting from the beginning of the part | ||
| 4865 | 2025.02.28 06:49:02.585495 [ 189 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 113 rows starting from the beginning of the part | ||
| 4866 | 2025.02.28 06:49:02.585616 [ 189 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 341 rows starting from the beginning of the part | ||
| 4867 | 2025.02.28 06:49:02.586726 [ 193 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.001935293 sec., 645380.3119217607 rows/sec., 45.29 MiB/sec. | ||
| 4868 | 2025.02.28 06:49:02.586958 [ 200 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4869 | 2025.02.28 06:49:02.587335 [ 200 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_15_3} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4870 | 2025.02.28 06:49:02.587428 [ 200 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_15_3} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4871 | 2025.02.28 06:49:02.587533 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 4872 | 2025.02.28 06:49:02.662172 [ 47 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4873 | 2025.02.28 06:49:02.662234 [ 47 ] {} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4874 | 2025.02.28 06:49:02.662259 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4875 | 2025.02.28 06:49:02.662458 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 4876 | 2025.02.28 06:49:02.662704 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4877 | 2025.02.28 06:49:02.662743 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 4878 | 2025.02.28 06:49:02.662825 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 4879 | 2025.02.28 06:49:02.662913 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 4880 | 2025.02.28 06:49:02.663144 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 4881 | 2025.02.28 06:49:02.663217 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 4882 | 2025.02.28 06:49:02.664169 [ 193 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.001837922 sec., 48968.3457731068 rows/sec., 2.50 MiB/sec. | ||
| 4883 | 2025.02.28 06:49:02.664291 [ 193 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4884 | 2025.02.28 06:49:02.664578 [ 193 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_15_3} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4885 | 2025.02.28 06:49:02.664661 [ 193 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_15_3} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4886 | 2025.02.28 06:49:02.664738 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4887 | 2025.02.28 06:49:03.363111 [ 47 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4888 | 2025.02.28 06:49:03.363175 [ 47 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4889 | 2025.02.28 06:49:03.363197 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4890 | 2025.02.28 06:49:03.363401 [ 189 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 4891 | 2025.02.28 06:49:03.363621 [ 189 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4892 | 2025.02.28 06:49:03.363666 [ 189 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 159 rows starting from the beginning of the part | ||
| 4893 | 2025.02.28 06:49:03.363759 [ 189 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 161 rows starting from the beginning of the part | ||
| 4894 | 2025.02.28 06:49:03.364047 [ 189 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 145 rows starting from the beginning of the part | ||
| 4895 | 2025.02.28 06:49:03.364248 [ 189 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 145 rows starting from the beginning of the part | ||
| 4896 | 2025.02.28 06:49:03.364407 [ 189 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 147 rows starting from the beginning of the part | ||
| 4897 | 2025.02.28 06:49:03.365602 [ 197 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 757 rows, containing 5 columns (5 merged, 0 gathered) in 0.002331658 sec., 324661.6785137443 rows/sec., 21.69 MiB/sec. | ||
| 4898 | 2025.02.28 06:49:03.365819 [ 198 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4899 | 2025.02.28 06:49:03.366203 [ 198 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_15_3} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4900 | 2025.02.28 06:49:03.366295 [ 198 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_15_3} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4901 | 2025.02.28 06:49:03.366399 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 4902 | 2025.02.28 06:49:03.619714 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4903 | 2025.02.28 06:49:03.619777 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4904 | 2025.02.28 06:49:03.727713 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041 | ||
| 4905 | 2025.02.28 06:49:03.728560 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4906 | 2025.02.28 06:49:03.728604 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4907 | 2025.02.28 06:49:03.729200 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4908 | 2025.02.28 06:49:03.729469 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4909 | 2025.02.28 06:49:03.729704 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4910 | 2025.02.28 06:49:03.759131 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 698 | ||
| 4911 | 2025.02.28 06:49:03.761820 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4912 | 2025.02.28 06:49:03.761868 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4913 | 2025.02.28 06:49:03.763334 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4914 | 2025.02.28 06:49:03.763643 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4915 | 2025.02.28 06:49:03.764171 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 698 | ||
| 4916 | 2025.02.28 06:49:04.398732 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4917 | 2025.02.28 06:49:04.399031 [ 4 ] {59d43b20-6b8d-47f1-a4e8-2dd6830d6765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4918 | 2025.02.28 06:49:04.399148 [ 4 ] {59d43b20-6b8d-47f1-a4e8-2dd6830d6765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4919 | 2025.02.28 06:49:04.399976 [ 4 ] {59d43b20-6b8d-47f1-a4e8-2dd6830d6765} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4920 | 2025.02.28 06:49:04.400028 [ 4 ] {59d43b20-6b8d-47f1-a4e8-2dd6830d6765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4921 | 2025.02.28 06:49:04.400476 [ 4 ] {59d43b20-6b8d-47f1-a4e8-2dd6830d6765} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4922 | 2025.02.28 06:49:04.400732 [ 4 ] {59d43b20-6b8d-47f1-a4e8-2dd6830d6765} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4923 | 2025.02.28 06:49:04.400971 [ 4 ] {59d43b20-6b8d-47f1-a4e8-2dd6830d6765} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002025 sec., 104691.35802469136 rows/sec., 6.66 MiB/sec. | ||
| 4924 | 2025.02.28 06:49:04.401030 [ 4 ] {59d43b20-6b8d-47f1-a4e8-2dd6830d6765} <Debug> TCPHandler: Processed in 0.00249395 sec. | ||
| 4925 | 2025.02.28 06:49:04.401275 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4926 | 2025.02.28 06:49:04.401469 [ 255 ] {d551f842-c1a0-4202-ac80-15893333a5b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4927 | 2025.02.28 06:49:04.401542 [ 255 ] {d551f842-c1a0-4202-ac80-15893333a5b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4928 | 2025.02.28 06:49:04.402526 [ 255 ] {d551f842-c1a0-4202-ac80-15893333a5b8} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4929 | 2025.02.28 06:49:04.402576 [ 255 ] {d551f842-c1a0-4202-ac80-15893333a5b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4930 | 2025.02.28 06:49:04.403055 [ 255 ] {d551f842-c1a0-4202-ac80-15893333a5b8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4931 | 2025.02.28 06:49:04.403310 [ 255 ] {d551f842-c1a0-4202-ac80-15893333a5b8} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4932 | 2025.02.28 06:49:04.403545 [ 255 ] {d551f842-c1a0-4202-ac80-15893333a5b8} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002128 sec., 326597.74436090223 rows/sec., 26.08 MiB/sec. | ||
| 4933 | 2025.02.28 06:49:04.403603 [ 255 ] {d551f842-c1a0-4202-ac80-15893333a5b8} <Debug> TCPHandler: Processed in 0.002462689 sec. | ||
| 4934 | 2025.02.28 06:49:04.403739 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4935 | 2025.02.28 06:49:04.403856 [ 4 ] {87ee7faa-06bc-4395-998d-e3202933a590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4936 | 2025.02.28 06:49:04.403906 [ 4 ] {87ee7faa-06bc-4395-998d-e3202933a590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4937 | 2025.02.28 06:49:04.404532 [ 4 ] {87ee7faa-06bc-4395-998d-e3202933a590} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4938 | 2025.02.28 06:49:04.404572 [ 4 ] {87ee7faa-06bc-4395-998d-e3202933a590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4939 | 2025.02.28 06:49:04.404943 [ 4 ] {87ee7faa-06bc-4395-998d-e3202933a590} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4940 | 2025.02.28 06:49:04.405186 [ 4 ] {87ee7faa-06bc-4395-998d-e3202933a590} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4941 | 2025.02.28 06:49:04.405416 [ 4 ] {87ee7faa-06bc-4395-998d-e3202933a590} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001578 sec., 91888.46641318125 rows/sec., 5.77 MiB/sec. | ||
| 4942 | 2025.02.28 06:49:04.405551 [ 4 ] {87ee7faa-06bc-4395-998d-e3202933a590} <Debug> TCPHandler: Processed in 0.001862892 sec. | ||
| 4943 | 2025.02.28 06:49:04.405757 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4944 | 2025.02.28 06:49:04.405896 [ 255 ] {87fa69ff-7660-4fb2-ae2b-4babfb5c58e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4945 | 2025.02.28 06:49:04.405952 [ 255 ] {87fa69ff-7660-4fb2-ae2b-4babfb5c58e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4946 | 2025.02.28 06:49:04.406592 [ 255 ] {87fa69ff-7660-4fb2-ae2b-4babfb5c58e8} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4947 | 2025.02.28 06:49:04.406632 [ 255 ] {87fa69ff-7660-4fb2-ae2b-4babfb5c58e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4948 | 2025.02.28 06:49:04.407000 [ 255 ] {87fa69ff-7660-4fb2-ae2b-4babfb5c58e8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4949 | 2025.02.28 06:49:04.407253 [ 255 ] {87fa69ff-7660-4fb2-ae2b-4babfb5c58e8} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4950 | 2025.02.28 06:49:04.407507 [ 255 ] {87fa69ff-7660-4fb2-ae2b-4babfb5c58e8} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001641 sec., 68860.450944546 rows/sec., 4.46 MiB/sec. | ||
| 4951 | 2025.02.28 06:49:04.407706 [ 255 ] {87fa69ff-7660-4fb2-ae2b-4babfb5c58e8} <Debug> TCPHandler: Processed in 0.002044414 sec. | ||
| 4952 | 2025.02.28 06:49:04.407849 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4953 | 2025.02.28 06:49:04.407964 [ 4 ] {d96eb106-b987-4a30-97df-ada8a7519c6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4954 | 2025.02.28 06:49:04.408011 [ 4 ] {d96eb106-b987-4a30-97df-ada8a7519c6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4955 | 2025.02.28 06:49:04.408636 [ 4 ] {d96eb106-b987-4a30-97df-ada8a7519c6a} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4956 | 2025.02.28 06:49:04.408676 [ 4 ] {d96eb106-b987-4a30-97df-ada8a7519c6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4957 | 2025.02.28 06:49:04.409053 [ 4 ] {d96eb106-b987-4a30-97df-ada8a7519c6a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4958 | 2025.02.28 06:49:04.409291 [ 4 ] {d96eb106-b987-4a30-97df-ada8a7519c6a} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4959 | 2025.02.28 06:49:04.409567 [ 4 ] {d96eb106-b987-4a30-97df-ada8a7519c6a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001606 sec., 69738.4806973848 rows/sec., 3.97 MiB/sec. | ||
| 4960 | 2025.02.28 06:49:04.409741 [ 4 ] {d96eb106-b987-4a30-97df-ada8a7519c6a} <Debug> TCPHandler: Processed in 0.001945734 sec. | ||
| 4961 | 2025.02.28 06:49:04.409879 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4962 | 2025.02.28 06:49:04.409995 [ 255 ] {fada5faf-1d58-4176-9861-e2742c991513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4963 | 2025.02.28 06:49:04.410043 [ 255 ] {fada5faf-1d58-4176-9861-e2742c991513} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4964 | 2025.02.28 06:49:04.410741 [ 255 ] {fada5faf-1d58-4176-9861-e2742c991513} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4965 | 2025.02.28 06:49:04.410781 [ 255 ] {fada5faf-1d58-4176-9861-e2742c991513} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4966 | 2025.02.28 06:49:04.411160 [ 255 ] {fada5faf-1d58-4176-9861-e2742c991513} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4967 | 2025.02.28 06:49:04.411398 [ 255 ] {fada5faf-1d58-4176-9861-e2742c991513} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4968 | 2025.02.28 06:49:04.411619 [ 255 ] {fada5faf-1d58-4176-9861-e2742c991513} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001647 sec., 255616.27200971462 rows/sec., 18.21 MiB/sec. | ||
| 4969 | 2025.02.28 06:49:04.411671 [ 255 ] {fada5faf-1d58-4176-9861-e2742c991513} <Debug> TCPHandler: Processed in 0.001848582 sec. | ||
| 4970 | 2025.02.28 06:49:04.411799 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4971 | 2025.02.28 06:49:04.411914 [ 4 ] {f4449060-c334-4762-a93e-3152c7799c72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4972 | 2025.02.28 06:49:04.411964 [ 4 ] {f4449060-c334-4762-a93e-3152c7799c72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4973 | 2025.02.28 06:49:04.412457 [ 4 ] {f4449060-c334-4762-a93e-3152c7799c72} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4974 | 2025.02.28 06:49:04.412495 [ 4 ] {f4449060-c334-4762-a93e-3152c7799c72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4975 | 2025.02.28 06:49:04.412856 [ 4 ] {f4449060-c334-4762-a93e-3152c7799c72} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4976 | 2025.02.28 06:49:04.413090 [ 4 ] {f4449060-c334-4762-a93e-3152c7799c72} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4977 | 2025.02.28 06:49:04.413297 [ 4 ] {f4449060-c334-4762-a93e-3152c7799c72} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001408 sec., 4261.363636363636 rows/sec., 222.64 KiB/sec. | ||
| 4978 | 2025.02.28 06:49:04.413347 [ 4 ] {f4449060-c334-4762-a93e-3152c7799c72} <Debug> TCPHandler: Processed in 0.001603009 sec. | ||
| 4979 | 2025.02.28 06:49:04.413486 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4980 | 2025.02.28 06:49:04.413623 [ 255 ] {31354f5d-bf4d-4836-a9cc-5b4056e2462c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4981 | 2025.02.28 06:49:04.413685 [ 255 ] {31354f5d-bf4d-4836-a9cc-5b4056e2462c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4982 | 2025.02.28 06:49:04.414327 [ 255 ] {31354f5d-bf4d-4836-a9cc-5b4056e2462c} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4983 | 2025.02.28 06:49:04.414366 [ 255 ] {31354f5d-bf4d-4836-a9cc-5b4056e2462c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4984 | 2025.02.28 06:49:04.414757 [ 255 ] {31354f5d-bf4d-4836-a9cc-5b4056e2462c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4985 | 2025.02.28 06:49:04.414999 [ 255 ] {31354f5d-bf4d-4836-a9cc-5b4056e2462c} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4986 | 2025.02.28 06:49:04.415209 [ 255 ] {31354f5d-bf4d-4836-a9cc-5b4056e2462c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001616 sec., 146658.41584158415 rows/sec., 9.83 MiB/sec. | ||
| 4987 | 2025.02.28 06:49:04.415260 [ 255 ] {31354f5d-bf4d-4836-a9cc-5b4056e2462c} <Debug> TCPHandler: Processed in 0.001839792 sec. | ||
| 4988 | 2025.02.28 06:49:04.415390 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4989 | 2025.02.28 06:49:04.415505 [ 4 ] {547cd4ed-52d4-4ca3-a76b-48d5b2f8162b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4990 | 2025.02.28 06:49:04.415557 [ 4 ] {547cd4ed-52d4-4ca3-a76b-48d5b2f8162b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4991 | 2025.02.28 06:49:04.416025 [ 4 ] {547cd4ed-52d4-4ca3-a76b-48d5b2f8162b} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4992 | 2025.02.28 06:49:04.416064 [ 4 ] {547cd4ed-52d4-4ca3-a76b-48d5b2f8162b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 4993 | 2025.02.28 06:49:04.416422 [ 4 ] {547cd4ed-52d4-4ca3-a76b-48d5b2f8162b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4994 | 2025.02.28 06:49:04.416654 [ 4 ] {547cd4ed-52d4-4ca3-a76b-48d5b2f8162b} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4995 | 2025.02.28 06:49:04.416904 [ 4 ] {547cd4ed-52d4-4ca3-a76b-48d5b2f8162b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001423 sec., 702.7406886858749 rows/sec., 47.35 KiB/sec. | ||
| 4996 | 2025.02.28 06:49:04.417120 [ 4 ] {547cd4ed-52d4-4ca3-a76b-48d5b2f8162b} <Debug> TCPHandler: Processed in 0.001777051 sec. | ||
| 4997 | 2025.02.28 06:49:04.417266 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4998 | 2025.02.28 06:49:04.417403 [ 255 ] {fcd6df6e-b0f1-47d5-91bd-fefc8e5b9664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4999 | 2025.02.28 06:49:04.417496 [ 255 ] {fcd6df6e-b0f1-47d5-91bd-fefc8e5b9664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5000 | 2025.02.28 06:49:04.418840 [ 255 ] {fcd6df6e-b0f1-47d5-91bd-fefc8e5b9664} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5001 | 2025.02.28 06:49:04.418879 [ 255 ] {fcd6df6e-b0f1-47d5-91bd-fefc8e5b9664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5002 | 2025.02.28 06:49:04.419530 [ 255 ] {fcd6df6e-b0f1-47d5-91bd-fefc8e5b9664} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5003 | 2025.02.28 06:49:04.419791 [ 255 ] {fcd6df6e-b0f1-47d5-91bd-fefc8e5b9664} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5004 | 2025.02.28 06:49:04.419991 [ 39 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5005 | 2025.02.28 06:49:04.420069 [ 255 ] {fcd6df6e-b0f1-47d5-91bd-fefc8e5b9664} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002692 sec., 14487.369985141158 rows/sec., 25.96 MiB/sec. | ||
| 5006 | 2025.02.28 06:49:04.420079 [ 39 ] {} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5007 | 2025.02.28 06:49:04.420155 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5008 | 2025.02.28 06:49:04.420460 [ 255 ] {fcd6df6e-b0f1-47d5-91bd-fefc8e5b9664} <Debug> TCPHandler: Processed in 0.003254709 sec. | ||
| 5009 | 2025.02.28 06:49:04.420765 [ 186 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::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 | ||
| 5010 | 2025.02.28 06:49:04.420989 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5011 | 2025.02.28 06:49:04.421363 [ 4 ] {2607afda-17e3-42ed-8a41-6e019a288370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5012 | 2025.02.28 06:49:04.421492 [ 4 ] {2607afda-17e3-42ed-8a41-6e019a288370} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5013 | 2025.02.28 06:49:04.421705 [ 186 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5014 | 2025.02.28 06:49:04.421964 [ 186 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 321 rows starting from the beginning of the part | ||
| 5015 | 2025.02.28 06:49:04.422703 [ 186 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part | ||
| 5016 | 2025.02.28 06:49:04.423461 [ 186 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 39 rows starting from the beginning of the part | ||
| 5017 | 2025.02.28 06:49:04.423728 [ 4 ] {2607afda-17e3-42ed-8a41-6e019a288370} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5018 | 2025.02.28 06:49:04.423879 [ 4 ] {2607afda-17e3-42ed-8a41-6e019a288370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5019 | 2025.02.28 06:49:04.424100 [ 186 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part | ||
| 5020 | 2025.02.28 06:49:04.424701 [ 186 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 39 rows starting from the beginning of the part | ||
| 5021 | 2025.02.28 06:49:04.425374 [ 186 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 39 rows starting from the beginning of the part | ||
| 5022 | 2025.02.28 06:49:04.425441 [ 4 ] {2607afda-17e3-42ed-8a41-6e019a288370} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5023 | 2025.02.28 06:49:04.426299 [ 4 ] {2607afda-17e3-42ed-8a41-6e019a288370} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5024 | 2025.02.28 06:49:04.426712 [ 4 ] {2607afda-17e3-42ed-8a41-6e019a288370} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005426 sec., 15112.421673424253 rows/sec., 982.86 KiB/sec. | ||
| 5025 | 2025.02.28 06:49:04.426907 [ 4 ] {2607afda-17e3-42ed-8a41-6e019a288370} <Debug> TCPHandler: Processed in 0.006274665 sec. | ||
| 5026 | 2025.02.28 06:49:04.430812 [ 198 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 516 rows, containing 19 columns (19 merged, 0 gathered) in 0.010496995 sec., 49156.925386741634 rows/sec., 88.09 MiB/sec. | ||
| 5027 | 2025.02.28 06:49:04.431451 [ 198 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5028 | 2025.02.28 06:49:04.431868 [ 198 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5029 | 2025.02.28 06:49:04.431960 [ 198 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5030 | 2025.02.28 06:49:04.432082 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.48 MiB. | ||
| 5031 | 2025.02.28 06:49:04.487954 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5032 | 2025.02.28 06:49:04.509431 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5033 | 2025.02.28 06:49:04.509484 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5034 | 2025.02.28 06:49:04.516967 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5035 | 2025.02.28 06:49:04.517785 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5036 | 2025.02.28 06:49:04.520988 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5037 | 2025.02.28 06:49:09.390895 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5038 | 2025.02.28 06:49:09.391222 [ 4 ] {3082a827-7095-412e-ab8b-25083c1c8b4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5039 | 2025.02.28 06:49:09.391338 [ 4 ] {3082a827-7095-412e-ab8b-25083c1c8b4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5040 | 2025.02.28 06:49:09.392171 [ 4 ] {3082a827-7095-412e-ab8b-25083c1c8b4d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5041 | 2025.02.28 06:49:09.392217 [ 4 ] {3082a827-7095-412e-ab8b-25083c1c8b4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5042 | 2025.02.28 06:49:09.392672 [ 4 ] {3082a827-7095-412e-ab8b-25083c1c8b4d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5043 | 2025.02.28 06:49:09.392931 [ 4 ] {3082a827-7095-412e-ab8b-25083c1c8b4d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5044 | 2025.02.28 06:49:09.393154 [ 4 ] {3082a827-7095-412e-ab8b-25083c1c8b4d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00201 sec., 27860.696517412933 rows/sec., 2.14 MiB/sec. | ||
| 5045 | 2025.02.28 06:49:09.393260 [ 4 ] {3082a827-7095-412e-ab8b-25083c1c8b4d} <Debug> TCPHandler: Processed in 0.0025583 sec. | ||
| 5046 | 2025.02.28 06:49:09.393658 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5047 | 2025.02.28 06:49:09.393960 [ 255 ] {139e6fd5-4268-488b-954c-18e606f2dfe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5048 | 2025.02.28 06:49:09.394077 [ 255 ] {139e6fd5-4268-488b-954c-18e606f2dfe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5049 | 2025.02.28 06:49:09.394965 [ 255 ] {139e6fd5-4268-488b-954c-18e606f2dfe8} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5050 | 2025.02.28 06:49:09.395014 [ 255 ] {139e6fd5-4268-488b-954c-18e606f2dfe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5051 | 2025.02.28 06:49:09.395455 [ 255 ] {139e6fd5-4268-488b-954c-18e606f2dfe8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5052 | 2025.02.28 06:49:09.395709 [ 255 ] {139e6fd5-4268-488b-954c-18e606f2dfe8} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5053 | 2025.02.28 06:49:09.395986 [ 255 ] {139e6fd5-4268-488b-954c-18e606f2dfe8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002103 sec., 30432.71516880647 rows/sec., 2.38 MiB/sec. | ||
| 5054 | 2025.02.28 06:49:09.396135 [ 255 ] {139e6fd5-4268-488b-954c-18e606f2dfe8} <Debug> TCPHandler: Processed in 0.002730223 sec. | ||
| 5055 | 2025.02.28 06:49:09.396344 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5056 | 2025.02.28 06:49:09.396486 [ 4 ] {34fa9f18-7d53-41ea-bece-3516b76d0687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5057 | 2025.02.28 06:49:09.396550 [ 4 ] {34fa9f18-7d53-41ea-bece-3516b76d0687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5058 | 2025.02.28 06:49:09.397222 [ 4 ] {34fa9f18-7d53-41ea-bece-3516b76d0687} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5059 | 2025.02.28 06:49:09.397267 [ 4 ] {34fa9f18-7d53-41ea-bece-3516b76d0687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5060 | 2025.02.28 06:49:09.397690 [ 4 ] {34fa9f18-7d53-41ea-bece-3516b76d0687} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5061 | 2025.02.28 06:49:09.397932 [ 4 ] {34fa9f18-7d53-41ea-bece-3516b76d0687} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5062 | 2025.02.28 06:49:09.398114 [ 4 ] {34fa9f18-7d53-41ea-bece-3516b76d0687} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001662 sec., 96269.55475330926 rows/sec., 6.70 MiB/sec. | ||
| 5063 | 2025.02.28 06:49:09.398166 [ 4 ] {34fa9f18-7d53-41ea-bece-3516b76d0687} <Debug> TCPHandler: Processed in 0.001913533 sec. | ||
| 5064 | 2025.02.28 06:49:09.398307 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5065 | 2025.02.28 06:49:09.398443 [ 255 ] {e269351a-fb9e-455b-8dec-f5400ddeb1d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5066 | 2025.02.28 06:49:09.398507 [ 255 ] {e269351a-fb9e-455b-8dec-f5400ddeb1d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5067 | 2025.02.28 06:49:09.399180 [ 255 ] {e269351a-fb9e-455b-8dec-f5400ddeb1d9} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5068 | 2025.02.28 06:49:09.399227 [ 255 ] {e269351a-fb9e-455b-8dec-f5400ddeb1d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5069 | 2025.02.28 06:49:09.399623 [ 255 ] {e269351a-fb9e-455b-8dec-f5400ddeb1d9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5070 | 2025.02.28 06:49:09.399859 [ 255 ] {e269351a-fb9e-455b-8dec-f5400ddeb1d9} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5071 | 2025.02.28 06:49:09.400107 [ 255 ] {e269351a-fb9e-455b-8dec-f5400ddeb1d9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001693 sec., 35440.04725339633 rows/sec., 2.39 MiB/sec. | ||
| 5072 | 2025.02.28 06:49:09.400273 [ 255 ] {e269351a-fb9e-455b-8dec-f5400ddeb1d9} <Debug> TCPHandler: Processed in 0.002023374 sec. | ||
| 5073 | 2025.02.28 06:49:11.229949 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529 | ||
| 5074 | 2025.02.28 06:49:11.230636 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5075 | 2025.02.28 06:49:11.230767 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5076 | 2025.02.28 06:49:11.231338 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5077 | 2025.02.28 06:49:11.231590 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5078 | 2025.02.28 06:49:11.231824 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 | ||
| 5079 | 2025.02.28 06:49:12.021176 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5080 | 2025.02.28 06:49:12.042188 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5081 | 2025.02.28 06:49:12.042245 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5082 | 2025.02.28 06:49:12.049711 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5083 | 2025.02.28 06:49:12.050521 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5084 | 2025.02.28 06:49:12.053807 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5085 | 2025.02.28 06:49:13.764465 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 728 | ||
| 5086 | 2025.02.28 06:49:13.767581 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5087 | 2025.02.28 06:49:13.767628 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5088 | 2025.02.28 06:49:13.769117 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5089 | 2025.02.28 06:49:13.769457 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5090 | 2025.02.28 06:49:13.770520 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 728 | ||
| 5091 | 2025.02.28 06:49:14.399489 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5092 | 2025.02.28 06:49:14.399681 [ 4 ] {69e9ca70-d181-48b7-9a3c-9fed3508bfb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5093 | 2025.02.28 06:49:14.399758 [ 4 ] {69e9ca70-d181-48b7-9a3c-9fed3508bfb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5094 | 2025.02.28 06:49:14.400645 [ 4 ] {69e9ca70-d181-48b7-9a3c-9fed3508bfb2} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5095 | 2025.02.28 06:49:14.400701 [ 4 ] {69e9ca70-d181-48b7-9a3c-9fed3508bfb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5096 | 2025.02.28 06:49:14.401157 [ 4 ] {69e9ca70-d181-48b7-9a3c-9fed3508bfb2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5097 | 2025.02.28 06:49:14.401434 [ 4 ] {69e9ca70-d181-48b7-9a3c-9fed3508bfb2} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5098 | 2025.02.28 06:49:14.401650 [ 31 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5099 | 2025.02.28 06:49:14.401719 [ 4 ] {69e9ca70-d181-48b7-9a3c-9fed3508bfb2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002088 sec., 101532.56704980842 rows/sec., 6.46 MiB/sec. | ||
| 5100 | 2025.02.28 06:49:14.401735 [ 31 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5101 | 2025.02.28 06:49:14.401805 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5102 | 2025.02.28 06:49:14.401864 [ 4 ] {69e9ca70-d181-48b7-9a3c-9fed3508bfb2} <Debug> TCPHandler: Processed in 0.00251664 sec. | ||
| 5103 | 2025.02.28 06:49:14.402097 [ 190 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::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 | ||
| 5104 | 2025.02.28 06:49:14.402199 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5105 | 2025.02.28 06:49:14.402323 [ 190 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5106 | 2025.02.28 06:49:14.402415 [ 190 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 212 rows starting from the beginning of the part | ||
| 5107 | 2025.02.28 06:49:14.402521 [ 255 ] {bbbd3cd5-348b-4fc4-aa09-90541fff49aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5108 | 2025.02.28 06:49:14.402643 [ 190 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 212 rows starting from the beginning of the part | ||
| 5109 | 2025.02.28 06:49:14.402742 [ 255 ] {bbbd3cd5-348b-4fc4-aa09-90541fff49aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5110 | 2025.02.28 06:49:14.402923 [ 190 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 212 rows starting from the beginning of the part | ||
| 5111 | 2025.02.28 06:49:14.403292 [ 190 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 212 rows starting from the beginning of the part | ||
| 5112 | 2025.02.28 06:49:14.403556 [ 190 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 212 rows starting from the beginning of the part | ||
| 5113 | 2025.02.28 06:49:14.405789 [ 255 ] {bbbd3cd5-348b-4fc4-aa09-90541fff49aa} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5114 | 2025.02.28 06:49:14.405875 [ 255 ] {bbbd3cd5-348b-4fc4-aa09-90541fff49aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5115 | 2025.02.28 06:49:14.406252 [ 198 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004313682 sec., 245729.7501299354 rows/sec., 16.57 MiB/sec. | ||
| 5116 | 2025.02.28 06:49:14.406484 [ 198 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5117 | 2025.02.28 06:49:14.406876 [ 255 ] {bbbd3cd5-348b-4fc4-aa09-90541fff49aa} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5118 | 2025.02.28 06:49:14.407045 [ 198 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_17_4} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5119 | 2025.02.28 06:49:14.407222 [ 198 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_17_4} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5120 | 2025.02.28 06:49:14.407390 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 5121 | 2025.02.28 06:49:14.407422 [ 255 ] {bbbd3cd5-348b-4fc4-aa09-90541fff49aa} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5122 | 2025.02.28 06:49:14.407694 [ 255 ] {bbbd3cd5-348b-4fc4-aa09-90541fff49aa} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.00529 sec., 131379.96219281663 rows/sec., 10.49 MiB/sec. | ||
| 5123 | 2025.02.28 06:49:14.407760 [ 255 ] {bbbd3cd5-348b-4fc4-aa09-90541fff49aa} <Debug> TCPHandler: Processed in 0.005752099 sec. | ||
| 5124 | 2025.02.28 06:49:14.407920 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5125 | 2025.02.28 06:49:14.408048 [ 4 ] {0dec7ca6-fd51-4b12-8e91-a685eb92bb65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5126 | 2025.02.28 06:49:14.408104 [ 4 ] {0dec7ca6-fd51-4b12-8e91-a685eb92bb65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5127 | 2025.02.28 06:49:14.408786 [ 4 ] {0dec7ca6-fd51-4b12-8e91-a685eb92bb65} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5128 | 2025.02.28 06:49:14.408828 [ 4 ] {0dec7ca6-fd51-4b12-8e91-a685eb92bb65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5129 | 2025.02.28 06:49:14.409202 [ 4 ] {0dec7ca6-fd51-4b12-8e91-a685eb92bb65} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5130 | 2025.02.28 06:49:14.409450 [ 4 ] {0dec7ca6-fd51-4b12-8e91-a685eb92bb65} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5131 | 2025.02.28 06:49:14.409737 [ 4 ] {0dec7ca6-fd51-4b12-8e91-a685eb92bb65} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001717 sec., 84449.62143273151 rows/sec., 5.30 MiB/sec. | ||
| 5132 | 2025.02.28 06:49:14.409938 [ 4 ] {0dec7ca6-fd51-4b12-8e91-a685eb92bb65} <Debug> TCPHandler: Processed in 0.002075835 sec. | ||
| 5133 | 2025.02.28 06:49:14.410113 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5134 | 2025.02.28 06:49:14.410232 [ 255 ] {fad93ce5-6ca0-4307-93e1-46ee5772dc95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5135 | 2025.02.28 06:49:14.410283 [ 255 ] {fad93ce5-6ca0-4307-93e1-46ee5772dc95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5136 | 2025.02.28 06:49:14.410901 [ 255 ] {fad93ce5-6ca0-4307-93e1-46ee5772dc95} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5137 | 2025.02.28 06:49:14.410941 [ 255 ] {fad93ce5-6ca0-4307-93e1-46ee5772dc95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5138 | 2025.02.28 06:49:14.411305 [ 255 ] {fad93ce5-6ca0-4307-93e1-46ee5772dc95} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5139 | 2025.02.28 06:49:14.411545 [ 255 ] {fad93ce5-6ca0-4307-93e1-46ee5772dc95} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5140 | 2025.02.28 06:49:14.411793 [ 255 ] {fad93ce5-6ca0-4307-93e1-46ee5772dc95} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001576 sec., 71700.5076142132 rows/sec., 4.64 MiB/sec. | ||
| 5141 | 2025.02.28 06:49:14.411983 [ 255 ] {fad93ce5-6ca0-4307-93e1-46ee5772dc95} <Debug> TCPHandler: Processed in 0.001924923 sec. | ||
| 5142 | 2025.02.28 06:49:14.412181 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5143 | 2025.02.28 06:49:14.412296 [ 4 ] {58f72e04-c4e3-48c1-97cb-736b163d6532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5144 | 2025.02.28 06:49:14.412344 [ 4 ] {58f72e04-c4e3-48c1-97cb-736b163d6532} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5145 | 2025.02.28 06:49:14.412975 [ 4 ] {58f72e04-c4e3-48c1-97cb-736b163d6532} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5146 | 2025.02.28 06:49:14.413015 [ 4 ] {58f72e04-c4e3-48c1-97cb-736b163d6532} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5147 | 2025.02.28 06:49:14.413381 [ 4 ] {58f72e04-c4e3-48c1-97cb-736b163d6532} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5148 | 2025.02.28 06:49:14.413612 [ 4 ] {58f72e04-c4e3-48c1-97cb-736b163d6532} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5149 | 2025.02.28 06:49:14.413767 [ 31 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5150 | 2025.02.28 06:49:14.413830 [ 31 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5151 | 2025.02.28 06:49:14.413837 [ 4 ] {58f72e04-c4e3-48c1-97cb-736b163d6532} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001581 sec., 70841.23972169514 rows/sec., 4.04 MiB/sec. | ||
| 5152 | 2025.02.28 06:49:14.413864 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5153 | 2025.02.28 06:49:14.413962 [ 4 ] {58f72e04-c4e3-48c1-97cb-736b163d6532} <Debug> TCPHandler: Processed in 0.001887722 sec. | ||
| 5154 | 2025.02.28 06:49:14.414054 [ 188 ] {ae10649f-1e0a-4033-8240-a3be65056305::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 | ||
| 5155 | 2025.02.28 06:49:14.414129 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5156 | 2025.02.28 06:49:14.414210 [ 188 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5157 | 2025.02.28 06:49:14.414295 [ 188 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 112 rows starting from the beginning of the part | ||
| 5158 | 2025.02.28 06:49:14.414361 [ 255 ] {a0f9a836-5520-4c42-a702-66961ae42213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5159 | 2025.02.28 06:49:14.414606 [ 255 ] {a0f9a836-5520-4c42-a702-66961ae42213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5160 | 2025.02.28 06:49:14.414624 [ 188 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 112 rows starting from the beginning of the part | ||
| 5161 | 2025.02.28 06:49:14.415028 [ 188 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 112 rows starting from the beginning of the part | ||
| 5162 | 2025.02.28 06:49:14.415369 [ 188 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 112 rows starting from the beginning of the part | ||
| 5163 | 2025.02.28 06:49:14.415745 [ 188 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 112 rows starting from the beginning of the part | ||
| 5164 | 2025.02.28 06:49:14.417578 [ 255 ] {a0f9a836-5520-4c42-a702-66961ae42213} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5165 | 2025.02.28 06:49:14.417657 [ 255 ] {a0f9a836-5520-4c42-a702-66961ae42213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5166 | 2025.02.28 06:49:14.418375 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004351882 sec., 128679.95961287555 rows/sec., 7.82 MiB/sec. | ||
| 5167 | 2025.02.28 06:49:14.418553 [ 255 ] {a0f9a836-5520-4c42-a702-66961ae42213} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5168 | 2025.02.28 06:49:14.418615 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5169 | 2025.02.28 06:49:14.418999 [ 255 ] {a0f9a836-5520-4c42-a702-66961ae42213} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5170 | 2025.02.28 06:49:14.419322 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_17_4} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5171 | 2025.02.28 06:49:14.419407 [ 255 ] {a0f9a836-5520-4c42-a702-66961ae42213} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.005025 sec., 83781.09452736318 rows/sec., 5.97 MiB/sec. | ||
| 5172 | 2025.02.28 06:49:14.419549 [ 255 ] {a0f9a836-5520-4c42-a702-66961ae42213} <Debug> TCPHandler: Processed in 0.005459065 sec. | ||
| 5173 | 2025.02.28 06:49:14.419569 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_17_4} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5174 | 2025.02.28 06:49:14.419736 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5175 | 2025.02.28 06:49:14.419747 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5176 | 2025.02.28 06:49:14.419890 [ 4 ] {72db8c1f-bfb1-4aeb-a738-1f8a50828ae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5177 | 2025.02.28 06:49:14.419948 [ 4 ] {72db8c1f-bfb1-4aeb-a738-1f8a50828ae7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5178 | 2025.02.28 06:49:14.420514 [ 4 ] {72db8c1f-bfb1-4aeb-a738-1f8a50828ae7} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5179 | 2025.02.28 06:49:14.420561 [ 4 ] {72db8c1f-bfb1-4aeb-a738-1f8a50828ae7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5180 | 2025.02.28 06:49:14.420930 [ 4 ] {72db8c1f-bfb1-4aeb-a738-1f8a50828ae7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5181 | 2025.02.28 06:49:14.421178 [ 4 ] {72db8c1f-bfb1-4aeb-a738-1f8a50828ae7} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5182 | 2025.02.28 06:49:14.421380 [ 4 ] {72db8c1f-bfb1-4aeb-a738-1f8a50828ae7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001507 sec., 3981.4200398142 rows/sec., 208.01 KiB/sec. | ||
| 5183 | 2025.02.28 06:49:14.421497 [ 4 ] {72db8c1f-bfb1-4aeb-a738-1f8a50828ae7} <Debug> TCPHandler: Processed in 0.001848512 sec. | ||
| 5184 | 2025.02.28 06:49:14.421709 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5185 | 2025.02.28 06:49:14.421849 [ 255 ] {102a1065-81a7-44b4-aeb6-d775d43f9974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5186 | 2025.02.28 06:49:14.421913 [ 255 ] {102a1065-81a7-44b4-aeb6-d775d43f9974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5187 | 2025.02.28 06:49:14.422635 [ 255 ] {102a1065-81a7-44b4-aeb6-d775d43f9974} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5188 | 2025.02.28 06:49:14.422674 [ 255 ] {102a1065-81a7-44b4-aeb6-d775d43f9974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5189 | 2025.02.28 06:49:14.423083 [ 255 ] {102a1065-81a7-44b4-aeb6-d775d43f9974} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5190 | 2025.02.28 06:49:14.423322 [ 255 ] {102a1065-81a7-44b4-aeb6-d775d43f9974} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5191 | 2025.02.28 06:49:14.423541 [ 255 ] {102a1065-81a7-44b4-aeb6-d775d43f9974} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001723 sec., 137550.7835171213 rows/sec., 9.22 MiB/sec. | ||
| 5192 | 2025.02.28 06:49:14.423594 [ 255 ] {102a1065-81a7-44b4-aeb6-d775d43f9974} <Debug> TCPHandler: Processed in 0.001990034 sec. | ||
| 5193 | 2025.02.28 06:49:14.423728 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5194 | 2025.02.28 06:49:14.423845 [ 4 ] {93124383-2c60-473c-a954-47d72ce28e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5195 | 2025.02.28 06:49:14.423897 [ 4 ] {93124383-2c60-473c-a954-47d72ce28e3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5196 | 2025.02.28 06:49:14.424364 [ 4 ] {93124383-2c60-473c-a954-47d72ce28e3b} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5197 | 2025.02.28 06:49:14.424401 [ 4 ] {93124383-2c60-473c-a954-47d72ce28e3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5198 | 2025.02.28 06:49:14.424761 [ 4 ] {93124383-2c60-473c-a954-47d72ce28e3b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5199 | 2025.02.28 06:49:14.425000 [ 4 ] {93124383-2c60-473c-a954-47d72ce28e3b} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5200 | 2025.02.28 06:49:14.425223 [ 4 ] {93124383-2c60-473c-a954-47d72ce28e3b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001395 sec., 716.8458781362008 rows/sec., 48.30 KiB/sec. | ||
| 5201 | 2025.02.28 06:49:14.425420 [ 4 ] {93124383-2c60-473c-a954-47d72ce28e3b} <Debug> TCPHandler: Processed in 0.001745461 sec. | ||
| 5202 | 2025.02.28 06:49:14.425577 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5203 | 2025.02.28 06:49:14.425716 [ 255 ] {cb1c80fc-99e7-4a23-9b69-59cc48890b71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5204 | 2025.02.28 06:49:14.425809 [ 255 ] {cb1c80fc-99e7-4a23-9b69-59cc48890b71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5205 | 2025.02.28 06:49:14.427112 [ 255 ] {cb1c80fc-99e7-4a23-9b69-59cc48890b71} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5206 | 2025.02.28 06:49:14.427151 [ 255 ] {cb1c80fc-99e7-4a23-9b69-59cc48890b71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5207 | 2025.02.28 06:49:14.427843 [ 255 ] {cb1c80fc-99e7-4a23-9b69-59cc48890b71} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5208 | 2025.02.28 06:49:14.428096 [ 255 ] {cb1c80fc-99e7-4a23-9b69-59cc48890b71} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5209 | 2025.02.28 06:49:14.428434 [ 255 ] {cb1c80fc-99e7-4a23-9b69-59cc48890b71} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002731 sec., 14280.483339436105 rows/sec., 25.59 MiB/sec. | ||
| 5210 | 2025.02.28 06:49:14.428780 [ 255 ] {cb1c80fc-99e7-4a23-9b69-59cc48890b71} <Debug> TCPHandler: Processed in 0.003264059 sec. | ||
| 5211 | 2025.02.28 06:49:14.428939 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5212 | 2025.02.28 06:49:14.429076 [ 4 ] {70830725-23e2-4f8d-96f8-91db246fc580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5213 | 2025.02.28 06:49:14.429135 [ 4 ] {70830725-23e2-4f8d-96f8-91db246fc580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5214 | 2025.02.28 06:49:14.429694 [ 4 ] {70830725-23e2-4f8d-96f8-91db246fc580} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5215 | 2025.02.28 06:49:14.429732 [ 4 ] {70830725-23e2-4f8d-96f8-91db246fc580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5216 | 2025.02.28 06:49:14.430102 [ 4 ] {70830725-23e2-4f8d-96f8-91db246fc580} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5217 | 2025.02.28 06:49:14.430342 [ 4 ] {70830725-23e2-4f8d-96f8-91db246fc580} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5218 | 2025.02.28 06:49:14.430517 [ 4 ] {70830725-23e2-4f8d-96f8-91db246fc580} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001472 sec., 55706.52173913043 rows/sec., 3.54 MiB/sec. | ||
| 5219 | 2025.02.28 06:49:14.430564 [ 4 ] {70830725-23e2-4f8d-96f8-91db246fc580} <Debug> TCPHandler: Processed in 0.00168966 sec. | ||
| 5220 | 2025.02.28 06:49:18.619817 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5221 | 2025.02.28 06:49:18.619887 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5222 | 2025.02.28 06:49:18.732099 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956 | ||
| 5223 | 2025.02.28 06:49:18.732986 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5224 | 2025.02.28 06:49:18.733023 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5225 | 2025.02.28 06:49:18.733535 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5226 | 2025.02.28 06:49:18.733784 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5227 | 2025.02.28 06:49:18.733940 [ 24 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5228 | 2025.02.28 06:49:18.733967 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5229 | 2025.02.28 06:49:18.733990 [ 24 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5230 | 2025.02.28 06:49:18.734017 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5231 | 2025.02.28 06:49:18.734166 [ 190 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 5232 | 2025.02.28 06:49:18.734337 [ 190 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5233 | 2025.02.28 06:49:18.734384 [ 190 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 5234 | 2025.02.28 06:49:18.734479 [ 190 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 5235 | 2025.02.28 06:49:18.734707 [ 190 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 5236 | 2025.02.28 06:49:18.734911 [ 190 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 5237 | 2025.02.28 06:49:18.735125 [ 190 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 5238 | 2025.02.28 06:49:18.735288 [ 190 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 5239 | 2025.02.28 06:49:18.737870 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003769675 sec., 3171626.201197716 rows/sec., 45.37 MiB/sec. | ||
| 5240 | 2025.02.28 06:49:18.738501 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5241 | 2025.02.28 06:49:18.738960 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_26_5} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5242 | 2025.02.28 06:49:18.739051 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_26_5} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5243 | 2025.02.28 06:49:18.739168 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5244 | 2025.02.28 06:49:19.390874 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5245 | 2025.02.28 06:49:19.391088 [ 4 ] {e50e7c72-93a9-4fa9-b46f-0f8609b17afc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5246 | 2025.02.28 06:49:19.391178 [ 4 ] {e50e7c72-93a9-4fa9-b46f-0f8609b17afc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5247 | 2025.02.28 06:49:19.392020 [ 4 ] {e50e7c72-93a9-4fa9-b46f-0f8609b17afc} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5248 | 2025.02.28 06:49:19.392064 [ 4 ] {e50e7c72-93a9-4fa9-b46f-0f8609b17afc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5249 | 2025.02.28 06:49:19.392503 [ 4 ] {e50e7c72-93a9-4fa9-b46f-0f8609b17afc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5250 | 2025.02.28 06:49:19.392776 [ 4 ] {e50e7c72-93a9-4fa9-b46f-0f8609b17afc} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5251 | 2025.02.28 06:49:19.392926 [ 24 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5252 | 2025.02.28 06:49:19.392973 [ 24 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5253 | 2025.02.28 06:49:19.392983 [ 4 ] {e50e7c72-93a9-4fa9-b46f-0f8609b17afc} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001953 sec., 28673.835125448026 rows/sec., 2.20 MiB/sec. | ||
| 5254 | 2025.02.28 06:49:19.392999 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5255 | 2025.02.28 06:49:19.393121 [ 4 ] {e50e7c72-93a9-4fa9-b46f-0f8609b17afc} <Debug> TCPHandler: Processed in 0.002405228 sec. | ||
| 5256 | 2025.02.28 06:49:19.393335 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 5257 | 2025.02.28 06:49:19.393573 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5258 | 2025.02.28 06:49:19.393822 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5259 | 2025.02.28 06:49:19.393948 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1844 rows starting from the beginning of the part | ||
| 5260 | 2025.02.28 06:49:19.394190 [ 255 ] {395a273d-f541-4a31-936a-ca67ccb7f2df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5261 | 2025.02.28 06:49:19.394218 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part | ||
| 5262 | 2025.02.28 06:49:19.394432 [ 255 ] {395a273d-f541-4a31-936a-ca67ccb7f2df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5263 | 2025.02.28 06:49:19.394459 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 695 rows starting from the beginning of the part | ||
| 5264 | 2025.02.28 06:49:19.394822 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 5265 | 2025.02.28 06:49:19.395080 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 695 rows starting from the beginning of the part | ||
| 5266 | 2025.02.28 06:49:19.395384 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part | ||
| 5267 | 2025.02.28 06:49:19.397207 [ 255 ] {395a273d-f541-4a31-936a-ca67ccb7f2df} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5268 | 2025.02.28 06:49:19.397286 [ 255 ] {395a273d-f541-4a31-936a-ca67ccb7f2df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5269 | 2025.02.28 06:49:19.398254 [ 255 ] {395a273d-f541-4a31-936a-ca67ccb7f2df} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5270 | 2025.02.28 06:49:19.398673 [ 255 ] {395a273d-f541-4a31-936a-ca67ccb7f2df} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5271 | 2025.02.28 06:49:19.398982 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3402 rows, containing 5 columns (5 merged, 0 gathered) in 0.005889391 sec., 577648.860467916 rows/sec., 48.78 MiB/sec. | ||
| 5272 | 2025.02.28 06:49:19.399070 [ 24 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5273 | 2025.02.28 06:49:19.399180 [ 24 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5274 | 2025.02.28 06:49:19.399217 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5275 | 2025.02.28 06:49:19.399263 [ 255 ] {395a273d-f541-4a31-936a-ca67ccb7f2df} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005279 sec., 12123.508240197007 rows/sec., 968.98 KiB/sec. | ||
| 5276 | 2025.02.28 06:49:19.399579 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 5277 | 2025.02.28 06:49:19.399621 [ 255 ] {395a273d-f541-4a31-936a-ca67ccb7f2df} <Debug> TCPHandler: Processed in 0.006343996 sec. | ||
| 5278 | 2025.02.28 06:49:19.399634 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5279 | 2025.02.28 06:49:19.399933 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5280 | 2025.02.28 06:49:19.400054 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5281 | 2025.02.28 06:49:19.400095 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part | ||
| 5282 | 2025.02.28 06:49:19.400344 [ 4 ] {00a2ccae-7771-4d8f-99b9-0b4b26539d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5283 | 2025.02.28 06:49:19.400477 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part | ||
| 5284 | 2025.02.28 06:49:19.400596 [ 4 ] {00a2ccae-7771-4d8f-99b9-0b4b26539d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5285 | 2025.02.28 06:49:19.400868 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 421 rows starting from the beginning of the part | ||
| 5286 | 2025.02.28 06:49:19.401001 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_41_8} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5287 | 2025.02.28 06:49:19.401267 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 5288 | 2025.02.28 06:49:19.401680 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_41_8} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5289 | 2025.02.28 06:49:19.401796 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 421 rows starting from the beginning of the part | ||
| 5290 | 2025.02.28 06:49:19.402152 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 5291 | 2025.02.28 06:49:19.402373 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part | ||
| 5292 | 2025.02.28 06:49:19.403439 [ 4 ] {00a2ccae-7771-4d8f-99b9-0b4b26539d8c} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5293 | 2025.02.28 06:49:19.403485 [ 4 ] {00a2ccae-7771-4d8f-99b9-0b4b26539d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5294 | 2025.02.28 06:49:19.404055 [ 4 ] {00a2ccae-7771-4d8f-99b9-0b4b26539d8c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5295 | 2025.02.28 06:49:19.404354 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.00504674 sec., 385793.6014139821 rows/sec., 29.47 MiB/sec. | ||
| 5296 | 2025.02.28 06:49:19.404364 [ 4 ] {00a2ccae-7771-4d8f-99b9-0b4b26539d8c} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5297 | 2025.02.28 06:49:19.404596 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5298 | 2025.02.28 06:49:19.404653 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5299 | 2025.02.28 06:49:19.404685 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5300 | 2025.02.28 06:49:19.404753 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5301 | 2025.02.28 06:49:19.404888 [ 4 ] {00a2ccae-7771-4d8f-99b9-0b4b26539d8c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004678 sec., 34202.650705429674 rows/sec., 2.38 MiB/sec. | ||
| 5302 | 2025.02.28 06:49:19.405273 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 5303 | 2025.02.28 06:49:19.405424 [ 4 ] {00a2ccae-7771-4d8f-99b9-0b4b26539d8c} <Debug> TCPHandler: Processed in 0.005670948 sec. | ||
| 5304 | 2025.02.28 06:49:19.405966 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5305 | 2025.02.28 06:49:19.406114 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11621 rows starting from the beginning of the part | ||
| 5306 | 2025.02.28 06:49:19.406240 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5307 | 2025.02.28 06:49:19.406283 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_41_8} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5308 | 2025.02.28 06:49:19.406602 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part | ||
| 5309 | 2025.02.28 06:49:19.406993 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part | ||
| 5310 | 2025.02.28 06:49:19.407429 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
| 5311 | 2025.02.28 06:49:19.407675 [ 255 ] {b97f274e-c137-44eb-988a-f931f0fa0f6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5312 | 2025.02.28 06:49:19.407744 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_41_8} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5313 | 2025.02.28 06:49:19.407820 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 5314 | 2025.02.28 06:49:19.408078 [ 255 ] {b97f274e-c137-44eb-988a-f931f0fa0f6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5315 | 2025.02.28 06:49:19.408120 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 5316 | 2025.02.28 06:49:19.408247 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 5317 | 2025.02.28 06:49:19.409725 [ 255 ] {b97f274e-c137-44eb-988a-f931f0fa0f6a} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5318 | 2025.02.28 06:49:19.409795 [ 255 ] {b97f274e-c137-44eb-988a-f931f0fa0f6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5319 | 2025.02.28 06:49:19.410594 [ 255 ] {b97f274e-c137-44eb-988a-f931f0fa0f6a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5320 | 2025.02.28 06:49:19.411181 [ 255 ] {b97f274e-c137-44eb-988a-f931f0fa0f6a} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5321 | 2025.02.28 06:49:19.411493 [ 50 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5322 | 2025.02.28 06:49:19.411577 [ 50 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5323 | 2025.02.28 06:49:19.411637 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5324 | 2025.02.28 06:49:19.411684 [ 255 ] {b97f274e-c137-44eb-988a-f931f0fa0f6a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004528 sec., 13250.88339222615 rows/sec., 914.45 KiB/sec. | ||
| 5325 | 2025.02.28 06:49:19.411936 [ 255 ] {b97f274e-c137-44eb-988a-f931f0fa0f6a} <Debug> TCPHandler: Processed in 0.006027572 sec. | ||
| 5326 | 2025.02.28 06:49:19.412005 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 5327 | 2025.02.28 06:49:19.412180 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5328 | 2025.02.28 06:49:19.412333 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2154 rows starting from the beginning of the part | ||
| 5329 | 2025.02.28 06:49:19.412626 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
| 5330 | 2025.02.28 06:49:19.412746 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part | ||
| 5331 | 2025.02.28 06:49:19.412978 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
| 5332 | 2025.02.28 06:49:19.413110 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 5333 | 2025.02.28 06:49:19.413399 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 5334 | 2025.02.28 06:49:19.414780 [ 191 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12575 rows, containing 5 columns (5 merged, 0 gathered) in 0.009878728 sec., 1272937.1635700467 rows/sec., 85.95 MiB/sec. | ||
| 5335 | 2025.02.28 06:49:19.415257 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5336 | 2025.02.28 06:49:19.415829 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2498 rows, containing 4 columns (4 merged, 0 gathered) in 0.004079849 sec., 612277.5622333081 rows/sec., 39.94 MiB/sec. | ||
| 5337 | 2025.02.28 06:49:19.415908 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5338 | 2025.02.28 06:49:19.416010 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5339 | 2025.02.28 06:49:19.416132 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. | ||
| 5340 | 2025.02.28 06:49:19.416242 [ 191 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5341 | 2025.02.28 06:49:19.416562 [ 191 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_41_8} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5342 | 2025.02.28 06:49:19.416649 [ 191 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_41_8} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5343 | 2025.02.28 06:49:19.416739 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 5344 | 2025.02.28 06:49:19.554000 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5345 | 2025.02.28 06:49:19.575683 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5346 | 2025.02.28 06:49:19.575727 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5347 | 2025.02.28 06:49:19.583435 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5348 | 2025.02.28 06:49:19.584248 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5349 | 2025.02.28 06:49:19.584660 [ 50 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5350 | 2025.02.28 06:49:19.584798 [ 50 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5351 | 2025.02.28 06:49:19.584880 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5352 | 2025.02.28 06:49:19.585270 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 5353 | 2025.02.28 06:49:19.601012 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5354 | 2025.02.28 06:49:19.602439 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5355 | 2025.02.28 06:49:19.603866 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 5356 | 2025.02.28 06:49:19.609507 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 5357 | 2025.02.28 06:49:19.615147 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 5358 | 2025.02.28 06:49:19.620950 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 5359 | 2025.02.28 06:49:19.627036 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 5360 | 2025.02.28 06:49:19.631971 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 5361 | 2025.02.28 06:49:19.695184 [ 193 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.110158189 sec., 1779.2594611372922 rows/sec., 9.20 MiB/sec. | ||
| 5362 | 2025.02.28 06:49:19.698023 [ 193 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5363 | 2025.02.28 06:49:19.701007 [ 193 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_26_5} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5364 | 2025.02.28 06:49:19.701130 [ 193 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_26_5} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5365 | 2025.02.28 06:49:19.703388 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 5366 | 2025.02.28 06:49:20.000204 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.19 MiB, peak 201.75 MiB, free memory in arenas 0.00 B, will set to 192.79 MiB (RSS), difference: 1.60 MiB | ||
| 5367 | 2025.02.28 06:49:21.824651 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5368 | 2025.02.28 06:49:21.824945 [ 4 ] {52a88f59-3f0c-4d0c-8377-2bba626603c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5369 | 2025.02.28 06:49:21.825017 [ 4 ] {52a88f59-3f0c-4d0c-8377-2bba626603c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5370 | 2025.02.28 06:49:21.825860 [ 4 ] {52a88f59-3f0c-4d0c-8377-2bba626603c0} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5371 | 2025.02.28 06:49:21.825915 [ 4 ] {52a88f59-3f0c-4d0c-8377-2bba626603c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5372 | 2025.02.28 06:49:21.826390 [ 4 ] {52a88f59-3f0c-4d0c-8377-2bba626603c0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5373 | 2025.02.28 06:49:21.826669 [ 4 ] {52a88f59-3f0c-4d0c-8377-2bba626603c0} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5374 | 2025.02.28 06:49:21.826927 [ 4 ] {52a88f59-3f0c-4d0c-8377-2bba626603c0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002055 sec., 103163.01703163017 rows/sec., 6.56 MiB/sec. | ||
| 5375 | 2025.02.28 06:49:21.826988 [ 4 ] {52a88f59-3f0c-4d0c-8377-2bba626603c0} <Debug> TCPHandler: Processed in 0.002538701 sec. | ||
| 5376 | 2025.02.28 06:49:21.827238 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5377 | 2025.02.28 06:49:21.827423 [ 255 ] {05e8bd78-f7a3-4de1-92c0-8dae7d77aeaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5378 | 2025.02.28 06:49:21.827494 [ 255 ] {05e8bd78-f7a3-4de1-92c0-8dae7d77aeaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5379 | 2025.02.28 06:49:21.828236 [ 255 ] {05e8bd78-f7a3-4de1-92c0-8dae7d77aeaa} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5380 | 2025.02.28 06:49:21.828276 [ 255 ] {05e8bd78-f7a3-4de1-92c0-8dae7d77aeaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5381 | 2025.02.28 06:49:21.828702 [ 255 ] {05e8bd78-f7a3-4de1-92c0-8dae7d77aeaa} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5382 | 2025.02.28 06:49:21.828956 [ 255 ] {05e8bd78-f7a3-4de1-92c0-8dae7d77aeaa} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5383 | 2025.02.28 06:49:21.829213 [ 255 ] {05e8bd78-f7a3-4de1-92c0-8dae7d77aeaa} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001823 sec., 8776.74163466813 rows/sec., 715.68 KiB/sec. | ||
| 5384 | 2025.02.28 06:49:21.829337 [ 255 ] {05e8bd78-f7a3-4de1-92c0-8dae7d77aeaa} <Debug> TCPHandler: Processed in 0.002230097 sec. | ||
| 5385 | 2025.02.28 06:49:21.829492 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5386 | 2025.02.28 06:49:21.829611 [ 4 ] {98beb260-9b8c-460a-a72f-64fd4670d4e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5387 | 2025.02.28 06:49:21.829666 [ 4 ] {98beb260-9b8c-460a-a72f-64fd4670d4e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5388 | 2025.02.28 06:49:21.830962 [ 4 ] {98beb260-9b8c-460a-a72f-64fd4670d4e7} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5389 | 2025.02.28 06:49:21.831002 [ 4 ] {98beb260-9b8c-460a-a72f-64fd4670d4e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5390 | 2025.02.28 06:49:21.831535 [ 4 ] {98beb260-9b8c-460a-a72f-64fd4670d4e7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5391 | 2025.02.28 06:49:21.831791 [ 4 ] {98beb260-9b8c-460a-a72f-64fd4670d4e7} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5392 | 2025.02.28 06:49:21.832005 [ 4 ] {98beb260-9b8c-460a-a72f-64fd4670d4e7} <Debug> executeQuery: Read 1843 rows, 153.97 KiB in 0.00242 sec., 761570.2479338844 rows/sec., 62.13 MiB/sec. | ||
| 5393 | 2025.02.28 06:49:21.832057 [ 4 ] {98beb260-9b8c-460a-a72f-64fd4670d4e7} <Debug> TCPHandler: Processed in 0.002619071 sec. | ||
| 5394 | 2025.02.28 06:49:21.832216 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5395 | 2025.02.28 06:49:21.832356 [ 255 ] {2a0341c4-9469-497e-89ef-915da25ecacd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5396 | 2025.02.28 06:49:21.832416 [ 255 ] {2a0341c4-9469-497e-89ef-915da25ecacd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5397 | 2025.02.28 06:49:21.833131 [ 255 ] {2a0341c4-9469-497e-89ef-915da25ecacd} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5398 | 2025.02.28 06:49:21.833169 [ 255 ] {2a0341c4-9469-497e-89ef-915da25ecacd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5399 | 2025.02.28 06:49:21.833550 [ 255 ] {2a0341c4-9469-497e-89ef-915da25ecacd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5400 | 2025.02.28 06:49:21.833791 [ 255 ] {2a0341c4-9469-497e-89ef-915da25ecacd} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5401 | 2025.02.28 06:49:21.833997 [ 255 ] {2a0341c4-9469-497e-89ef-915da25ecacd} <Debug> executeQuery: Read 161 rows, 10.44 KiB in 0.001668 sec., 96522.78177458033 rows/sec., 6.11 MiB/sec. | ||
| 5402 | 2025.02.28 06:49:21.834144 [ 255 ] {2a0341c4-9469-497e-89ef-915da25ecacd} <Debug> TCPHandler: Processed in 0.001995573 sec. | ||
| 5403 | 2025.02.28 06:49:21.834318 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5404 | 2025.02.28 06:49:21.834430 [ 4 ] {22766f2d-93cd-4972-9fee-3b1748d05031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5405 | 2025.02.28 06:49:21.834478 [ 4 ] {22766f2d-93cd-4972-9fee-3b1748d05031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5406 | 2025.02.28 06:49:21.835148 [ 4 ] {22766f2d-93cd-4972-9fee-3b1748d05031} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5407 | 2025.02.28 06:49:21.835187 [ 4 ] {22766f2d-93cd-4972-9fee-3b1748d05031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5408 | 2025.02.28 06:49:21.835570 [ 4 ] {22766f2d-93cd-4972-9fee-3b1748d05031} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5409 | 2025.02.28 06:49:21.835811 [ 4 ] {22766f2d-93cd-4972-9fee-3b1748d05031} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5410 | 2025.02.28 06:49:21.836025 [ 4 ] {22766f2d-93cd-4972-9fee-3b1748d05031} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001617 sec., 210884.3537414966 rows/sec., 14.07 MiB/sec. | ||
| 5411 | 2025.02.28 06:49:21.836076 [ 4 ] {22766f2d-93cd-4972-9fee-3b1748d05031} <Debug> TCPHandler: Processed in 0.001832922 sec. | ||
| 5412 | 2025.02.28 06:49:21.836229 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5413 | 2025.02.28 06:49:21.836367 [ 255 ] {37c5489b-37bc-491a-95b4-0139728769b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5414 | 2025.02.28 06:49:21.836424 [ 255 ] {37c5489b-37bc-491a-95b4-0139728769b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5415 | 2025.02.28 06:49:21.837092 [ 255 ] {37c5489b-37bc-491a-95b4-0139728769b0} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5416 | 2025.02.28 06:49:21.837130 [ 255 ] {37c5489b-37bc-491a-95b4-0139728769b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5417 | 2025.02.28 06:49:21.837490 [ 255 ] {37c5489b-37bc-491a-95b4-0139728769b0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5418 | 2025.02.28 06:49:21.837752 [ 255 ] {37c5489b-37bc-491a-95b4-0139728769b0} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5419 | 2025.02.28 06:49:21.837937 [ 255 ] {37c5489b-37bc-491a-95b4-0139728769b0} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001601 sec., 69956.27732667082 rows/sec., 3.99 MiB/sec. | ||
| 5420 | 2025.02.28 06:49:21.837987 [ 255 ] {37c5489b-37bc-491a-95b4-0139728769b0} <Debug> TCPHandler: Processed in 0.001825812 sec. | ||
| 5421 | 2025.02.28 06:49:21.838123 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5422 | 2025.02.28 06:49:21.838239 [ 4 ] {f80dd2b5-5110-4188-93ff-c8ed03614ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5423 | 2025.02.28 06:49:21.838288 [ 4 ] {f80dd2b5-5110-4188-93ff-c8ed03614ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5424 | 2025.02.28 06:49:21.839166 [ 4 ] {f80dd2b5-5110-4188-93ff-c8ed03614ca8} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5425 | 2025.02.28 06:49:21.839205 [ 4 ] {f80dd2b5-5110-4188-93ff-c8ed03614ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5426 | 2025.02.28 06:49:21.839596 [ 4 ] {f80dd2b5-5110-4188-93ff-c8ed03614ca8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5427 | 2025.02.28 06:49:21.839834 [ 4 ] {f80dd2b5-5110-4188-93ff-c8ed03614ca8} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5428 | 2025.02.28 06:49:21.840043 [ 4 ] {f80dd2b5-5110-4188-93ff-c8ed03614ca8} <Debug> executeQuery: Read 893 rows, 66.30 KiB in 0.001827 sec., 488779.4198139026 rows/sec., 35.44 MiB/sec. | ||
| 5429 | 2025.02.28 06:49:21.840095 [ 4 ] {f80dd2b5-5110-4188-93ff-c8ed03614ca8} <Debug> TCPHandler: Processed in 0.002027625 sec. | ||
| 5430 | 2025.02.28 06:49:21.840230 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5431 | 2025.02.28 06:49:21.840349 [ 255 ] {be850e60-87e5-41b0-a895-597e329368ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5432 | 2025.02.28 06:49:21.840400 [ 255 ] {be850e60-87e5-41b0-a895-597e329368ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5433 | 2025.02.28 06:49:21.840884 [ 255 ] {be850e60-87e5-41b0-a895-597e329368ba} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5434 | 2025.02.28 06:49:21.840921 [ 255 ] {be850e60-87e5-41b0-a895-597e329368ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5435 | 2025.02.28 06:49:21.841282 [ 255 ] {be850e60-87e5-41b0-a895-597e329368ba} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5436 | 2025.02.28 06:49:21.841520 [ 255 ] {be850e60-87e5-41b0-a895-597e329368ba} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5437 | 2025.02.28 06:49:21.841703 [ 255 ] {be850e60-87e5-41b0-a895-597e329368ba} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001378 sec., 4354.136429608127 rows/sec., 227.49 KiB/sec. | ||
| 5438 | 2025.02.28 06:49:21.841752 [ 255 ] {be850e60-87e5-41b0-a895-597e329368ba} <Debug> TCPHandler: Processed in 0.001579279 sec. | ||
| 5439 | 2025.02.28 06:49:21.841895 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5440 | 2025.02.28 06:49:21.842034 [ 4 ] {aadb7ce3-cfb9-4050-9f07-49203df1cfea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5441 | 2025.02.28 06:49:21.842095 [ 4 ] {aadb7ce3-cfb9-4050-9f07-49203df1cfea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5442 | 2025.02.28 06:49:21.842972 [ 4 ] {aadb7ce3-cfb9-4050-9f07-49203df1cfea} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5443 | 2025.02.28 06:49:21.843010 [ 4 ] {aadb7ce3-cfb9-4050-9f07-49203df1cfea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5444 | 2025.02.28 06:49:21.843456 [ 4 ] {aadb7ce3-cfb9-4050-9f07-49203df1cfea} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5445 | 2025.02.28 06:49:21.843697 [ 4 ] {aadb7ce3-cfb9-4050-9f07-49203df1cfea} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5446 | 2025.02.28 06:49:21.843906 [ 4 ] {aadb7ce3-cfb9-4050-9f07-49203df1cfea} <Debug> executeQuery: Read 1027 rows, 70.10 KiB in 0.001903 sec., 539674.1986337362 rows/sec., 35.97 MiB/sec. | ||
| 5447 | 2025.02.28 06:49:21.843958 [ 4 ] {aadb7ce3-cfb9-4050-9f07-49203df1cfea} <Debug> TCPHandler: Processed in 0.002123685 sec. | ||
| 5448 | 2025.02.28 06:49:21.844133 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5449 | 2025.02.28 06:49:21.844271 [ 255 ] {20b15e9f-b574-4b8a-939f-55d95994a792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5450 | 2025.02.28 06:49:21.844331 [ 255 ] {20b15e9f-b574-4b8a-939f-55d95994a792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5451 | 2025.02.28 06:49:21.844869 [ 255 ] {20b15e9f-b574-4b8a-939f-55d95994a792} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5452 | 2025.02.28 06:49:21.844911 [ 255 ] {20b15e9f-b574-4b8a-939f-55d95994a792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5453 | 2025.02.28 06:49:21.845266 [ 255 ] {20b15e9f-b574-4b8a-939f-55d95994a792} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5454 | 2025.02.28 06:49:21.845499 [ 255 ] {20b15e9f-b574-4b8a-939f-55d95994a792} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5455 | 2025.02.28 06:49:21.845730 [ 255 ] {20b15e9f-b574-4b8a-939f-55d95994a792} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001489 sec., 671.591672263264 rows/sec., 45.25 KiB/sec. | ||
| 5456 | 2025.02.28 06:49:21.845779 [ 255 ] {20b15e9f-b574-4b8a-939f-55d95994a792} <Debug> TCPHandler: Processed in 0.001713431 sec. | ||
| 5457 | 2025.02.28 06:49:21.845920 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5458 | 2025.02.28 06:49:21.846057 [ 4 ] {831d61da-5989-43b8-b4a9-2adca57d426d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5459 | 2025.02.28 06:49:21.846149 [ 4 ] {831d61da-5989-43b8-b4a9-2adca57d426d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5460 | 2025.02.28 06:49:21.847488 [ 4 ] {831d61da-5989-43b8-b4a9-2adca57d426d} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5461 | 2025.02.28 06:49:21.847527 [ 4 ] {831d61da-5989-43b8-b4a9-2adca57d426d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5462 | 2025.02.28 06:49:21.848178 [ 4 ] {831d61da-5989-43b8-b4a9-2adca57d426d} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5463 | 2025.02.28 06:49:21.848440 [ 4 ] {831d61da-5989-43b8-b4a9-2adca57d426d} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5464 | 2025.02.28 06:49:21.848689 [ 4 ] {831d61da-5989-43b8-b4a9-2adca57d426d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002662 sec., 14650.638617580767 rows/sec., 26.25 MiB/sec. | ||
| 5465 | 2025.02.28 06:49:21.848782 [ 4 ] {831d61da-5989-43b8-b4a9-2adca57d426d} <Debug> TCPHandler: Processed in 0.002928255 sec. | ||
| 5466 | 2025.02.28 06:49:21.848992 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5467 | 2025.02.28 06:49:21.849215 [ 255 ] {70914db8-5cc0-40a8-a2e3-62cecd69ab52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5468 | 2025.02.28 06:49:21.849309 [ 255 ] {70914db8-5cc0-40a8-a2e3-62cecd69ab52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5469 | 2025.02.28 06:49:21.850068 [ 255 ] {70914db8-5cc0-40a8-a2e3-62cecd69ab52} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5470 | 2025.02.28 06:49:21.850107 [ 255 ] {70914db8-5cc0-40a8-a2e3-62cecd69ab52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5471 | 2025.02.28 06:49:21.850471 [ 255 ] {70914db8-5cc0-40a8-a2e3-62cecd69ab52} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5472 | 2025.02.28 06:49:21.850703 [ 255 ] {70914db8-5cc0-40a8-a2e3-62cecd69ab52} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5473 | 2025.02.28 06:49:21.850909 [ 255 ] {70914db8-5cc0-40a8-a2e3-62cecd69ab52} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.00175 sec., 33142.857142857145 rows/sec., 2.05 MiB/sec. | ||
| 5474 | 2025.02.28 06:49:21.850958 [ 255 ] {70914db8-5cc0-40a8-a2e3-62cecd69ab52} <Debug> TCPHandler: Processed in 0.002074895 sec. | ||
| 5475 | 2025.02.28 06:49:23.770891 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 782 | ||
| 5476 | 2025.02.28 06:49:23.774278 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5477 | 2025.02.28 06:49:23.774330 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5478 | 2025.02.28 06:49:23.775799 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5479 | 2025.02.28 06:49:23.776113 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5480 | 2025.02.28 06:49:23.777255 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 782 | ||
| 5481 | 2025.02.28 06:49:24.386811 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5482 | 2025.02.28 06:49:24.387002 [ 4 ] {00731dc8-ab1c-424b-96c3-d8f8f13c91fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5483 | 2025.02.28 06:49:24.387076 [ 4 ] {00731dc8-ab1c-424b-96c3-d8f8f13c91fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5484 | 2025.02.28 06:49:24.387849 [ 4 ] {00731dc8-ab1c-424b-96c3-d8f8f13c91fe} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5485 | 2025.02.28 06:49:24.387901 [ 4 ] {00731dc8-ab1c-424b-96c3-d8f8f13c91fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5486 | 2025.02.28 06:49:24.388366 [ 4 ] {00731dc8-ab1c-424b-96c3-d8f8f13c91fe} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5487 | 2025.02.28 06:49:24.388647 [ 4 ] {00731dc8-ab1c-424b-96c3-d8f8f13c91fe} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5488 | 2025.02.28 06:49:24.388856 [ 4 ] {00731dc8-ab1c-424b-96c3-d8f8f13c91fe} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001908 sec., 29350.104821802935 rows/sec., 2.25 MiB/sec. | ||
| 5489 | 2025.02.28 06:49:24.388912 [ 4 ] {00731dc8-ab1c-424b-96c3-d8f8f13c91fe} <Debug> TCPHandler: Processed in 0.002240137 sec. | ||
| 5490 | 2025.02.28 06:49:24.389154 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5491 | 2025.02.28 06:49:24.389349 [ 255 ] {ccf62e1d-f401-467d-a30d-89bc1a4165e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5492 | 2025.02.28 06:49:24.389426 [ 255 ] {ccf62e1d-f401-467d-a30d-89bc1a4165e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5493 | 2025.02.28 06:49:24.390210 [ 255 ] {ccf62e1d-f401-467d-a30d-89bc1a4165e3} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5494 | 2025.02.28 06:49:24.390265 [ 255 ] {ccf62e1d-f401-467d-a30d-89bc1a4165e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5495 | 2025.02.28 06:49:24.390722 [ 255 ] {ccf62e1d-f401-467d-a30d-89bc1a4165e3} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5496 | 2025.02.28 06:49:24.390994 [ 255 ] {ccf62e1d-f401-467d-a30d-89bc1a4165e3} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5497 | 2025.02.28 06:49:24.391231 [ 255 ] {ccf62e1d-f401-467d-a30d-89bc1a4165e3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001935 sec., 33074.93540051679 rows/sec., 2.58 MiB/sec. | ||
| 5498 | 2025.02.28 06:49:24.391307 [ 255 ] {ccf62e1d-f401-467d-a30d-89bc1a4165e3} <Debug> TCPHandler: Processed in 0.002291057 sec. | ||
| 5499 | 2025.02.28 06:49:24.391461 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5500 | 2025.02.28 06:49:24.391584 [ 4 ] {ac1e06fa-11db-46a0-b5fb-a9499630cdfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5501 | 2025.02.28 06:49:24.391638 [ 4 ] {ac1e06fa-11db-46a0-b5fb-a9499630cdfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5502 | 2025.02.28 06:49:24.392223 [ 4 ] {ac1e06fa-11db-46a0-b5fb-a9499630cdfb} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5503 | 2025.02.28 06:49:24.392262 [ 4 ] {ac1e06fa-11db-46a0-b5fb-a9499630cdfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5504 | 2025.02.28 06:49:24.392718 [ 4 ] {ac1e06fa-11db-46a0-b5fb-a9499630cdfb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5505 | 2025.02.28 06:49:24.392961 [ 4 ] {ac1e06fa-11db-46a0-b5fb-a9499630cdfb} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5506 | 2025.02.28 06:49:24.393138 [ 4 ] {ac1e06fa-11db-46a0-b5fb-a9499630cdfb} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001584 sec., 40404.04040404041 rows/sec., 2.81 MiB/sec. | ||
| 5507 | 2025.02.28 06:49:24.393189 [ 4 ] {ac1e06fa-11db-46a0-b5fb-a9499630cdfb} <Debug> TCPHandler: Processed in 0.001783811 sec. | ||
| 5508 | 2025.02.28 06:49:24.393375 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5509 | 2025.02.28 06:49:24.393505 [ 255 ] {4af109d7-4209-4744-ab4f-543272cc2dfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5510 | 2025.02.28 06:49:24.393564 [ 255 ] {4af109d7-4209-4744-ab4f-543272cc2dfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5511 | 2025.02.28 06:49:24.394069 [ 255 ] {4af109d7-4209-4744-ab4f-543272cc2dfb} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5512 | 2025.02.28 06:49:24.394113 [ 255 ] {4af109d7-4209-4744-ab4f-543272cc2dfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5513 | 2025.02.28 06:49:24.394551 [ 255 ] {4af109d7-4209-4744-ab4f-543272cc2dfb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5514 | 2025.02.28 06:49:24.394797 [ 255 ] {4af109d7-4209-4744-ab4f-543272cc2dfb} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5515 | 2025.02.28 06:49:24.395015 [ 255 ] {4af109d7-4209-4744-ab4f-543272cc2dfb} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001541 sec., 15574.302401038287 rows/sec., 1.05 MiB/sec. | ||
| 5516 | 2025.02.28 06:49:24.395074 [ 255 ] {4af109d7-4209-4744-ab4f-543272cc2dfb} <Debug> TCPHandler: Processed in 0.001760892 sec. | ||
| 5517 | 2025.02.28 06:49:26.234233 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444 | ||
| 5518 | 2025.02.28 06:49:26.234998 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5519 | 2025.02.28 06:49:26.235054 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5520 | 2025.02.28 06:49:26.235659 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5521 | 2025.02.28 06:49:26.235916 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5522 | 2025.02.28 06:49:26.236181 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 | ||
| 5523 | 2025.02.28 06:49:27.101259 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5524 | 2025.02.28 06:49:27.120984 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5525 | 2025.02.28 06:49:27.121046 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5526 | 2025.02.28 06:49:27.128370 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5527 | 2025.02.28 06:49:27.129166 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5528 | 2025.02.28 06:49:27.131764 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5529 | 2025.02.28 06:49:29.391047 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5530 | 2025.02.28 06:49:29.391324 [ 4 ] {fe4dfa75-5c0d-418f-98fe-dbd35e55eb22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5531 | 2025.02.28 06:49:29.391396 [ 4 ] {fe4dfa75-5c0d-418f-98fe-dbd35e55eb22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5532 | 2025.02.28 06:49:29.392204 [ 4 ] {fe4dfa75-5c0d-418f-98fe-dbd35e55eb22} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5533 | 2025.02.28 06:49:29.392249 [ 4 ] {fe4dfa75-5c0d-418f-98fe-dbd35e55eb22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5534 | 2025.02.28 06:49:29.392710 [ 4 ] {fe4dfa75-5c0d-418f-98fe-dbd35e55eb22} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5535 | 2025.02.28 06:49:29.392976 [ 4 ] {fe4dfa75-5c0d-418f-98fe-dbd35e55eb22} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5536 | 2025.02.28 06:49:29.393190 [ 4 ] {fe4dfa75-5c0d-418f-98fe-dbd35e55eb22} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001917 sec., 29212.310902451747 rows/sec., 2.24 MiB/sec. | ||
| 5537 | 2025.02.28 06:49:29.393306 [ 4 ] {fe4dfa75-5c0d-418f-98fe-dbd35e55eb22} <Debug> TCPHandler: Processed in 0.002444449 sec. | ||
| 5538 | 2025.02.28 06:49:29.393596 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5539 | 2025.02.28 06:49:29.393809 [ 255 ] {72a1009a-a8b0-4bda-aa02-ea17c360f9c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5540 | 2025.02.28 06:49:29.393893 [ 255 ] {72a1009a-a8b0-4bda-aa02-ea17c360f9c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5541 | 2025.02.28 06:49:29.394695 [ 255 ] {72a1009a-a8b0-4bda-aa02-ea17c360f9c2} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5542 | 2025.02.28 06:49:29.394748 [ 255 ] {72a1009a-a8b0-4bda-aa02-ea17c360f9c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5543 | 2025.02.28 06:49:29.395201 [ 255 ] {72a1009a-a8b0-4bda-aa02-ea17c360f9c2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5544 | 2025.02.28 06:49:29.395452 [ 255 ] {72a1009a-a8b0-4bda-aa02-ea17c360f9c2} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5545 | 2025.02.28 06:49:29.395684 [ 255 ] {72a1009a-a8b0-4bda-aa02-ea17c360f9c2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001933 sec., 33109.156751163995 rows/sec., 2.58 MiB/sec. | ||
| 5546 | 2025.02.28 06:49:29.395742 [ 255 ] {72a1009a-a8b0-4bda-aa02-ea17c360f9c2} <Debug> TCPHandler: Processed in 0.002293008 sec. | ||
| 5547 | 2025.02.28 06:49:29.395906 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5548 | 2025.02.28 06:49:29.396055 [ 4 ] {7b30d13a-f8a5-4a10-8d09-20c2c1e49ede} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5549 | 2025.02.28 06:49:29.396122 [ 4 ] {7b30d13a-f8a5-4a10-8d09-20c2c1e49ede} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5550 | 2025.02.28 06:49:29.396716 [ 4 ] {7b30d13a-f8a5-4a10-8d09-20c2c1e49ede} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5551 | 2025.02.28 06:49:29.396754 [ 4 ] {7b30d13a-f8a5-4a10-8d09-20c2c1e49ede} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5552 | 2025.02.28 06:49:29.397165 [ 4 ] {7b30d13a-f8a5-4a10-8d09-20c2c1e49ede} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5553 | 2025.02.28 06:49:29.397440 [ 4 ] {7b30d13a-f8a5-4a10-8d09-20c2c1e49ede} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5554 | 2025.02.28 06:49:29.397659 [ 4 ] {7b30d13a-f8a5-4a10-8d09-20c2c1e49ede} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001632 sec., 98039.21568627452 rows/sec., 6.83 MiB/sec. | ||
| 5555 | 2025.02.28 06:49:29.397735 [ 4 ] {7b30d13a-f8a5-4a10-8d09-20c2c1e49ede} <Debug> TCPHandler: Processed in 0.001896453 sec. | ||
| 5556 | 2025.02.28 06:49:29.398052 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5557 | 2025.02.28 06:49:29.398257 [ 255 ] {533fddc4-3adc-4bea-8032-3c921060c5f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5558 | 2025.02.28 06:49:29.398310 [ 255 ] {533fddc4-3adc-4bea-8032-3c921060c5f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5559 | 2025.02.28 06:49:29.398812 [ 255 ] {533fddc4-3adc-4bea-8032-3c921060c5f7} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5560 | 2025.02.28 06:49:29.398851 [ 255 ] {533fddc4-3adc-4bea-8032-3c921060c5f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5561 | 2025.02.28 06:49:29.399227 [ 255 ] {533fddc4-3adc-4bea-8032-3c921060c5f7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5562 | 2025.02.28 06:49:29.399463 [ 255 ] {533fddc4-3adc-4bea-8032-3c921060c5f7} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5563 | 2025.02.28 06:49:29.399656 [ 255 ] {533fddc4-3adc-4bea-8032-3c921060c5f7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001439 sec., 41695.62195969423 rows/sec., 2.81 MiB/sec. | ||
| 5564 | 2025.02.28 06:49:29.399703 [ 255 ] {533fddc4-3adc-4bea-8032-3c921060c5f7} <Debug> TCPHandler: Processed in 0.001849012 sec. | ||
| 5565 | 2025.02.28 06:49:32.055313 [ 95 ] {} <Debug> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5566 | 2025.02.28 06:49:32.055379 [ 95 ] {} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5567 | 2025.02.28 06:49:32.055402 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5568 | 2025.02.28 06:49:32.055648 [ 189 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::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 | ||
| 5569 | 2025.02.28 06:49:32.055835 [ 189 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5570 | 2025.02.28 06:49:32.055879 [ 189 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
| 5571 | 2025.02.28 06:49:32.055985 [ 189 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::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 | ||
| 5572 | 2025.02.28 06:49:32.056079 [ 189 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part | ||
| 5573 | 2025.02.28 06:49:32.056326 [ 189 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 5574 | 2025.02.28 06:49:32.056441 [ 189 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
| 5575 | 2025.02.28 06:49:32.057485 [ 186 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.001992564 sec., 24089.565002679963 rows/sec., 2.01 MiB/sec. | ||
| 5576 | 2025.02.28 06:49:32.057635 [ 189 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5577 | 2025.02.28 06:49:32.057906 [ 189 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_5_1} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5578 | 2025.02.28 06:49:32.057981 [ 189 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_5_1} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5579 | 2025.02.28 06:49:32.058053 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5580 | 2025.02.28 06:49:32.134871 [ 95 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
| 5581 | 2025.02.28 06:49:32.134915 [ 95 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5582 | 2025.02.28 06:49:32.134938 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5583 | 2025.02.28 06:49:32.135149 [ 197 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
| 5584 | 2025.02.28 06:49:32.135331 [ 197 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5585 | 2025.02.28 06:49:32.135370 [ 197 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part | ||
| 5586 | 2025.02.28 06:49:32.135463 [ 197 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5587 | 2025.02.28 06:49:32.135654 [ 197 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 5588 | 2025.02.28 06:49:32.135784 [ 197 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 5589 | 2025.02.28 06:49:32.135964 [ 197 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 5590 | 2025.02.28 06:49:32.136980 [ 186 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.001969064 sec., 9141.399162241552 rows/sec., 615.97 KiB/sec. | ||
| 5591 | 2025.02.28 06:49:32.137152 [ 186 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
| 5592 | 2025.02.28 06:49:32.137475 [ 186 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_18_4} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5593 | 2025.02.28 06:49:32.137560 [ 186 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_18_4} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
| 5594 | 2025.02.28 06:49:32.137658 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5595 | 2025.02.28 06:49:33.619936 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5596 | 2025.02.28 06:49:33.619995 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5597 | 2025.02.28 06:49:33.736447 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871 | ||
| 5598 | 2025.02.28 06:49:33.737083 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5599 | 2025.02.28 06:49:33.737128 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5600 | 2025.02.28 06:49:33.737677 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5601 | 2025.02.28 06:49:33.737937 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5602 | 2025.02.28 06:49:33.738161 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5603 | 2025.02.28 06:49:33.777689 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 798 | ||
| 5604 | 2025.02.28 06:49:33.780442 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5605 | 2025.02.28 06:49:33.780502 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5606 | 2025.02.28 06:49:33.781991 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5607 | 2025.02.28 06:49:33.782318 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5608 | 2025.02.28 06:49:33.782982 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 798 | ||
| 5609 | 2025.02.28 06:49:34.399429 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5610 | 2025.02.28 06:49:34.399641 [ 4 ] {62fa5b84-2184-4f34-b58f-79d1c8433baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5611 | 2025.02.28 06:49:34.399721 [ 4 ] {62fa5b84-2184-4f34-b58f-79d1c8433baa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5612 | 2025.02.28 06:49:34.400650 [ 4 ] {62fa5b84-2184-4f34-b58f-79d1c8433baa} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5613 | 2025.02.28 06:49:34.400699 [ 4 ] {62fa5b84-2184-4f34-b58f-79d1c8433baa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5614 | 2025.02.28 06:49:34.401174 [ 4 ] {62fa5b84-2184-4f34-b58f-79d1c8433baa} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5615 | 2025.02.28 06:49:34.401646 [ 4 ] {62fa5b84-2184-4f34-b58f-79d1c8433baa} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5616 | 2025.02.28 06:49:34.401853 [ 4 ] {62fa5b84-2184-4f34-b58f-79d1c8433baa} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002269 sec., 93433.23049801674 rows/sec., 5.94 MiB/sec. | ||
| 5617 | 2025.02.28 06:49:34.401908 [ 4 ] {62fa5b84-2184-4f34-b58f-79d1c8433baa} <Debug> TCPHandler: Processed in 0.002617422 sec. | ||
| 5618 | 2025.02.28 06:49:34.402175 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5619 | 2025.02.28 06:49:34.402374 [ 255 ] {3fbe4242-d3d8-411e-98bc-8c83815cc338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5620 | 2025.02.28 06:49:34.402450 [ 255 ] {3fbe4242-d3d8-411e-98bc-8c83815cc338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5621 | 2025.02.28 06:49:34.403576 [ 255 ] {3fbe4242-d3d8-411e-98bc-8c83815cc338} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5622 | 2025.02.28 06:49:34.403626 [ 255 ] {3fbe4242-d3d8-411e-98bc-8c83815cc338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5623 | 2025.02.28 06:49:34.404116 [ 255 ] {3fbe4242-d3d8-411e-98bc-8c83815cc338} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5624 | 2025.02.28 06:49:34.404383 [ 255 ] {3fbe4242-d3d8-411e-98bc-8c83815cc338} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5625 | 2025.02.28 06:49:34.404659 [ 255 ] {3fbe4242-d3d8-411e-98bc-8c83815cc338} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002334 sec., 297772.0651242502 rows/sec., 23.77 MiB/sec. | ||
| 5626 | 2025.02.28 06:49:34.404805 [ 255 ] {3fbe4242-d3d8-411e-98bc-8c83815cc338} <Debug> TCPHandler: Processed in 0.002768663 sec. | ||
| 5627 | 2025.02.28 06:49:34.405059 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5628 | 2025.02.28 06:49:34.405210 [ 4 ] {a15c7a0e-faf1-452a-89e8-610a851fc81a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5629 | 2025.02.28 06:49:34.405281 [ 4 ] {a15c7a0e-faf1-452a-89e8-610a851fc81a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5630 | 2025.02.28 06:49:34.405984 [ 4 ] {a15c7a0e-faf1-452a-89e8-610a851fc81a} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5631 | 2025.02.28 06:49:34.406032 [ 4 ] {a15c7a0e-faf1-452a-89e8-610a851fc81a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5632 | 2025.02.28 06:49:34.406447 [ 4 ] {a15c7a0e-faf1-452a-89e8-610a851fc81a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5633 | 2025.02.28 06:49:34.406695 [ 4 ] {a15c7a0e-faf1-452a-89e8-610a851fc81a} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5634 | 2025.02.28 06:49:34.406871 [ 4 ] {a15c7a0e-faf1-452a-89e8-610a851fc81a} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001692 sec., 85697.39952718676 rows/sec., 5.38 MiB/sec. | ||
| 5635 | 2025.02.28 06:49:34.406922 [ 4 ] {a15c7a0e-faf1-452a-89e8-610a851fc81a} <Debug> TCPHandler: Processed in 0.001997344 sec. | ||
| 5636 | 2025.02.28 06:49:34.407111 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5637 | 2025.02.28 06:49:34.407256 [ 255 ] {b8a35a5e-3e14-4cf7-9446-9fcd69dccd36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5638 | 2025.02.28 06:49:34.407314 [ 255 ] {b8a35a5e-3e14-4cf7-9446-9fcd69dccd36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5639 | 2025.02.28 06:49:34.407982 [ 255 ] {b8a35a5e-3e14-4cf7-9446-9fcd69dccd36} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5640 | 2025.02.28 06:49:34.408024 [ 255 ] {b8a35a5e-3e14-4cf7-9446-9fcd69dccd36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5641 | 2025.02.28 06:49:34.408409 [ 255 ] {b8a35a5e-3e14-4cf7-9446-9fcd69dccd36} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5642 | 2025.02.28 06:49:34.408653 [ 255 ] {b8a35a5e-3e14-4cf7-9446-9fcd69dccd36} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5643 | 2025.02.28 06:49:34.408875 [ 255 ] {b8a35a5e-3e14-4cf7-9446-9fcd69dccd36} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001652 sec., 68401.93704600484 rows/sec., 4.43 MiB/sec. | ||
| 5644 | 2025.02.28 06:49:34.408935 [ 255 ] {b8a35a5e-3e14-4cf7-9446-9fcd69dccd36} <Debug> TCPHandler: Processed in 0.001903403 sec. | ||
| 5645 | 2025.02.28 06:49:34.409093 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5646 | 2025.02.28 06:49:34.409213 [ 4 ] {d3ac5568-2e11-46b5-bd6f-b45cbcd7fa3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5647 | 2025.02.28 06:49:34.409261 [ 4 ] {d3ac5568-2e11-46b5-bd6f-b45cbcd7fa3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5648 | 2025.02.28 06:49:34.409893 [ 4 ] {d3ac5568-2e11-46b5-bd6f-b45cbcd7fa3a} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5649 | 2025.02.28 06:49:34.409944 [ 4 ] {d3ac5568-2e11-46b5-bd6f-b45cbcd7fa3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5650 | 2025.02.28 06:49:34.410319 [ 4 ] {d3ac5568-2e11-46b5-bd6f-b45cbcd7fa3a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5651 | 2025.02.28 06:49:34.410575 [ 4 ] {d3ac5568-2e11-46b5-bd6f-b45cbcd7fa3a} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5652 | 2025.02.28 06:49:34.410790 [ 4 ] {d3ac5568-2e11-46b5-bd6f-b45cbcd7fa3a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.0016 sec., 70000 rows/sec., 3.99 MiB/sec. | ||
| 5653 | 2025.02.28 06:49:34.411015 [ 4 ] {d3ac5568-2e11-46b5-bd6f-b45cbcd7fa3a} <Debug> TCPHandler: Processed in 0.001978053 sec. | ||
| 5654 | 2025.02.28 06:49:34.411172 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5655 | 2025.02.28 06:49:34.411294 [ 255 ] {329201c1-9319-4122-8430-5d8b700fbbe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5656 | 2025.02.28 06:49:34.411345 [ 255 ] {329201c1-9319-4122-8430-5d8b700fbbe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5657 | 2025.02.28 06:49:34.412239 [ 255 ] {329201c1-9319-4122-8430-5d8b700fbbe6} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5658 | 2025.02.28 06:49:34.412287 [ 255 ] {329201c1-9319-4122-8430-5d8b700fbbe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5659 | 2025.02.28 06:49:34.412702 [ 255 ] {329201c1-9319-4122-8430-5d8b700fbbe6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5660 | 2025.02.28 06:49:34.412947 [ 255 ] {329201c1-9319-4122-8430-5d8b700fbbe6} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5661 | 2025.02.28 06:49:34.413184 [ 255 ] {329201c1-9319-4122-8430-5d8b700fbbe6} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001916 sec., 219728.6012526096 rows/sec., 15.65 MiB/sec. | ||
| 5662 | 2025.02.28 06:49:34.413238 [ 255 ] {329201c1-9319-4122-8430-5d8b700fbbe6} <Debug> TCPHandler: Processed in 0.002123675 sec. | ||
| 5663 | 2025.02.28 06:49:34.413399 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5664 | 2025.02.28 06:49:34.413541 [ 4 ] {c78feaa9-aa2f-4a25-bdfd-665cc6557627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5665 | 2025.02.28 06:49:34.413600 [ 4 ] {c78feaa9-aa2f-4a25-bdfd-665cc6557627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5666 | 2025.02.28 06:49:34.414185 [ 4 ] {c78feaa9-aa2f-4a25-bdfd-665cc6557627} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5667 | 2025.02.28 06:49:34.414229 [ 4 ] {c78feaa9-aa2f-4a25-bdfd-665cc6557627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5668 | 2025.02.28 06:49:34.414624 [ 4 ] {c78feaa9-aa2f-4a25-bdfd-665cc6557627} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5669 | 2025.02.28 06:49:34.414868 [ 4 ] {c78feaa9-aa2f-4a25-bdfd-665cc6557627} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5670 | 2025.02.28 06:49:34.415047 [ 4 ] {c78feaa9-aa2f-4a25-bdfd-665cc6557627} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001537 sec., 3903.7085230969424 rows/sec., 203.95 KiB/sec. | ||
| 5671 | 2025.02.28 06:49:34.415095 [ 4 ] {c78feaa9-aa2f-4a25-bdfd-665cc6557627} <Debug> TCPHandler: Processed in 0.001767291 sec. | ||
| 5672 | 2025.02.28 06:49:34.415236 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5673 | 2025.02.28 06:49:34.415356 [ 255 ] {6e50c288-4a63-407a-8851-94b08fb6ef02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5674 | 2025.02.28 06:49:34.415411 [ 255 ] {6e50c288-4a63-407a-8851-94b08fb6ef02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5675 | 2025.02.28 06:49:34.416111 [ 255 ] {6e50c288-4a63-407a-8851-94b08fb6ef02} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5676 | 2025.02.28 06:49:34.416157 [ 255 ] {6e50c288-4a63-407a-8851-94b08fb6ef02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5677 | 2025.02.28 06:49:34.416592 [ 255 ] {6e50c288-4a63-407a-8851-94b08fb6ef02} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5678 | 2025.02.28 06:49:34.416853 [ 255 ] {6e50c288-4a63-407a-8851-94b08fb6ef02} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5679 | 2025.02.28 06:49:34.417119 [ 255 ] {6e50c288-4a63-407a-8851-94b08fb6ef02} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001779 sec., 133220.91062394605 rows/sec., 8.93 MiB/sec. | ||
| 5680 | 2025.02.28 06:49:34.417281 [ 255 ] {6e50c288-4a63-407a-8851-94b08fb6ef02} <Debug> TCPHandler: Processed in 0.002099936 sec. | ||
| 5681 | 2025.02.28 06:49:34.417491 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5682 | 2025.02.28 06:49:34.417629 [ 4 ] {4e8b4e9e-7011-4460-8b98-d412f8a15dc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5683 | 2025.02.28 06:49:34.417688 [ 4 ] {4e8b4e9e-7011-4460-8b98-d412f8a15dc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5684 | 2025.02.28 06:49:34.418226 [ 4 ] {4e8b4e9e-7011-4460-8b98-d412f8a15dc9} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5685 | 2025.02.28 06:49:34.418270 [ 4 ] {4e8b4e9e-7011-4460-8b98-d412f8a15dc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5686 | 2025.02.28 06:49:34.418652 [ 4 ] {4e8b4e9e-7011-4460-8b98-d412f8a15dc9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5687 | 2025.02.28 06:49:34.418893 [ 4 ] {4e8b4e9e-7011-4460-8b98-d412f8a15dc9} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5688 | 2025.02.28 06:49:34.419072 [ 4 ] {4e8b4e9e-7011-4460-8b98-d412f8a15dc9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001472 sec., 679.3478260869565 rows/sec., 45.78 KiB/sec. | ||
| 5689 | 2025.02.28 06:49:34.419119 [ 4 ] {4e8b4e9e-7011-4460-8b98-d412f8a15dc9} <Debug> TCPHandler: Processed in 0.001734141 sec. | ||
| 5690 | 2025.02.28 06:49:34.419265 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5691 | 2025.02.28 06:49:34.419385 [ 255 ] {56e63d9f-2507-4cbb-a193-2e99a2674431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5692 | 2025.02.28 06:49:34.419481 [ 255 ] {56e63d9f-2507-4cbb-a193-2e99a2674431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5693 | 2025.02.28 06:49:34.420779 [ 255 ] {56e63d9f-2507-4cbb-a193-2e99a2674431} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5694 | 2025.02.28 06:49:34.420818 [ 255 ] {56e63d9f-2507-4cbb-a193-2e99a2674431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5695 | 2025.02.28 06:49:34.421494 [ 255 ] {56e63d9f-2507-4cbb-a193-2e99a2674431} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5696 | 2025.02.28 06:49:34.421752 [ 255 ] {56e63d9f-2507-4cbb-a193-2e99a2674431} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5697 | 2025.02.28 06:49:34.421985 [ 255 ] {56e63d9f-2507-4cbb-a193-2e99a2674431} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002627 sec., 14845.831747240198 rows/sec., 26.60 MiB/sec. | ||
| 5698 | 2025.02.28 06:49:34.422080 [ 255 ] {56e63d9f-2507-4cbb-a193-2e99a2674431} <Debug> TCPHandler: Processed in 0.002870914 sec. | ||
| 5699 | 2025.02.28 06:49:34.422220 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5700 | 2025.02.28 06:49:34.422339 [ 4 ] {16d38361-5835-4683-b024-308021dbce69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5701 | 2025.02.28 06:49:34.422388 [ 4 ] {16d38361-5835-4683-b024-308021dbce69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5702 | 2025.02.28 06:49:34.422880 [ 4 ] {16d38361-5835-4683-b024-308021dbce69} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5703 | 2025.02.28 06:49:34.422916 [ 4 ] {16d38361-5835-4683-b024-308021dbce69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5704 | 2025.02.28 06:49:34.423288 [ 4 ] {16d38361-5835-4683-b024-308021dbce69} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 5705 | 2025.02.28 06:49:34.423530 [ 4 ] {16d38361-5835-4683-b024-308021dbce69} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5706 | 2025.02.28 06:49:34.423747 [ 4 ] {16d38361-5835-4683-b024-308021dbce69} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001425 sec., 57543.8596491228 rows/sec., 3.65 MiB/sec. | ||
| 5707 | 2025.02.28 06:49:34.423859 [ 4 ] {16d38361-5835-4683-b024-308021dbce69} <Debug> TCPHandler: Processed in 0.00169226 sec. | ||
| 5708 | 2025.02.28 06:49:34.631967 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 5709 | 2025.02.28 06:49:34.652218 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5710 | 2025.02.28 06:49:34.652277 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 5711 | 2025.02.28 06:49:34.659766 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5712 | 2025.02.28 06:49:34.660573 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5713 | 2025.02.28 06:49:34.663220 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 5714 | 2025.02.28 06:49:35.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.97 MiB, peak 201.75 MiB, free memory in arenas 0.00 B, will set to 193.88 MiB (RSS), difference: -1.10 MiB | ||
| 5715 | 2025.02.28 06:49:39.391384 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5716 | 2025.02.28 06:49:39.391590 [ 4 ] {cd0ec4ce-edeb-4ab9-b4a7-332dc37dbdf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5717 | 2025.02.28 06:49:39.391664 [ 4 ] {cd0ec4ce-edeb-4ab9-b4a7-332dc37dbdf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5718 | 2025.02.28 06:49:39.392425 [ 4 ] {cd0ec4ce-edeb-4ab9-b4a7-332dc37dbdf8} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5719 | 2025.02.28 06:49:39.392477 [ 4 ] {cd0ec4ce-edeb-4ab9-b4a7-332dc37dbdf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5720 | 2025.02.28 06:49:39.392926 [ 4 ] {cd0ec4ce-edeb-4ab9-b4a7-332dc37dbdf8} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5721 | 2025.02.28 06:49:39.393178 [ 4 ] {cd0ec4ce-edeb-4ab9-b4a7-332dc37dbdf8} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5722 | 2025.02.28 06:49:39.393388 [ 169 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5723 | 2025.02.28 06:49:39.393418 [ 4 ] {cd0ec4ce-edeb-4ab9-b4a7-332dc37dbdf8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001879 sec., 29803.086748270358 rows/sec., 2.29 MiB/sec. | ||
| 5724 | 2025.02.28 06:49:39.393484 [ 169 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5725 | 2025.02.28 06:49:39.393557 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5726 | 2025.02.28 06:49:39.393565 [ 4 ] {cd0ec4ce-edeb-4ab9-b4a7-332dc37dbdf8} <Debug> TCPHandler: Processed in 0.002317487 sec. | ||
| 5727 | 2025.02.28 06:49:39.393831 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 5728 | 2025.02.28 06:49:39.393914 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5729 | 2025.02.28 06:49:39.394033 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5730 | 2025.02.28 06:49:39.394108 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1844 rows starting from the beginning of the part | ||
| 5731 | 2025.02.28 06:49:39.394176 [ 255 ] {4e308c34-6773-47c6-b048-936c4d876bc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5732 | 2025.02.28 06:49:39.394307 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1843 rows starting from the beginning of the part | ||
| 5733 | 2025.02.28 06:49:39.394399 [ 255 ] {4e308c34-6773-47c6-b048-936c4d876bc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5734 | 2025.02.28 06:49:39.394630 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part | ||
| 5735 | 2025.02.28 06:49:39.394988 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part | ||
| 5736 | 2025.02.28 06:49:39.395305 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 695 rows starting from the beginning of the part | ||
| 5737 | 2025.02.28 06:49:39.395649 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 5738 | 2025.02.28 06:49:39.397335 [ 255 ] {4e308c34-6773-47c6-b048-936c4d876bc8} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5739 | 2025.02.28 06:49:39.397395 [ 255 ] {4e308c34-6773-47c6-b048-936c4d876bc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5740 | 2025.02.28 06:49:39.398483 [ 255 ] {4e308c34-6773-47c6-b048-936c4d876bc8} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5741 | 2025.02.28 06:49:39.398796 [ 255 ] {4e308c34-6773-47c6-b048-936c4d876bc8} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5742 | 2025.02.28 06:49:39.398965 [ 169 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5743 | 2025.02.28 06:49:39.399010 [ 169 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5744 | 2025.02.28 06:49:39.399040 [ 255 ] {4e308c34-6773-47c6-b048-936c4d876bc8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004956 sec., 12913.6400322841 rows/sec., 1.01 MiB/sec. | ||
| 5745 | 2025.02.28 06:49:39.399043 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5746 | 2025.02.28 06:49:39.399438 [ 255 ] {4e308c34-6773-47c6-b048-936c4d876bc8} <Debug> TCPHandler: Processed in 0.005727968 sec. | ||
| 5747 | 2025.02.28 06:49:39.399639 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 5748 | 2025.02.28 06:49:39.399807 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5749 | 2025.02.28 06:49:39.400125 [ 199 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4550 rows, containing 5 columns (5 merged, 0 gathered) in 0.006428187 sec., 707820.1054200819 rows/sec., 60.13 MiB/sec. | ||
| 5750 | 2025.02.28 06:49:39.400164 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5751 | 2025.02.28 06:49:39.400200 [ 4 ] {3b666e49-1c5e-490b-ab27-83290808afdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5752 | 2025.02.28 06:49:39.400255 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part | ||
| 5753 | 2025.02.28 06:49:39.400336 [ 4 ] {3b666e49-1c5e-490b-ab27-83290808afdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5754 | 2025.02.28 06:49:39.400578 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5755 | 2025.02.28 06:49:39.400581 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 893 rows starting from the beginning of the part | ||
| 5756 | 2025.02.28 06:49:39.401197 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part | ||
| 5757 | 2025.02.28 06:49:39.401865 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part | ||
| 5758 | 2025.02.28 06:49:39.402104 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_46_9} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5759 | 2025.02.28 06:49:39.402466 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 421 rows starting from the beginning of the part | ||
| 5760 | 2025.02.28 06:49:39.402590 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_46_9} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5761 | 2025.02.28 06:49:39.403003 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 5762 | 2025.02.28 06:49:39.403021 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 5763 | 2025.02.28 06:49:39.404229 [ 4 ] {3b666e49-1c5e-490b-ab27-83290808afdb} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5764 | 2025.02.28 06:49:39.404294 [ 4 ] {3b666e49-1c5e-490b-ab27-83290808afdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5765 | 2025.02.28 06:49:39.405463 [ 4 ] {3b666e49-1c5e-490b-ab27-83290808afdb} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5766 | 2025.02.28 06:49:39.405851 [ 4 ] {3b666e49-1c5e-490b-ab27-83290808afdb} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5767 | 2025.02.28 06:49:39.406246 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.007038884 sec., 343662.43285157136 rows/sec., 26.32 MiB/sec. | ||
| 5768 | 2025.02.28 06:49:39.406277 [ 169 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5769 | 2025.02.28 06:49:39.406418 [ 169 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5770 | 2025.02.28 06:49:39.406495 [ 4 ] {3b666e49-1c5e-490b-ab27-83290808afdb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006392 sec., 25031.289111389236 rows/sec., 1.74 MiB/sec. | ||
| 5771 | 2025.02.28 06:49:39.406498 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5772 | 2025.02.28 06:49:39.406583 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5773 | 2025.02.28 06:49:39.406785 [ 4 ] {3b666e49-1c5e-490b-ab27-83290808afdb} <Debug> TCPHandler: Processed in 0.007169565 sec. | ||
| 5774 | 2025.02.28 06:49:39.407043 [ 199 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 5775 | 2025.02.28 06:49:39.407162 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5776 | 2025.02.28 06:49:39.407527 [ 199 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5777 | 2025.02.28 06:49:39.407579 [ 255 ] {fc26d9e3-6da3-4c02-9d03-309671aa20a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5778 | 2025.02.28 06:49:39.407590 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_46_9} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5779 | 2025.02.28 06:49:39.407624 [ 199 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12575 rows starting from the beginning of the part | ||
| 5780 | 2025.02.28 06:49:39.407867 [ 255 ] {fc26d9e3-6da3-4c02-9d03-309671aa20a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5781 | 2025.02.28 06:49:39.407972 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_46_9} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5782 | 2025.02.28 06:49:39.408061 [ 199 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1027 rows starting from the beginning of the part | ||
| 5783 | 2025.02.28 06:49:39.408286 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 5784 | 2025.02.28 06:49:39.408461 [ 199 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part | ||
| 5785 | 2025.02.28 06:49:39.408813 [ 199 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
| 5786 | 2025.02.28 06:49:39.409206 [ 199 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part | ||
| 5787 | 2025.02.28 06:49:39.409553 [ 199 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part | ||
| 5788 | 2025.02.28 06:49:39.410541 [ 255 ] {fc26d9e3-6da3-4c02-9d03-309671aa20a8} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5789 | 2025.02.28 06:49:39.410608 [ 255 ] {fc26d9e3-6da3-4c02-9d03-309671aa20a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5790 | 2025.02.28 06:49:39.411175 [ 255 ] {fc26d9e3-6da3-4c02-9d03-309671aa20a8} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 5791 | 2025.02.28 06:49:39.411513 [ 255 ] {fc26d9e3-6da3-4c02-9d03-309671aa20a8} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5792 | 2025.02.28 06:49:39.411693 [ 169 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 5793 | 2025.02.28 06:49:39.411782 [ 169 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5794 | 2025.02.28 06:49:39.411861 [ 169 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5795 | 2025.02.28 06:49:39.411936 [ 255 ] {fc26d9e3-6da3-4c02-9d03-309671aa20a8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004507 sec., 13312.624805857557 rows/sec., 918.71 KiB/sec. | ||
| 5796 | 2025.02.28 06:49:39.412444 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 5797 | 2025.02.28 06:49:39.413223 [ 255 ] {fc26d9e3-6da3-4c02-9d03-309671aa20a8} <Debug> TCPHandler: Processed in 0.006273046 sec. | ||
| 5798 | 2025.02.28 06:49:39.413623 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5799 | 2025.02.28 06:49:39.413713 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2498 rows starting from the beginning of the part | ||
| 5800 | 2025.02.28 06:49:39.413984 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 58 rows starting from the beginning of the part | ||
| 5801 | 2025.02.28 06:49:39.414346 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 24 rows starting from the beginning of the part | ||
| 5802 | 2025.02.28 06:49:39.414504 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
| 5803 | 2025.02.28 06:49:39.414687 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part | ||
| 5804 | 2025.02.28 06:49:39.414806 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
| 5805 | 2025.02.28 06:49:39.417383 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2782 rows, containing 4 columns (4 merged, 0 gathered) in 0.005393125 sec., 515841.92838104063 rows/sec., 33.64 MiB/sec. | ||
| 5806 | 2025.02.28 06:49:39.417925 [ 201 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5807 | 2025.02.28 06:49:39.418066 [ 199 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14223 rows, containing 5 columns (5 merged, 0 gathered) in 0.011370307 sec., 1250889.7077273289 rows/sec., 84.45 MiB/sec. | ||
| 5808 | 2025.02.28 06:49:39.418417 [ 201 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_46_9} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5809 | 2025.02.28 06:49:39.418547 [ 201 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_46_9} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5810 | 2025.02.28 06:49:39.418659 [ 196 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 5811 | 2025.02.28 06:49:39.418706 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5812 | 2025.02.28 06:49:39.419051 [ 196 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5813 | 2025.02.28 06:49:39.419137 [ 196 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 5814 | 2025.02.28 06:49:39.419233 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.67 MiB. | ||
| 5815 | 2025.02.28 06:49:41.238392 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359 | ||
| 5816 | 2025.02.28 06:49:41.239095 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5817 | 2025.02.28 06:49:41.239141 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5818 | 2025.02.28 06:49:41.239668 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5819 | 2025.02.28 06:49:41.239921 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5820 | 2025.02.28 06:49:41.240156 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 | ||
| 5821 | 2025.02.28 06:49:42.163393 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 5822 | 2025.02.28 06:49:42.184977 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5823 | 2025.02.28 06:49:42.185037 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5824 | 2025.02.28 06:49:42.192435 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5825 | 2025.02.28 06:49:42.193220 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5826 | 2025.02.28 06:49:42.196924 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5827 | 2025.02.28 06:49:43.783257 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 828 | ||
| 5828 | 2025.02.28 06:49:43.786396 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5829 | 2025.02.28 06:49:43.786456 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5830 | 2025.02.28 06:49:43.787931 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5831 | 2025.02.28 06:49:43.788250 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5832 | 2025.02.28 06:49:43.788486 [ 59 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5833 | 2025.02.28 06:49:43.788614 [ 59 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5834 | 2025.02.28 06:49:43.788681 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5835 | 2025.02.28 06:49:43.789156 [ 194 ] {885f53be-7430-4b34-b89a-ac37c386aff3::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 | ||
| 5836 | 2025.02.28 06:49:43.790343 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 828 | ||
| 5837 | 2025.02.28 06:49:43.790627 [ 194 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5838 | 2025.02.28 06:49:43.790758 [ 194 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 682 rows starting from the beginning of the part | ||
| 5839 | 2025.02.28 06:49:43.791361 [ 194 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part | ||
| 5840 | 2025.02.28 06:49:43.791803 [ 194 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
| 5841 | 2025.02.28 06:49:43.792246 [ 194 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 54 rows starting from the beginning of the part | ||
| 5842 | 2025.02.28 06:49:43.792684 [ 194 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part | ||
| 5843 | 2025.02.28 06:49:43.793129 [ 194 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part | ||
| 5844 | 2025.02.28 06:49:43.800642 [ 200 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 828 rows, containing 72 columns (72 merged, 0 gathered) in 0.011837801 sec., 69945.42314066607 rows/sec., 57.95 MiB/sec. | ||
| 5845 | 2025.02.28 06:49:43.801947 [ 191 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5846 | 2025.02.28 06:49:43.802801 [ 191 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_21_4} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5847 | 2025.02.28 06:49:43.802896 [ 191 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_21_4} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5848 | 2025.02.28 06:49:43.803245 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. | ||
| 5849 | 2025.02.28 06:49:44.400026 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5850 | 2025.02.28 06:49:44.400217 [ 4 ] {e587d016-0f2e-42f2-ad3b-0f55e10dae3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5851 | 2025.02.28 06:49:44.400290 [ 4 ] {e587d016-0f2e-42f2-ad3b-0f55e10dae3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5852 | 2025.02.28 06:49:44.401156 [ 4 ] {e587d016-0f2e-42f2-ad3b-0f55e10dae3c} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5853 | 2025.02.28 06:49:44.401208 [ 4 ] {e587d016-0f2e-42f2-ad3b-0f55e10dae3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5854 | 2025.02.28 06:49:44.401657 [ 4 ] {e587d016-0f2e-42f2-ad3b-0f55e10dae3c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5855 | 2025.02.28 06:49:44.401912 [ 4 ] {e587d016-0f2e-42f2-ad3b-0f55e10dae3c} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5856 | 2025.02.28 06:49:44.402114 [ 4 ] {e587d016-0f2e-42f2-ad3b-0f55e10dae3c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001951 sec., 108662.22450025627 rows/sec., 6.91 MiB/sec. | ||
| 5857 | 2025.02.28 06:49:44.402175 [ 4 ] {e587d016-0f2e-42f2-ad3b-0f55e10dae3c} <Debug> TCPHandler: Processed in 0.002288518 sec. | ||
| 5858 | 2025.02.28 06:49:44.402432 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5859 | 2025.02.28 06:49:44.402624 [ 255 ] {a7840ce8-9919-4550-bc30-ac55776772ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5860 | 2025.02.28 06:49:44.402701 [ 255 ] {a7840ce8-9919-4550-bc30-ac55776772ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5861 | 2025.02.28 06:49:44.403836 [ 255 ] {a7840ce8-9919-4550-bc30-ac55776772ca} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5862 | 2025.02.28 06:49:44.403887 [ 255 ] {a7840ce8-9919-4550-bc30-ac55776772ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5863 | 2025.02.28 06:49:44.404378 [ 255 ] {a7840ce8-9919-4550-bc30-ac55776772ca} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5864 | 2025.02.28 06:49:44.404638 [ 255 ] {a7840ce8-9919-4550-bc30-ac55776772ca} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5865 | 2025.02.28 06:49:44.404871 [ 255 ] {a7840ce8-9919-4550-bc30-ac55776772ca} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002301 sec., 302042.5901781834 rows/sec., 24.11 MiB/sec. | ||
| 5866 | 2025.02.28 06:49:44.404936 [ 255 ] {a7840ce8-9919-4550-bc30-ac55776772ca} <Debug> TCPHandler: Processed in 0.002638592 sec. | ||
| 5867 | 2025.02.28 06:49:44.405123 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5868 | 2025.02.28 06:49:44.405270 [ 4 ] {06581b55-a683-4579-aec2-cd2caa7fa6ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5869 | 2025.02.28 06:49:44.405332 [ 4 ] {06581b55-a683-4579-aec2-cd2caa7fa6ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5870 | 2025.02.28 06:49:44.406033 [ 4 ] {06581b55-a683-4579-aec2-cd2caa7fa6ce} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5871 | 2025.02.28 06:49:44.406072 [ 4 ] {06581b55-a683-4579-aec2-cd2caa7fa6ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5872 | 2025.02.28 06:49:44.406450 [ 4 ] {06581b55-a683-4579-aec2-cd2caa7fa6ce} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5873 | 2025.02.28 06:49:44.406691 [ 4 ] {06581b55-a683-4579-aec2-cd2caa7fa6ce} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5874 | 2025.02.28 06:49:44.406823 [ 56 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5875 | 2025.02.28 06:49:44.406871 [ 56 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5876 | 2025.02.28 06:49:44.406884 [ 4 ] {06581b55-a683-4579-aec2-cd2caa7fa6ce} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001651 sec., 87825.56026650516 rows/sec., 5.51 MiB/sec. | ||
| 5877 | 2025.02.28 06:49:44.406899 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5878 | 2025.02.28 06:49:44.406986 [ 4 ] {06581b55-a683-4579-aec2-cd2caa7fa6ce} <Debug> TCPHandler: Processed in 0.001928013 sec. | ||
| 5879 | 2025.02.28 06:49:44.407169 [ 195 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::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 | ||
| 5880 | 2025.02.28 06:49:44.407214 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5881 | 2025.02.28 06:49:44.407453 [ 195 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5882 | 2025.02.28 06:49:44.407484 [ 255 ] {d13af687-9625-4855-869d-0faccbc4d0c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5883 | 2025.02.28 06:49:44.407519 [ 195 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 163 rows starting from the beginning of the part | ||
| 5884 | 2025.02.28 06:49:44.407593 [ 255 ] {d13af687-9625-4855-869d-0faccbc4d0c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5885 | 2025.02.28 06:49:44.407779 [ 195 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 145 rows starting from the beginning of the part | ||
| 5886 | 2025.02.28 06:49:44.408179 [ 195 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 145 rows starting from the beginning of the part | ||
| 5887 | 2025.02.28 06:49:44.408489 [ 195 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 161 rows starting from the beginning of the part | ||
| 5888 | 2025.02.28 06:49:44.408830 [ 195 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 145 rows starting from the beginning of the part | ||
| 5889 | 2025.02.28 06:49:44.409180 [ 195 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 145 rows starting from the beginning of the part | ||
| 5890 | 2025.02.28 06:49:44.410700 [ 255 ] {d13af687-9625-4855-869d-0faccbc4d0c5} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5891 | 2025.02.28 06:49:44.410808 [ 255 ] {d13af687-9625-4855-869d-0faccbc4d0c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5892 | 2025.02.28 06:49:44.411850 [ 255 ] {d13af687-9625-4855-869d-0faccbc4d0c5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5893 | 2025.02.28 06:49:44.412350 [ 200 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 904 rows, containing 5 columns (5 merged, 0 gathered) in 0.005338454 sec., 169337.4149145052 rows/sec., 11.31 MiB/sec. | ||
| 5894 | 2025.02.28 06:49:44.412370 [ 255 ] {d13af687-9625-4855-869d-0faccbc4d0c5} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5895 | 2025.02.28 06:49:44.412600 [ 200 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5896 | 2025.02.28 06:49:44.412638 [ 56 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5897 | 2025.02.28 06:49:44.412761 [ 56 ] {} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5898 | 2025.02.28 06:49:44.412852 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5899 | 2025.02.28 06:49:44.413015 [ 255 ] {d13af687-9625-4855-869d-0faccbc4d0c5} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005564 sec., 20309.130122214232 rows/sec., 1.31 MiB/sec. | ||
| 5900 | 2025.02.28 06:49:44.413402 [ 192 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::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 | ||
| 5901 | 2025.02.28 06:49:44.413634 [ 255 ] {d13af687-9625-4855-869d-0faccbc4d0c5} <Debug> TCPHandler: Processed in 0.006498367 sec. | ||
| 5902 | 2025.02.28 06:49:44.413904 [ 193 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_20_4} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5903 | 2025.02.28 06:49:44.414012 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5904 | 2025.02.28 06:49:44.414210 [ 192 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5905 | 2025.02.28 06:49:44.414425 [ 192 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 341 rows starting from the beginning of the part | ||
| 5906 | 2025.02.28 06:49:44.414477 [ 193 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_20_4} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 5907 | 2025.02.28 06:49:44.414519 [ 4 ] {9913a6a9-067f-471b-8075-0257ed9f27eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5908 | 2025.02.28 06:49:44.414754 [ 192 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 113 rows starting from the beginning of the part | ||
| 5909 | 2025.02.28 06:49:44.414762 [ 4 ] {9913a6a9-067f-471b-8075-0257ed9f27eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5910 | 2025.02.28 06:49:44.414882 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 5911 | 2025.02.28 06:49:44.415288 [ 192 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 113 rows starting from the beginning of the part | ||
| 5912 | 2025.02.28 06:49:44.415514 [ 192 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 341 rows starting from the beginning of the part | ||
| 5913 | 2025.02.28 06:49:44.415861 [ 192 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 113 rows starting from the beginning of the part | ||
| 5914 | 2025.02.28 06:49:44.416135 [ 192 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 113 rows starting from the beginning of the part | ||
| 5915 | 2025.02.28 06:49:44.417048 [ 4 ] {9913a6a9-067f-471b-8075-0257ed9f27eb} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5916 | 2025.02.28 06:49:44.417098 [ 4 ] {9913a6a9-067f-471b-8075-0257ed9f27eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5917 | 2025.02.28 06:49:44.417664 [ 4 ] {9913a6a9-067f-471b-8075-0257ed9f27eb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5918 | 2025.02.28 06:49:44.417918 [ 193 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.004960589 sec., 228601.88578412766 rows/sec., 15.94 MiB/sec. | ||
| 5919 | 2025.02.28 06:49:44.418027 [ 4 ] {9913a6a9-067f-471b-8075-0257ed9f27eb} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5920 | 2025.02.28 06:49:44.418118 [ 200 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5921 | 2025.02.28 06:49:44.418457 [ 4 ] {9913a6a9-067f-471b-8075-0257ed9f27eb} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004029 sec., 27798.461156614547 rows/sec., 1.58 MiB/sec. | ||
| 5922 | 2025.02.28 06:49:44.418893 [ 4 ] {9913a6a9-067f-471b-8075-0257ed9f27eb} <Debug> TCPHandler: Processed in 0.005100881 sec. | ||
| 5923 | 2025.02.28 06:49:44.419200 [ 200 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_20_4} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5924 | 2025.02.28 06:49:44.419256 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5925 | 2025.02.28 06:49:44.419322 [ 200 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_20_4} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 5926 | 2025.02.28 06:49:44.419471 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 5927 | 2025.02.28 06:49:44.419524 [ 255 ] {4543a680-1a1b-4726-96e4-f472d0715278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5928 | 2025.02.28 06:49:44.419590 [ 255 ] {4543a680-1a1b-4726-96e4-f472d0715278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5929 | 2025.02.28 06:49:44.420410 [ 255 ] {4543a680-1a1b-4726-96e4-f472d0715278} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5930 | 2025.02.28 06:49:44.420450 [ 255 ] {4543a680-1a1b-4726-96e4-f472d0715278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5931 | 2025.02.28 06:49:44.420844 [ 255 ] {4543a680-1a1b-4726-96e4-f472d0715278} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5932 | 2025.02.28 06:49:44.421092 [ 255 ] {4543a680-1a1b-4726-96e4-f472d0715278} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5933 | 2025.02.28 06:49:44.421315 [ 255 ] {4543a680-1a1b-4726-96e4-f472d0715278} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001888 sec., 222987.28813559323 rows/sec., 15.88 MiB/sec. | ||
| 5934 | 2025.02.28 06:49:44.421375 [ 255 ] {4543a680-1a1b-4726-96e4-f472d0715278} <Debug> TCPHandler: Processed in 0.002340057 sec. | ||
| 5935 | 2025.02.28 06:49:44.421514 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5936 | 2025.02.28 06:49:44.421632 [ 4 ] {4fdcea04-4a79-4342-b7f3-bf2413e7af51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5937 | 2025.02.28 06:49:44.421686 [ 4 ] {4fdcea04-4a79-4342-b7f3-bf2413e7af51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5938 | 2025.02.28 06:49:44.422266 [ 4 ] {4fdcea04-4a79-4342-b7f3-bf2413e7af51} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5939 | 2025.02.28 06:49:44.422310 [ 4 ] {4fdcea04-4a79-4342-b7f3-bf2413e7af51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5940 | 2025.02.28 06:49:44.422736 [ 4 ] {4fdcea04-4a79-4342-b7f3-bf2413e7af51} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5941 | 2025.02.28 06:49:44.422980 [ 4 ] {4fdcea04-4a79-4342-b7f3-bf2413e7af51} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5942 | 2025.02.28 06:49:44.423111 [ 56 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 5943 | 2025.02.28 06:49:44.423152 [ 56 ] {} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5944 | 2025.02.28 06:49:44.423172 [ 4 ] {4fdcea04-4a79-4342-b7f3-bf2413e7af51} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001562 sec., 3841.229193341869 rows/sec., 200.69 KiB/sec. | ||
| 5945 | 2025.02.28 06:49:44.423176 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5946 | 2025.02.28 06:49:44.423332 [ 4 ] {4fdcea04-4a79-4342-b7f3-bf2413e7af51} <Debug> TCPHandler: Processed in 0.001865513 sec. | ||
| 5947 | 2025.02.28 06:49:44.423632 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::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 | ||
| 5948 | 2025.02.28 06:49:44.423698 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5949 | 2025.02.28 06:49:44.424077 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5950 | 2025.02.28 06:49:44.424086 [ 255 ] {37916e32-3d65-43ed-b8a4-3a9b75c466a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5951 | 2025.02.28 06:49:44.424134 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part | ||
| 5952 | 2025.02.28 06:49:44.424202 [ 255 ] {37916e32-3d65-43ed-b8a4-3a9b75c466a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5953 | 2025.02.28 06:49:44.424300 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 5954 | 2025.02.28 06:49:44.424635 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 5955 | 2025.02.28 06:49:44.424918 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 5956 | 2025.02.28 06:49:44.425167 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 5957 | 2025.02.28 06:49:44.425409 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 5958 | 2025.02.28 06:49:44.427219 [ 255 ] {37916e32-3d65-43ed-b8a4-3a9b75c466a4} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5959 | 2025.02.28 06:49:44.427288 [ 255 ] {37916e32-3d65-43ed-b8a4-3a9b75c466a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5960 | 2025.02.28 06:49:44.428271 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.004939409 sec., 24294.404452030598 rows/sec., 1.24 MiB/sec. | ||
| 5961 | 2025.02.28 06:49:44.428416 [ 255 ] {37916e32-3d65-43ed-b8a4-3a9b75c466a4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5962 | 2025.02.28 06:49:44.428456 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 5963 | 2025.02.28 06:49:44.428896 [ 255 ] {37916e32-3d65-43ed-b8a4-3a9b75c466a4} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5964 | 2025.02.28 06:49:44.429039 [ 193 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_20_4} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5965 | 2025.02.28 06:49:44.429253 [ 193 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_20_4} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 5966 | 2025.02.28 06:49:44.429263 [ 255 ] {37916e32-3d65-43ed-b8a4-3a9b75c466a4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005284 sec., 44852.38455715367 rows/sec., 3.01 MiB/sec. | ||
| 5967 | 2025.02.28 06:49:44.429397 [ 255 ] {37916e32-3d65-43ed-b8a4-3a9b75c466a4} <Debug> TCPHandler: Processed in 0.005935171 sec. | ||
| 5968 | 2025.02.28 06:49:44.429403 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5969 | 2025.02.28 06:49:44.429551 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5970 | 2025.02.28 06:49:44.429677 [ 4 ] {96405b16-8aee-4cbd-9889-07a35cad583e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5971 | 2025.02.28 06:49:44.429732 [ 4 ] {96405b16-8aee-4cbd-9889-07a35cad583e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5972 | 2025.02.28 06:49:44.430224 [ 4 ] {96405b16-8aee-4cbd-9889-07a35cad583e} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5973 | 2025.02.28 06:49:44.430261 [ 4 ] {96405b16-8aee-4cbd-9889-07a35cad583e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5974 | 2025.02.28 06:49:44.430635 [ 4 ] {96405b16-8aee-4cbd-9889-07a35cad583e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5975 | 2025.02.28 06:49:44.430877 [ 4 ] {96405b16-8aee-4cbd-9889-07a35cad583e} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5976 | 2025.02.28 06:49:44.431064 [ 4 ] {96405b16-8aee-4cbd-9889-07a35cad583e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001413 sec., 707.7140835102618 rows/sec., 47.69 KiB/sec. | ||
| 5977 | 2025.02.28 06:49:44.431119 [ 4 ] {96405b16-8aee-4cbd-9889-07a35cad583e} <Debug> TCPHandler: Processed in 0.001631169 sec. | ||
| 5978 | 2025.02.28 06:49:44.431261 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5979 | 2025.02.28 06:49:44.431381 [ 255 ] {5e3ea621-df5b-47c7-9fa4-6388b65d50a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5980 | 2025.02.28 06:49:44.431466 [ 255 ] {5e3ea621-df5b-47c7-9fa4-6388b65d50a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5981 | 2025.02.28 06:49:44.432701 [ 255 ] {5e3ea621-df5b-47c7-9fa4-6388b65d50a2} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5982 | 2025.02.28 06:49:44.432741 [ 255 ] {5e3ea621-df5b-47c7-9fa4-6388b65d50a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5983 | 2025.02.28 06:49:44.433411 [ 255 ] {5e3ea621-df5b-47c7-9fa4-6388b65d50a2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5984 | 2025.02.28 06:49:44.433667 [ 255 ] {5e3ea621-df5b-47c7-9fa4-6388b65d50a2} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5985 | 2025.02.28 06:49:44.433923 [ 255 ] {5e3ea621-df5b-47c7-9fa4-6388b65d50a2} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002568 sec., 15186.915887850468 rows/sec., 27.21 MiB/sec. | ||
| 5986 | 2025.02.28 06:49:44.434018 [ 255 ] {5e3ea621-df5b-47c7-9fa4-6388b65d50a2} <Debug> TCPHandler: Processed in 0.002814024 sec. | ||
| 5987 | 2025.02.28 06:49:44.434166 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5988 | 2025.02.28 06:49:44.434306 [ 4 ] {3ef6e56d-ce75-42f0-82c0-dbdab62c5e0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5989 | 2025.02.28 06:49:44.434366 [ 4 ] {3ef6e56d-ce75-42f0-82c0-dbdab62c5e0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5990 | 2025.02.28 06:49:44.434922 [ 4 ] {3ef6e56d-ce75-42f0-82c0-dbdab62c5e0a} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5991 | 2025.02.28 06:49:44.434958 [ 4 ] {3ef6e56d-ce75-42f0-82c0-dbdab62c5e0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 5992 | 2025.02.28 06:49:44.435334 [ 4 ] {3ef6e56d-ce75-42f0-82c0-dbdab62c5e0a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 5993 | 2025.02.28 06:49:44.435570 [ 4 ] {3ef6e56d-ce75-42f0-82c0-dbdab62c5e0a} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5994 | 2025.02.28 06:49:44.435743 [ 4 ] {3ef6e56d-ce75-42f0-82c0-dbdab62c5e0a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001469 sec., 55820.28590878148 rows/sec., 3.55 MiB/sec. | ||
| 5995 | 2025.02.28 06:49:44.435791 [ 4 ] {3ef6e56d-ce75-42f0-82c0-dbdab62c5e0a} <Debug> TCPHandler: Processed in 0.00169204 sec. | ||
| 5996 | 2025.02.28 06:49:48.620035 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5997 | 2025.02.28 06:49:48.620103 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5998 | 2025.02.28 06:49:48.740389 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786 | ||
| 5999 | 2025.02.28 06:49:48.741096 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6000 | 2025.02.28 06:49:48.741141 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6001 | 2025.02.28 06:49:48.741656 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6002 | 2025.02.28 06:49:48.741908 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6003 | 2025.02.28 06:49:48.742161 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6004 | 2025.02.28 06:49:49.392354 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6005 | 2025.02.28 06:49:49.392657 [ 4 ] {72201840-77c2-4efd-bd1b-d6fced918ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6006 | 2025.02.28 06:49:49.392773 [ 4 ] {72201840-77c2-4efd-bd1b-d6fced918ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6007 | 2025.02.28 06:49:49.393622 [ 4 ] {72201840-77c2-4efd-bd1b-d6fced918ccb} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6008 | 2025.02.28 06:49:49.393672 [ 4 ] {72201840-77c2-4efd-bd1b-d6fced918ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6009 | 2025.02.28 06:49:49.394096 [ 4 ] {72201840-77c2-4efd-bd1b-d6fced918ccb} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6010 | 2025.02.28 06:49:49.394355 [ 4 ] {72201840-77c2-4efd-bd1b-d6fced918ccb} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6011 | 2025.02.28 06:49:49.394593 [ 4 ] {72201840-77c2-4efd-bd1b-d6fced918ccb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002022 sec., 27695.351137487636 rows/sec., 2.13 MiB/sec. | ||
| 6012 | 2025.02.28 06:49:49.394648 [ 4 ] {72201840-77c2-4efd-bd1b-d6fced918ccb} <Debug> TCPHandler: Processed in 0.00248504 sec. | ||
| 6013 | 2025.02.28 06:49:49.394995 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6014 | 2025.02.28 06:49:49.395204 [ 255 ] {80259d81-16d1-43ba-9f6c-0ee7e962dca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6015 | 2025.02.28 06:49:49.395279 [ 255 ] {80259d81-16d1-43ba-9f6c-0ee7e962dca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6016 | 2025.02.28 06:49:49.396057 [ 255 ] {80259d81-16d1-43ba-9f6c-0ee7e962dca0} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6017 | 2025.02.28 06:49:49.396103 [ 255 ] {80259d81-16d1-43ba-9f6c-0ee7e962dca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6018 | 2025.02.28 06:49:49.396511 [ 255 ] {80259d81-16d1-43ba-9f6c-0ee7e962dca0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6019 | 2025.02.28 06:49:49.396750 [ 255 ] {80259d81-16d1-43ba-9f6c-0ee7e962dca0} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6020 | 2025.02.28 06:49:49.397060 [ 255 ] {80259d81-16d1-43ba-9f6c-0ee7e962dca0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001904 sec., 33613.44537815126 rows/sec., 2.62 MiB/sec. | ||
| 6021 | 2025.02.28 06:49:49.397151 [ 255 ] {80259d81-16d1-43ba-9f6c-0ee7e962dca0} <Debug> TCPHandler: Processed in 0.002353978 sec. | ||
| 6022 | 2025.02.28 06:49:49.397405 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6023 | 2025.02.28 06:49:49.397578 [ 4 ] {a340fbbd-96b4-4ed1-b65e-6b509ad5000a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6024 | 2025.02.28 06:49:49.397642 [ 4 ] {a340fbbd-96b4-4ed1-b65e-6b509ad5000a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6025 | 2025.02.28 06:49:49.398269 [ 4 ] {a340fbbd-96b4-4ed1-b65e-6b509ad5000a} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6026 | 2025.02.28 06:49:49.398309 [ 4 ] {a340fbbd-96b4-4ed1-b65e-6b509ad5000a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6027 | 2025.02.28 06:49:49.398708 [ 4 ] {a340fbbd-96b4-4ed1-b65e-6b509ad5000a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6028 | 2025.02.28 06:49:49.398959 [ 4 ] {a340fbbd-96b4-4ed1-b65e-6b509ad5000a} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6029 | 2025.02.28 06:49:49.399179 [ 4 ] {a340fbbd-96b4-4ed1-b65e-6b509ad5000a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001634 sec., 97919.21664626682 rows/sec., 6.82 MiB/sec. | ||
| 6030 | 2025.02.28 06:49:49.399232 [ 4 ] {a340fbbd-96b4-4ed1-b65e-6b509ad5000a} <Debug> TCPHandler: Processed in 0.001970444 sec. | ||
| 6031 | 2025.02.28 06:49:49.399394 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6032 | 2025.02.28 06:49:49.399522 [ 255 ] {39720eb6-d8b2-49a4-9e09-d883c1e1a341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6033 | 2025.02.28 06:49:49.399579 [ 255 ] {39720eb6-d8b2-49a4-9e09-d883c1e1a341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6034 | 2025.02.28 06:49:49.400096 [ 255 ] {39720eb6-d8b2-49a4-9e09-d883c1e1a341} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6035 | 2025.02.28 06:49:49.400136 [ 255 ] {39720eb6-d8b2-49a4-9e09-d883c1e1a341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6036 | 2025.02.28 06:49:49.400535 [ 255 ] {39720eb6-d8b2-49a4-9e09-d883c1e1a341} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6037 | 2025.02.28 06:49:49.400775 [ 255 ] {39720eb6-d8b2-49a4-9e09-d883c1e1a341} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6038 | 2025.02.28 06:49:49.400989 [ 255 ] {39720eb6-d8b2-49a4-9e09-d883c1e1a341} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001498 sec., 40053.40453938585 rows/sec., 2.70 MiB/sec. | ||
| 6039 | 2025.02.28 06:49:49.401044 [ 255 ] {39720eb6-d8b2-49a4-9e09-d883c1e1a341} <Debug> TCPHandler: Processed in 0.00171131 sec. | ||
| 6040 | 2025.02.28 06:49:49.697103 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6041 | 2025.02.28 06:49:49.719448 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6042 | 2025.02.28 06:49:49.719507 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6043 | 2025.02.28 06:49:49.727345 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6044 | 2025.02.28 06:49:49.728118 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6045 | 2025.02.28 06:49:49.730889 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6046 | 2025.02.28 06:49:51.827563 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6047 | 2025.02.28 06:49:51.827756 [ 4 ] {20569087-5a7e-47e2-b088-79d80049db5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6048 | 2025.02.28 06:49:51.827830 [ 4 ] {20569087-5a7e-47e2-b088-79d80049db5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6049 | 2025.02.28 06:49:51.828672 [ 4 ] {20569087-5a7e-47e2-b088-79d80049db5c} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6050 | 2025.02.28 06:49:51.828727 [ 4 ] {20569087-5a7e-47e2-b088-79d80049db5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6051 | 2025.02.28 06:49:51.829165 [ 4 ] {20569087-5a7e-47e2-b088-79d80049db5c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6052 | 2025.02.28 06:49:51.829419 [ 4 ] {20569087-5a7e-47e2-b088-79d80049db5c} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6053 | 2025.02.28 06:49:51.829624 [ 99 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6054 | 2025.02.28 06:49:51.829700 [ 4 ] {20569087-5a7e-47e2-b088-79d80049db5c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001987 sec., 106693.50780070458 rows/sec., 6.79 MiB/sec. | ||
| 6055 | 2025.02.28 06:49:51.829714 [ 99 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6056 | 2025.02.28 06:49:51.829784 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6057 | 2025.02.28 06:49:51.829849 [ 4 ] {20569087-5a7e-47e2-b088-79d80049db5c} <Debug> TCPHandler: Processed in 0.002408589 sec. | ||
| 6058 | 2025.02.28 06:49:51.829992 [ 187 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::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 | ||
| 6059 | 2025.02.28 06:49:51.830156 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6060 | 2025.02.28 06:49:51.830174 [ 187 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6061 | 2025.02.28 06:49:51.830263 [ 187 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 212 rows starting from the beginning of the part | ||
| 6062 | 2025.02.28 06:49:51.830480 [ 187 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 212 rows starting from the beginning of the part | ||
| 6063 | 2025.02.28 06:49:51.830525 [ 255 ] {351d1ba5-314e-43ff-969d-466062f0002c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6064 | 2025.02.28 06:49:51.830766 [ 187 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 212 rows starting from the beginning of the part | ||
| 6065 | 2025.02.28 06:49:51.830986 [ 255 ] {351d1ba5-314e-43ff-969d-466062f0002c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6066 | 2025.02.28 06:49:51.831057 [ 187 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 212 rows starting from the beginning of the part | ||
| 6067 | 2025.02.28 06:49:51.831421 [ 187 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 212 rows starting from the beginning of the part | ||
| 6068 | 2025.02.28 06:49:51.833324 [ 255 ] {351d1ba5-314e-43ff-969d-466062f0002c} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6069 | 2025.02.28 06:49:51.833397 [ 255 ] {351d1ba5-314e-43ff-969d-466062f0002c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6070 | 2025.02.28 06:49:51.834427 [ 193 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004548795 sec., 233028.74717370208 rows/sec., 15.71 MiB/sec. | ||
| 6071 | 2025.02.28 06:49:51.834434 [ 255 ] {351d1ba5-314e-43ff-969d-466062f0002c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 6072 | 2025.02.28 06:49:51.834613 [ 193 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6073 | 2025.02.28 06:49:51.834769 [ 255 ] {351d1ba5-314e-43ff-969d-466062f0002c} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6074 | 2025.02.28 06:49:51.835236 [ 255 ] {351d1ba5-314e-43ff-969d-466062f0002c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004855 sec., 411.94644696189494 rows/sec., 33.59 KiB/sec. | ||
| 6075 | 2025.02.28 06:49:51.835243 [ 193 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_21_5} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6076 | 2025.02.28 06:49:51.835526 [ 255 ] {351d1ba5-314e-43ff-969d-466062f0002c} <Debug> TCPHandler: Processed in 0.005520696 sec. | ||
| 6077 | 2025.02.28 06:49:51.835542 [ 193 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_21_5} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6078 | 2025.02.28 06:49:51.835671 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 6079 | 2025.02.28 06:49:51.835719 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6080 | 2025.02.28 06:49:51.835849 [ 4 ] {f18d6403-8cd3-4b67-9bab-e45c0634216f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6081 | 2025.02.28 06:49:51.835902 [ 4 ] {f18d6403-8cd3-4b67-9bab-e45c0634216f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6082 | 2025.02.28 06:49:51.837279 [ 4 ] {f18d6403-8cd3-4b67-9bab-e45c0634216f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6083 | 2025.02.28 06:49:51.837322 [ 4 ] {f18d6403-8cd3-4b67-9bab-e45c0634216f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6084 | 2025.02.28 06:49:51.837815 [ 4 ] {f18d6403-8cd3-4b67-9bab-e45c0634216f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6085 | 2025.02.28 06:49:51.838081 [ 4 ] {f18d6403-8cd3-4b67-9bab-e45c0634216f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6086 | 2025.02.28 06:49:51.838286 [ 4 ] {f18d6403-8cd3-4b67-9bab-e45c0634216f} <Debug> executeQuery: Read 1836 rows, 153.46 KiB in 0.00248 sec., 740322.5806451613 rows/sec., 60.43 MiB/sec. | ||
| 6087 | 2025.02.28 06:49:51.838346 [ 4 ] {f18d6403-8cd3-4b67-9bab-e45c0634216f} <Debug> TCPHandler: Processed in 0.002727723 sec. | ||
| 6088 | 2025.02.28 06:49:51.838504 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6089 | 2025.02.28 06:49:51.838624 [ 255 ] {91f18f46-5a4e-4c4a-a85a-3e77e55707b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6090 | 2025.02.28 06:49:51.838674 [ 255 ] {91f18f46-5a4e-4c4a-a85a-3e77e55707b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6091 | 2025.02.28 06:49:51.839400 [ 255 ] {91f18f46-5a4e-4c4a-a85a-3e77e55707b5} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6092 | 2025.02.28 06:49:51.839443 [ 255 ] {91f18f46-5a4e-4c4a-a85a-3e77e55707b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6093 | 2025.02.28 06:49:51.839852 [ 255 ] {91f18f46-5a4e-4c4a-a85a-3e77e55707b5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6094 | 2025.02.28 06:49:51.840100 [ 255 ] {91f18f46-5a4e-4c4a-a85a-3e77e55707b5} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6095 | 2025.02.28 06:49:51.840318 [ 255 ] {91f18f46-5a4e-4c4a-a85a-3e77e55707b5} <Debug> executeQuery: Read 147 rows, 9.46 KiB in 0.001688 sec., 87085.30805687203 rows/sec., 5.47 MiB/sec. | ||
| 6096 | 2025.02.28 06:49:51.840373 [ 255 ] {91f18f46-5a4e-4c4a-a85a-3e77e55707b5} <Debug> TCPHandler: Processed in 0.001899113 sec. | ||
| 6097 | 2025.02.28 06:49:51.840528 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6098 | 2025.02.28 06:49:51.840653 [ 4 ] {d94f6d8a-5285-4e6d-9c84-9d28c3b68ccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6099 | 2025.02.28 06:49:51.840706 [ 4 ] {d94f6d8a-5285-4e6d-9c84-9d28c3b68ccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6100 | 2025.02.28 06:49:51.841425 [ 4 ] {d94f6d8a-5285-4e6d-9c84-9d28c3b68ccf} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6101 | 2025.02.28 06:49:51.841471 [ 4 ] {d94f6d8a-5285-4e6d-9c84-9d28c3b68ccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6102 | 2025.02.28 06:49:51.841849 [ 4 ] {d94f6d8a-5285-4e6d-9c84-9d28c3b68ccf} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6103 | 2025.02.28 06:49:51.842101 [ 4 ] {d94f6d8a-5285-4e6d-9c84-9d28c3b68ccf} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6104 | 2025.02.28 06:49:51.842311 [ 4 ] {d94f6d8a-5285-4e6d-9c84-9d28c3b68ccf} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001686 sec., 202253.8552787663 rows/sec., 13.50 MiB/sec. | ||
| 6105 | 2025.02.28 06:49:51.842365 [ 4 ] {d94f6d8a-5285-4e6d-9c84-9d28c3b68ccf} <Debug> TCPHandler: Processed in 0.001897443 sec. | ||
| 6106 | 2025.02.28 06:49:51.842541 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6107 | 2025.02.28 06:49:51.842663 [ 255 ] {4848d167-1924-41ca-9961-3c579a384e4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6108 | 2025.02.28 06:49:51.842711 [ 255 ] {4848d167-1924-41ca-9961-3c579a384e4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6109 | 2025.02.28 06:49:51.843372 [ 255 ] {4848d167-1924-41ca-9961-3c579a384e4b} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6110 | 2025.02.28 06:49:51.843414 [ 255 ] {4848d167-1924-41ca-9961-3c579a384e4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6111 | 2025.02.28 06:49:51.843791 [ 255 ] {4848d167-1924-41ca-9961-3c579a384e4b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6112 | 2025.02.28 06:49:51.844032 [ 255 ] {4848d167-1924-41ca-9961-3c579a384e4b} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6113 | 2025.02.28 06:49:51.844203 [ 99 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6114 | 2025.02.28 06:49:51.844269 [ 99 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6115 | 2025.02.28 06:49:51.844282 [ 255 ] {4848d167-1924-41ca-9961-3c579a384e4b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001634 sec., 68543.45165238678 rows/sec., 3.90 MiB/sec. | ||
| 6116 | 2025.02.28 06:49:51.844304 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6117 | 2025.02.28 06:49:51.844429 [ 255 ] {4848d167-1924-41ca-9961-3c579a384e4b} <Debug> TCPHandler: Processed in 0.001951334 sec. | ||
| 6118 | 2025.02.28 06:49:51.844584 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::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 | ||
| 6119 | 2025.02.28 06:49:51.844631 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6120 | 2025.02.28 06:49:51.844860 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6121 | 2025.02.28 06:49:51.844869 [ 4 ] {898f999a-02c7-4797-9f23-93925560721d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6122 | 2025.02.28 06:49:51.844925 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 112 rows starting from the beginning of the part | ||
| 6123 | 2025.02.28 06:49:51.844966 [ 4 ] {898f999a-02c7-4797-9f23-93925560721d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6124 | 2025.02.28 06:49:51.845283 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 112 rows starting from the beginning of the part | ||
| 6125 | 2025.02.28 06:49:51.845606 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 112 rows starting from the beginning of the part | ||
| 6126 | 2025.02.28 06:49:51.845985 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 112 rows starting from the beginning of the part | ||
| 6127 | 2025.02.28 06:49:51.846396 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 112 rows starting from the beginning of the part | ||
| 6128 | 2025.02.28 06:49:51.848341 [ 4 ] {898f999a-02c7-4797-9f23-93925560721d} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6129 | 2025.02.28 06:49:51.848392 [ 4 ] {898f999a-02c7-4797-9f23-93925560721d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6130 | 2025.02.28 06:49:51.848846 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004396572 sec., 127371.96161009079 rows/sec., 7.74 MiB/sec. | ||
| 6131 | 2025.02.28 06:49:51.849095 [ 197 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6132 | 2025.02.28 06:49:51.849489 [ 4 ] {898f999a-02c7-4797-9f23-93925560721d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6133 | 2025.02.28 06:49:51.849649 [ 197 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_21_5} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6134 | 2025.02.28 06:49:51.849819 [ 197 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_21_5} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6135 | 2025.02.28 06:49:51.849984 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 6136 | 2025.02.28 06:49:51.850062 [ 4 ] {898f999a-02c7-4797-9f23-93925560721d} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6137 | 2025.02.28 06:49:51.850351 [ 4 ] {898f999a-02c7-4797-9f23-93925560721d} <Debug> executeQuery: Read 879 rows, 65.16 KiB in 0.005559 sec., 158121.96438208313 rows/sec., 11.45 MiB/sec. | ||
| 6138 | 2025.02.28 06:49:51.850541 [ 4 ] {898f999a-02c7-4797-9f23-93925560721d} <Debug> TCPHandler: Processed in 0.005987112 sec. | ||
| 6139 | 2025.02.28 06:49:51.850804 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6140 | 2025.02.28 06:49:51.850919 [ 255 ] {158e9b25-f1b5-48f5-b861-701d8bf1f661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6141 | 2025.02.28 06:49:51.850971 [ 255 ] {158e9b25-f1b5-48f5-b861-701d8bf1f661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6142 | 2025.02.28 06:49:51.851465 [ 255 ] {158e9b25-f1b5-48f5-b861-701d8bf1f661} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6143 | 2025.02.28 06:49:51.851504 [ 255 ] {158e9b25-f1b5-48f5-b861-701d8bf1f661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6144 | 2025.02.28 06:49:51.851873 [ 255 ] {158e9b25-f1b5-48f5-b861-701d8bf1f661} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6145 | 2025.02.28 06:49:51.852106 [ 255 ] {158e9b25-f1b5-48f5-b861-701d8bf1f661} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6146 | 2025.02.28 06:49:51.852324 [ 255 ] {158e9b25-f1b5-48f5-b861-701d8bf1f661} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001428 sec., 4201.680672268907 rows/sec., 219.52 KiB/sec. | ||
| 6147 | 2025.02.28 06:49:51.852374 [ 255 ] {158e9b25-f1b5-48f5-b861-701d8bf1f661} <Debug> TCPHandler: Processed in 0.001725061 sec. | ||
| 6148 | 2025.02.28 06:49:51.852518 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6149 | 2025.02.28 06:49:51.852637 [ 4 ] {e4df4934-bea4-4a1d-b2bb-93c8b58105b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6150 | 2025.02.28 06:49:51.852693 [ 4 ] {e4df4934-bea4-4a1d-b2bb-93c8b58105b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6151 | 2025.02.28 06:49:51.853494 [ 4 ] {e4df4934-bea4-4a1d-b2bb-93c8b58105b2} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6152 | 2025.02.28 06:49:51.853534 [ 4 ] {e4df4934-bea4-4a1d-b2bb-93c8b58105b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6153 | 2025.02.28 06:49:51.853978 [ 4 ] {e4df4934-bea4-4a1d-b2bb-93c8b58105b2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6154 | 2025.02.28 06:49:51.854220 [ 4 ] {e4df4934-bea4-4a1d-b2bb-93c8b58105b2} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6155 | 2025.02.28 06:49:51.854452 [ 4 ] {e4df4934-bea4-4a1d-b2bb-93c8b58105b2} <Debug> executeQuery: Read 1020 rows, 69.60 KiB in 0.001834 sec., 556161.3958560524 rows/sec., 37.06 MiB/sec. | ||
| 6156 | 2025.02.28 06:49:51.854523 [ 4 ] {e4df4934-bea4-4a1d-b2bb-93c8b58105b2} <Debug> TCPHandler: Processed in 0.002063294 sec. | ||
| 6157 | 2025.02.28 06:49:51.854778 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6158 | 2025.02.28 06:49:51.854946 [ 255 ] {532d2768-17a3-4216-92cb-59833d0f7663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6159 | 2025.02.28 06:49:51.855007 [ 255 ] {532d2768-17a3-4216-92cb-59833d0f7663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6160 | 2025.02.28 06:49:51.855478 [ 255 ] {532d2768-17a3-4216-92cb-59833d0f7663} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6161 | 2025.02.28 06:49:51.855516 [ 255 ] {532d2768-17a3-4216-92cb-59833d0f7663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6162 | 2025.02.28 06:49:51.855869 [ 255 ] {532d2768-17a3-4216-92cb-59833d0f7663} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6163 | 2025.02.28 06:49:51.856110 [ 255 ] {532d2768-17a3-4216-92cb-59833d0f7663} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6164 | 2025.02.28 06:49:51.856320 [ 255 ] {532d2768-17a3-4216-92cb-59833d0f7663} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001405 sec., 711.7437722419929 rows/sec., 47.96 KiB/sec. | ||
| 6165 | 2025.02.28 06:49:51.856370 [ 255 ] {532d2768-17a3-4216-92cb-59833d0f7663} <Debug> TCPHandler: Processed in 0.001764872 sec. | ||
| 6166 | 2025.02.28 06:49:51.856504 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6167 | 2025.02.28 06:49:51.856620 [ 4 ] {c0d32707-1310-43ee-adff-00f748344b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6168 | 2025.02.28 06:49:51.856702 [ 4 ] {c0d32707-1310-43ee-adff-00f748344b65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6169 | 2025.02.28 06:49:51.857895 [ 4 ] {c0d32707-1310-43ee-adff-00f748344b65} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6170 | 2025.02.28 06:49:51.857934 [ 4 ] {c0d32707-1310-43ee-adff-00f748344b65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6171 | 2025.02.28 06:49:51.858590 [ 4 ] {c0d32707-1310-43ee-adff-00f748344b65} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6172 | 2025.02.28 06:49:51.858847 [ 4 ] {c0d32707-1310-43ee-adff-00f748344b65} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6173 | 2025.02.28 06:49:51.859067 [ 91 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6174 | 2025.02.28 06:49:51.859096 [ 4 ] {c0d32707-1310-43ee-adff-00f748344b65} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002494 sec., 15637.530072173215 rows/sec., 28.02 MiB/sec. | ||
| 6175 | 2025.02.28 06:49:51.859157 [ 91 ] {} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6176 | 2025.02.28 06:49:51.859274 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6177 | 2025.02.28 06:49:51.859363 [ 4 ] {c0d32707-1310-43ee-adff-00f748344b65} <Debug> TCPHandler: Processed in 0.002912695 sec. | ||
| 6178 | 2025.02.28 06:49:51.859675 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6179 | 2025.02.28 06:49:51.859707 [ 198 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::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 | ||
| 6180 | 2025.02.28 06:49:51.859898 [ 255 ] {d08e97c3-4c09-45e3-9082-0afb62f42cb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6181 | 2025.02.28 06:49:51.860017 [ 255 ] {d08e97c3-4c09-45e3-9082-0afb62f42cb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6182 | 2025.02.28 06:49:51.860789 [ 198 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6183 | 2025.02.28 06:49:51.861002 [ 198 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 516 rows starting from the beginning of the part | ||
| 6184 | 2025.02.28 06:49:51.861652 [ 198 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 39 rows starting from the beginning of the part | ||
| 6185 | 2025.02.28 06:49:51.862356 [ 198 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 39 rows starting from the beginning of the part | ||
| 6186 | 2025.02.28 06:49:51.862423 [ 255 ] {d08e97c3-4c09-45e3-9082-0afb62f42cb0} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6187 | 2025.02.28 06:49:51.862489 [ 255 ] {d08e97c3-4c09-45e3-9082-0afb62f42cb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6188 | 2025.02.28 06:49:51.862989 [ 198 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 39 rows starting from the beginning of the part | ||
| 6189 | 2025.02.28 06:49:51.863690 [ 198 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 39 rows starting from the beginning of the part | ||
| 6190 | 2025.02.28 06:49:51.863972 [ 255 ] {d08e97c3-4c09-45e3-9082-0afb62f42cb0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6191 | 2025.02.28 06:49:51.864283 [ 198 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 39 rows starting from the beginning of the part | ||
| 6192 | 2025.02.28 06:49:51.864984 [ 255 ] {d08e97c3-4c09-45e3-9082-0afb62f42cb0} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6193 | 2025.02.28 06:49:51.865570 [ 255 ] {d08e97c3-4c09-45e3-9082-0afb62f42cb0} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.00575 sec., 10086.95652173913 rows/sec., 639.44 KiB/sec. | ||
| 6194 | 2025.02.28 06:49:51.865680 [ 255 ] {d08e97c3-4c09-45e3-9082-0afb62f42cb0} <Debug> TCPHandler: Processed in 0.006212514 sec. | ||
| 6195 | 2025.02.28 06:49:51.874565 [ 188 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 711 rows, containing 19 columns (19 merged, 0 gathered) in 0.015133441 sec., 46982.04459911001 rows/sec., 84.19 MiB/sec. | ||
| 6196 | 2025.02.28 06:49:51.875402 [ 188 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6197 | 2025.02.28 06:49:51.875825 [ 188 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6198 | 2025.02.28 06:49:51.875904 [ 188 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6199 | 2025.02.28 06:49:51.876053 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.69 MiB. | ||
| 6200 | 2025.02.28 06:49:52.000220 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.13 MiB, peak 204.79 MiB, free memory in arenas 0.00 B, will set to 198.27 MiB (RSS), difference: 1.14 MiB | ||
| 6201 | 2025.02.28 06:49:53.790661 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 882 | ||
| 6202 | 2025.02.28 06:49:53.794089 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6203 | 2025.02.28 06:49:53.794132 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6204 | 2025.02.28 06:49:53.795712 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6205 | 2025.02.28 06:49:53.796024 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6206 | 2025.02.28 06:49:53.796502 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 882 | ||
| 6207 | 2025.02.28 06:49:54.386488 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6208 | 2025.02.28 06:49:54.386680 [ 4 ] {37f2a581-caa2-4d9e-b4f8-734805ddbf4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6209 | 2025.02.28 06:49:54.386756 [ 4 ] {37f2a581-caa2-4d9e-b4f8-734805ddbf4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6210 | 2025.02.28 06:49:54.387552 [ 4 ] {37f2a581-caa2-4d9e-b4f8-734805ddbf4f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6211 | 2025.02.28 06:49:54.387606 [ 4 ] {37f2a581-caa2-4d9e-b4f8-734805ddbf4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6212 | 2025.02.28 06:49:54.388065 [ 4 ] {37f2a581-caa2-4d9e-b4f8-734805ddbf4f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6213 | 2025.02.28 06:49:54.388325 [ 4 ] {37f2a581-caa2-4d9e-b4f8-734805ddbf4f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6214 | 2025.02.28 06:49:54.388558 [ 4 ] {37f2a581-caa2-4d9e-b4f8-734805ddbf4f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001931 sec., 29000.51786639047 rows/sec., 2.23 MiB/sec. | ||
| 6215 | 2025.02.28 06:49:54.388618 [ 4 ] {37f2a581-caa2-4d9e-b4f8-734805ddbf4f} <Debug> TCPHandler: Processed in 0.002263448 sec. | ||
| 6216 | 2025.02.28 06:49:54.388900 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6217 | 2025.02.28 06:49:54.389093 [ 255 ] {748339fc-888d-4f55-8e3c-bb8f0bf785c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6218 | 2025.02.28 06:49:54.389169 [ 255 ] {748339fc-888d-4f55-8e3c-bb8f0bf785c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6219 | 2025.02.28 06:49:54.389962 [ 255 ] {748339fc-888d-4f55-8e3c-bb8f0bf785c8} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6220 | 2025.02.28 06:49:54.390011 [ 255 ] {748339fc-888d-4f55-8e3c-bb8f0bf785c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6221 | 2025.02.28 06:49:54.390457 [ 255 ] {748339fc-888d-4f55-8e3c-bb8f0bf785c8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6222 | 2025.02.28 06:49:54.390731 [ 255 ] {748339fc-888d-4f55-8e3c-bb8f0bf785c8} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6223 | 2025.02.28 06:49:54.390940 [ 255 ] {748339fc-888d-4f55-8e3c-bb8f0bf785c8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001899 sec., 33701.94839389152 rows/sec., 2.63 MiB/sec. | ||
| 6224 | 2025.02.28 06:49:54.391011 [ 255 ] {748339fc-888d-4f55-8e3c-bb8f0bf785c8} <Debug> TCPHandler: Processed in 0.002246007 sec. | ||
| 6225 | 2025.02.28 06:49:54.391175 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6226 | 2025.02.28 06:49:54.391295 [ 4 ] {b8863516-c8a8-45de-ae61-740498dc7cf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6227 | 2025.02.28 06:49:54.391350 [ 4 ] {b8863516-c8a8-45de-ae61-740498dc7cf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6228 | 2025.02.28 06:49:54.391904 [ 4 ] {b8863516-c8a8-45de-ae61-740498dc7cf2} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6229 | 2025.02.28 06:49:54.391943 [ 4 ] {b8863516-c8a8-45de-ae61-740498dc7cf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6230 | 2025.02.28 06:49:54.392333 [ 4 ] {b8863516-c8a8-45de-ae61-740498dc7cf2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6231 | 2025.02.28 06:49:54.392587 [ 4 ] {b8863516-c8a8-45de-ae61-740498dc7cf2} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6232 | 2025.02.28 06:49:54.392820 [ 4 ] {b8863516-c8a8-45de-ae61-740498dc7cf2} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001549 sec., 41316.978695932856 rows/sec., 2.88 MiB/sec. | ||
| 6233 | 2025.02.28 06:49:54.392876 [ 4 ] {b8863516-c8a8-45de-ae61-740498dc7cf2} <Debug> TCPHandler: Processed in 0.001759201 sec. | ||
| 6234 | 2025.02.28 06:49:54.393082 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6235 | 2025.02.28 06:49:54.393237 [ 255 ] {1150af78-0e59-4403-a2d3-97eadf82dc07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6236 | 2025.02.28 06:49:54.393296 [ 255 ] {1150af78-0e59-4403-a2d3-97eadf82dc07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6237 | 2025.02.28 06:49:54.393790 [ 255 ] {1150af78-0e59-4403-a2d3-97eadf82dc07} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6238 | 2025.02.28 06:49:54.393828 [ 255 ] {1150af78-0e59-4403-a2d3-97eadf82dc07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6239 | 2025.02.28 06:49:54.394206 [ 255 ] {1150af78-0e59-4403-a2d3-97eadf82dc07} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6240 | 2025.02.28 06:49:54.394455 [ 255 ] {1150af78-0e59-4403-a2d3-97eadf82dc07} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6241 | 2025.02.28 06:49:54.394627 [ 255 ] {1150af78-0e59-4403-a2d3-97eadf82dc07} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001422 sec., 16877.637130801686 rows/sec., 1.14 MiB/sec. | ||
| 6242 | 2025.02.28 06:49:54.394674 [ 255 ] {1150af78-0e59-4403-a2d3-97eadf82dc07} <Debug> TCPHandler: Processed in 0.00169586 sec. | ||
| 6243 | 2025.02.28 06:49:56.242413 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274 | ||
| 6244 | 2025.02.28 06:49:56.243437 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6245 | 2025.02.28 06:49:56.243484 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6246 | 2025.02.28 06:49:56.243993 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6247 | 2025.02.28 06:49:56.244252 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6248 | 2025.02.28 06:49:56.244470 [ 146 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6249 | 2025.02.28 06:49:56.244503 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 | ||
| 6250 | 2025.02.28 06:49:56.244556 [ 146 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6251 | 2025.02.28 06:49:56.244588 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6252 | 2025.02.28 06:49:56.244723 [ 196 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 6253 | 2025.02.28 06:49:56.244848 [ 196 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6254 | 2025.02.28 06:49:56.244891 [ 196 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 6255 | 2025.02.28 06:49:56.244973 [ 196 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 6256 | 2025.02.28 06:49:56.245182 [ 196 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 6257 | 2025.02.28 06:49:56.245457 [ 196 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 6258 | 2025.02.28 06:49:56.245584 [ 196 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 6259 | 2025.02.28 06:49:56.245766 [ 196 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 6260 | 2025.02.28 06:49:56.248108 [ 199 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003438321 sec., 4151444.8476451156 rows/sec., 59.39 MiB/sec. | ||
| 6261 | 2025.02.28 06:49:56.248660 [ 199 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6262 | 2025.02.28 06:49:56.249049 [ 199 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_31_6} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6263 | 2025.02.28 06:49:56.249164 [ 199 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_31_6} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6264 | 2025.02.28 06:49:56.249285 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 6265 | 2025.02.28 06:49:57.231076 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6266 | 2025.02.28 06:49:57.254821 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6267 | 2025.02.28 06:49:57.254888 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6268 | 2025.02.28 06:49:57.263091 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6269 | 2025.02.28 06:49:57.263881 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6270 | 2025.02.28 06:49:57.264296 [ 145 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6271 | 2025.02.28 06:49:57.264474 [ 145 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6272 | 2025.02.28 06:49:57.264566 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6273 | 2025.02.28 06:49:57.265435 [ 201 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 6274 | 2025.02.28 06:49:57.281821 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6275 | 2025.02.28 06:49:57.283293 [ 201 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6276 | 2025.02.28 06:49:57.284950 [ 201 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 6277 | 2025.02.28 06:49:57.290948 [ 201 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 6278 | 2025.02.28 06:49:57.297428 [ 201 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 6279 | 2025.02.28 06:49:57.303265 [ 201 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 6280 | 2025.02.28 06:49:57.309141 [ 201 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 6281 | 2025.02.28 06:49:57.313759 [ 201 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 6282 | 2025.02.28 06:49:57.376442 [ 196 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.111695138 sec., 2094.988234850473 rows/sec., 10.83 MiB/sec. | ||
| 6283 | 2025.02.28 06:49:57.379092 [ 194 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6284 | 2025.02.28 06:49:57.381898 [ 194 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_31_6} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6285 | 2025.02.28 06:49:57.382022 [ 194 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_31_6} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6286 | 2025.02.28 06:49:57.384270 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. | ||
| 6287 | 2025.02.28 06:49:58.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.56 MiB, peak 210.10 MiB, free memory in arenas 0.00 B, will set to 201.30 MiB (RSS), difference: 1.74 MiB | ||
| 6288 | 2025.02.28 06:49:59.392631 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6289 | 2025.02.28 06:49:59.392961 [ 4 ] {a74cf0fb-67a1-4bcd-9fa6-7e9d08c015d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6290 | 2025.02.28 06:49:59.393079 [ 4 ] {a74cf0fb-67a1-4bcd-9fa6-7e9d08c015d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6291 | 2025.02.28 06:49:59.393936 [ 4 ] {a74cf0fb-67a1-4bcd-9fa6-7e9d08c015d8} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6292 | 2025.02.28 06:49:59.393982 [ 4 ] {a74cf0fb-67a1-4bcd-9fa6-7e9d08c015d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6293 | 2025.02.28 06:49:59.394511 [ 4 ] {a74cf0fb-67a1-4bcd-9fa6-7e9d08c015d8} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6294 | 2025.02.28 06:49:59.394774 [ 4 ] {a74cf0fb-67a1-4bcd-9fa6-7e9d08c015d8} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6295 | 2025.02.28 06:49:59.395011 [ 143 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6296 | 2025.02.28 06:49:59.395059 [ 4 ] {a74cf0fb-67a1-4bcd-9fa6-7e9d08c015d8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002182 sec., 25664.52795600367 rows/sec., 1.97 MiB/sec. | ||
| 6297 | 2025.02.28 06:49:59.395130 [ 143 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6298 | 2025.02.28 06:49:59.395185 [ 4 ] {a74cf0fb-67a1-4bcd-9fa6-7e9d08c015d8} <Debug> TCPHandler: Processed in 0.002741102 sec. | ||
| 6299 | 2025.02.28 06:49:59.395211 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6300 | 2025.02.28 06:49:59.395516 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 6301 | 2025.02.28 06:49:59.395543 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6302 | 2025.02.28 06:49:59.396104 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6303 | 2025.02.28 06:49:59.396202 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1844 rows starting from the beginning of the part | ||
| 6304 | 2025.02.28 06:49:59.396323 [ 255 ] {9ad692f0-5de2-45bc-806d-efca102bb2aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6305 | 2025.02.28 06:49:59.396412 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 695 rows starting from the beginning of the part | ||
| 6306 | 2025.02.28 06:49:59.396604 [ 255 ] {9ad692f0-5de2-45bc-806d-efca102bb2aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6307 | 2025.02.28 06:49:59.396785 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part | ||
| 6308 | 2025.02.28 06:49:59.397176 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1836 rows starting from the beginning of the part | ||
| 6309 | 2025.02.28 06:49:59.397444 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part | ||
| 6310 | 2025.02.28 06:49:59.397725 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part | ||
| 6311 | 2025.02.28 06:49:59.399526 [ 255 ] {9ad692f0-5de2-45bc-806d-efca102bb2aa} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6312 | 2025.02.28 06:49:59.399614 [ 255 ] {9ad692f0-5de2-45bc-806d-efca102bb2aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6313 | 2025.02.28 06:49:59.400821 [ 255 ] {9ad692f0-5de2-45bc-806d-efca102bb2aa} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6314 | 2025.02.28 06:49:59.401144 [ 255 ] {9ad692f0-5de2-45bc-806d-efca102bb2aa} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6315 | 2025.02.28 06:49:59.401393 [ 142 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6316 | 2025.02.28 06:49:59.401514 [ 142 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6317 | 2025.02.28 06:49:59.401575 [ 255 ] {9ad692f0-5de2-45bc-806d-efca102bb2aa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005365 sec., 11929.170549860206 rows/sec., 953.45 KiB/sec. | ||
| 6318 | 2025.02.28 06:49:59.401600 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6319 | 2025.02.28 06:49:59.402096 [ 255 ] {9ad692f0-5de2-45bc-806d-efca102bb2aa} <Debug> TCPHandler: Processed in 0.006760711 sec. | ||
| 6320 | 2025.02.28 06:49:59.402363 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4543 rows, containing 5 columns (5 merged, 0 gathered) in 0.006990124 sec., 649916.9399570022 rows/sec., 55.22 MiB/sec. | ||
| 6321 | 2025.02.28 06:49:59.402598 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6322 | 2025.02.28 06:49:59.402885 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6323 | 2025.02.28 06:49:59.403082 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 6324 | 2025.02.28 06:49:59.403202 [ 4 ] {68a74c0a-d34b-4c7e-9cf3-f76033dcff9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6325 | 2025.02.28 06:49:59.403482 [ 4 ] {68a74c0a-d34b-4c7e-9cf3-f76033dcff9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6326 | 2025.02.28 06:49:59.403860 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6327 | 2025.02.28 06:49:59.404031 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part | ||
| 6328 | 2025.02.28 06:49:59.404447 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 421 rows starting from the beginning of the part | ||
| 6329 | 2025.02.28 06:49:59.404557 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_51_10} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6330 | 2025.02.28 06:49:59.405255 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part | ||
| 6331 | 2025.02.28 06:49:59.405277 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_51_10} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6332 | 2025.02.28 06:49:59.405717 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 879 rows starting from the beginning of the part | ||
| 6333 | 2025.02.28 06:49:59.405743 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 6334 | 2025.02.28 06:49:59.406375 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part | ||
| 6335 | 2025.02.28 06:49:59.406635 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part | ||
| 6336 | 2025.02.28 06:49:59.407309 [ 4 ] {68a74c0a-d34b-4c7e-9cf3-f76033dcff9c} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6337 | 2025.02.28 06:49:59.407359 [ 4 ] {68a74c0a-d34b-4c7e-9cf3-f76033dcff9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6338 | 2025.02.28 06:49:59.407932 [ 4 ] {68a74c0a-d34b-4c7e-9cf3-f76033dcff9c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6339 | 2025.02.28 06:49:59.408260 [ 4 ] {68a74c0a-d34b-4c7e-9cf3-f76033dcff9c} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6340 | 2025.02.28 06:49:59.408462 [ 142 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6341 | 2025.02.28 06:49:59.408530 [ 4 ] {68a74c0a-d34b-4c7e-9cf3-f76033dcff9c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005546 sec., 28849.6213487198 rows/sec., 2.01 MiB/sec. | ||
| 6342 | 2025.02.28 06:49:59.408539 [ 142 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6343 | 2025.02.28 06:49:59.408645 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6344 | 2025.02.28 06:49:59.408816 [ 4 ] {68a74c0a-d34b-4c7e-9cf3-f76033dcff9c} <Debug> TCPHandler: Processed in 0.006540518 sec. | ||
| 6345 | 2025.02.28 06:49:59.409263 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 6346 | 2025.02.28 06:49:59.409365 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6347 | 2025.02.28 06:49:59.409544 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.006970053 sec., 345047.5914602084 rows/sec., 26.41 MiB/sec. | ||
| 6348 | 2025.02.28 06:49:59.409706 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6349 | 2025.02.28 06:49:59.409779 [ 255 ] {4fd3af93-0fdb-4a64-9162-3a8931e56910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6350 | 2025.02.28 06:49:59.409815 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14223 rows starting from the beginning of the part | ||
| 6351 | 2025.02.28 06:49:59.409879 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6352 | 2025.02.28 06:49:59.410060 [ 255 ] {4fd3af93-0fdb-4a64-9162-3a8931e56910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6353 | 2025.02.28 06:49:59.410207 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 6354 | 2025.02.28 06:49:59.410726 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 6355 | 2025.02.28 06:49:59.411191 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_51_10} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6356 | 2025.02.28 06:49:59.411219 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1020 rows starting from the beginning of the part | ||
| 6357 | 2025.02.28 06:49:59.411633 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_51_10} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6358 | 2025.02.28 06:49:59.411715 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part | ||
| 6359 | 2025.02.28 06:49:59.411945 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6360 | 2025.02.28 06:49:59.412088 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
| 6361 | 2025.02.28 06:49:59.413378 [ 255 ] {4fd3af93-0fdb-4a64-9162-3a8931e56910} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6362 | 2025.02.28 06:49:59.413425 [ 255 ] {4fd3af93-0fdb-4a64-9162-3a8931e56910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6363 | 2025.02.28 06:49:59.413981 [ 255 ] {4fd3af93-0fdb-4a64-9162-3a8931e56910} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6364 | 2025.02.28 06:49:59.414617 [ 255 ] {4fd3af93-0fdb-4a64-9162-3a8931e56910} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6365 | 2025.02.28 06:49:59.414926 [ 142 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6366 | 2025.02.28 06:49:59.415037 [ 142 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6367 | 2025.02.28 06:49:59.415172 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6368 | 2025.02.28 06:49:59.415343 [ 255 ] {4fd3af93-0fdb-4a64-9162-3a8931e56910} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005637 sec., 10643.9595529537 rows/sec., 734.54 KiB/sec. | ||
| 6369 | 2025.02.28 06:49:59.415758 [ 255 ] {4fd3af93-0fdb-4a64-9162-3a8931e56910} <Debug> TCPHandler: Processed in 0.006740881 sec. | ||
| 6370 | 2025.02.28 06:49:59.415869 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 6371 | 2025.02.28 06:49:59.416383 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6372 | 2025.02.28 06:49:59.416489 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2782 rows starting from the beginning of the part | ||
| 6373 | 2025.02.28 06:49:59.417079 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 6374 | 2025.02.28 06:49:59.417189 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 6375 | 2025.02.28 06:49:59.417420 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 58 rows starting from the beginning of the part | ||
| 6376 | 2025.02.28 06:49:59.417710 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 24 rows starting from the beginning of the part | ||
| 6377 | 2025.02.28 06:49:59.417841 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
| 6378 | 2025.02.28 06:49:59.419017 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15864 rows, containing 5 columns (5 merged, 0 gathered) in 0.010180712 sec., 1558240.7202953978 rows/sec., 105.18 MiB/sec. | ||
| 6379 | 2025.02.28 06:49:59.419593 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6380 | 2025.02.28 06:49:59.420000 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6381 | 2025.02.28 06:49:59.420103 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3066 rows, containing 4 columns (4 merged, 0 gathered) in 0.004763567 sec., 643635.3262166776 rows/sec., 41.97 MiB/sec. | ||
| 6382 | 2025.02.28 06:49:59.420126 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6383 | 2025.02.28 06:49:59.420221 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 6384 | 2025.02.28 06:49:59.420545 [ 198 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6385 | 2025.02.28 06:49:59.420913 [ 198 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_51_10} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6386 | 2025.02.28 06:49:59.421023 [ 198 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_51_10} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6387 | 2025.02.28 06:49:59.421132 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 6388 | 2025.02.28 06:50:03.620349 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6389 | 2025.02.28 06:50:03.620418 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6390 | 2025.02.28 06:50:03.744778 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701 | ||
| 6391 | 2025.02.28 06:50:03.745703 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6392 | 2025.02.28 06:50:03.745750 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6393 | 2025.02.28 06:50:03.746276 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6394 | 2025.02.28 06:50:03.746531 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6395 | 2025.02.28 06:50:03.746766 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6396 | 2025.02.28 06:50:03.796889 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 898 | ||
| 6397 | 2025.02.28 06:50:03.799644 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6398 | 2025.02.28 06:50:03.799685 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6399 | 2025.02.28 06:50:03.801130 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6400 | 2025.02.28 06:50:03.801436 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6401 | 2025.02.28 06:50:03.801913 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 898 | ||
| 6402 | 2025.02.28 06:50:04.001471 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000931241 sec. | ||
| 6403 | 2025.02.28 06:50:04.400012 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6404 | 2025.02.28 06:50:04.400222 [ 4 ] {5f4c5f69-59ea-4f14-bc8e-9e31b9b6cf0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6405 | 2025.02.28 06:50:04.400302 [ 4 ] {5f4c5f69-59ea-4f14-bc8e-9e31b9b6cf0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6406 | 2025.02.28 06:50:04.401170 [ 4 ] {5f4c5f69-59ea-4f14-bc8e-9e31b9b6cf0f} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6407 | 2025.02.28 06:50:04.401221 [ 4 ] {5f4c5f69-59ea-4f14-bc8e-9e31b9b6cf0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6408 | 2025.02.28 06:50:04.401672 [ 4 ] {5f4c5f69-59ea-4f14-bc8e-9e31b9b6cf0f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6409 | 2025.02.28 06:50:04.401932 [ 4 ] {5f4c5f69-59ea-4f14-bc8e-9e31b9b6cf0f} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6410 | 2025.02.28 06:50:04.402198 [ 4 ] {5f4c5f69-59ea-4f14-bc8e-9e31b9b6cf0f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002025 sec., 104691.35802469136 rows/sec., 6.66 MiB/sec. | ||
| 6411 | 2025.02.28 06:50:04.402277 [ 4 ] {5f4c5f69-59ea-4f14-bc8e-9e31b9b6cf0f} <Debug> TCPHandler: Processed in 0.002405149 sec. | ||
| 6412 | 2025.02.28 06:50:04.402604 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6413 | 2025.02.28 06:50:04.402817 [ 255 ] {cfbb9663-374a-4abd-820b-e3d308fc5cfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6414 | 2025.02.28 06:50:04.402900 [ 255 ] {cfbb9663-374a-4abd-820b-e3d308fc5cfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6415 | 2025.02.28 06:50:04.404067 [ 255 ] {cfbb9663-374a-4abd-820b-e3d308fc5cfb} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6416 | 2025.02.28 06:50:04.404118 [ 255 ] {cfbb9663-374a-4abd-820b-e3d308fc5cfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6417 | 2025.02.28 06:50:04.404603 [ 255 ] {cfbb9663-374a-4abd-820b-e3d308fc5cfb} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6418 | 2025.02.28 06:50:04.404868 [ 255 ] {cfbb9663-374a-4abd-820b-e3d308fc5cfb} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6419 | 2025.02.28 06:50:04.405113 [ 255 ] {cfbb9663-374a-4abd-820b-e3d308fc5cfb} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002355 sec., 295116.7728237792 rows/sec., 23.56 MiB/sec. | ||
| 6420 | 2025.02.28 06:50:04.405187 [ 255 ] {cfbb9663-374a-4abd-820b-e3d308fc5cfb} <Debug> TCPHandler: Processed in 0.002771393 sec. | ||
| 6421 | 2025.02.28 06:50:04.405364 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6422 | 2025.02.28 06:50:04.405505 [ 4 ] {ee61d496-f644-4609-a60c-a5491b2f7594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6423 | 2025.02.28 06:50:04.405558 [ 4 ] {ee61d496-f644-4609-a60c-a5491b2f7594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6424 | 2025.02.28 06:50:04.406196 [ 4 ] {ee61d496-f644-4609-a60c-a5491b2f7594} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6425 | 2025.02.28 06:50:04.406236 [ 4 ] {ee61d496-f644-4609-a60c-a5491b2f7594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6426 | 2025.02.28 06:50:04.406616 [ 4 ] {ee61d496-f644-4609-a60c-a5491b2f7594} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6427 | 2025.02.28 06:50:04.406873 [ 4 ] {ee61d496-f644-4609-a60c-a5491b2f7594} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6428 | 2025.02.28 06:50:04.407128 [ 4 ] {ee61d496-f644-4609-a60c-a5491b2f7594} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001648 sec., 87985.43689320389 rows/sec., 5.52 MiB/sec. | ||
| 6429 | 2025.02.28 06:50:04.407330 [ 4 ] {ee61d496-f644-4609-a60c-a5491b2f7594} <Debug> TCPHandler: Processed in 0.002028244 sec. | ||
| 6430 | 2025.02.28 06:50:04.407516 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6431 | 2025.02.28 06:50:04.407641 [ 255 ] {0274ab91-2a7a-4802-aab8-b94f9fc40a08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6432 | 2025.02.28 06:50:04.407695 [ 255 ] {0274ab91-2a7a-4802-aab8-b94f9fc40a08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6433 | 2025.02.28 06:50:04.408335 [ 255 ] {0274ab91-2a7a-4802-aab8-b94f9fc40a08} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6434 | 2025.02.28 06:50:04.408376 [ 255 ] {0274ab91-2a7a-4802-aab8-b94f9fc40a08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6435 | 2025.02.28 06:50:04.408761 [ 255 ] {0274ab91-2a7a-4802-aab8-b94f9fc40a08} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6436 | 2025.02.28 06:50:04.409001 [ 255 ] {0274ab91-2a7a-4802-aab8-b94f9fc40a08} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6437 | 2025.02.28 06:50:04.409247 [ 255 ] {0274ab91-2a7a-4802-aab8-b94f9fc40a08} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001636 sec., 69070.90464547677 rows/sec., 4.47 MiB/sec. | ||
| 6438 | 2025.02.28 06:50:04.409306 [ 255 ] {0274ab91-2a7a-4802-aab8-b94f9fc40a08} <Debug> TCPHandler: Processed in 0.001848312 sec. | ||
| 6439 | 2025.02.28 06:50:04.409466 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6440 | 2025.02.28 06:50:04.409586 [ 4 ] {d990a506-8aef-4852-9be8-5a15a6909b72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6441 | 2025.02.28 06:50:04.409635 [ 4 ] {d990a506-8aef-4852-9be8-5a15a6909b72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6442 | 2025.02.28 06:50:04.410254 [ 4 ] {d990a506-8aef-4852-9be8-5a15a6909b72} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6443 | 2025.02.28 06:50:04.410297 [ 4 ] {d990a506-8aef-4852-9be8-5a15a6909b72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6444 | 2025.02.28 06:50:04.410672 [ 4 ] {d990a506-8aef-4852-9be8-5a15a6909b72} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6445 | 2025.02.28 06:50:04.410915 [ 4 ] {d990a506-8aef-4852-9be8-5a15a6909b72} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6446 | 2025.02.28 06:50:04.411151 [ 4 ] {d990a506-8aef-4852-9be8-5a15a6909b72} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001588 sec., 70528.96725440805 rows/sec., 4.02 MiB/sec. | ||
| 6447 | 2025.02.28 06:50:04.411204 [ 4 ] {d990a506-8aef-4852-9be8-5a15a6909b72} <Debug> TCPHandler: Processed in 0.001793611 sec. | ||
| 6448 | 2025.02.28 06:50:04.411358 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6449 | 2025.02.28 06:50:04.411485 [ 255 ] {01bb81ef-82b8-4278-b0f7-a92df716be26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6450 | 2025.02.28 06:50:04.411537 [ 255 ] {01bb81ef-82b8-4278-b0f7-a92df716be26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6451 | 2025.02.28 06:50:04.412298 [ 255 ] {01bb81ef-82b8-4278-b0f7-a92df716be26} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6452 | 2025.02.28 06:50:04.412338 [ 255 ] {01bb81ef-82b8-4278-b0f7-a92df716be26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6453 | 2025.02.28 06:50:04.412717 [ 255 ] {01bb81ef-82b8-4278-b0f7-a92df716be26} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6454 | 2025.02.28 06:50:04.412955 [ 255 ] {01bb81ef-82b8-4278-b0f7-a92df716be26} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6455 | 2025.02.28 06:50:04.413210 [ 255 ] {01bb81ef-82b8-4278-b0f7-a92df716be26} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001748 sec., 240846.6819221968 rows/sec., 17.16 MiB/sec. | ||
| 6456 | 2025.02.28 06:50:04.413287 [ 255 ] {01bb81ef-82b8-4278-b0f7-a92df716be26} <Debug> TCPHandler: Processed in 0.001992034 sec. | ||
| 6457 | 2025.02.28 06:50:04.413501 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6458 | 2025.02.28 06:50:04.413657 [ 4 ] {a0d610b2-8094-4908-bc3a-6bb9c8999515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6459 | 2025.02.28 06:50:04.413709 [ 4 ] {a0d610b2-8094-4908-bc3a-6bb9c8999515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6460 | 2025.02.28 06:50:04.414199 [ 4 ] {a0d610b2-8094-4908-bc3a-6bb9c8999515} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6461 | 2025.02.28 06:50:04.414238 [ 4 ] {a0d610b2-8094-4908-bc3a-6bb9c8999515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6462 | 2025.02.28 06:50:04.414604 [ 4 ] {a0d610b2-8094-4908-bc3a-6bb9c8999515} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6463 | 2025.02.28 06:50:04.414853 [ 4 ] {a0d610b2-8094-4908-bc3a-6bb9c8999515} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6464 | 2025.02.28 06:50:04.415062 [ 4 ] {a0d610b2-8094-4908-bc3a-6bb9c8999515} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001429 sec., 4198.740377886635 rows/sec., 219.37 KiB/sec. | ||
| 6465 | 2025.02.28 06:50:04.415111 [ 4 ] {a0d610b2-8094-4908-bc3a-6bb9c8999515} <Debug> TCPHandler: Processed in 0.00173206 sec. | ||
| 6466 | 2025.02.28 06:50:04.415264 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6467 | 2025.02.28 06:50:04.415383 [ 255 ] {11b1fbec-2fe2-4443-a954-7194c2a666d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6468 | 2025.02.28 06:50:04.415438 [ 255 ] {11b1fbec-2fe2-4443-a954-7194c2a666d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6469 | 2025.02.28 06:50:04.416124 [ 255 ] {11b1fbec-2fe2-4443-a954-7194c2a666d5} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6470 | 2025.02.28 06:50:04.416169 [ 255 ] {11b1fbec-2fe2-4443-a954-7194c2a666d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6471 | 2025.02.28 06:50:04.416616 [ 255 ] {11b1fbec-2fe2-4443-a954-7194c2a666d5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6472 | 2025.02.28 06:50:04.416853 [ 255 ] {11b1fbec-2fe2-4443-a954-7194c2a666d5} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6473 | 2025.02.28 06:50:04.417044 [ 255 ] {11b1fbec-2fe2-4443-a954-7194c2a666d5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001682 sec., 140903.6860879905 rows/sec., 9.44 MiB/sec. | ||
| 6474 | 2025.02.28 06:50:04.417139 [ 255 ] {11b1fbec-2fe2-4443-a954-7194c2a666d5} <Debug> TCPHandler: Processed in 0.001929613 sec. | ||
| 6475 | 2025.02.28 06:50:04.417320 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6476 | 2025.02.28 06:50:04.417459 [ 4 ] {204d11c4-e0e7-4ea4-841c-c973f097f4a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6477 | 2025.02.28 06:50:04.417508 [ 4 ] {204d11c4-e0e7-4ea4-841c-c973f097f4a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6478 | 2025.02.28 06:50:04.418047 [ 4 ] {204d11c4-e0e7-4ea4-841c-c973f097f4a5} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6479 | 2025.02.28 06:50:04.418093 [ 4 ] {204d11c4-e0e7-4ea4-841c-c973f097f4a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6480 | 2025.02.28 06:50:04.418522 [ 4 ] {204d11c4-e0e7-4ea4-841c-c973f097f4a5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6481 | 2025.02.28 06:50:04.418768 [ 4 ] {204d11c4-e0e7-4ea4-841c-c973f097f4a5} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6482 | 2025.02.28 06:50:04.419028 [ 4 ] {204d11c4-e0e7-4ea4-841c-c973f097f4a5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001594 sec., 627.3525721455459 rows/sec., 42.27 KiB/sec. | ||
| 6483 | 2025.02.28 06:50:04.419216 [ 4 ] {204d11c4-e0e7-4ea4-841c-c973f097f4a5} <Debug> TCPHandler: Processed in 0.001987753 sec. | ||
| 6484 | 2025.02.28 06:50:04.419379 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6485 | 2025.02.28 06:50:04.419499 [ 255 ] {b3d03552-4e36-420c-a0f8-40b862dd6136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6486 | 2025.02.28 06:50:04.419596 [ 255 ] {b3d03552-4e36-420c-a0f8-40b862dd6136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6487 | 2025.02.28 06:50:04.420897 [ 255 ] {b3d03552-4e36-420c-a0f8-40b862dd6136} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6488 | 2025.02.28 06:50:04.420936 [ 255 ] {b3d03552-4e36-420c-a0f8-40b862dd6136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6489 | 2025.02.28 06:50:04.421589 [ 255 ] {b3d03552-4e36-420c-a0f8-40b862dd6136} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6490 | 2025.02.28 06:50:04.421852 [ 255 ] {b3d03552-4e36-420c-a0f8-40b862dd6136} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6491 | 2025.02.28 06:50:04.422049 [ 255 ] {b3d03552-4e36-420c-a0f8-40b862dd6136} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002577 sec., 15133.876600698488 rows/sec., 27.12 MiB/sec. | ||
| 6492 | 2025.02.28 06:50:04.422141 [ 255 ] {b3d03552-4e36-420c-a0f8-40b862dd6136} <Debug> TCPHandler: Processed in 0.002821553 sec. | ||
| 6493 | 2025.02.28 06:50:04.422296 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6494 | 2025.02.28 06:50:04.422433 [ 4 ] {2edfc372-b57f-4f5f-836a-4146f4cce3fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6495 | 2025.02.28 06:50:04.422491 [ 4 ] {2edfc372-b57f-4f5f-836a-4146f4cce3fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6496 | 2025.02.28 06:50:04.423065 [ 4 ] {2edfc372-b57f-4f5f-836a-4146f4cce3fa} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6497 | 2025.02.28 06:50:04.423111 [ 4 ] {2edfc372-b57f-4f5f-836a-4146f4cce3fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6498 | 2025.02.28 06:50:04.423550 [ 4 ] {2edfc372-b57f-4f5f-836a-4146f4cce3fa} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6499 | 2025.02.28 06:50:04.423792 [ 4 ] {2edfc372-b57f-4f5f-836a-4146f4cce3fa} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6500 | 2025.02.28 06:50:04.424021 [ 4 ] {2edfc372-b57f-4f5f-836a-4146f4cce3fa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001615 sec., 50773.99380804954 rows/sec., 3.22 MiB/sec. | ||
| 6501 | 2025.02.28 06:50:04.424097 [ 4 ] {2edfc372-b57f-4f5f-836a-4146f4cce3fa} <Debug> TCPHandler: Processed in 0.001868913 sec. | ||
| 6502 | 2025.02.28 06:50:04.782004 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6503 | 2025.02.28 06:50:04.801432 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6504 | 2025.02.28 06:50:04.801497 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6505 | 2025.02.28 06:50:04.808585 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6506 | 2025.02.28 06:50:04.809333 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6507 | 2025.02.28 06:50:04.811963 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6508 | 2025.02.28 06:50:09.392046 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6509 | 2025.02.28 06:50:09.392370 [ 4 ] {c07f8ed5-cb2a-4e46-b167-dc28adac2393} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6510 | 2025.02.28 06:50:09.392486 [ 4 ] {c07f8ed5-cb2a-4e46-b167-dc28adac2393} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6511 | 2025.02.28 06:50:09.393345 [ 4 ] {c07f8ed5-cb2a-4e46-b167-dc28adac2393} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6512 | 2025.02.28 06:50:09.393396 [ 4 ] {c07f8ed5-cb2a-4e46-b167-dc28adac2393} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6513 | 2025.02.28 06:50:09.393829 [ 4 ] {c07f8ed5-cb2a-4e46-b167-dc28adac2393} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6514 | 2025.02.28 06:50:09.394086 [ 4 ] {c07f8ed5-cb2a-4e46-b167-dc28adac2393} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6515 | 2025.02.28 06:50:09.394313 [ 4 ] {c07f8ed5-cb2a-4e46-b167-dc28adac2393} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002029 sec., 27599.80285855101 rows/sec., 2.12 MiB/sec. | ||
| 6516 | 2025.02.28 06:50:09.394371 [ 4 ] {c07f8ed5-cb2a-4e46-b167-dc28adac2393} <Debug> TCPHandler: Processed in 0.00251214 sec. | ||
| 6517 | 2025.02.28 06:50:09.394644 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6518 | 2025.02.28 06:50:09.394858 [ 255 ] {b46c4f2d-4ae8-461d-b6d1-4a4131dd1625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6519 | 2025.02.28 06:50:09.394943 [ 255 ] {b46c4f2d-4ae8-461d-b6d1-4a4131dd1625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6520 | 2025.02.28 06:50:09.395802 [ 255 ] {b46c4f2d-4ae8-461d-b6d1-4a4131dd1625} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6521 | 2025.02.28 06:50:09.395852 [ 255 ] {b46c4f2d-4ae8-461d-b6d1-4a4131dd1625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6522 | 2025.02.28 06:50:09.396288 [ 255 ] {b46c4f2d-4ae8-461d-b6d1-4a4131dd1625} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6523 | 2025.02.28 06:50:09.396546 [ 255 ] {b46c4f2d-4ae8-461d-b6d1-4a4131dd1625} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6524 | 2025.02.28 06:50:09.396822 [ 255 ] {b46c4f2d-4ae8-461d-b6d1-4a4131dd1625} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002014 sec., 31777.557100297912 rows/sec., 2.48 MiB/sec. | ||
| 6525 | 2025.02.28 06:50:09.396945 [ 255 ] {b46c4f2d-4ae8-461d-b6d1-4a4131dd1625} <Debug> TCPHandler: Processed in 0.002432369 sec. | ||
| 6526 | 2025.02.28 06:50:09.397160 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6527 | 2025.02.28 06:50:09.397422 [ 4 ] {8d529628-5296-4f6e-b43d-0b4d8d93fe8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6528 | 2025.02.28 06:50:09.397487 [ 4 ] {8d529628-5296-4f6e-b43d-0b4d8d93fe8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6529 | 2025.02.28 06:50:09.398092 [ 4 ] {8d529628-5296-4f6e-b43d-0b4d8d93fe8a} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6530 | 2025.02.28 06:50:09.398131 [ 4 ] {8d529628-5296-4f6e-b43d-0b4d8d93fe8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6531 | 2025.02.28 06:50:09.398534 [ 4 ] {8d529628-5296-4f6e-b43d-0b4d8d93fe8a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6532 | 2025.02.28 06:50:09.398787 [ 4 ] {8d529628-5296-4f6e-b43d-0b4d8d93fe8a} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6533 | 2025.02.28 06:50:09.399002 [ 4 ] {8d529628-5296-4f6e-b43d-0b4d8d93fe8a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001646 sec., 97205.34629404618 rows/sec., 6.77 MiB/sec. | ||
| 6534 | 2025.02.28 06:50:09.399052 [ 4 ] {8d529628-5296-4f6e-b43d-0b4d8d93fe8a} <Debug> TCPHandler: Processed in 0.002023484 sec. | ||
| 6535 | 2025.02.28 06:50:09.399271 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6536 | 2025.02.28 06:50:09.399424 [ 255 ] {218023da-5da9-4b2f-9de4-ed78ac1d9de8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6537 | 2025.02.28 06:50:09.399490 [ 255 ] {218023da-5da9-4b2f-9de4-ed78ac1d9de8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6538 | 2025.02.28 06:50:09.400036 [ 255 ] {218023da-5da9-4b2f-9de4-ed78ac1d9de8} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6539 | 2025.02.28 06:50:09.400076 [ 255 ] {218023da-5da9-4b2f-9de4-ed78ac1d9de8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6540 | 2025.02.28 06:50:09.400458 [ 255 ] {218023da-5da9-4b2f-9de4-ed78ac1d9de8} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6541 | 2025.02.28 06:50:09.400702 [ 255 ] {218023da-5da9-4b2f-9de4-ed78ac1d9de8} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6542 | 2025.02.28 06:50:09.400924 [ 255 ] {218023da-5da9-4b2f-9de4-ed78ac1d9de8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001534 sec., 39113.42894393742 rows/sec., 2.64 MiB/sec. | ||
| 6543 | 2025.02.28 06:50:09.400991 [ 255 ] {218023da-5da9-4b2f-9de4-ed78ac1d9de8} <Debug> TCPHandler: Processed in 0.001789581 sec. | ||
| 6544 | 2025.02.28 06:50:11.246989 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189 | ||
| 6545 | 2025.02.28 06:50:11.247755 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6546 | 2025.02.28 06:50:11.247800 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6547 | 2025.02.28 06:50:11.248319 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6548 | 2025.02.28 06:50:11.248569 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6549 | 2025.02.28 06:50:11.248817 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 | ||
| 6550 | 2025.02.28 06:50:12.312121 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6551 | 2025.02.28 06:50:12.331930 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6552 | 2025.02.28 06:50:12.331980 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6553 | 2025.02.28 06:50:12.339243 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6554 | 2025.02.28 06:50:12.339999 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6555 | 2025.02.28 06:50:12.343343 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6556 | 2025.02.28 06:50:13.802192 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 928 | ||
| 6557 | 2025.02.28 06:50:13.805576 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6558 | 2025.02.28 06:50:13.805625 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6559 | 2025.02.28 06:50:13.807073 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6560 | 2025.02.28 06:50:13.807835 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6561 | 2025.02.28 06:50:13.809330 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 928 | ||
| 6562 | 2025.02.28 06:50:14.400272 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6563 | 2025.02.28 06:50:14.400480 [ 4 ] {a958b9fd-aa3c-40b4-bb98-5a5ea09dd69c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6564 | 2025.02.28 06:50:14.400561 [ 4 ] {a958b9fd-aa3c-40b4-bb98-5a5ea09dd69c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6565 | 2025.02.28 06:50:14.401450 [ 4 ] {a958b9fd-aa3c-40b4-bb98-5a5ea09dd69c} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6566 | 2025.02.28 06:50:14.401500 [ 4 ] {a958b9fd-aa3c-40b4-bb98-5a5ea09dd69c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6567 | 2025.02.28 06:50:14.401941 [ 4 ] {a958b9fd-aa3c-40b4-bb98-5a5ea09dd69c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6568 | 2025.02.28 06:50:14.402197 [ 4 ] {a958b9fd-aa3c-40b4-bb98-5a5ea09dd69c} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6569 | 2025.02.28 06:50:14.402453 [ 4 ] {a958b9fd-aa3c-40b4-bb98-5a5ea09dd69c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002017 sec., 105106.59395141299 rows/sec., 6.68 MiB/sec. | ||
| 6570 | 2025.02.28 06:50:14.402597 [ 4 ] {a958b9fd-aa3c-40b4-bb98-5a5ea09dd69c} <Debug> TCPHandler: Processed in 0.002461599 sec. | ||
| 6571 | 2025.02.28 06:50:14.402894 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6572 | 2025.02.28 06:50:14.403102 [ 255 ] {69f55ddb-2e07-4abf-a28a-e1f96ff516ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6573 | 2025.02.28 06:50:14.403180 [ 255 ] {69f55ddb-2e07-4abf-a28a-e1f96ff516ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6574 | 2025.02.28 06:50:14.404297 [ 255 ] {69f55ddb-2e07-4abf-a28a-e1f96ff516ad} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6575 | 2025.02.28 06:50:14.404336 [ 255 ] {69f55ddb-2e07-4abf-a28a-e1f96ff516ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6576 | 2025.02.28 06:50:14.404799 [ 255 ] {69f55ddb-2e07-4abf-a28a-e1f96ff516ad} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6577 | 2025.02.28 06:50:14.405060 [ 255 ] {69f55ddb-2e07-4abf-a28a-e1f96ff516ad} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6578 | 2025.02.28 06:50:14.405254 [ 255 ] {69f55ddb-2e07-4abf-a28a-e1f96ff516ad} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002213 sec., 314053.3212833258 rows/sec., 25.07 MiB/sec. | ||
| 6579 | 2025.02.28 06:50:14.405308 [ 255 ] {69f55ddb-2e07-4abf-a28a-e1f96ff516ad} <Debug> TCPHandler: Processed in 0.002559021 sec. | ||
| 6580 | 2025.02.28 06:50:14.405496 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6581 | 2025.02.28 06:50:14.405636 [ 4 ] {9c6993a7-e526-4b23-8a17-5e0ce0f7641d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6582 | 2025.02.28 06:50:14.405695 [ 4 ] {9c6993a7-e526-4b23-8a17-5e0ce0f7641d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6583 | 2025.02.28 06:50:14.406365 [ 4 ] {9c6993a7-e526-4b23-8a17-5e0ce0f7641d} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6584 | 2025.02.28 06:50:14.406405 [ 4 ] {9c6993a7-e526-4b23-8a17-5e0ce0f7641d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6585 | 2025.02.28 06:50:14.406770 [ 4 ] {9c6993a7-e526-4b23-8a17-5e0ce0f7641d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6586 | 2025.02.28 06:50:14.407015 [ 4 ] {9c6993a7-e526-4b23-8a17-5e0ce0f7641d} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6587 | 2025.02.28 06:50:14.407255 [ 4 ] {9c6993a7-e526-4b23-8a17-5e0ce0f7641d} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001647 sec., 88038.8585306618 rows/sec., 5.53 MiB/sec. | ||
| 6588 | 2025.02.28 06:50:14.407330 [ 4 ] {9c6993a7-e526-4b23-8a17-5e0ce0f7641d} <Debug> TCPHandler: Processed in 0.001897253 sec. | ||
| 6589 | 2025.02.28 06:50:14.407563 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6590 | 2025.02.28 06:50:14.407715 [ 255 ] {c2f94d10-0149-414f-83ee-36ef2548c8e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6591 | 2025.02.28 06:50:14.407766 [ 255 ] {c2f94d10-0149-414f-83ee-36ef2548c8e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6592 | 2025.02.28 06:50:14.408389 [ 255 ] {c2f94d10-0149-414f-83ee-36ef2548c8e3} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6593 | 2025.02.28 06:50:14.408429 [ 255 ] {c2f94d10-0149-414f-83ee-36ef2548c8e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6594 | 2025.02.28 06:50:14.408781 [ 255 ] {c2f94d10-0149-414f-83ee-36ef2548c8e3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6595 | 2025.02.28 06:50:14.409014 [ 255 ] {c2f94d10-0149-414f-83ee-36ef2548c8e3} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6596 | 2025.02.28 06:50:14.409191 [ 255 ] {c2f94d10-0149-414f-83ee-36ef2548c8e3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001502 sec., 75233.02263648469 rows/sec., 4.87 MiB/sec. | ||
| 6597 | 2025.02.28 06:50:14.409240 [ 255 ] {c2f94d10-0149-414f-83ee-36ef2548c8e3} <Debug> TCPHandler: Processed in 0.001807132 sec. | ||
| 6598 | 2025.02.28 06:50:14.409397 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6599 | 2025.02.28 06:50:14.409542 [ 4 ] {d2c49d7f-128c-49be-b1dd-df519846c724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6600 | 2025.02.28 06:50:14.409599 [ 4 ] {d2c49d7f-128c-49be-b1dd-df519846c724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6601 | 2025.02.28 06:50:14.410253 [ 4 ] {d2c49d7f-128c-49be-b1dd-df519846c724} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6602 | 2025.02.28 06:50:14.410293 [ 4 ] {d2c49d7f-128c-49be-b1dd-df519846c724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6603 | 2025.02.28 06:50:14.410655 [ 4 ] {d2c49d7f-128c-49be-b1dd-df519846c724} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6604 | 2025.02.28 06:50:14.410898 [ 4 ] {d2c49d7f-128c-49be-b1dd-df519846c724} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6605 | 2025.02.28 06:50:14.411140 [ 4 ] {d2c49d7f-128c-49be-b1dd-df519846c724} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00162 sec., 69135.8024691358 rows/sec., 3.94 MiB/sec. | ||
| 6606 | 2025.02.28 06:50:14.411279 [ 4 ] {d2c49d7f-128c-49be-b1dd-df519846c724} <Debug> TCPHandler: Processed in 0.001945703 sec. | ||
| 6607 | 2025.02.28 06:50:14.411540 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6608 | 2025.02.28 06:50:14.411763 [ 255 ] {3183045d-33d9-4447-9420-79f99e93c851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6609 | 2025.02.28 06:50:14.411854 [ 255 ] {3183045d-33d9-4447-9420-79f99e93c851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6610 | 2025.02.28 06:50:14.412626 [ 255 ] {3183045d-33d9-4447-9420-79f99e93c851} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6611 | 2025.02.28 06:50:14.412664 [ 255 ] {3183045d-33d9-4447-9420-79f99e93c851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6612 | 2025.02.28 06:50:14.413048 [ 255 ] {3183045d-33d9-4447-9420-79f99e93c851} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6613 | 2025.02.28 06:50:14.413281 [ 255 ] {3183045d-33d9-4447-9420-79f99e93c851} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6614 | 2025.02.28 06:50:14.413481 [ 255 ] {3183045d-33d9-4447-9420-79f99e93c851} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001767 sec., 238256.9326542162 rows/sec., 16.97 MiB/sec. | ||
| 6615 | 2025.02.28 06:50:14.413576 [ 255 ] {3183045d-33d9-4447-9420-79f99e93c851} <Debug> TCPHandler: Processed in 0.002148536 sec. | ||
| 6616 | 2025.02.28 06:50:14.413795 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6617 | 2025.02.28 06:50:14.414022 [ 4 ] {de7c859c-e1ed-4701-999f-007801ce9887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6618 | 2025.02.28 06:50:14.414081 [ 4 ] {de7c859c-e1ed-4701-999f-007801ce9887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6619 | 2025.02.28 06:50:14.414654 [ 4 ] {de7c859c-e1ed-4701-999f-007801ce9887} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6620 | 2025.02.28 06:50:14.414700 [ 4 ] {de7c859c-e1ed-4701-999f-007801ce9887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6621 | 2025.02.28 06:50:14.415100 [ 4 ] {de7c859c-e1ed-4701-999f-007801ce9887} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6622 | 2025.02.28 06:50:14.415338 [ 4 ] {de7c859c-e1ed-4701-999f-007801ce9887} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6623 | 2025.02.28 06:50:14.415555 [ 4 ] {de7c859c-e1ed-4701-999f-007801ce9887} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00157 sec., 3821.6560509554142 rows/sec., 199.67 KiB/sec. | ||
| 6624 | 2025.02.28 06:50:14.415605 [ 4 ] {de7c859c-e1ed-4701-999f-007801ce9887} <Debug> TCPHandler: Processed in 0.001943143 sec. | ||
| 6625 | 2025.02.28 06:50:14.415752 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6626 | 2025.02.28 06:50:14.415872 [ 255 ] {6fcb3d1e-f56c-41cc-85b4-c0498c3c3dc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6627 | 2025.02.28 06:50:14.415932 [ 255 ] {6fcb3d1e-f56c-41cc-85b4-c0498c3c3dc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6628 | 2025.02.28 06:50:14.416549 [ 255 ] {6fcb3d1e-f56c-41cc-85b4-c0498c3c3dc5} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6629 | 2025.02.28 06:50:14.416586 [ 255 ] {6fcb3d1e-f56c-41cc-85b4-c0498c3c3dc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6630 | 2025.02.28 06:50:14.416987 [ 255 ] {6fcb3d1e-f56c-41cc-85b4-c0498c3c3dc5} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6631 | 2025.02.28 06:50:14.417221 [ 255 ] {6fcb3d1e-f56c-41cc-85b4-c0498c3c3dc5} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6632 | 2025.02.28 06:50:14.417399 [ 255 ] {6fcb3d1e-f56c-41cc-85b4-c0498c3c3dc5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001552 sec., 152706.1855670103 rows/sec., 10.24 MiB/sec. | ||
| 6633 | 2025.02.28 06:50:14.417453 [ 255 ] {6fcb3d1e-f56c-41cc-85b4-c0498c3c3dc5} <Debug> TCPHandler: Processed in 0.001763061 sec. | ||
| 6634 | 2025.02.28 06:50:14.417592 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6635 | 2025.02.28 06:50:14.417716 [ 4 ] {364aef55-abc0-407f-81b0-5df1aef30ad1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6636 | 2025.02.28 06:50:14.417770 [ 4 ] {364aef55-abc0-407f-81b0-5df1aef30ad1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6637 | 2025.02.28 06:50:14.418252 [ 4 ] {364aef55-abc0-407f-81b0-5df1aef30ad1} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6638 | 2025.02.28 06:50:14.418292 [ 4 ] {364aef55-abc0-407f-81b0-5df1aef30ad1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6639 | 2025.02.28 06:50:14.418662 [ 4 ] {364aef55-abc0-407f-81b0-5df1aef30ad1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6640 | 2025.02.28 06:50:14.418897 [ 4 ] {364aef55-abc0-407f-81b0-5df1aef30ad1} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6641 | 2025.02.28 06:50:14.419059 [ 129 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 | ||
| 6642 | 2025.02.28 06:50:14.419125 [ 129 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6643 | 2025.02.28 06:50:14.419140 [ 4 ] {364aef55-abc0-407f-81b0-5df1aef30ad1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001437 sec., 695.8942240779402 rows/sec., 46.89 KiB/sec. | ||
| 6644 | 2025.02.28 06:50:14.419168 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6645 | 2025.02.28 06:50:14.419280 [ 4 ] {364aef55-abc0-407f-81b0-5df1aef30ad1} <Debug> TCPHandler: Processed in 0.001740571 sec. | ||
| 6646 | 2025.02.28 06:50:14.419397 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_23_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full | ||
| 6647 | 2025.02.28 06:50:14.419478 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6648 | 2025.02.28 06:50:14.419533 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_23_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6649 | 2025.02.28 06:50:14.419576 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 18 rows starting from the beginning of the part | ||
| 6650 | 2025.02.28 06:50:14.419616 [ 255 ] {999095c0-b4a5-47bf-b4e8-e4a06df7e39d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6651 | 2025.02.28 06:50:14.419724 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 6652 | 2025.02.28 06:50:14.419926 [ 255 ] {999095c0-b4a5-47bf-b4e8-e4a06df7e39d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6653 | 2025.02.28 06:50:14.420155 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 6654 | 2025.02.28 06:50:14.420458 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 6655 | 2025.02.28 06:50:14.420781 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 6656 | 2025.02.28 06:50:14.421061 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_23_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 6657 | 2025.02.28 06:50:14.422998 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_23_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23 rows, containing 4 columns (4 merged, 0 gathered) in 0.003709315 sec., 6200.605772224791 rows/sec., 417.81 KiB/sec. | ||
| 6658 | 2025.02.28 06:50:14.423131 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_23_5} <Trace> MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) | ||
| 6659 | 2025.02.28 06:50:14.423397 [ 255 ] {999095c0-b4a5-47bf-b4e8-e4a06df7e39d} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6660 | 2025.02.28 06:50:14.423442 [ 255 ] {999095c0-b4a5-47bf-b4e8-e4a06df7e39d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6661 | 2025.02.28 06:50:14.423531 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_23_5} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6662 | 2025.02.28 06:50:14.423660 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_23_5} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 | ||
| 6663 | 2025.02.28 06:50:14.423739 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 6664 | 2025.02.28 06:50:14.424196 [ 255 ] {999095c0-b4a5-47bf-b4e8-e4a06df7e39d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6665 | 2025.02.28 06:50:14.424449 [ 255 ] {999095c0-b4a5-47bf-b4e8-e4a06df7e39d} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6666 | 2025.02.28 06:50:14.424647 [ 255 ] {999095c0-b4a5-47bf-b4e8-e4a06df7e39d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.005065 sec., 7699.901283316881 rows/sec., 13.80 MiB/sec. | ||
| 6667 | 2025.02.28 06:50:14.424761 [ 255 ] {999095c0-b4a5-47bf-b4e8-e4a06df7e39d} <Debug> TCPHandler: Processed in 0.005342764 sec. | ||
| 6668 | 2025.02.28 06:50:14.424914 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6669 | 2025.02.28 06:50:14.425056 [ 4 ] {74a6e506-b845-46a2-8658-c8d9dd74a9ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6670 | 2025.02.28 06:50:14.425116 [ 4 ] {74a6e506-b845-46a2-8658-c8d9dd74a9ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6671 | 2025.02.28 06:50:14.425705 [ 4 ] {74a6e506-b845-46a2-8658-c8d9dd74a9ba} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6672 | 2025.02.28 06:50:14.425751 [ 4 ] {74a6e506-b845-46a2-8658-c8d9dd74a9ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6673 | 2025.02.28 06:50:14.426144 [ 4 ] {74a6e506-b845-46a2-8658-c8d9dd74a9ba} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 6674 | 2025.02.28 06:50:14.426379 [ 4 ] {74a6e506-b845-46a2-8658-c8d9dd74a9ba} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6675 | 2025.02.28 06:50:14.426603 [ 4 ] {74a6e506-b845-46a2-8658-c8d9dd74a9ba} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001577 sec., 51997.46353836398 rows/sec., 3.30 MiB/sec. | ||
| 6676 | 2025.02.28 06:50:14.426655 [ 4 ] {74a6e506-b845-46a2-8658-c8d9dd74a9ba} <Debug> TCPHandler: Processed in 0.001810141 sec. | ||
| 6677 | 2025.02.28 06:50:18.620668 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6678 | 2025.02.28 06:50:18.620730 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6679 | 2025.02.28 06:50:18.749083 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616 | ||
| 6680 | 2025.02.28 06:50:18.749678 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6681 | 2025.02.28 06:50:18.749714 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6682 | 2025.02.28 06:50:18.750241 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6683 | 2025.02.28 06:50:18.750487 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6684 | 2025.02.28 06:50:18.750669 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6685 | 2025.02.28 06:50:19.391768 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6686 | 2025.02.28 06:50:19.391953 [ 4 ] {8caee07b-5d73-4a96-b957-9a55e258b3d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6687 | 2025.02.28 06:50:19.392023 [ 4 ] {8caee07b-5d73-4a96-b957-9a55e258b3d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6688 | 2025.02.28 06:50:19.392782 [ 4 ] {8caee07b-5d73-4a96-b957-9a55e258b3d4} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6689 | 2025.02.28 06:50:19.392823 [ 4 ] {8caee07b-5d73-4a96-b957-9a55e258b3d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6690 | 2025.02.28 06:50:19.393258 [ 4 ] {8caee07b-5d73-4a96-b957-9a55e258b3d4} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6691 | 2025.02.28 06:50:19.393507 [ 4 ] {8caee07b-5d73-4a96-b957-9a55e258b3d4} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6692 | 2025.02.28 06:50:19.393705 [ 4 ] {8caee07b-5d73-4a96-b957-9a55e258b3d4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001804 sec., 31042.12860310421 rows/sec., 2.38 MiB/sec. | ||
| 6693 | 2025.02.28 06:50:19.393761 [ 4 ] {8caee07b-5d73-4a96-b957-9a55e258b3d4} <Debug> TCPHandler: Processed in 0.002121945 sec. | ||
| 6694 | 2025.02.28 06:50:19.394015 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6695 | 2025.02.28 06:50:19.394221 [ 255 ] {048be20a-6f7b-45f0-bd90-bf36b65d27ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6696 | 2025.02.28 06:50:19.394308 [ 255 ] {048be20a-6f7b-45f0-bd90-bf36b65d27ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6697 | 2025.02.28 06:50:19.395178 [ 255 ] {048be20a-6f7b-45f0-bd90-bf36b65d27ba} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6698 | 2025.02.28 06:50:19.395232 [ 255 ] {048be20a-6f7b-45f0-bd90-bf36b65d27ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6699 | 2025.02.28 06:50:19.395670 [ 255 ] {048be20a-6f7b-45f0-bd90-bf36b65d27ba} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6700 | 2025.02.28 06:50:19.395918 [ 255 ] {048be20a-6f7b-45f0-bd90-bf36b65d27ba} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6701 | 2025.02.28 06:50:19.396163 [ 255 ] {048be20a-6f7b-45f0-bd90-bf36b65d27ba} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002001 sec., 31984.007996001998 rows/sec., 2.50 MiB/sec. | ||
| 6702 | 2025.02.28 06:50:19.396233 [ 255 ] {048be20a-6f7b-45f0-bd90-bf36b65d27ba} <Debug> TCPHandler: Processed in 0.002349158 sec. | ||
| 6703 | 2025.02.28 06:50:19.396406 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6704 | 2025.02.28 06:50:19.396547 [ 4 ] {c52acd94-213e-44bc-b378-cd5b2b22514d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6705 | 2025.02.28 06:50:19.396611 [ 4 ] {c52acd94-213e-44bc-b378-cd5b2b22514d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6706 | 2025.02.28 06:50:19.397252 [ 4 ] {c52acd94-213e-44bc-b378-cd5b2b22514d} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6707 | 2025.02.28 06:50:19.397289 [ 4 ] {c52acd94-213e-44bc-b378-cd5b2b22514d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6708 | 2025.02.28 06:50:19.397682 [ 4 ] {c52acd94-213e-44bc-b378-cd5b2b22514d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6709 | 2025.02.28 06:50:19.397915 [ 4 ] {c52acd94-213e-44bc-b378-cd5b2b22514d} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6710 | 2025.02.28 06:50:19.398098 [ 4 ] {c52acd94-213e-44bc-b378-cd5b2b22514d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001584 sec., 101010.10101010102 rows/sec., 7.04 MiB/sec. | ||
| 6711 | 2025.02.28 06:50:19.398152 [ 4 ] {c52acd94-213e-44bc-b378-cd5b2b22514d} <Debug> TCPHandler: Processed in 0.001812871 sec. | ||
| 6712 | 2025.02.28 06:50:19.398350 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6713 | 2025.02.28 06:50:19.398501 [ 255 ] {b1900958-64a6-4d34-a01c-cad53612e71c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6714 | 2025.02.28 06:50:19.398564 [ 255 ] {b1900958-64a6-4d34-a01c-cad53612e71c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6715 | 2025.02.28 06:50:19.399078 [ 255 ] {b1900958-64a6-4d34-a01c-cad53612e71c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6716 | 2025.02.28 06:50:19.399119 [ 255 ] {b1900958-64a6-4d34-a01c-cad53612e71c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6717 | 2025.02.28 06:50:19.399521 [ 255 ] {b1900958-64a6-4d34-a01c-cad53612e71c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 6718 | 2025.02.28 06:50:19.399754 [ 255 ] {b1900958-64a6-4d34-a01c-cad53612e71c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6719 | 2025.02.28 06:50:19.399957 [ 255 ] {b1900958-64a6-4d34-a01c-cad53612e71c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001499 sec., 40026.6844563042 rows/sec., 2.70 MiB/sec. | ||
| 6720 | 2025.02.28 06:50:19.400008 [ 255 ] {b1900958-64a6-4d34-a01c-cad53612e71c} <Debug> TCPHandler: Processed in 0.001765181 sec. | ||
| 6721 | 2025.02.28 06:50:19.843512 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6722 | 2025.02.28 06:50:19.864435 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6723 | 2025.02.28 06:50:19.864504 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6724 | 2025.02.28 06:50:19.872278 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6725 | 2025.02.28 06:50:19.873092 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6726 | 2025.02.28 06:50:19.876295 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6727 | 2025.02.28 06:50:21.827629 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6728 | 2025.02.28 06:50:21.827815 [ 4 ] {a05a8aa6-300a-4dc7-bf4a-855bc9882647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6729 | 2025.02.28 06:50:21.827889 [ 4 ] {a05a8aa6-300a-4dc7-bf4a-855bc9882647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6730 | 2025.02.28 06:50:21.828744 [ 4 ] {a05a8aa6-300a-4dc7-bf4a-855bc9882647} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6731 | 2025.02.28 06:50:21.828791 [ 4 ] {a05a8aa6-300a-4dc7-bf4a-855bc9882647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6732 | 2025.02.28 06:50:21.829246 [ 4 ] {a05a8aa6-300a-4dc7-bf4a-855bc9882647} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6733 | 2025.02.28 06:50:21.829518 [ 4 ] {a05a8aa6-300a-4dc7-bf4a-855bc9882647} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6734 | 2025.02.28 06:50:21.829731 [ 4 ] {a05a8aa6-300a-4dc7-bf4a-855bc9882647} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001969 sec., 107668.86744540377 rows/sec., 6.85 MiB/sec. | ||
| 6735 | 2025.02.28 06:50:21.829799 [ 4 ] {a05a8aa6-300a-4dc7-bf4a-855bc9882647} <Debug> TCPHandler: Processed in 0.002306468 sec. | ||
| 6736 | 2025.02.28 06:50:21.830042 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6737 | 2025.02.28 06:50:21.830234 [ 255 ] {0edbcd78-ed16-4298-8048-8b19d01cac5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6738 | 2025.02.28 06:50:21.830306 [ 255 ] {0edbcd78-ed16-4298-8048-8b19d01cac5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6739 | 2025.02.28 06:50:21.831052 [ 255 ] {0edbcd78-ed16-4298-8048-8b19d01cac5b} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6740 | 2025.02.28 06:50:21.831100 [ 255 ] {0edbcd78-ed16-4298-8048-8b19d01cac5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6741 | 2025.02.28 06:50:21.831508 [ 255 ] {0edbcd78-ed16-4298-8048-8b19d01cac5b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 6742 | 2025.02.28 06:50:21.831751 [ 255 ] {0edbcd78-ed16-4298-8048-8b19d01cac5b} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6743 | 2025.02.28 06:50:21.831998 [ 255 ] {0edbcd78-ed16-4298-8048-8b19d01cac5b} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001814 sec., 8820.286659316427 rows/sec., 719.23 KiB/sec. | ||
| 6744 | 2025.02.28 06:50:21.832080 [ 255 ] {0edbcd78-ed16-4298-8048-8b19d01cac5b} <Debug> TCPHandler: Processed in 0.002166946 sec. | ||
| 6745 | 2025.02.28 06:50:21.832234 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6746 | 2025.02.28 06:50:21.832366 [ 4 ] {b7f0f2cc-96ce-4da7-90b1-21df1bd77f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6747 | 2025.02.28 06:50:21.832423 [ 4 ] {b7f0f2cc-96ce-4da7-90b1-21df1bd77f7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6748 | 2025.02.28 06:50:21.833897 [ 4 ] {b7f0f2cc-96ce-4da7-90b1-21df1bd77f7a} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6749 | 2025.02.28 06:50:21.833937 [ 4 ] {b7f0f2cc-96ce-4da7-90b1-21df1bd77f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6750 | 2025.02.28 06:50:21.834418 [ 4 ] {b7f0f2cc-96ce-4da7-90b1-21df1bd77f7a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6751 | 2025.02.28 06:50:21.834668 [ 4 ] {b7f0f2cc-96ce-4da7-90b1-21df1bd77f7a} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6752 | 2025.02.28 06:50:21.834798 [ 120 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6753 | 2025.02.28 06:50:21.834840 [ 120 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6754 | 2025.02.28 06:50:21.834856 [ 4 ] {b7f0f2cc-96ce-4da7-90b1-21df1bd77f7a} <Debug> executeQuery: Read 1843 rows, 153.97 KiB in 0.00252 sec., 731349.2063492063 rows/sec., 59.67 MiB/sec. | ||
| 6755 | 2025.02.28 06:50:21.834865 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6756 | 2025.02.28 06:50:21.834929 [ 4 ] {b7f0f2cc-96ce-4da7-90b1-21df1bd77f7a} <Debug> TCPHandler: Processed in 0.002758382 sec. | ||
| 6757 | 2025.02.28 06:50:21.835039 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 6758 | 2025.02.28 06:50:21.835139 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6759 | 2025.02.28 06:50:21.835172 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6760 | 2025.02.28 06:50:21.835217 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1844 rows starting from the beginning of the part | ||
| 6761 | 2025.02.28 06:50:21.835450 [ 255 ] {7d626bc6-a5c9-411d-958c-4f59a5cfaf5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6762 | 2025.02.28 06:50:21.835470 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 695 rows starting from the beginning of the part | ||
| 6763 | 2025.02.28 06:50:21.835605 [ 255 ] {7d626bc6-a5c9-411d-958c-4f59a5cfaf5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6764 | 2025.02.28 06:50:21.835880 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 6765 | 2025.02.28 06:50:21.836129 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 695 rows starting from the beginning of the part | ||
| 6766 | 2025.02.28 06:50:21.836447 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 56 rows starting from the beginning of the part | ||
| 6767 | 2025.02.28 06:50:21.836880 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1843 rows starting from the beginning of the part | ||
| 6768 | 2025.02.28 06:50:21.838437 [ 255 ] {7d626bc6-a5c9-411d-958c-4f59a5cfaf5f} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6769 | 2025.02.28 06:50:21.838507 [ 255 ] {7d626bc6-a5c9-411d-958c-4f59a5cfaf5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6770 | 2025.02.28 06:50:21.839615 [ 255 ] {7d626bc6-a5c9-411d-958c-4f59a5cfaf5f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6771 | 2025.02.28 06:50:21.839956 [ 255 ] {7d626bc6-a5c9-411d-958c-4f59a5cfaf5f} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6772 | 2025.02.28 06:50:21.840207 [ 255 ] {7d626bc6-a5c9-411d-958c-4f59a5cfaf5f} <Debug> executeQuery: Read 161 rows, 10.44 KiB in 0.00491 sec., 32790.22403258656 rows/sec., 2.08 MiB/sec. | ||
| 6773 | 2025.02.28 06:50:21.840271 [ 255 ] {7d626bc6-a5c9-411d-958c-4f59a5cfaf5f} <Debug> TCPHandler: Processed in 0.005217552 sec. | ||
| 6774 | 2025.02.28 06:50:21.840450 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6775 | 2025.02.28 06:50:21.840606 [ 4 ] {19ae6038-5a16-4c85-b148-da5c1f1c9e23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6776 | 2025.02.28 06:50:21.840688 [ 4 ] {19ae6038-5a16-4c85-b148-da5c1f1c9e23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6777 | 2025.02.28 06:50:21.840817 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5189 rows, containing 5 columns (5 merged, 0 gathered) in 0.0058766 sec., 882993.5677092196 rows/sec., 74.90 MiB/sec. | ||
| 6778 | 2025.02.28 06:50:21.841056 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6779 | 2025.02.28 06:50:21.841389 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_56_11} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6780 | 2025.02.28 06:50:21.841502 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_56_11} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6781 | 2025.02.28 06:50:21.841586 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 6782 | 2025.02.28 06:50:21.841619 [ 4 ] {19ae6038-5a16-4c85-b148-da5c1f1c9e23} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6783 | 2025.02.28 06:50:21.841659 [ 4 ] {19ae6038-5a16-4c85-b148-da5c1f1c9e23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6784 | 2025.02.28 06:50:21.842027 [ 4 ] {19ae6038-5a16-4c85-b148-da5c1f1c9e23} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6785 | 2025.02.28 06:50:21.842269 [ 4 ] {19ae6038-5a16-4c85-b148-da5c1f1c9e23} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6786 | 2025.02.28 06:50:21.842446 [ 4 ] {19ae6038-5a16-4c85-b148-da5c1f1c9e23} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001881 sec., 181286.54970760233 rows/sec., 12.10 MiB/sec. | ||
| 6787 | 2025.02.28 06:50:21.842501 [ 4 ] {19ae6038-5a16-4c85-b148-da5c1f1c9e23} <Debug> TCPHandler: Processed in 0.002108845 sec. | ||
| 6788 | 2025.02.28 06:50:21.842661 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6789 | 2025.02.28 06:50:21.842778 [ 255 ] {5eb4441c-523d-469e-b4d2-2793b87a820e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6790 | 2025.02.28 06:50:21.842826 [ 255 ] {5eb4441c-523d-469e-b4d2-2793b87a820e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6791 | 2025.02.28 06:50:21.843476 [ 255 ] {5eb4441c-523d-469e-b4d2-2793b87a820e} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6792 | 2025.02.28 06:50:21.843514 [ 255 ] {5eb4441c-523d-469e-b4d2-2793b87a820e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6793 | 2025.02.28 06:50:21.843867 [ 255 ] {5eb4441c-523d-469e-b4d2-2793b87a820e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6794 | 2025.02.28 06:50:21.844109 [ 255 ] {5eb4441c-523d-469e-b4d2-2793b87a820e} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6795 | 2025.02.28 06:50:21.844322 [ 255 ] {5eb4441c-523d-469e-b4d2-2793b87a820e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001569 sec., 71383.04652644997 rows/sec., 4.07 MiB/sec. | ||
| 6796 | 2025.02.28 06:50:21.844374 [ 255 ] {5eb4441c-523d-469e-b4d2-2793b87a820e} <Debug> TCPHandler: Processed in 0.001771312 sec. | ||
| 6797 | 2025.02.28 06:50:21.844520 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6798 | 2025.02.28 06:50:21.844639 [ 4 ] {b129a5b5-0882-4e87-baeb-51403d010cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6799 | 2025.02.28 06:50:21.844687 [ 4 ] {b129a5b5-0882-4e87-baeb-51403d010cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6800 | 2025.02.28 06:50:21.845585 [ 4 ] {b129a5b5-0882-4e87-baeb-51403d010cb8} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6801 | 2025.02.28 06:50:21.845623 [ 4 ] {b129a5b5-0882-4e87-baeb-51403d010cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6802 | 2025.02.28 06:50:21.846013 [ 4 ] {b129a5b5-0882-4e87-baeb-51403d010cb8} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6803 | 2025.02.28 06:50:21.846260 [ 4 ] {b129a5b5-0882-4e87-baeb-51403d010cb8} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6804 | 2025.02.28 06:50:21.846387 [ 120 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6805 | 2025.02.28 06:50:21.846430 [ 120 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6806 | 2025.02.28 06:50:21.846440 [ 4 ] {b129a5b5-0882-4e87-baeb-51403d010cb8} <Debug> executeQuery: Read 893 rows, 66.30 KiB in 0.001823 sec., 489851.892484915 rows/sec., 35.52 MiB/sec. | ||
| 6807 | 2025.02.28 06:50:21.846455 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6808 | 2025.02.28 06:50:21.846563 [ 4 ] {b129a5b5-0882-4e87-baeb-51403d010cb8} <Debug> TCPHandler: Processed in 0.002095715 sec. | ||
| 6809 | 2025.02.28 06:50:21.846692 [ 197 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 6810 | 2025.02.28 06:50:21.846749 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6811 | 2025.02.28 06:50:21.846850 [ 197 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6812 | 2025.02.28 06:50:21.846891 [ 197 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part | ||
| 6813 | 2025.02.28 06:50:21.846892 [ 255 ] {1c10e0fe-e588-4ea9-ad79-b7a8e1308f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6814 | 2025.02.28 06:50:21.846989 [ 255 ] {1c10e0fe-e588-4ea9-ad79-b7a8e1308f7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6815 | 2025.02.28 06:50:21.847101 [ 197 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 421 rows starting from the beginning of the part | ||
| 6816 | 2025.02.28 06:50:21.847521 [ 197 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 6817 | 2025.02.28 06:50:21.847930 [ 197 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 421 rows starting from the beginning of the part | ||
| 6818 | 2025.02.28 06:50:21.848313 [ 197 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 64 rows starting from the beginning of the part | ||
| 6819 | 2025.02.28 06:50:21.848627 [ 197 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 893 rows starting from the beginning of the part | ||
| 6820 | 2025.02.28 06:50:21.849399 [ 255 ] {1c10e0fe-e588-4ea9-ad79-b7a8e1308f7a} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6821 | 2025.02.28 06:50:21.849448 [ 255 ] {1c10e0fe-e588-4ea9-ad79-b7a8e1308f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6822 | 2025.02.28 06:50:21.849955 [ 255 ] {1c10e0fe-e588-4ea9-ad79-b7a8e1308f7a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6823 | 2025.02.28 06:50:21.850258 [ 255 ] {1c10e0fe-e588-4ea9-ad79-b7a8e1308f7a} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6824 | 2025.02.28 06:50:21.850523 [ 255 ] {1c10e0fe-e588-4ea9-ad79-b7a8e1308f7a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003664 sec., 1637.5545851528384 rows/sec., 85.56 KiB/sec. | ||
| 6825 | 2025.02.28 06:50:21.850584 [ 255 ] {1c10e0fe-e588-4ea9-ad79-b7a8e1308f7a} <Debug> TCPHandler: Processed in 0.003911497 sec. | ||
| 6826 | 2025.02.28 06:50:21.850737 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6827 | 2025.02.28 06:50:21.851087 [ 4 ] {cee1cc62-89de-4e6f-95a8-caa6644feaca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6828 | 2025.02.28 06:50:21.851175 [ 4 ] {cee1cc62-89de-4e6f-95a8-caa6644feaca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6829 | 2025.02.28 06:50:21.851195 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2776 rows, containing 5 columns (5 merged, 0 gathered) in 0.004632635 sec., 599227.0057969168 rows/sec., 45.68 MiB/sec. | ||
| 6830 | 2025.02.28 06:50:21.851529 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6831 | 2025.02.28 06:50:21.851977 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_56_11} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6832 | 2025.02.28 06:50:21.852199 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_56_11} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6833 | 2025.02.28 06:50:21.852348 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 6834 | 2025.02.28 06:50:21.852432 [ 4 ] {cee1cc62-89de-4e6f-95a8-caa6644feaca} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6835 | 2025.02.28 06:50:21.852479 [ 4 ] {cee1cc62-89de-4e6f-95a8-caa6644feaca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6836 | 2025.02.28 06:50:21.852955 [ 4 ] {cee1cc62-89de-4e6f-95a8-caa6644feaca} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6837 | 2025.02.28 06:50:21.853202 [ 4 ] {cee1cc62-89de-4e6f-95a8-caa6644feaca} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6838 | 2025.02.28 06:50:21.853392 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6839 | 2025.02.28 06:50:21.853417 [ 4 ] {cee1cc62-89de-4e6f-95a8-caa6644feaca} <Debug> executeQuery: Read 1027 rows, 70.10 KiB in 0.002472 sec., 415453.074433657 rows/sec., 27.69 MiB/sec. | ||
| 6840 | 2025.02.28 06:50:21.853469 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6841 | 2025.02.28 06:50:21.853549 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6842 | 2025.02.28 06:50:21.853556 [ 4 ] {cee1cc62-89de-4e6f-95a8-caa6644feaca} <Debug> TCPHandler: Processed in 0.002873934 sec. | ||
| 6843 | 2025.02.28 06:50:21.853795 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6844 | 2025.02.28 06:50:21.853796 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 6845 | 2025.02.28 06:50:21.854003 [ 255 ] {51b5ea6f-e1a4-4264-8ae5-5eb80f4ced5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6846 | 2025.02.28 06:50:21.854092 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6847 | 2025.02.28 06:50:21.854111 [ 255 ] {51b5ea6f-e1a4-4264-8ae5-5eb80f4ced5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6848 | 2025.02.28 06:50:21.854181 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15864 rows starting from the beginning of the part | ||
| 6849 | 2025.02.28 06:50:21.854570 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part | ||
| 6850 | 2025.02.28 06:50:21.854943 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
| 6851 | 2025.02.28 06:50:21.855231 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 6852 | 2025.02.28 06:50:21.855516 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 6853 | 2025.02.28 06:50:21.855777 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1027 rows starting from the beginning of the part | ||
| 6854 | 2025.02.28 06:50:21.856600 [ 255 ] {51b5ea6f-e1a4-4264-8ae5-5eb80f4ced5b} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6855 | 2025.02.28 06:50:21.856675 [ 255 ] {51b5ea6f-e1a4-4264-8ae5-5eb80f4ced5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6856 | 2025.02.28 06:50:21.857284 [ 255 ] {51b5ea6f-e1a4-4264-8ae5-5eb80f4ced5b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6857 | 2025.02.28 06:50:21.857746 [ 255 ] {51b5ea6f-e1a4-4264-8ae5-5eb80f4ced5b} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6858 | 2025.02.28 06:50:21.858033 [ 255 ] {51b5ea6f-e1a4-4264-8ae5-5eb80f4ced5b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004096 sec., 244.140625 rows/sec., 16.45 KiB/sec. | ||
| 6859 | 2025.02.28 06:50:21.858182 [ 255 ] {51b5ea6f-e1a4-4264-8ae5-5eb80f4ced5b} <Debug> TCPHandler: Processed in 0.004500454 sec. | ||
| 6860 | 2025.02.28 06:50:21.858405 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6861 | 2025.02.28 06:50:21.858664 [ 4 ] {0266cacb-dcd6-4ca5-9daf-b6ce76bb5364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6862 | 2025.02.28 06:50:21.858894 [ 4 ] {0266cacb-dcd6-4ca5-9daf-b6ce76bb5364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6863 | 2025.02.28 06:50:21.861204 [ 4 ] {0266cacb-dcd6-4ca5-9daf-b6ce76bb5364} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6864 | 2025.02.28 06:50:21.861249 [ 4 ] {0266cacb-dcd6-4ca5-9daf-b6ce76bb5364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6865 | 2025.02.28 06:50:21.862207 [ 4 ] {0266cacb-dcd6-4ca5-9daf-b6ce76bb5364} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6866 | 2025.02.28 06:50:21.862748 [ 4 ] {0266cacb-dcd6-4ca5-9daf-b6ce76bb5364} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6867 | 2025.02.28 06:50:21.863012 [ 4 ] {0266cacb-dcd6-4ca5-9daf-b6ce76bb5364} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004432 sec., 8799.638989169674 rows/sec., 15.77 MiB/sec. | ||
| 6868 | 2025.02.28 06:50:21.863138 [ 4 ] {0266cacb-dcd6-4ca5-9daf-b6ce76bb5364} <Debug> TCPHandler: Processed in 0.004855488 sec. | ||
| 6869 | 2025.02.28 06:50:21.863419 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6870 | 2025.02.28 06:50:21.863690 [ 255 ] {6f04fc60-c429-4302-ae9f-5426c8d96704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6871 | 2025.02.28 06:50:21.863696 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17685 rows, containing 5 columns (5 merged, 0 gathered) in 0.01005799 sec., 1758303.5974384546 rows/sec., 118.64 MiB/sec. | ||
| 6872 | 2025.02.28 06:50:21.863763 [ 255 ] {6f04fc60-c429-4302-ae9f-5426c8d96704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6873 | 2025.02.28 06:50:21.863984 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6874 | 2025.02.28 06:50:21.864621 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6875 | 2025.02.28 06:50:21.864845 [ 255 ] {6f04fc60-c429-4302-ae9f-5426c8d96704} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6876 | 2025.02.28 06:50:21.864848 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6877 | 2025.02.28 06:50:21.864912 [ 255 ] {6f04fc60-c429-4302-ae9f-5426c8d96704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6878 | 2025.02.28 06:50:21.865037 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.50 MiB. | ||
| 6879 | 2025.02.28 06:50:21.865417 [ 255 ] {6f04fc60-c429-4302-ae9f-5426c8d96704} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 6880 | 2025.02.28 06:50:21.865667 [ 255 ] {6f04fc60-c429-4302-ae9f-5426c8d96704} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6881 | 2025.02.28 06:50:21.865842 [ 118 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 6882 | 2025.02.28 06:50:21.865890 [ 118 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6883 | 2025.02.28 06:50:21.865908 [ 255 ] {6f04fc60-c429-4302-ae9f-5426c8d96704} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.002261 sec., 25652.36620964175 rows/sec., 1.59 MiB/sec. | ||
| 6884 | 2025.02.28 06:50:21.865925 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6885 | 2025.02.28 06:50:21.866026 [ 255 ] {6f04fc60-c429-4302-ae9f-5426c8d96704} <Debug> TCPHandler: Processed in 0.002765603 sec. | ||
| 6886 | 2025.02.28 06:50:21.866279 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 6887 | 2025.02.28 06:50:21.866471 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6888 | 2025.02.28 06:50:21.866501 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3066 rows starting from the beginning of the part | ||
| 6889 | 2025.02.28 06:50:21.866561 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part | ||
| 6890 | 2025.02.28 06:50:21.866793 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
| 6891 | 2025.02.28 06:50:21.866924 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 6892 | 2025.02.28 06:50:21.867112 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 6893 | 2025.02.28 06:50:21.867191 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 58 rows starting from the beginning of the part | ||
| 6894 | 2025.02.28 06:50:21.868528 [ 201 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3408 rows, containing 4 columns (4 merged, 0 gathered) in 0.002454449 sec., 1388499.0073128429 rows/sec., 90.46 MiB/sec. | ||
| 6895 | 2025.02.28 06:50:21.868838 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 6896 | 2025.02.28 06:50:21.869144 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_56_11} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6897 | 2025.02.28 06:50:21.869229 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_56_11} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 6898 | 2025.02.28 06:50:21.869314 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 6899 | 2025.02.28 06:50:23.809670 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 982 | ||
| 6900 | 2025.02.28 06:50:23.813320 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6901 | 2025.02.28 06:50:23.813372 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6902 | 2025.02.28 06:50:23.814931 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6903 | 2025.02.28 06:50:23.815250 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6904 | 2025.02.28 06:50:23.815820 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 982 | ||
| 6905 | 2025.02.28 06:50:24.386704 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6906 | 2025.02.28 06:50:24.386887 [ 4 ] {239069d2-42fd-412c-bade-908b43a79cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6907 | 2025.02.28 06:50:24.386959 [ 4 ] {239069d2-42fd-412c-bade-908b43a79cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6908 | 2025.02.28 06:50:24.387731 [ 4 ] {239069d2-42fd-412c-bade-908b43a79cf0} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6909 | 2025.02.28 06:50:24.387774 [ 4 ] {239069d2-42fd-412c-bade-908b43a79cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6910 | 2025.02.28 06:50:24.388206 [ 4 ] {239069d2-42fd-412c-bade-908b43a79cf0} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6911 | 2025.02.28 06:50:24.388460 [ 4 ] {239069d2-42fd-412c-bade-908b43a79cf0} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6912 | 2025.02.28 06:50:24.388664 [ 4 ] {239069d2-42fd-412c-bade-908b43a79cf0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001829 sec., 30617.823947512305 rows/sec., 2.35 MiB/sec. | ||
| 6913 | 2025.02.28 06:50:24.388729 [ 4 ] {239069d2-42fd-412c-bade-908b43a79cf0} <Debug> TCPHandler: Processed in 0.002152476 sec. | ||
| 6914 | 2025.02.28 06:50:24.389042 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6915 | 2025.02.28 06:50:24.389256 [ 255 ] {56c8bade-6d51-43f4-825b-2111c15e7104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6916 | 2025.02.28 06:50:24.389348 [ 255 ] {56c8bade-6d51-43f4-825b-2111c15e7104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6917 | 2025.02.28 06:50:24.390191 [ 255 ] {56c8bade-6d51-43f4-825b-2111c15e7104} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6918 | 2025.02.28 06:50:24.390247 [ 255 ] {56c8bade-6d51-43f4-825b-2111c15e7104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6919 | 2025.02.28 06:50:24.390689 [ 255 ] {56c8bade-6d51-43f4-825b-2111c15e7104} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6920 | 2025.02.28 06:50:24.390946 [ 255 ] {56c8bade-6d51-43f4-825b-2111c15e7104} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6921 | 2025.02.28 06:50:24.391194 [ 255 ] {56c8bade-6d51-43f4-825b-2111c15e7104} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001993 sec., 32112.393376818865 rows/sec., 2.51 MiB/sec. | ||
| 6922 | 2025.02.28 06:50:24.391264 [ 255 ] {56c8bade-6d51-43f4-825b-2111c15e7104} <Debug> TCPHandler: Processed in 0.002422319 sec. | ||
| 6923 | 2025.02.28 06:50:24.391415 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6924 | 2025.02.28 06:50:24.391542 [ 4 ] {4917800f-89ff-40dd-bbf3-ed8284bd9c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6925 | 2025.02.28 06:50:24.391601 [ 4 ] {4917800f-89ff-40dd-bbf3-ed8284bd9c8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6926 | 2025.02.28 06:50:24.392153 [ 4 ] {4917800f-89ff-40dd-bbf3-ed8284bd9c8a} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6927 | 2025.02.28 06:50:24.392191 [ 4 ] {4917800f-89ff-40dd-bbf3-ed8284bd9c8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6928 | 2025.02.28 06:50:24.392590 [ 4 ] {4917800f-89ff-40dd-bbf3-ed8284bd9c8a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6929 | 2025.02.28 06:50:24.392833 [ 4 ] {4917800f-89ff-40dd-bbf3-ed8284bd9c8a} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6930 | 2025.02.28 06:50:24.393031 [ 4 ] {4917800f-89ff-40dd-bbf3-ed8284bd9c8a} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001519 sec., 42132.982225148124 rows/sec., 2.93 MiB/sec. | ||
| 6931 | 2025.02.28 06:50:24.393113 [ 4 ] {4917800f-89ff-40dd-bbf3-ed8284bd9c8a} <Debug> TCPHandler: Processed in 0.001758061 sec. | ||
| 6932 | 2025.02.28 06:50:24.393309 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6933 | 2025.02.28 06:50:24.393466 [ 255 ] {2ca741c3-1bdf-4ad4-b7e2-20b41b2b5196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6934 | 2025.02.28 06:50:24.393522 [ 255 ] {2ca741c3-1bdf-4ad4-b7e2-20b41b2b5196} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6935 | 2025.02.28 06:50:24.394026 [ 255 ] {2ca741c3-1bdf-4ad4-b7e2-20b41b2b5196} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6936 | 2025.02.28 06:50:24.394066 [ 255 ] {2ca741c3-1bdf-4ad4-b7e2-20b41b2b5196} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6937 | 2025.02.28 06:50:24.394450 [ 255 ] {2ca741c3-1bdf-4ad4-b7e2-20b41b2b5196} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 6938 | 2025.02.28 06:50:24.394689 [ 255 ] {2ca741c3-1bdf-4ad4-b7e2-20b41b2b5196} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6939 | 2025.02.28 06:50:24.394945 [ 255 ] {2ca741c3-1bdf-4ad4-b7e2-20b41b2b5196} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001511 sec., 15883.520847121112 rows/sec., 1.07 MiB/sec. | ||
| 6940 | 2025.02.28 06:50:24.395092 [ 255 ] {2ca741c3-1bdf-4ad4-b7e2-20b41b2b5196} <Debug> TCPHandler: Processed in 0.001875053 sec. | ||
| 6941 | 2025.02.28 06:50:26.250915 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104 | ||
| 6942 | 2025.02.28 06:50:26.251781 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6943 | 2025.02.28 06:50:26.251823 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6944 | 2025.02.28 06:50:26.252332 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6945 | 2025.02.28 06:50:26.252604 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6946 | 2025.02.28 06:50:26.252872 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 | ||
| 6947 | 2025.02.28 06:50:27.376486 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 6948 | 2025.02.28 06:50:27.398127 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6949 | 2025.02.28 06:50:27.398186 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6950 | 2025.02.28 06:50:27.405873 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6951 | 2025.02.28 06:50:27.406659 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6952 | 2025.02.28 06:50:27.410459 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 6953 | 2025.02.28 06:50:29.391702 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6954 | 2025.02.28 06:50:29.391912 [ 4 ] {8d2b3ee6-53ca-40a1-b9a0-ff93b607959e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6955 | 2025.02.28 06:50:29.391986 [ 4 ] {8d2b3ee6-53ca-40a1-b9a0-ff93b607959e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6956 | 2025.02.28 06:50:29.392782 [ 4 ] {8d2b3ee6-53ca-40a1-b9a0-ff93b607959e} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6957 | 2025.02.28 06:50:29.392836 [ 4 ] {8d2b3ee6-53ca-40a1-b9a0-ff93b607959e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6958 | 2025.02.28 06:50:29.393272 [ 4 ] {8d2b3ee6-53ca-40a1-b9a0-ff93b607959e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6959 | 2025.02.28 06:50:29.393520 [ 4 ] {8d2b3ee6-53ca-40a1-b9a0-ff93b607959e} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6960 | 2025.02.28 06:50:29.393775 [ 4 ] {8d2b3ee6-53ca-40a1-b9a0-ff93b607959e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001917 sec., 29212.310902451747 rows/sec., 2.24 MiB/sec. | ||
| 6961 | 2025.02.28 06:50:29.393848 [ 4 ] {8d2b3ee6-53ca-40a1-b9a0-ff93b607959e} <Debug> TCPHandler: Processed in 0.002278488 sec. | ||
| 6962 | 2025.02.28 06:50:29.394109 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6963 | 2025.02.28 06:50:29.394307 [ 255 ] {c91dc268-19f1-427e-be4d-102640676361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6964 | 2025.02.28 06:50:29.394383 [ 255 ] {c91dc268-19f1-427e-be4d-102640676361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6965 | 2025.02.28 06:50:29.395165 [ 255 ] {c91dc268-19f1-427e-be4d-102640676361} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6966 | 2025.02.28 06:50:29.395219 [ 255 ] {c91dc268-19f1-427e-be4d-102640676361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6967 | 2025.02.28 06:50:29.395656 [ 255 ] {c91dc268-19f1-427e-be4d-102640676361} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6968 | 2025.02.28 06:50:29.395907 [ 255 ] {c91dc268-19f1-427e-be4d-102640676361} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6969 | 2025.02.28 06:50:29.396187 [ 255 ] {c91dc268-19f1-427e-be4d-102640676361} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001923 sec., 33281.33125325013 rows/sec., 2.60 MiB/sec. | ||
| 6970 | 2025.02.28 06:50:29.396265 [ 255 ] {c91dc268-19f1-427e-be4d-102640676361} <Debug> TCPHandler: Processed in 0.002292058 sec. | ||
| 6971 | 2025.02.28 06:50:29.396496 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6972 | 2025.02.28 06:50:29.396651 [ 4 ] {8a7b6eec-2841-4770-b3e1-609ce143d668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6973 | 2025.02.28 06:50:29.396715 [ 4 ] {8a7b6eec-2841-4770-b3e1-609ce143d668} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6974 | 2025.02.28 06:50:29.397401 [ 4 ] {8a7b6eec-2841-4770-b3e1-609ce143d668} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6975 | 2025.02.28 06:50:29.397447 [ 4 ] {8a7b6eec-2841-4770-b3e1-609ce143d668} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6976 | 2025.02.28 06:50:29.397859 [ 4 ] {8a7b6eec-2841-4770-b3e1-609ce143d668} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6977 | 2025.02.28 06:50:29.398098 [ 4 ] {8a7b6eec-2841-4770-b3e1-609ce143d668} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6978 | 2025.02.28 06:50:29.398321 [ 4 ] {8a7b6eec-2841-4770-b3e1-609ce143d668} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001703 sec., 93951.84967704052 rows/sec., 6.54 MiB/sec. | ||
| 6979 | 2025.02.28 06:50:29.398377 [ 4 ] {8a7b6eec-2841-4770-b3e1-609ce143d668} <Debug> TCPHandler: Processed in 0.001996834 sec. | ||
| 6980 | 2025.02.28 06:50:29.398544 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6981 | 2025.02.28 06:50:29.398692 [ 255 ] {191b70e6-8e82-4ca0-b8e4-d16c6064cac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6982 | 2025.02.28 06:50:29.398757 [ 255 ] {191b70e6-8e82-4ca0-b8e4-d16c6064cac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6983 | 2025.02.28 06:50:29.399358 [ 255 ] {191b70e6-8e82-4ca0-b8e4-d16c6064cac2} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6984 | 2025.02.28 06:50:29.399407 [ 255 ] {191b70e6-8e82-4ca0-b8e4-d16c6064cac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6985 | 2025.02.28 06:50:29.399798 [ 255 ] {191b70e6-8e82-4ca0-b8e4-d16c6064cac2} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 6986 | 2025.02.28 06:50:29.400032 [ 255 ] {191b70e6-8e82-4ca0-b8e4-d16c6064cac2} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6987 | 2025.02.28 06:50:29.400279 [ 255 ] {191b70e6-8e82-4ca0-b8e4-d16c6064cac2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001616 sec., 37128.71287128713 rows/sec., 2.50 MiB/sec. | ||
| 6988 | 2025.02.28 06:50:29.400344 [ 255 ] {191b70e6-8e82-4ca0-b8e4-d16c6064cac2} <Debug> TCPHandler: Processed in 0.001869973 sec. | ||
| 6989 | 2025.02.28 06:50:32.506399 [ 107 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 6990 | 2025.02.28 06:50:32.506473 [ 107 ] {} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6991 | 2025.02.28 06:50:32.506499 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 6992 | 2025.02.28 06:50:32.506744 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
| 6993 | 2025.02.28 06:50:32.506957 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6994 | 2025.02.28 06:50:32.507000 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part | ||
| 6995 | 2025.02.28 06:50:32.507089 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 6996 | 2025.02.28 06:50:32.507307 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 6997 | 2025.02.28 06:50:32.507602 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 6998 | 2025.02.28 06:50:32.507652 [ 107 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 6999 | 2025.02.28 06:50:32.507758 [ 107 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7000 | 2025.02.28 06:50:32.507823 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 7001 | 2025.02.28 06:50:32.507843 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7002 | 2025.02.28 06:50:32.508489 [ 200 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
| 7003 | 2025.02.28 06:50:32.508977 [ 200 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7004 | 2025.02.28 06:50:32.509056 [ 200 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 163 rows starting from the beginning of the part | ||
| 7005 | 2025.02.28 06:50:32.509416 [ 200 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 147 rows starting from the beginning of the part | ||
| 7006 | 2025.02.28 06:50:32.509794 [ 200 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 145 rows starting from the beginning of the part | ||
| 7007 | 2025.02.28 06:50:32.510137 [ 200 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 145 rows starting from the beginning of the part | ||
| 7008 | 2025.02.28 06:50:32.510479 [ 200 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 161 rows starting from the beginning of the part | ||
| 7009 | 2025.02.28 06:50:32.511454 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.004870878 sec., 29563.45857974681 rows/sec., 1.51 MiB/sec. | ||
| 7010 | 2025.02.28 06:50:32.511659 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7011 | 2025.02.28 06:50:32.512226 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_24_5} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7012 | 2025.02.28 06:50:32.512461 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_24_5} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7013 | 2025.02.28 06:50:32.512634 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7014 | 2025.02.28 06:50:32.513013 [ 190 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 5 columns (5 merged, 0 gathered) in 0.005032361 sec., 151221.26572398125 rows/sec., 10.11 MiB/sec. | ||
| 7015 | 2025.02.28 06:50:32.513260 [ 195 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7016 | 2025.02.28 06:50:32.513640 [ 195 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_24_5} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7017 | 2025.02.28 06:50:32.513742 [ 195 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_24_5} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7018 | 2025.02.28 06:50:32.513847 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 7019 | 2025.02.28 06:50:33.161284 [ 107 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7020 | 2025.02.28 06:50:33.161350 [ 107 ] {} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7021 | 2025.02.28 06:50:33.161372 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 7022 | 2025.02.28 06:50:33.161598 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
| 7023 | 2025.02.28 06:50:33.161807 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7024 | 2025.02.28 06:50:33.161843 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 341 rows starting from the beginning of the part | ||
| 7025 | 2025.02.28 06:50:33.161920 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 341 rows starting from the beginning of the part | ||
| 7026 | 2025.02.28 06:50:33.162124 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 113 rows starting from the beginning of the part | ||
| 7027 | 2025.02.28 06:50:33.162361 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 113 rows starting from the beginning of the part | ||
| 7028 | 2025.02.28 06:50:33.162598 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 341 rows starting from the beginning of the part | ||
| 7029 | 2025.02.28 06:50:33.163922 [ 190 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.00245978 sec., 507768.9874704242 rows/sec., 35.63 MiB/sec. | ||
| 7030 | 2025.02.28 06:50:33.164112 [ 190 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7031 | 2025.02.28 06:50:33.164428 [ 190 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_24_5} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7032 | 2025.02.28 06:50:33.164528 [ 190 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_24_5} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7033 | 2025.02.28 06:50:33.164634 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 7034 | 2025.02.28 06:50:33.620827 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7035 | 2025.02.28 06:50:33.620887 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7036 | 2025.02.28 06:50:33.753107 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531 | ||
| 7037 | 2025.02.28 06:50:33.753745 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7038 | 2025.02.28 06:50:33.753785 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 7039 | 2025.02.28 06:50:33.754317 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7040 | 2025.02.28 06:50:33.754570 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7041 | 2025.02.28 06:50:33.754774 [ 106 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7042 | 2025.02.28 06:50:33.754826 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7043 | 2025.02.28 06:50:33.754870 [ 106 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7044 | 2025.02.28 06:50:33.754916 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 7045 | 2025.02.28 06:50:33.755032 [ 196 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 7046 | 2025.02.28 06:50:33.755134 [ 196 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7047 | 2025.02.28 06:50:33.755167 [ 196 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 7048 | 2025.02.28 06:50:33.755231 [ 196 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 7049 | 2025.02.28 06:50:33.755433 [ 196 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 7050 | 2025.02.28 06:50:33.755690 [ 196 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 7051 | 2025.02.28 06:50:33.755805 [ 196 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 7052 | 2025.02.28 06:50:33.755994 [ 196 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 7053 | 2025.02.28 06:50:33.759024 [ 190 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.004044118 sec., 4087665.097803773 rows/sec., 58.47 MiB/sec. | ||
| 7054 | 2025.02.28 06:50:33.759169 [ 193 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7055 | 2025.02.28 06:50:33.759523 [ 193 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_36_7} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7056 | 2025.02.28 06:50:33.759617 [ 193 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_36_7} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7057 | 2025.02.28 06:50:33.759749 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7058 | 2025.02.28 06:50:33.816229 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 998 | ||
| 7059 | 2025.02.28 06:50:33.818920 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7060 | 2025.02.28 06:50:33.818966 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 7061 | 2025.02.28 06:50:33.820427 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7062 | 2025.02.28 06:50:33.820729 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7063 | 2025.02.28 06:50:33.820894 [ 106 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7064 | 2025.02.28 06:50:33.820950 [ 106 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7065 | 2025.02.28 06:50:33.820989 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 7066 | 2025.02.28 06:50:33.821415 [ 196 ] {885f53be-7430-4b34-b89a-ac37c386aff3::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 | ||
| 7067 | 2025.02.28 06:50:33.821987 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 998 | ||
| 7068 | 2025.02.28 06:50:33.822478 [ 196 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7069 | 2025.02.28 06:50:33.822648 [ 196 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 828 rows starting from the beginning of the part | ||
| 7070 | 2025.02.28 06:50:33.823248 [ 196 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 54 rows starting from the beginning of the part | ||
| 7071 | 2025.02.28 06:50:33.823846 [ 196 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 16 rows starting from the beginning of the part | ||
| 7072 | 2025.02.28 06:50:33.824461 [ 196 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part | ||
| 7073 | 2025.02.28 06:50:33.825057 [ 196 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 54 rows starting from the beginning of the part | ||
| 7074 | 2025.02.28 06:50:33.825618 [ 196 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 16 rows starting from the beginning of the part | ||
| 7075 | 2025.02.28 06:50:33.833711 [ 193 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 998 rows, containing 72 columns (72 merged, 0 gathered) in 0.012592251 sec., 79255.09108736794 rows/sec., 64.03 MiB/sec. | ||
| 7076 | 2025.02.28 06:50:33.835063 [ 193 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7077 | 2025.02.28 06:50:33.835846 [ 193 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_26_5} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7078 | 2025.02.28 06:50:33.835936 [ 193 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_26_5} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7079 | 2025.02.28 06:50:33.836254 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 7080 | 2025.02.28 06:50:34.401012 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7081 | 2025.02.28 06:50:34.401203 [ 4 ] {66158f4c-4a9c-46fd-a2ff-1728db63072e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7082 | 2025.02.28 06:50:34.401274 [ 4 ] {66158f4c-4a9c-46fd-a2ff-1728db63072e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7083 | 2025.02.28 06:50:34.402116 [ 4 ] {66158f4c-4a9c-46fd-a2ff-1728db63072e} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7084 | 2025.02.28 06:50:34.402165 [ 4 ] {66158f4c-4a9c-46fd-a2ff-1728db63072e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 7085 | 2025.02.28 06:50:34.402601 [ 4 ] {66158f4c-4a9c-46fd-a2ff-1728db63072e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7086 | 2025.02.28 06:50:34.402851 [ 4 ] {66158f4c-4a9c-46fd-a2ff-1728db63072e} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7087 | 2025.02.28 06:50:34.403050 [ 106 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7088 | 2025.02.28 06:50:34.403072 [ 4 ] {66158f4c-4a9c-46fd-a2ff-1728db63072e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001922 sec., 110301.76899063475 rows/sec., 7.02 MiB/sec. | ||
| 7089 | 2025.02.28 06:50:34.403130 [ 106 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7090 | 2025.02.28 06:50:34.403204 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 7091 | 2025.02.28 06:50:34.403209 [ 4 ] {66158f4c-4a9c-46fd-a2ff-1728db63072e} <Debug> TCPHandler: Processed in 0.002329058 sec. | ||
| 7092 | 2025.02.28 06:50:34.403641 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7093 | 2025.02.28 06:50:34.403730 [ 187 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::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 | ||
| 7094 | 2025.02.28 06:50:34.404029 [ 255 ] {23cfb5b8-e510-423a-becb-11dd14598235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7095 | 2025.02.28 06:50:34.404035 [ 187 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7096 | 2025.02.28 06:50:34.404110 [ 187 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 212 rows starting from the beginning of the part | ||
| 7097 | 2025.02.28 06:50:34.404155 [ 255 ] {23cfb5b8-e510-423a-becb-11dd14598235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7098 | 2025.02.28 06:50:34.404378 [ 187 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 212 rows starting from the beginning of the part | ||
| 7099 | 2025.02.28 06:50:34.404760 [ 187 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 212 rows starting from the beginning of the part | ||
| 7100 | 2025.02.28 06:50:34.405044 [ 187 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 212 rows starting from the beginning of the part | ||
| 7101 | 2025.02.28 06:50:34.405366 [ 187 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 212 rows starting from the beginning of the part | ||
| 7102 | 2025.02.28 06:50:34.407806 [ 255 ] {23cfb5b8-e510-423a-becb-11dd14598235} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7103 | 2025.02.28 06:50:34.407877 [ 255 ] {23cfb5b8-e510-423a-becb-11dd14598235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7104 | 2025.02.28 06:50:34.407887 [ 193 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004525924 sec., 234206.3189748657 rows/sec., 15.79 MiB/sec. | ||
| 7105 | 2025.02.28 06:50:34.408114 [ 199 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7106 | 2025.02.28 06:50:34.408717 [ 199 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_25_6} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7107 | 2025.02.28 06:50:34.408783 [ 255 ] {23cfb5b8-e510-423a-becb-11dd14598235} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7108 | 2025.02.28 06:50:34.408848 [ 199 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_25_6} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7109 | 2025.02.28 06:50:34.409014 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 7110 | 2025.02.28 06:50:34.409182 [ 255 ] {23cfb5b8-e510-423a-becb-11dd14598235} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7111 | 2025.02.28 06:50:34.409485 [ 255 ] {23cfb5b8-e510-423a-becb-11dd14598235} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.005581 sec., 124529.65418383802 rows/sec., 9.94 MiB/sec. | ||
| 7112 | 2025.02.28 06:50:34.409660 [ 255 ] {23cfb5b8-e510-423a-becb-11dd14598235} <Debug> TCPHandler: Processed in 0.006292405 sec. | ||
| 7113 | 2025.02.28 06:50:34.410000 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7114 | 2025.02.28 06:50:34.410226 [ 4 ] {4974a680-2673-45e4-8596-a42c78ca90cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7115 | 2025.02.28 06:50:34.410316 [ 4 ] {4974a680-2673-45e4-8596-a42c78ca90cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7116 | 2025.02.28 06:50:34.411125 [ 4 ] {4974a680-2673-45e4-8596-a42c78ca90cc} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7117 | 2025.02.28 06:50:34.411164 [ 4 ] {4974a680-2673-45e4-8596-a42c78ca90cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 7118 | 2025.02.28 06:50:34.411527 [ 4 ] {4974a680-2673-45e4-8596-a42c78ca90cc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7119 | 2025.02.28 06:50:34.411777 [ 4 ] {4974a680-2673-45e4-8596-a42c78ca90cc} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7120 | 2025.02.28 06:50:34.411954 [ 4 ] {4974a680-2673-45e4-8596-a42c78ca90cc} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001782 sec., 81369.2480359147 rows/sec., 5.11 MiB/sec. | ||
| 7121 | 2025.02.28 06:50:34.412005 [ 4 ] {4974a680-2673-45e4-8596-a42c78ca90cc} <Debug> TCPHandler: Processed in 0.002205346 sec. | ||
| 7122 | 2025.02.28 06:50:34.412227 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7123 | 2025.02.28 06:50:34.412459 [ 255 ] {21965556-4d5b-4f7c-835f-466646a446c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7124 | 2025.02.28 06:50:34.412596 [ 255 ] {21965556-4d5b-4f7c-835f-466646a446c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7125 | 2025.02.28 06:50:34.413697 [ 255 ] {21965556-4d5b-4f7c-835f-466646a446c2} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7126 | 2025.02.28 06:50:34.413739 [ 255 ] {21965556-4d5b-4f7c-835f-466646a446c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 7127 | 2025.02.28 06:50:34.414100 [ 255 ] {21965556-4d5b-4f7c-835f-466646a446c2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7128 | 2025.02.28 06:50:34.414340 [ 255 ] {21965556-4d5b-4f7c-835f-466646a446c2} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7129 | 2025.02.28 06:50:34.414574 [ 255 ] {21965556-4d5b-4f7c-835f-466646a446c2} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002168 sec., 52121.77121771218 rows/sec., 3.37 MiB/sec. | ||
| 7130 | 2025.02.28 06:50:34.414765 [ 255 ] {21965556-4d5b-4f7c-835f-466646a446c2} <Debug> TCPHandler: Processed in 0.002647601 sec. | ||
| 7131 | 2025.02.28 06:50:34.414959 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7132 | 2025.02.28 06:50:34.415105 [ 4 ] {90dbe8ed-b88f-4c7d-8b0a-5f97cd43ff7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7133 | 2025.02.28 06:50:34.415155 [ 4 ] {90dbe8ed-b88f-4c7d-8b0a-5f97cd43ff7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7134 | 2025.02.28 06:50:34.415835 [ 4 ] {90dbe8ed-b88f-4c7d-8b0a-5f97cd43ff7f} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7135 | 2025.02.28 06:50:34.415873 [ 4 ] {90dbe8ed-b88f-4c7d-8b0a-5f97cd43ff7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 7136 | 2025.02.28 06:50:34.416224 [ 4 ] {90dbe8ed-b88f-4c7d-8b0a-5f97cd43ff7f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7137 | 2025.02.28 06:50:34.416453 [ 4 ] {90dbe8ed-b88f-4c7d-8b0a-5f97cd43ff7f} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7138 | 2025.02.28 06:50:34.416578 [ 104 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7139 | 2025.02.28 06:50:34.416621 [ 104 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7140 | 2025.02.28 06:50:34.416636 [ 4 ] {90dbe8ed-b88f-4c7d-8b0a-5f97cd43ff7f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001552 sec., 72164.94845360825 rows/sec., 4.11 MiB/sec. | ||
| 7141 | 2025.02.28 06:50:34.416648 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 7142 | 2025.02.28 06:50:34.416750 [ 4 ] {90dbe8ed-b88f-4c7d-8b0a-5f97cd43ff7f} <Debug> TCPHandler: Processed in 0.001865392 sec. | ||
| 7143 | 2025.02.28 06:50:34.417167 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7144 | 2025.02.28 06:50:34.417198 [ 194 ] {ae10649f-1e0a-4033-8240-a3be65056305::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 | ||
| 7145 | 2025.02.28 06:50:34.417466 [ 255 ] {800fd170-7a7b-4beb-a309-b13ee1944d5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7146 | 2025.02.28 06:50:34.417538 [ 194 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7147 | 2025.02.28 06:50:34.417569 [ 255 ] {800fd170-7a7b-4beb-a309-b13ee1944d5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7148 | 2025.02.28 06:50:34.417609 [ 194 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 112 rows starting from the beginning of the part | ||
| 7149 | 2025.02.28 06:50:34.417933 [ 194 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 112 rows starting from the beginning of the part | ||
| 7150 | 2025.02.28 06:50:34.418293 [ 194 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 112 rows starting from the beginning of the part | ||
| 7151 | 2025.02.28 06:50:34.418645 [ 194 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 112 rows starting from the beginning of the part | ||
| 7152 | 2025.02.28 06:50:34.419015 [ 194 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 112 rows starting from the beginning of the part | ||
| 7153 | 2025.02.28 06:50:34.420544 [ 255 ] {800fd170-7a7b-4beb-a309-b13ee1944d5a} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7154 | 2025.02.28 06:50:34.420621 [ 255 ] {800fd170-7a7b-4beb-a309-b13ee1944d5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7155 | 2025.02.28 06:50:34.421391 [ 194 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004613745 sec., 121376.45231801932 rows/sec., 7.38 MiB/sec. | ||
| 7156 | 2025.02.28 06:50:34.421520 [ 255 ] {800fd170-7a7b-4beb-a309-b13ee1944d5a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7157 | 2025.02.28 06:50:34.421567 [ 194 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7158 | 2025.02.28 06:50:34.421989 [ 255 ] {800fd170-7a7b-4beb-a309-b13ee1944d5a} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7159 | 2025.02.28 06:50:34.422082 [ 194 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_25_6} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7160 | 2025.02.28 06:50:34.422371 [ 194 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_25_6} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7161 | 2025.02.28 06:50:34.422543 [ 255 ] {800fd170-7a7b-4beb-a309-b13ee1944d5a} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.005114 sec., 82323.03480641377 rows/sec., 5.86 MiB/sec. | ||
| 7162 | 2025.02.28 06:50:34.422619 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 7163 | 2025.02.28 06:50:34.422825 [ 255 ] {800fd170-7a7b-4beb-a309-b13ee1944d5a} <Debug> TCPHandler: Processed in 0.005954441 sec. | ||
| 7164 | 2025.02.28 06:50:34.423055 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7165 | 2025.02.28 06:50:34.423205 [ 4 ] {f9440d4b-cd59-4308-8a27-8dd1bb0ff925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7166 | 2025.02.28 06:50:34.423256 [ 4 ] {f9440d4b-cd59-4308-8a27-8dd1bb0ff925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7167 | 2025.02.28 06:50:34.423755 [ 4 ] {f9440d4b-cd59-4308-8a27-8dd1bb0ff925} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7168 | 2025.02.28 06:50:34.423794 [ 4 ] {f9440d4b-cd59-4308-8a27-8dd1bb0ff925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 7169 | 2025.02.28 06:50:34.424217 [ 4 ] {f9440d4b-cd59-4308-8a27-8dd1bb0ff925} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7170 | 2025.02.28 06:50:34.424462 [ 4 ] {f9440d4b-cd59-4308-8a27-8dd1bb0ff925} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7171 | 2025.02.28 06:50:34.424643 [ 4 ] {f9440d4b-cd59-4308-8a27-8dd1bb0ff925} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001463 sec., 4101.161995898838 rows/sec., 214.27 KiB/sec. | ||
| 7172 | 2025.02.28 06:50:34.424691 [ 4 ] {f9440d4b-cd59-4308-8a27-8dd1bb0ff925} <Debug> TCPHandler: Processed in 0.001749601 sec. | ||
| 7173 | 2025.02.28 06:50:34.424832 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7174 | 2025.02.28 06:50:34.424949 [ 255 ] {8aeae0aa-3b49-405f-a5af-c13a5976a9d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7175 | 2025.02.28 06:50:34.425003 [ 255 ] {8aeae0aa-3b49-405f-a5af-c13a5976a9d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7176 | 2025.02.28 06:50:34.425588 [ 255 ] {8aeae0aa-3b49-405f-a5af-c13a5976a9d8} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7177 | 2025.02.28 06:50:34.425627 [ 255 ] {8aeae0aa-3b49-405f-a5af-c13a5976a9d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 7178 | 2025.02.28 06:50:34.426025 [ 255 ] {8aeae0aa-3b49-405f-a5af-c13a5976a9d8} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7179 | 2025.02.28 06:50:34.426260 [ 255 ] {8aeae0aa-3b49-405f-a5af-c13a5976a9d8} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7180 | 2025.02.28 06:50:34.426470 [ 255 ] {8aeae0aa-3b49-405f-a5af-c13a5976a9d8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001546 sec., 153298.83570504526 rows/sec., 10.28 MiB/sec. | ||
| 7181 | 2025.02.28 06:50:34.426522 [ 255 ] {8aeae0aa-3b49-405f-a5af-c13a5976a9d8} <Debug> TCPHandler: Processed in 0.001746021 sec. | ||
| 7182 | 2025.02.28 06:50:34.426669 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7183 | 2025.02.28 06:50:34.426808 [ 4 ] {075f661f-b0e1-4d1d-ad06-38574b3bf175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7184 | 2025.02.28 06:50:34.426868 [ 4 ] {075f661f-b0e1-4d1d-ad06-38574b3bf175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7185 | 2025.02.28 06:50:34.427423 [ 4 ] {075f661f-b0e1-4d1d-ad06-38574b3bf175} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7186 | 2025.02.28 06:50:34.427467 [ 4 ] {075f661f-b0e1-4d1d-ad06-38574b3bf175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 7187 | 2025.02.28 06:50:34.427850 [ 4 ] {075f661f-b0e1-4d1d-ad06-38574b3bf175} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7188 | 2025.02.28 06:50:34.428084 [ 4 ] {075f661f-b0e1-4d1d-ad06-38574b3bf175} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7189 | 2025.02.28 06:50:34.428261 [ 4 ] {075f661f-b0e1-4d1d-ad06-38574b3bf175} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001519 sec., 658.3278472679394 rows/sec., 44.36 KiB/sec. | ||
| 7190 | 2025.02.28 06:50:34.428368 [ 4 ] {075f661f-b0e1-4d1d-ad06-38574b3bf175} <Debug> TCPHandler: Processed in 0.001802572 sec. | ||
| 7191 | 2025.02.28 06:50:34.428506 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7192 | 2025.02.28 06:50:34.428625 [ 255 ] {013197a7-7ed7-4c52-b177-0e8e338e0d8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7193 | 2025.02.28 06:50:34.428780 [ 255 ] {013197a7-7ed7-4c52-b177-0e8e338e0d8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7194 | 2025.02.28 06:50:34.430070 [ 255 ] {013197a7-7ed7-4c52-b177-0e8e338e0d8d} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7195 | 2025.02.28 06:50:34.430121 [ 255 ] {013197a7-7ed7-4c52-b177-0e8e338e0d8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 7196 | 2025.02.28 06:50:34.430758 [ 255 ] {013197a7-7ed7-4c52-b177-0e8e338e0d8d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7197 | 2025.02.28 06:50:34.431023 [ 255 ] {013197a7-7ed7-4c52-b177-0e8e338e0d8d} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7198 | 2025.02.28 06:50:34.431268 [ 255 ] {013197a7-7ed7-4c52-b177-0e8e338e0d8d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002612 sec., 14931.087289433384 rows/sec., 26.76 MiB/sec. | ||
| 7199 | 2025.02.28 06:50:34.431361 [ 255 ] {013197a7-7ed7-4c52-b177-0e8e338e0d8d} <Debug> TCPHandler: Processed in 0.002859234 sec. | ||
| 7200 | 2025.02.28 06:50:34.431511 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7201 | 2025.02.28 06:50:34.431659 [ 4 ] {bcb19846-2232-436a-94f1-ae1835cc9c0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7202 | 2025.02.28 06:50:34.431719 [ 4 ] {bcb19846-2232-436a-94f1-ae1835cc9c0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7203 | 2025.02.28 06:50:34.432289 [ 4 ] {bcb19846-2232-436a-94f1-ae1835cc9c0b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7204 | 2025.02.28 06:50:34.432334 [ 4 ] {bcb19846-2232-436a-94f1-ae1835cc9c0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 7205 | 2025.02.28 06:50:34.432753 [ 4 ] {bcb19846-2232-436a-94f1-ae1835cc9c0b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7206 | 2025.02.28 06:50:34.432990 [ 4 ] {bcb19846-2232-436a-94f1-ae1835cc9c0b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7207 | 2025.02.28 06:50:34.433168 [ 4 ] {bcb19846-2232-436a-94f1-ae1835cc9c0b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001551 sec., 52869.116698903934 rows/sec., 3.36 MiB/sec. | ||
| 7208 | 2025.02.28 06:50:34.433219 [ 4 ] {bcb19846-2232-436a-94f1-ae1835cc9c0b} <Debug> TCPHandler: Processed in 0.001772082 sec. | ||
| 7209 | 2025.02.28 06:50:34.910585 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7210 | 2025.02.28 06:50:34.932143 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7211 | 2025.02.28 06:50:34.932205 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 7212 | 2025.02.28 06:50:34.939444 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7213 | 2025.02.28 06:50:34.940212 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7214 | 2025.02.28 06:50:34.940699 [ 104 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7215 | 2025.02.28 06:50:34.940830 [ 104 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7216 | 2025.02.28 06:50:34.940909 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 7217 | 2025.02.28 06:50:34.941840 [ 193 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 7218 | 2025.02.28 06:50:34.957308 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7219 | 2025.02.28 06:50:34.958928 [ 193 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7220 | 2025.02.28 06:50:34.960646 [ 193 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 7221 | 2025.02.28 06:50:34.966871 [ 193 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 7222 | 2025.02.28 06:50:34.972671 [ 193 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 7223 | 2025.02.28 06:50:34.978399 [ 193 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 7224 | 2025.02.28 06:50:34.984303 [ 193 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 7225 | 2025.02.28 06:50:34.989533 [ 193 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 7226 | 2025.02.28 06:50:35.000193 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.70 MiB, peak 214.70 MiB, free memory in arenas 0.00 B, will set to 205.05 MiB (RSS), difference: -9.64 MiB | ||
| 7227 | 2025.02.28 06:50:35.049666 [ 193 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.10853843 sec., 2506.0248245713524 rows/sec., 12.96 MiB/sec. | ||
| 7228 | 2025.02.28 06:50:35.052734 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7229 | 2025.02.28 06:50:35.055793 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_36_7} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7230 | 2025.02.28 06:50:35.055926 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_36_7} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7231 | 2025.02.28 06:50:35.058509 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 7232 | 2025.02.28 06:50:36.000193 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.70 MiB, peak 214.70 MiB, free memory in arenas 0.00 B, will set to 207.57 MiB (RSS), difference: 10.87 MiB | ||
| 7233 | 2025.02.28 06:50:39.392008 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7234 | 2025.02.28 06:50:39.392235 [ 4 ] {a8751c44-c8f9-4d25-b997-e0e1a0d3ed49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7235 | 2025.02.28 06:50:39.392315 [ 4 ] {a8751c44-c8f9-4d25-b997-e0e1a0d3ed49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7236 | 2025.02.28 06:50:39.393139 [ 4 ] {a8751c44-c8f9-4d25-b997-e0e1a0d3ed49} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7237 | 2025.02.28 06:50:39.393187 [ 4 ] {a8751c44-c8f9-4d25-b997-e0e1a0d3ed49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7238 | 2025.02.28 06:50:39.393640 [ 4 ] {a8751c44-c8f9-4d25-b997-e0e1a0d3ed49} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7239 | 2025.02.28 06:50:39.393892 [ 4 ] {a8751c44-c8f9-4d25-b997-e0e1a0d3ed49} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7240 | 2025.02.28 06:50:39.394189 [ 4 ] {a8751c44-c8f9-4d25-b997-e0e1a0d3ed49} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002005 sec., 27930.174563591023 rows/sec., 2.15 MiB/sec. | ||
| 7241 | 2025.02.28 06:50:39.394328 [ 4 ] {a8751c44-c8f9-4d25-b997-e0e1a0d3ed49} <Debug> TCPHandler: Processed in 0.002457419 sec. | ||
| 7242 | 2025.02.28 06:50:39.394652 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7243 | 2025.02.28 06:50:39.394863 [ 255 ] {3752ae74-45d8-4ea6-be0c-a7906b513467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7244 | 2025.02.28 06:50:39.394939 [ 255 ] {3752ae74-45d8-4ea6-be0c-a7906b513467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7245 | 2025.02.28 06:50:39.395707 [ 255 ] {3752ae74-45d8-4ea6-be0c-a7906b513467} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7246 | 2025.02.28 06:50:39.395760 [ 255 ] {3752ae74-45d8-4ea6-be0c-a7906b513467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7247 | 2025.02.28 06:50:39.396203 [ 255 ] {3752ae74-45d8-4ea6-be0c-a7906b513467} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7248 | 2025.02.28 06:50:39.396459 [ 255 ] {3752ae74-45d8-4ea6-be0c-a7906b513467} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7249 | 2025.02.28 06:50:39.396702 [ 255 ] {3752ae74-45d8-4ea6-be0c-a7906b513467} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001892 sec., 33826.638477801265 rows/sec., 2.64 MiB/sec. | ||
| 7250 | 2025.02.28 06:50:39.396766 [ 255 ] {3752ae74-45d8-4ea6-be0c-a7906b513467} <Debug> TCPHandler: Processed in 0.002298177 sec. | ||
| 7251 | 2025.02.28 06:50:39.396966 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7252 | 2025.02.28 06:50:39.397192 [ 4 ] {9a7d40fc-01c0-4f04-ad0d-5898b930be03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7253 | 2025.02.28 06:50:39.397292 [ 4 ] {9a7d40fc-01c0-4f04-ad0d-5898b930be03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7254 | 2025.02.28 06:50:39.398102 [ 4 ] {9a7d40fc-01c0-4f04-ad0d-5898b930be03} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7255 | 2025.02.28 06:50:39.398142 [ 4 ] {9a7d40fc-01c0-4f04-ad0d-5898b930be03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7256 | 2025.02.28 06:50:39.398535 [ 4 ] {9a7d40fc-01c0-4f04-ad0d-5898b930be03} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7257 | 2025.02.28 06:50:39.398782 [ 4 ] {9a7d40fc-01c0-4f04-ad0d-5898b930be03} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7258 | 2025.02.28 06:50:39.399005 [ 4 ] {9a7d40fc-01c0-4f04-ad0d-5898b930be03} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001868 sec., 85653.10492505353 rows/sec., 5.97 MiB/sec. | ||
| 7259 | 2025.02.28 06:50:39.399056 [ 4 ] {9a7d40fc-01c0-4f04-ad0d-5898b930be03} <Debug> TCPHandler: Processed in 0.002201236 sec. | ||
| 7260 | 2025.02.28 06:50:39.399259 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7261 | 2025.02.28 06:50:39.399490 [ 255 ] {647fd59b-57b8-4356-9b37-f7c03c588df2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7262 | 2025.02.28 06:50:39.399590 [ 255 ] {647fd59b-57b8-4356-9b37-f7c03c588df2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7263 | 2025.02.28 06:50:39.400228 [ 255 ] {647fd59b-57b8-4356-9b37-f7c03c588df2} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7264 | 2025.02.28 06:50:39.400268 [ 255 ] {647fd59b-57b8-4356-9b37-f7c03c588df2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7265 | 2025.02.28 06:50:39.400641 [ 255 ] {647fd59b-57b8-4356-9b37-f7c03c588df2} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7266 | 2025.02.28 06:50:39.400877 [ 255 ] {647fd59b-57b8-4356-9b37-f7c03c588df2} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7267 | 2025.02.28 06:50:39.401093 [ 255 ] {647fd59b-57b8-4356-9b37-f7c03c588df2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001665 sec., 36036.036036036036 rows/sec., 2.43 MiB/sec. | ||
| 7268 | 2025.02.28 06:50:39.401142 [ 255 ] {647fd59b-57b8-4356-9b37-f7c03c588df2} <Debug> TCPHandler: Processed in 0.001993034 sec. | ||
| 7269 | 2025.02.28 06:50:41.255086 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019 | ||
| 7270 | 2025.02.28 06:50:41.255754 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7271 | 2025.02.28 06:50:41.255801 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7272 | 2025.02.28 06:50:41.256401 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7273 | 2025.02.28 06:50:41.256658 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7274 | 2025.02.28 06:50:41.256876 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 | ||
| 7275 | 2025.02.28 06:50:42.457510 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7276 | 2025.02.28 06:50:42.476561 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7277 | 2025.02.28 06:50:42.476623 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7278 | 2025.02.28 06:50:42.483545 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7279 | 2025.02.28 06:50:42.484287 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7280 | 2025.02.28 06:50:42.486992 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7281 | 2025.02.28 06:50:43.822282 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1028 | ||
| 7282 | 2025.02.28 06:50:43.825248 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7283 | 2025.02.28 06:50:43.825297 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7284 | 2025.02.28 06:50:43.826792 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7285 | 2025.02.28 06:50:43.827097 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7286 | 2025.02.28 06:50:43.827637 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1028 | ||
| 7287 | 2025.02.28 06:50:44.400600 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7288 | 2025.02.28 06:50:44.400880 [ 4 ] {88ba840a-0a8c-49f7-82cd-4568e07e670f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7289 | 2025.02.28 06:50:44.400983 [ 4 ] {88ba840a-0a8c-49f7-82cd-4568e07e670f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7290 | 2025.02.28 06:50:44.401907 [ 4 ] {88ba840a-0a8c-49f7-82cd-4568e07e670f} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7291 | 2025.02.28 06:50:44.401956 [ 4 ] {88ba840a-0a8c-49f7-82cd-4568e07e670f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7292 | 2025.02.28 06:50:44.402396 [ 4 ] {88ba840a-0a8c-49f7-82cd-4568e07e670f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7293 | 2025.02.28 06:50:44.402648 [ 4 ] {88ba840a-0a8c-49f7-82cd-4568e07e670f} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7294 | 2025.02.28 06:50:44.402862 [ 4 ] {88ba840a-0a8c-49f7-82cd-4568e07e670f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002056 sec., 103112.84046692606 rows/sec., 6.56 MiB/sec. | ||
| 7295 | 2025.02.28 06:50:44.402970 [ 4 ] {88ba840a-0a8c-49f7-82cd-4568e07e670f} <Debug> TCPHandler: Processed in 0.00254162 sec. | ||
| 7296 | 2025.02.28 06:50:44.403275 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7297 | 2025.02.28 06:50:44.403485 [ 255 ] {1ee81571-bad5-4dd7-ac89-8ba8846fddf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7298 | 2025.02.28 06:50:44.403567 [ 255 ] {1ee81571-bad5-4dd7-ac89-8ba8846fddf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7299 | 2025.02.28 06:50:44.404923 [ 255 ] {1ee81571-bad5-4dd7-ac89-8ba8846fddf5} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7300 | 2025.02.28 06:50:44.404965 [ 255 ] {1ee81571-bad5-4dd7-ac89-8ba8846fddf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7301 | 2025.02.28 06:50:44.405451 [ 255 ] {1ee81571-bad5-4dd7-ac89-8ba8846fddf5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7302 | 2025.02.28 06:50:44.405700 [ 255 ] {1ee81571-bad5-4dd7-ac89-8ba8846fddf5} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7303 | 2025.02.28 06:50:44.405841 [ 89 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7304 | 2025.02.28 06:50:44.405882 [ 89 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7305 | 2025.02.28 06:50:44.405903 [ 255 ] {1ee81571-bad5-4dd7-ac89-8ba8846fddf5} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002473 sec., 281035.1799433886 rows/sec., 22.44 MiB/sec. | ||
| 7306 | 2025.02.28 06:50:44.405906 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7307 | 2025.02.28 06:50:44.406005 [ 255 ] {1ee81571-bad5-4dd7-ac89-8ba8846fddf5} <Debug> TCPHandler: Processed in 0.002904385 sec. | ||
| 7308 | 2025.02.28 06:50:44.406167 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 7309 | 2025.02.28 06:50:44.406221 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7310 | 2025.02.28 06:50:44.406318 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7311 | 2025.02.28 06:50:44.406367 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1844 rows starting from the beginning of the part | ||
| 7312 | 2025.02.28 06:50:44.406382 [ 4 ] {dcf603ac-a46a-4d18-a5f9-8b621c9b21c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7313 | 2025.02.28 06:50:44.406466 [ 4 ] {dcf603ac-a46a-4d18-a5f9-8b621c9b21c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7314 | 2025.02.28 06:50:44.406480 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part | ||
| 7315 | 2025.02.28 06:50:44.407006 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 56 rows starting from the beginning of the part | ||
| 7316 | 2025.02.28 06:50:44.407364 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 695 rows starting from the beginning of the part | ||
| 7317 | 2025.02.28 06:50:44.407760 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 7318 | 2025.02.28 06:50:44.408092 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 695 rows starting from the beginning of the part | ||
| 7319 | 2025.02.28 06:50:44.409111 [ 4 ] {dcf603ac-a46a-4d18-a5f9-8b621c9b21c5} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7320 | 2025.02.28 06:50:44.409156 [ 4 ] {dcf603ac-a46a-4d18-a5f9-8b621c9b21c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7321 | 2025.02.28 06:50:44.409796 [ 4 ] {dcf603ac-a46a-4d18-a5f9-8b621c9b21c5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7322 | 2025.02.28 06:50:44.410079 [ 4 ] {dcf603ac-a46a-4d18-a5f9-8b621c9b21c5} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7323 | 2025.02.28 06:50:44.410332 [ 4 ] {dcf603ac-a46a-4d18-a5f9-8b621c9b21c5} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.003985 sec., 36386.449184441655 rows/sec., 2.28 MiB/sec. | ||
| 7324 | 2025.02.28 06:50:44.410507 [ 4 ] {dcf603ac-a46a-4d18-a5f9-8b621c9b21c5} <Debug> TCPHandler: Processed in 0.004376312 sec. | ||
| 7325 | 2025.02.28 06:50:44.410583 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3402 rows, containing 5 columns (5 merged, 0 gathered) in 0.004570645 sec., 744315.0802567253 rows/sec., 62.86 MiB/sec. | ||
| 7326 | 2025.02.28 06:50:44.410672 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7327 | 2025.02.28 06:50:44.410823 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7328 | 2025.02.28 06:50:44.410834 [ 255 ] {2db41477-9d10-4725-a379-dbae4250b9da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7329 | 2025.02.28 06:50:44.410948 [ 255 ] {2db41477-9d10-4725-a379-dbae4250b9da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7330 | 2025.02.28 06:50:44.411459 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_61_12} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7331 | 2025.02.28 06:50:44.411690 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_61_12} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7332 | 2025.02.28 06:50:44.411814 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 7333 | 2025.02.28 06:50:44.412099 [ 255 ] {2db41477-9d10-4725-a379-dbae4250b9da} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7334 | 2025.02.28 06:50:44.412142 [ 255 ] {2db41477-9d10-4725-a379-dbae4250b9da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7335 | 2025.02.28 06:50:44.412519 [ 255 ] {2db41477-9d10-4725-a379-dbae4250b9da} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7336 | 2025.02.28 06:50:44.412756 [ 255 ] {2db41477-9d10-4725-a379-dbae4250b9da} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7337 | 2025.02.28 06:50:44.412969 [ 255 ] {2db41477-9d10-4725-a379-dbae4250b9da} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002178 sec., 51882.46097337007 rows/sec., 3.36 MiB/sec. | ||
| 7338 | 2025.02.28 06:50:44.413064 [ 255 ] {2db41477-9d10-4725-a379-dbae4250b9da} <Debug> TCPHandler: Processed in 0.00245391 sec. | ||
| 7339 | 2025.02.28 06:50:44.413285 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7340 | 2025.02.28 06:50:44.413414 [ 4 ] {16b6e74d-fb82-4682-a0e6-b1410fa46f83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7341 | 2025.02.28 06:50:44.413462 [ 4 ] {16b6e74d-fb82-4682-a0e6-b1410fa46f83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7342 | 2025.02.28 06:50:44.414082 [ 4 ] {16b6e74d-fb82-4682-a0e6-b1410fa46f83} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7343 | 2025.02.28 06:50:44.414121 [ 4 ] {16b6e74d-fb82-4682-a0e6-b1410fa46f83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7344 | 2025.02.28 06:50:44.414473 [ 4 ] {16b6e74d-fb82-4682-a0e6-b1410fa46f83} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7345 | 2025.02.28 06:50:44.414704 [ 4 ] {16b6e74d-fb82-4682-a0e6-b1410fa46f83} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7346 | 2025.02.28 06:50:44.414916 [ 4 ] {16b6e74d-fb82-4682-a0e6-b1410fa46f83} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001522 sec., 73587.38501971091 rows/sec., 4.19 MiB/sec. | ||
| 7347 | 2025.02.28 06:50:44.415034 [ 4 ] {16b6e74d-fb82-4682-a0e6-b1410fa46f83} <Debug> TCPHandler: Processed in 0.001867623 sec. | ||
| 7348 | 2025.02.28 06:50:44.415223 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7349 | 2025.02.28 06:50:44.415391 [ 255 ] {e1f43e36-818f-4a12-a9b8-b5da5c478262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7350 | 2025.02.28 06:50:44.415461 [ 255 ] {e1f43e36-818f-4a12-a9b8-b5da5c478262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7351 | 2025.02.28 06:50:44.416379 [ 255 ] {e1f43e36-818f-4a12-a9b8-b5da5c478262} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7352 | 2025.02.28 06:50:44.416417 [ 255 ] {e1f43e36-818f-4a12-a9b8-b5da5c478262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7353 | 2025.02.28 06:50:44.416795 [ 255 ] {e1f43e36-818f-4a12-a9b8-b5da5c478262} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7354 | 2025.02.28 06:50:44.417026 [ 255 ] {e1f43e36-818f-4a12-a9b8-b5da5c478262} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7355 | 2025.02.28 06:50:44.417159 [ 89 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7356 | 2025.02.28 06:50:44.417203 [ 89 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7357 | 2025.02.28 06:50:44.417213 [ 255 ] {e1f43e36-818f-4a12-a9b8-b5da5c478262} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001857 sec., 226709.74690360797 rows/sec., 16.15 MiB/sec. | ||
| 7358 | 2025.02.28 06:50:44.417232 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7359 | 2025.02.28 06:50:44.417299 [ 255 ] {e1f43e36-818f-4a12-a9b8-b5da5c478262} <Debug> TCPHandler: Processed in 0.002158856 sec. | ||
| 7360 | 2025.02.28 06:50:44.417510 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7361 | 2025.02.28 06:50:44.417530 [ 198 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 7362 | 2025.02.28 06:50:44.417715 [ 4 ] {ae94a131-f220-4e90-a930-7d629217fd9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7363 | 2025.02.28 06:50:44.417826 [ 198 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7364 | 2025.02.28 06:50:44.417841 [ 4 ] {ae94a131-f220-4e90-a930-7d629217fd9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7365 | 2025.02.28 06:50:44.417918 [ 198 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 913 rows starting from the beginning of the part | ||
| 7366 | 2025.02.28 06:50:44.418271 [ 198 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part | ||
| 7367 | 2025.02.28 06:50:44.418742 [ 198 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 64 rows starting from the beginning of the part | ||
| 7368 | 2025.02.28 06:50:44.419090 [ 198 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 421 rows starting from the beginning of the part | ||
| 7369 | 2025.02.28 06:50:44.419364 [ 198 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 7370 | 2025.02.28 06:50:44.419600 [ 198 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 421 rows starting from the beginning of the part | ||
| 7371 | 2025.02.28 06:50:44.420483 [ 4 ] {ae94a131-f220-4e90-a930-7d629217fd9d} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7372 | 2025.02.28 06:50:44.420551 [ 4 ] {ae94a131-f220-4e90-a930-7d629217fd9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7373 | 2025.02.28 06:50:44.421430 [ 4 ] {ae94a131-f220-4e90-a930-7d629217fd9d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7374 | 2025.02.28 06:50:44.421992 [ 4 ] {ae94a131-f220-4e90-a930-7d629217fd9d} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7375 | 2025.02.28 06:50:44.422448 [ 4 ] {ae94a131-f220-4e90-a930-7d629217fd9d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0048 sec., 1250 rows/sec., 65.31 KiB/sec. | ||
| 7376 | 2025.02.28 06:50:44.422746 [ 4 ] {ae94a131-f220-4e90-a930-7d629217fd9d} <Debug> TCPHandler: Processed in 0.005350784 sec. | ||
| 7377 | 2025.02.28 06:50:44.423069 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7378 | 2025.02.28 06:50:44.423434 [ 255 ] {0f4413ee-1b49-4c5f-80c4-3e477215c6ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7379 | 2025.02.28 06:50:44.423482 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.006139964 sec., 317102.8364335686 rows/sec., 24.22 MiB/sec. | ||
| 7380 | 2025.02.28 06:50:44.423508 [ 255 ] {0f4413ee-1b49-4c5f-80c4-3e477215c6ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7381 | 2025.02.28 06:50:44.423805 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7382 | 2025.02.28 06:50:44.424374 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_61_12} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7383 | 2025.02.28 06:50:44.424573 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_61_12} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7384 | 2025.02.28 06:50:44.424755 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 7385 | 2025.02.28 06:50:44.424843 [ 255 ] {0f4413ee-1b49-4c5f-80c4-3e477215c6ba} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7386 | 2025.02.28 06:50:44.424888 [ 255 ] {0f4413ee-1b49-4c5f-80c4-3e477215c6ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7387 | 2025.02.28 06:50:44.425299 [ 255 ] {0f4413ee-1b49-4c5f-80c4-3e477215c6ba} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7388 | 2025.02.28 06:50:44.425542 [ 255 ] {0f4413ee-1b49-4c5f-80c4-3e477215c6ba} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7389 | 2025.02.28 06:50:44.425678 [ 89 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7390 | 2025.02.28 06:50:44.425716 [ 89 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7391 | 2025.02.28 06:50:44.425743 [ 255 ] {0f4413ee-1b49-4c5f-80c4-3e477215c6ba} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002412 sec., 98258.70646766169 rows/sec., 6.59 MiB/sec. | ||
| 7392 | 2025.02.28 06:50:44.425750 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7393 | 2025.02.28 06:50:44.425883 [ 255 ] {0f4413ee-1b49-4c5f-80c4-3e477215c6ba} <Debug> TCPHandler: Processed in 0.002999976 sec. | ||
| 7394 | 2025.02.28 06:50:44.426167 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 7395 | 2025.02.28 06:50:44.426200 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7396 | 2025.02.28 06:50:44.426678 [ 4 ] {22abf5af-ae21-4690-bbc1-3bbdf3b63b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7397 | 2025.02.28 06:50:44.426875 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7398 | 2025.02.28 06:50:44.426901 [ 4 ] {22abf5af-ae21-4690-bbc1-3bbdf3b63b65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7399 | 2025.02.28 06:50:44.427051 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17685 rows starting from the beginning of the part | ||
| 7400 | 2025.02.28 06:50:44.427470 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part | ||
| 7401 | 2025.02.28 06:50:44.427830 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
| 7402 | 2025.02.28 06:50:44.428151 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part | ||
| 7403 | 2025.02.28 06:50:44.428479 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
| 7404 | 2025.02.28 06:50:44.428643 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 7405 | 2025.02.28 06:50:44.429525 [ 4 ] {22abf5af-ae21-4690-bbc1-3bbdf3b63b65} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7406 | 2025.02.28 06:50:44.429591 [ 4 ] {22abf5af-ae21-4690-bbc1-3bbdf3b63b65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7407 | 2025.02.28 06:50:44.430278 [ 4 ] {22abf5af-ae21-4690-bbc1-3bbdf3b63b65} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7408 | 2025.02.28 06:50:44.430617 [ 4 ] {22abf5af-ae21-4690-bbc1-3bbdf3b63b65} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7409 | 2025.02.28 06:50:44.430935 [ 4 ] {22abf5af-ae21-4690-bbc1-3bbdf3b63b65} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004424 sec., 226.03978300180833 rows/sec., 15.23 KiB/sec. | ||
| 7410 | 2025.02.28 06:50:44.431012 [ 4 ] {22abf5af-ae21-4690-bbc1-3bbdf3b63b65} <Debug> TCPHandler: Processed in 0.00501203 sec. | ||
| 7411 | 2025.02.28 06:50:44.431212 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7412 | 2025.02.28 06:50:44.431365 [ 255 ] {38a9f513-3b09-49dd-a80d-974d8d12ba06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7413 | 2025.02.28 06:50:44.431494 [ 255 ] {38a9f513-3b09-49dd-a80d-974d8d12ba06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7414 | 2025.02.28 06:50:44.433301 [ 255 ] {38a9f513-3b09-49dd-a80d-974d8d12ba06} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7415 | 2025.02.28 06:50:44.433339 [ 255 ] {38a9f513-3b09-49dd-a80d-974d8d12ba06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7416 | 2025.02.28 06:50:44.434131 [ 255 ] {38a9f513-3b09-49dd-a80d-974d8d12ba06} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7417 | 2025.02.28 06:50:44.434427 [ 255 ] {38a9f513-3b09-49dd-a80d-974d8d12ba06} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7418 | 2025.02.28 06:50:44.434569 [ 89 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7419 | 2025.02.28 06:50:44.434645 [ 89 ] {} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7420 | 2025.02.28 06:50:44.434696 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7421 | 2025.02.28 06:50:44.434728 [ 255 ] {38a9f513-3b09-49dd-a80d-974d8d12ba06} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003407 sec., 11447.020839448196 rows/sec., 20.51 MiB/sec. | ||
| 7422 | 2025.02.28 06:50:44.435072 [ 200 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::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 | ||
| 7423 | 2025.02.28 06:50:44.435146 [ 255 ] {38a9f513-3b09-49dd-a80d-974d8d12ba06} <Debug> TCPHandler: Processed in 0.004005348 sec. | ||
| 7424 | 2025.02.28 06:50:44.435394 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7425 | 2025.02.28 06:50:44.435607 [ 4 ] {af6dd4eb-52ce-4688-826e-9c6482b48fb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7426 | 2025.02.28 06:50:44.435768 [ 4 ] {af6dd4eb-52ce-4688-826e-9c6482b48fb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7427 | 2025.02.28 06:50:44.436212 [ 200 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7428 | 2025.02.28 06:50:44.436612 [ 200 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 711 rows starting from the beginning of the part | ||
| 7429 | 2025.02.28 06:50:44.437093 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18543 rows, containing 5 columns (5 merged, 0 gathered) in 0.011243685 sec., 1649192.4133413557 rows/sec., 111.33 MiB/sec. | ||
| 7430 | 2025.02.28 06:50:44.437783 [ 200 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 39 rows starting from the beginning of the part | ||
| 7431 | 2025.02.28 06:50:44.437795 [ 192 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7432 | 2025.02.28 06:50:44.438726 [ 4 ] {af6dd4eb-52ce-4688-826e-9c6482b48fb8} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7433 | 2025.02.28 06:50:44.438761 [ 200 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 39 rows starting from the beginning of the part | ||
| 7434 | 2025.02.28 06:50:44.438783 [ 4 ] {af6dd4eb-52ce-4688-826e-9c6482b48fb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7435 | 2025.02.28 06:50:44.438882 [ 192 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7436 | 2025.02.28 06:50:44.439402 [ 192 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7437 | 2025.02.28 06:50:44.439614 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.16 MiB. | ||
| 7438 | 2025.02.28 06:50:44.439662 [ 200 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 39 rows starting from the beginning of the part | ||
| 7439 | 2025.02.28 06:50:44.440210 [ 4 ] {af6dd4eb-52ce-4688-826e-9c6482b48fb8} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7440 | 2025.02.28 06:50:44.440216 [ 200 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 39 rows starting from the beginning of the part | ||
| 7441 | 2025.02.28 06:50:44.440542 [ 200 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 39 rows starting from the beginning of the part | ||
| 7442 | 2025.02.28 06:50:44.440640 [ 4 ] {af6dd4eb-52ce-4688-826e-9c6482b48fb8} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7443 | 2025.02.28 06:50:44.441007 [ 89 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7444 | 2025.02.28 06:50:44.441196 [ 89 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7445 | 2025.02.28 06:50:44.441261 [ 4 ] {af6dd4eb-52ce-4688-826e-9c6482b48fb8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005688 sec., 14416.315049226441 rows/sec., 937.59 KiB/sec. | ||
| 7446 | 2025.02.28 06:50:44.441275 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7447 | 2025.02.28 06:50:44.441617 [ 4 ] {af6dd4eb-52ce-4688-826e-9c6482b48fb8} <Debug> TCPHandler: Processed in 0.006339796 sec. | ||
| 7448 | 2025.02.28 06:50:44.441995 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 7449 | 2025.02.28 06:50:44.442243 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7450 | 2025.02.28 06:50:44.442304 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3408 rows starting from the beginning of the part | ||
| 7451 | 2025.02.28 06:50:44.442593 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 24 rows starting from the beginning of the part | ||
| 7452 | 2025.02.28 06:50:44.442945 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
| 7453 | 2025.02.28 06:50:44.443277 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part | ||
| 7454 | 2025.02.28 06:50:44.443644 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
| 7455 | 2025.02.28 06:50:44.443909 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 7456 | 2025.02.28 06:50:44.446496 [ 199 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3716 rows, containing 4 columns (4 merged, 0 gathered) in 0.004981899 sec., 745900.3082960936 rows/sec., 48.61 MiB/sec. | ||
| 7457 | 2025.02.28 06:50:44.446979 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7458 | 2025.02.28 06:50:44.447567 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_61_12} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7459 | 2025.02.28 06:50:44.447773 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_61_12} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7460 | 2025.02.28 06:50:44.447967 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 7461 | 2025.02.28 06:50:44.454512 [ 194 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 906 rows, containing 19 columns (19 merged, 0 gathered) in 0.019741636 sec., 45892.8530543264 rows/sec., 82.24 MiB/sec. | ||
| 7462 | 2025.02.28 06:50:44.455692 [ 190 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7463 | 2025.02.28 06:50:44.456096 [ 190 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7464 | 2025.02.28 06:50:44.456178 [ 190 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7465 | 2025.02.28 06:50:44.456327 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB. | ||
| 7466 | 2025.02.28 06:50:45.000224 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 208.50 MiB, peak 216.24 MiB, free memory in arenas 0.00 B, will set to 211.57 MiB (RSS), difference: 3.07 MiB | ||
| 7467 | 2025.02.28 06:50:48.621441 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7468 | 2025.02.28 06:50:48.621502 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7469 | 2025.02.28 06:50:48.757128 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446 | ||
| 7470 | 2025.02.28 06:50:48.758214 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7471 | 2025.02.28 06:50:48.758297 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7472 | 2025.02.28 06:50:48.758930 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7473 | 2025.02.28 06:50:48.759186 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7474 | 2025.02.28 06:50:48.759429 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7475 | 2025.02.28 06:50:49.392806 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7476 | 2025.02.28 06:50:49.393103 [ 4 ] {fa8e2f18-1ec9-4d03-acdb-4ecc40d1ffb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7477 | 2025.02.28 06:50:49.393218 [ 4 ] {fa8e2f18-1ec9-4d03-acdb-4ecc40d1ffb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7478 | 2025.02.28 06:50:49.394026 [ 4 ] {fa8e2f18-1ec9-4d03-acdb-4ecc40d1ffb2} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7479 | 2025.02.28 06:50:49.394074 [ 4 ] {fa8e2f18-1ec9-4d03-acdb-4ecc40d1ffb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7480 | 2025.02.28 06:50:49.394500 [ 4 ] {fa8e2f18-1ec9-4d03-acdb-4ecc40d1ffb2} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7481 | 2025.02.28 06:50:49.394757 [ 4 ] {fa8e2f18-1ec9-4d03-acdb-4ecc40d1ffb2} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7482 | 2025.02.28 06:50:49.395021 [ 4 ] {fa8e2f18-1ec9-4d03-acdb-4ecc40d1ffb2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001993 sec., 28098.344204716508 rows/sec., 2.16 MiB/sec. | ||
| 7483 | 2025.02.28 06:50:49.395136 [ 4 ] {fa8e2f18-1ec9-4d03-acdb-4ecc40d1ffb2} <Debug> TCPHandler: Processed in 0.00251371 sec. | ||
| 7484 | 2025.02.28 06:50:49.395427 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7485 | 2025.02.28 06:50:49.395634 [ 255 ] {8d478040-9a39-4fe4-bb95-7a5e54ef620b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7486 | 2025.02.28 06:50:49.395712 [ 255 ] {8d478040-9a39-4fe4-bb95-7a5e54ef620b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7487 | 2025.02.28 06:50:49.396518 [ 255 ] {8d478040-9a39-4fe4-bb95-7a5e54ef620b} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7488 | 2025.02.28 06:50:49.396563 [ 255 ] {8d478040-9a39-4fe4-bb95-7a5e54ef620b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7489 | 2025.02.28 06:50:49.396991 [ 255 ] {8d478040-9a39-4fe4-bb95-7a5e54ef620b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7490 | 2025.02.28 06:50:49.397242 [ 255 ] {8d478040-9a39-4fe4-bb95-7a5e54ef620b} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7491 | 2025.02.28 06:50:49.397467 [ 255 ] {8d478040-9a39-4fe4-bb95-7a5e54ef620b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00189 sec., 33862.43386243386 rows/sec., 2.64 MiB/sec. | ||
| 7492 | 2025.02.28 06:50:49.397523 [ 255 ] {8d478040-9a39-4fe4-bb95-7a5e54ef620b} <Debug> TCPHandler: Processed in 0.002245517 sec. | ||
| 7493 | 2025.02.28 06:50:49.397686 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7494 | 2025.02.28 06:50:49.397832 [ 4 ] {15a945ea-f641-482c-9097-f22644f9b269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7495 | 2025.02.28 06:50:49.397898 [ 4 ] {15a945ea-f641-482c-9097-f22644f9b269} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7496 | 2025.02.28 06:50:49.398526 [ 4 ] {15a945ea-f641-482c-9097-f22644f9b269} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7497 | 2025.02.28 06:50:49.398565 [ 4 ] {15a945ea-f641-482c-9097-f22644f9b269} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7498 | 2025.02.28 06:50:49.398958 [ 4 ] {15a945ea-f641-482c-9097-f22644f9b269} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7499 | 2025.02.28 06:50:49.399197 [ 4 ] {15a945ea-f641-482c-9097-f22644f9b269} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7500 | 2025.02.28 06:50:49.399433 [ 4 ] {15a945ea-f641-482c-9097-f22644f9b269} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001637 sec., 97739.76786805132 rows/sec., 6.81 MiB/sec. | ||
| 7501 | 2025.02.28 06:50:49.399485 [ 4 ] {15a945ea-f641-482c-9097-f22644f9b269} <Debug> TCPHandler: Processed in 0.001869472 sec. | ||
| 7502 | 2025.02.28 06:50:49.399649 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7503 | 2025.02.28 06:50:49.399790 [ 255 ] {1e78c9c7-bef6-47f5-a81f-3d1df56dcec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7504 | 2025.02.28 06:50:49.399854 [ 255 ] {1e78c9c7-bef6-47f5-a81f-3d1df56dcec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7505 | 2025.02.28 06:50:49.400413 [ 255 ] {1e78c9c7-bef6-47f5-a81f-3d1df56dcec6} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7506 | 2025.02.28 06:50:49.400453 [ 255 ] {1e78c9c7-bef6-47f5-a81f-3d1df56dcec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7507 | 2025.02.28 06:50:49.400846 [ 255 ] {1e78c9c7-bef6-47f5-a81f-3d1df56dcec6} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 7508 | 2025.02.28 06:50:49.401086 [ 255 ] {1e78c9c7-bef6-47f5-a81f-3d1df56dcec6} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7509 | 2025.02.28 06:50:49.401339 [ 255 ] {1e78c9c7-bef6-47f5-a81f-3d1df56dcec6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001578 sec., 38022.813688212926 rows/sec., 2.56 MiB/sec. | ||
| 7510 | 2025.02.28 06:50:49.401410 [ 255 ] {1e78c9c7-bef6-47f5-a81f-3d1df56dcec6} <Debug> TCPHandler: Processed in 0.001831702 sec. | ||
| 7511 | 2025.02.28 06:50:49.987151 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7512 | 2025.02.28 06:50:50.009231 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7513 | 2025.02.28 06:50:50.009298 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7514 | 2025.02.28 06:50:50.016673 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7515 | 2025.02.28 06:50:50.017445 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7516 | 2025.02.28 06:50:50.021115 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7517 | 2025.02.28 06:50:51.882105 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7518 | 2025.02.28 06:50:51.882314 [ 4 ] {487a64ec-0186-41ee-9784-9a4a5c5e1c4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7519 | 2025.02.28 06:50:51.882386 [ 4 ] {487a64ec-0186-41ee-9784-9a4a5c5e1c4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7520 | 2025.02.28 06:50:51.883246 [ 4 ] {487a64ec-0186-41ee-9784-9a4a5c5e1c4c} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7521 | 2025.02.28 06:50:51.883289 [ 4 ] {487a64ec-0186-41ee-9784-9a4a5c5e1c4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7522 | 2025.02.28 06:50:51.883728 [ 4 ] {487a64ec-0186-41ee-9784-9a4a5c5e1c4c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7523 | 2025.02.28 06:50:51.883979 [ 4 ] {487a64ec-0186-41ee-9784-9a4a5c5e1c4c} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7524 | 2025.02.28 06:50:51.884183 [ 4 ] {487a64ec-0186-41ee-9784-9a4a5c5e1c4c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001923 sec., 110244.40977639105 rows/sec., 7.01 MiB/sec. | ||
| 7525 | 2025.02.28 06:50:51.884246 [ 4 ] {487a64ec-0186-41ee-9784-9a4a5c5e1c4c} <Debug> TCPHandler: Processed in 0.002277947 sec. | ||
| 7526 | 2025.02.28 06:50:51.884539 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7527 | 2025.02.28 06:50:51.884752 [ 255 ] {86f10440-0976-4d7d-9be3-30216fb22549} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7528 | 2025.02.28 06:50:51.884836 [ 255 ] {86f10440-0976-4d7d-9be3-30216fb22549} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7529 | 2025.02.28 06:50:51.885646 [ 255 ] {86f10440-0976-4d7d-9be3-30216fb22549} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7530 | 2025.02.28 06:50:51.885698 [ 255 ] {86f10440-0976-4d7d-9be3-30216fb22549} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7531 | 2025.02.28 06:50:51.886117 [ 255 ] {86f10440-0976-4d7d-9be3-30216fb22549} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 7532 | 2025.02.28 06:50:51.886373 [ 255 ] {86f10440-0976-4d7d-9be3-30216fb22549} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7533 | 2025.02.28 06:50:51.886661 [ 255 ] {86f10440-0976-4d7d-9be3-30216fb22549} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001964 sec., 1018.3299389002036 rows/sec., 83.04 KiB/sec. | ||
| 7534 | 2025.02.28 06:50:51.886839 [ 255 ] {86f10440-0976-4d7d-9be3-30216fb22549} <Debug> TCPHandler: Processed in 0.002437719 sec. | ||
| 7535 | 2025.02.28 06:50:51.887004 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7536 | 2025.02.28 06:50:51.887147 [ 4 ] {e862d11b-58a4-4206-b569-5bfb114f34a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7537 | 2025.02.28 06:50:51.887210 [ 4 ] {e862d11b-58a4-4206-b569-5bfb114f34a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7538 | 2025.02.28 06:50:51.888542 [ 4 ] {e862d11b-58a4-4206-b569-5bfb114f34a5} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7539 | 2025.02.28 06:50:51.888582 [ 4 ] {e862d11b-58a4-4206-b569-5bfb114f34a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7540 | 2025.02.28 06:50:51.889056 [ 4 ] {e862d11b-58a4-4206-b569-5bfb114f34a5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7541 | 2025.02.28 06:50:51.889302 [ 4 ] {e862d11b-58a4-4206-b569-5bfb114f34a5} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7542 | 2025.02.28 06:50:51.889484 [ 4 ] {e862d11b-58a4-4206-b569-5bfb114f34a5} <Debug> executeQuery: Read 1836 rows, 153.46 KiB in 0.002372 sec., 774030.3541315346 rows/sec., 63.18 MiB/sec. | ||
| 7543 | 2025.02.28 06:50:51.889541 [ 4 ] {e862d11b-58a4-4206-b569-5bfb114f34a5} <Debug> TCPHandler: Processed in 0.002607761 sec. | ||
| 7544 | 2025.02.28 06:50:51.889710 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7545 | 2025.02.28 06:50:51.889861 [ 255 ] {c27eeeb9-5f84-4974-a3ae-ebb3ada1a38b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7546 | 2025.02.28 06:50:51.889924 [ 255 ] {c27eeeb9-5f84-4974-a3ae-ebb3ada1a38b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7547 | 2025.02.28 06:50:51.890667 [ 255 ] {c27eeeb9-5f84-4974-a3ae-ebb3ada1a38b} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7548 | 2025.02.28 06:50:51.890708 [ 255 ] {c27eeeb9-5f84-4974-a3ae-ebb3ada1a38b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7549 | 2025.02.28 06:50:51.891101 [ 255 ] {c27eeeb9-5f84-4974-a3ae-ebb3ada1a38b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7550 | 2025.02.28 06:50:51.891339 [ 255 ] {c27eeeb9-5f84-4974-a3ae-ebb3ada1a38b} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7551 | 2025.02.28 06:50:51.891567 [ 255 ] {c27eeeb9-5f84-4974-a3ae-ebb3ada1a38b} <Debug> executeQuery: Read 147 rows, 9.46 KiB in 0.001743 sec., 84337.34939759037 rows/sec., 5.30 MiB/sec. | ||
| 7552 | 2025.02.28 06:50:51.891625 [ 255 ] {c27eeeb9-5f84-4974-a3ae-ebb3ada1a38b} <Debug> TCPHandler: Processed in 0.001987294 sec. | ||
| 7553 | 2025.02.28 06:50:51.891774 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7554 | 2025.02.28 06:50:51.891915 [ 4 ] {4dd3d608-2cb9-400d-885a-cd7ecee6d5de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7555 | 2025.02.28 06:50:51.891975 [ 4 ] {4dd3d608-2cb9-400d-885a-cd7ecee6d5de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7556 | 2025.02.28 06:50:51.892764 [ 4 ] {4dd3d608-2cb9-400d-885a-cd7ecee6d5de} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7557 | 2025.02.28 06:50:51.892801 [ 4 ] {4dd3d608-2cb9-400d-885a-cd7ecee6d5de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7558 | 2025.02.28 06:50:51.893173 [ 4 ] {4dd3d608-2cb9-400d-885a-cd7ecee6d5de} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7559 | 2025.02.28 06:50:51.893405 [ 4 ] {4dd3d608-2cb9-400d-885a-cd7ecee6d5de} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7560 | 2025.02.28 06:50:51.893584 [ 4 ] {4dd3d608-2cb9-400d-885a-cd7ecee6d5de} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.0017 sec., 200588.23529411765 rows/sec., 13.38 MiB/sec. | ||
| 7561 | 2025.02.28 06:50:51.893638 [ 4 ] {4dd3d608-2cb9-400d-885a-cd7ecee6d5de} <Debug> TCPHandler: Processed in 0.001930553 sec. | ||
| 7562 | 2025.02.28 06:50:51.893802 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7563 | 2025.02.28 06:50:51.893941 [ 255 ] {0a80d83b-472b-4499-a7dc-e7ba8f5d01f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7564 | 2025.02.28 06:50:51.893998 [ 255 ] {0a80d83b-472b-4499-a7dc-e7ba8f5d01f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7565 | 2025.02.28 06:50:51.894672 [ 255 ] {0a80d83b-472b-4499-a7dc-e7ba8f5d01f8} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7566 | 2025.02.28 06:50:51.894712 [ 255 ] {0a80d83b-472b-4499-a7dc-e7ba8f5d01f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7567 | 2025.02.28 06:50:51.895072 [ 255 ] {0a80d83b-472b-4499-a7dc-e7ba8f5d01f8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7568 | 2025.02.28 06:50:51.895312 [ 255 ] {0a80d83b-472b-4499-a7dc-e7ba8f5d01f8} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7569 | 2025.02.28 06:50:51.895533 [ 255 ] {0a80d83b-472b-4499-a7dc-e7ba8f5d01f8} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001621 sec., 69093.15237507712 rows/sec., 3.94 MiB/sec. | ||
| 7570 | 2025.02.28 06:50:51.895589 [ 255 ] {0a80d83b-472b-4499-a7dc-e7ba8f5d01f8} <Debug> TCPHandler: Processed in 0.001852262 sec. | ||
| 7571 | 2025.02.28 06:50:51.895732 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7572 | 2025.02.28 06:50:51.895869 [ 4 ] {2e783451-1cdf-4489-a6f8-4646309d45c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7573 | 2025.02.28 06:50:51.895926 [ 4 ] {2e783451-1cdf-4489-a6f8-4646309d45c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7574 | 2025.02.28 06:50:51.896844 [ 4 ] {2e783451-1cdf-4489-a6f8-4646309d45c8} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7575 | 2025.02.28 06:50:51.896882 [ 4 ] {2e783451-1cdf-4489-a6f8-4646309d45c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7576 | 2025.02.28 06:50:51.897269 [ 4 ] {2e783451-1cdf-4489-a6f8-4646309d45c8} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7577 | 2025.02.28 06:50:51.897505 [ 4 ] {2e783451-1cdf-4489-a6f8-4646309d45c8} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7578 | 2025.02.28 06:50:51.897716 [ 4 ] {2e783451-1cdf-4489-a6f8-4646309d45c8} <Debug> executeQuery: Read 879 rows, 65.16 KiB in 0.001879 sec., 467802.0223523151 rows/sec., 33.87 MiB/sec. | ||
| 7579 | 2025.02.28 06:50:51.897767 [ 4 ] {2e783451-1cdf-4489-a6f8-4646309d45c8} <Debug> TCPHandler: Processed in 0.002100196 sec. | ||
| 7580 | 2025.02.28 06:50:51.897981 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7581 | 2025.02.28 06:50:51.898203 [ 255 ] {25aee4b2-139e-47f0-80e2-62114314a2e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7582 | 2025.02.28 06:50:51.898298 [ 255 ] {25aee4b2-139e-47f0-80e2-62114314a2e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7583 | 2025.02.28 06:50:51.898802 [ 255 ] {25aee4b2-139e-47f0-80e2-62114314a2e7} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7584 | 2025.02.28 06:50:51.898841 [ 255 ] {25aee4b2-139e-47f0-80e2-62114314a2e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7585 | 2025.02.28 06:50:51.899209 [ 255 ] {25aee4b2-139e-47f0-80e2-62114314a2e7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7586 | 2025.02.28 06:50:51.899442 [ 255 ] {25aee4b2-139e-47f0-80e2-62114314a2e7} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7587 | 2025.02.28 06:50:51.899656 [ 255 ] {25aee4b2-139e-47f0-80e2-62114314a2e7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001509 sec., 3976.1431411530816 rows/sec., 207.74 KiB/sec. | ||
| 7588 | 2025.02.28 06:50:51.899708 [ 255 ] {25aee4b2-139e-47f0-80e2-62114314a2e7} <Debug> TCPHandler: Processed in 0.001832272 sec. | ||
| 7589 | 2025.02.28 06:50:51.899856 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7590 | 2025.02.28 06:50:51.899994 [ 4 ] {9cdc7d48-0d89-4855-86ef-9482d09f45b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7591 | 2025.02.28 06:50:51.900055 [ 4 ] {9cdc7d48-0d89-4855-86ef-9482d09f45b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7592 | 2025.02.28 06:50:51.900910 [ 4 ] {9cdc7d48-0d89-4855-86ef-9482d09f45b2} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7593 | 2025.02.28 06:50:51.900949 [ 4 ] {9cdc7d48-0d89-4855-86ef-9482d09f45b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7594 | 2025.02.28 06:50:51.901382 [ 4 ] {9cdc7d48-0d89-4855-86ef-9482d09f45b2} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7595 | 2025.02.28 06:50:51.901618 [ 4 ] {9cdc7d48-0d89-4855-86ef-9482d09f45b2} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7596 | 2025.02.28 06:50:51.901828 [ 4 ] {9cdc7d48-0d89-4855-86ef-9482d09f45b2} <Debug> executeQuery: Read 1020 rows, 69.60 KiB in 0.001865 sec., 546916.890080429 rows/sec., 36.45 MiB/sec. | ||
| 7597 | 2025.02.28 06:50:51.901879 [ 4 ] {9cdc7d48-0d89-4855-86ef-9482d09f45b2} <Debug> TCPHandler: Processed in 0.002087515 sec. | ||
| 7598 | 2025.02.28 06:50:51.902043 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7599 | 2025.02.28 06:50:51.902183 [ 255 ] {f9fadcb7-c7c3-4dec-abd7-e02270c39e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7600 | 2025.02.28 06:50:51.902244 [ 255 ] {f9fadcb7-c7c3-4dec-abd7-e02270c39e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7601 | 2025.02.28 06:50:51.902730 [ 255 ] {f9fadcb7-c7c3-4dec-abd7-e02270c39e46} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7602 | 2025.02.28 06:50:51.902768 [ 255 ] {f9fadcb7-c7c3-4dec-abd7-e02270c39e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7603 | 2025.02.28 06:50:51.903138 [ 255 ] {f9fadcb7-c7c3-4dec-abd7-e02270c39e46} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7604 | 2025.02.28 06:50:51.903373 [ 255 ] {f9fadcb7-c7c3-4dec-abd7-e02270c39e46} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7605 | 2025.02.28 06:50:51.903580 [ 255 ] {f9fadcb7-c7c3-4dec-abd7-e02270c39e46} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001429 sec., 699.7900629811057 rows/sec., 47.15 KiB/sec. | ||
| 7606 | 2025.02.28 06:50:51.903632 [ 255 ] {f9fadcb7-c7c3-4dec-abd7-e02270c39e46} <Debug> TCPHandler: Processed in 0.00166068 sec. | ||
| 7607 | 2025.02.28 06:50:51.903773 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7608 | 2025.02.28 06:50:51.903888 [ 4 ] {5685f9c5-a45c-4599-bf33-4d36cc1dadd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7609 | 2025.02.28 06:50:51.903969 [ 4 ] {5685f9c5-a45c-4599-bf33-4d36cc1dadd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7610 | 2025.02.28 06:50:51.905170 [ 4 ] {5685f9c5-a45c-4599-bf33-4d36cc1dadd2} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7611 | 2025.02.28 06:50:51.905208 [ 4 ] {5685f9c5-a45c-4599-bf33-4d36cc1dadd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7612 | 2025.02.28 06:50:51.905855 [ 4 ] {5685f9c5-a45c-4599-bf33-4d36cc1dadd2} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7613 | 2025.02.28 06:50:51.906109 [ 4 ] {5685f9c5-a45c-4599-bf33-4d36cc1dadd2} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7614 | 2025.02.28 06:50:51.906340 [ 4 ] {5685f9c5-a45c-4599-bf33-4d36cc1dadd2} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002476 sec., 15751.211631663975 rows/sec., 28.23 MiB/sec. | ||
| 7615 | 2025.02.28 06:50:51.906432 [ 4 ] {5685f9c5-a45c-4599-bf33-4d36cc1dadd2} <Debug> TCPHandler: Processed in 0.002713202 sec. | ||
| 7616 | 2025.02.28 06:50:51.906595 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7617 | 2025.02.28 06:50:51.906715 [ 255 ] {41ca6f5c-3758-4b0d-93f9-f36ac3393c9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7618 | 2025.02.28 06:50:51.906768 [ 255 ] {41ca6f5c-3758-4b0d-93f9-f36ac3393c9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7619 | 2025.02.28 06:50:51.907271 [ 255 ] {41ca6f5c-3758-4b0d-93f9-f36ac3393c9e} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7620 | 2025.02.28 06:50:51.907310 [ 255 ] {41ca6f5c-3758-4b0d-93f9-f36ac3393c9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7621 | 2025.02.28 06:50:51.907684 [ 255 ] {41ca6f5c-3758-4b0d-93f9-f36ac3393c9e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 7622 | 2025.02.28 06:50:51.907929 [ 255 ] {41ca6f5c-3758-4b0d-93f9-f36ac3393c9e} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7623 | 2025.02.28 06:50:51.908128 [ 255 ] {41ca6f5c-3758-4b0d-93f9-f36ac3393c9e} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001437 sec., 40361.86499652053 rows/sec., 2.50 MiB/sec. | ||
| 7624 | 2025.02.28 06:50:51.908180 [ 255 ] {41ca6f5c-3758-4b0d-93f9-f36ac3393c9e} <Debug> TCPHandler: Processed in 0.001646879 sec. | ||
| 7625 | 2025.02.28 06:50:53.827963 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1082 | ||
| 7626 | 2025.02.28 06:50:53.831437 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7627 | 2025.02.28 06:50:53.831482 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7628 | 2025.02.28 06:50:53.832947 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7629 | 2025.02.28 06:50:53.833255 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7630 | 2025.02.28 06:50:53.834068 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1082 | ||
| 7631 | 2025.02.28 06:50:54.387495 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7632 | 2025.02.28 06:50:54.387689 [ 4 ] {4cc8e887-83cf-4224-b556-e73a75f7bcd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7633 | 2025.02.28 06:50:54.387762 [ 4 ] {4cc8e887-83cf-4224-b556-e73a75f7bcd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7634 | 2025.02.28 06:50:54.388533 [ 4 ] {4cc8e887-83cf-4224-b556-e73a75f7bcd8} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7635 | 2025.02.28 06:50:54.388583 [ 4 ] {4cc8e887-83cf-4224-b556-e73a75f7bcd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7636 | 2025.02.28 06:50:54.389010 [ 4 ] {4cc8e887-83cf-4224-b556-e73a75f7bcd8} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7637 | 2025.02.28 06:50:54.389274 [ 4 ] {4cc8e887-83cf-4224-b556-e73a75f7bcd8} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7638 | 2025.02.28 06:50:54.389523 [ 4 ] {4cc8e887-83cf-4224-b556-e73a75f7bcd8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001882 sec., 29755.57917109458 rows/sec., 2.29 MiB/sec. | ||
| 7639 | 2025.02.28 06:50:54.389579 [ 4 ] {4cc8e887-83cf-4224-b556-e73a75f7bcd8} <Debug> TCPHandler: Processed in 0.002216286 sec. | ||
| 7640 | 2025.02.28 06:50:54.389835 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7641 | 2025.02.28 06:50:54.390034 [ 255 ] {f1b167bc-acff-45df-a418-50103b864b99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7642 | 2025.02.28 06:50:54.390112 [ 255 ] {f1b167bc-acff-45df-a418-50103b864b99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7643 | 2025.02.28 06:50:54.390884 [ 255 ] {f1b167bc-acff-45df-a418-50103b864b99} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7644 | 2025.02.28 06:50:54.390933 [ 255 ] {f1b167bc-acff-45df-a418-50103b864b99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7645 | 2025.02.28 06:50:54.391362 [ 255 ] {f1b167bc-acff-45df-a418-50103b864b99} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7646 | 2025.02.28 06:50:54.391613 [ 255 ] {f1b167bc-acff-45df-a418-50103b864b99} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7647 | 2025.02.28 06:50:54.391869 [ 255 ] {f1b167bc-acff-45df-a418-50103b864b99} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001881 sec., 34024.455077086655 rows/sec., 2.66 MiB/sec. | ||
| 7648 | 2025.02.28 06:50:54.391933 [ 255 ] {f1b167bc-acff-45df-a418-50103b864b99} <Debug> TCPHandler: Processed in 0.002237196 sec. | ||
| 7649 | 2025.02.28 06:50:54.392160 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7650 | 2025.02.28 06:50:54.392325 [ 4 ] {c949bf9f-0a48-4c39-967b-78d305e78be8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7651 | 2025.02.28 06:50:54.392380 [ 4 ] {c949bf9f-0a48-4c39-967b-78d305e78be8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7652 | 2025.02.28 06:50:54.392929 [ 4 ] {c949bf9f-0a48-4c39-967b-78d305e78be8} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7653 | 2025.02.28 06:50:54.392975 [ 4 ] {c949bf9f-0a48-4c39-967b-78d305e78be8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7654 | 2025.02.28 06:50:54.393366 [ 4 ] {c949bf9f-0a48-4c39-967b-78d305e78be8} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7655 | 2025.02.28 06:50:54.393607 [ 4 ] {c949bf9f-0a48-4c39-967b-78d305e78be8} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7656 | 2025.02.28 06:50:54.393867 [ 4 ] {c949bf9f-0a48-4c39-967b-78d305e78be8} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001561 sec., 40999.35938500961 rows/sec., 2.86 MiB/sec. | ||
| 7657 | 2025.02.28 06:50:54.393933 [ 4 ] {c949bf9f-0a48-4c39-967b-78d305e78be8} <Debug> TCPHandler: Processed in 0.001889632 sec. | ||
| 7658 | 2025.02.28 06:50:54.394214 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7659 | 2025.02.28 06:50:54.394359 [ 255 ] {26c22295-414d-4e04-8a8a-9b2706f97050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7660 | 2025.02.28 06:50:54.394417 [ 255 ] {26c22295-414d-4e04-8a8a-9b2706f97050} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7661 | 2025.02.28 06:50:54.394933 [ 255 ] {26c22295-414d-4e04-8a8a-9b2706f97050} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7662 | 2025.02.28 06:50:54.394972 [ 255 ] {26c22295-414d-4e04-8a8a-9b2706f97050} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7663 | 2025.02.28 06:50:54.395355 [ 255 ] {26c22295-414d-4e04-8a8a-9b2706f97050} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 7664 | 2025.02.28 06:50:54.395602 [ 255 ] {26c22295-414d-4e04-8a8a-9b2706f97050} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7665 | 2025.02.28 06:50:54.395817 [ 255 ] {26c22295-414d-4e04-8a8a-9b2706f97050} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001483 sec., 16183.412002697236 rows/sec., 1.09 MiB/sec. | ||
| 7666 | 2025.02.28 06:50:54.395871 [ 255 ] {26c22295-414d-4e04-8a8a-9b2706f97050} <Debug> TCPHandler: Processed in 0.001819221 sec. | ||
| 7667 | 2025.02.28 06:50:56.259664 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934 | ||
| 7668 | 2025.02.28 06:50:56.260689 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7669 | 2025.02.28 06:50:56.260726 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7670 | 2025.02.28 06:50:56.261243 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7671 | 2025.02.28 06:50:56.261509 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7672 | 2025.02.28 06:50:56.261724 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 | ||
| 7673 | 2025.02.28 06:50:57.521272 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7674 | 2025.02.28 06:50:57.542940 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7675 | 2025.02.28 06:50:57.543009 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7676 | 2025.02.28 06:50:57.550417 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7677 | 2025.02.28 06:50:57.551192 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7678 | 2025.02.28 06:50:57.554019 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7679 | 2025.02.28 06:50:59.392908 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7680 | 2025.02.28 06:50:59.393231 [ 4 ] {973f7424-67ec-472a-87b6-55e97b62710b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7681 | 2025.02.28 06:50:59.393346 [ 4 ] {973f7424-67ec-472a-87b6-55e97b62710b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7682 | 2025.02.28 06:50:59.394250 [ 4 ] {973f7424-67ec-472a-87b6-55e97b62710b} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7683 | 2025.02.28 06:50:59.394296 [ 4 ] {973f7424-67ec-472a-87b6-55e97b62710b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7684 | 2025.02.28 06:50:59.394733 [ 4 ] {973f7424-67ec-472a-87b6-55e97b62710b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7685 | 2025.02.28 06:50:59.394998 [ 4 ] {973f7424-67ec-472a-87b6-55e97b62710b} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7686 | 2025.02.28 06:50:59.395210 [ 4 ] {973f7424-67ec-472a-87b6-55e97b62710b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002064 sec., 27131.782945736435 rows/sec., 2.08 MiB/sec. | ||
| 7687 | 2025.02.28 06:50:59.395276 [ 4 ] {973f7424-67ec-472a-87b6-55e97b62710b} <Debug> TCPHandler: Processed in 0.002556791 sec. | ||
| 7688 | 2025.02.28 06:50:59.395526 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7689 | 2025.02.28 06:50:59.395739 [ 255 ] {29bbbce5-b1d6-4e84-aa6a-d789cdaf6ec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7690 | 2025.02.28 06:50:59.395820 [ 255 ] {29bbbce5-b1d6-4e84-aa6a-d789cdaf6ec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7691 | 2025.02.28 06:50:59.396666 [ 255 ] {29bbbce5-b1d6-4e84-aa6a-d789cdaf6ec5} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7692 | 2025.02.28 06:50:59.396714 [ 255 ] {29bbbce5-b1d6-4e84-aa6a-d789cdaf6ec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7693 | 2025.02.28 06:50:59.397152 [ 255 ] {29bbbce5-b1d6-4e84-aa6a-d789cdaf6ec5} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7694 | 2025.02.28 06:50:59.397404 [ 255 ] {29bbbce5-b1d6-4e84-aa6a-d789cdaf6ec5} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7695 | 2025.02.28 06:50:59.397653 [ 255 ] {29bbbce5-b1d6-4e84-aa6a-d789cdaf6ec5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001972 sec., 32454.361054766738 rows/sec., 2.53 MiB/sec. | ||
| 7696 | 2025.02.28 06:50:59.397720 [ 255 ] {29bbbce5-b1d6-4e84-aa6a-d789cdaf6ec5} <Debug> TCPHandler: Processed in 0.002326098 sec. | ||
| 7697 | 2025.02.28 06:50:59.397886 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7698 | 2025.02.28 06:50:59.398030 [ 4 ] {cf652097-5838-4143-ac21-20923cc79a43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7699 | 2025.02.28 06:50:59.398095 [ 4 ] {cf652097-5838-4143-ac21-20923cc79a43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7700 | 2025.02.28 06:50:59.398765 [ 4 ] {cf652097-5838-4143-ac21-20923cc79a43} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7701 | 2025.02.28 06:50:59.398802 [ 4 ] {cf652097-5838-4143-ac21-20923cc79a43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7702 | 2025.02.28 06:50:59.399196 [ 4 ] {cf652097-5838-4143-ac21-20923cc79a43} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7703 | 2025.02.28 06:50:59.399433 [ 4 ] {cf652097-5838-4143-ac21-20923cc79a43} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7704 | 2025.02.28 06:50:59.399621 [ 4 ] {cf652097-5838-4143-ac21-20923cc79a43} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001627 sec., 98340.50399508298 rows/sec., 6.85 MiB/sec. | ||
| 7705 | 2025.02.28 06:50:59.399676 [ 4 ] {cf652097-5838-4143-ac21-20923cc79a43} <Debug> TCPHandler: Processed in 0.001858813 sec. | ||
| 7706 | 2025.02.28 06:50:59.399880 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7707 | 2025.02.28 06:50:59.400120 [ 255 ] {d0535c84-9c26-419a-8cb9-11f27ad43970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7708 | 2025.02.28 06:50:59.400223 [ 255 ] {d0535c84-9c26-419a-8cb9-11f27ad43970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7709 | 2025.02.28 06:50:59.400894 [ 255 ] {d0535c84-9c26-419a-8cb9-11f27ad43970} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7710 | 2025.02.28 06:50:59.400935 [ 255 ] {d0535c84-9c26-419a-8cb9-11f27ad43970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7711 | 2025.02.28 06:50:59.401313 [ 255 ] {d0535c84-9c26-419a-8cb9-11f27ad43970} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 7712 | 2025.02.28 06:50:59.401569 [ 255 ] {d0535c84-9c26-419a-8cb9-11f27ad43970} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7713 | 2025.02.28 06:50:59.401826 [ 255 ] {d0535c84-9c26-419a-8cb9-11f27ad43970} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001762 sec., 34052.2133938706 rows/sec., 2.29 MiB/sec. | ||
| 7714 | 2025.02.28 06:50:59.401936 [ 255 ] {d0535c84-9c26-419a-8cb9-11f27ad43970} <Debug> TCPHandler: Processed in 0.002166077 sec. | ||
| 7715 | 2025.02.28 06:51:02.234981 [ 62 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 | ||
| 7716 | 2025.02.28 06:51:02.235047 [ 62 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7717 | 2025.02.28 06:51:02.235081 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7718 | 2025.02.28 06:51:02.235320 [ 187 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_23_5 to all_27_27_0 into Compact with storage Full | ||
| 7719 | 2025.02.28 06:51:02.235552 [ 187 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7720 | 2025.02.28 06:51:02.235599 [ 187 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 23 rows starting from the beginning of the part | ||
| 7721 | 2025.02.28 06:51:02.235685 [ 187 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 7722 | 2025.02.28 06:51:02.235855 [ 187 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 7723 | 2025.02.28 06:51:02.236112 [ 187 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 7724 | 2025.02.28 06:51:02.236234 [ 187 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 7725 | 2025.02.28 06:51:02.237436 [ 194 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27 rows, containing 4 columns (4 merged, 0 gathered) in 0.002266947 sec., 11910.291683043317 rows/sec., 802.55 KiB/sec. | ||
| 7726 | 2025.02.28 06:51:02.237618 [ 194 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
| 7727 | 2025.02.28 06:51:02.237989 [ 194 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_27_6} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7728 | 2025.02.28 06:51:02.238090 [ 194 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_27_6} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 | ||
| 7729 | 2025.02.28 06:51:02.238198 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7730 | 2025.02.28 06:51:03.621742 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7731 | 2025.02.28 06:51:03.621801 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7732 | 2025.02.28 06:51:03.761931 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361 | ||
| 7733 | 2025.02.28 06:51:03.762643 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7734 | 2025.02.28 06:51:03.762689 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7735 | 2025.02.28 06:51:03.763197 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7736 | 2025.02.28 06:51:03.763442 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7737 | 2025.02.28 06:51:03.763624 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 7738 | 2025.02.28 06:51:03.834419 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1098 | ||
| 7739 | 2025.02.28 06:51:03.837114 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7740 | 2025.02.28 06:51:03.837159 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7741 | 2025.02.28 06:51:03.838602 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7742 | 2025.02.28 06:51:03.838906 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7743 | 2025.02.28 06:51:03.839385 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1098 | ||
| 7744 | 2025.02.28 06:51:04.400073 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7745 | 2025.02.28 06:51:04.400281 [ 4 ] {4d351ca8-31ad-4cb0-b4d4-bc6bd3c789d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7746 | 2025.02.28 06:51:04.400363 [ 4 ] {4d351ca8-31ad-4cb0-b4d4-bc6bd3c789d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7747 | 2025.02.28 06:51:04.401263 [ 4 ] {4d351ca8-31ad-4cb0-b4d4-bc6bd3c789d8} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7748 | 2025.02.28 06:51:04.401318 [ 4 ] {4d351ca8-31ad-4cb0-b4d4-bc6bd3c789d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7749 | 2025.02.28 06:51:04.401760 [ 4 ] {4d351ca8-31ad-4cb0-b4d4-bc6bd3c789d8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7750 | 2025.02.28 06:51:04.402023 [ 4 ] {4d351ca8-31ad-4cb0-b4d4-bc6bd3c789d8} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7751 | 2025.02.28 06:51:04.402254 [ 4 ] {4d351ca8-31ad-4cb0-b4d4-bc6bd3c789d8} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002027 sec., 104588.06117414898 rows/sec., 6.65 MiB/sec. | ||
| 7752 | 2025.02.28 06:51:04.402370 [ 4 ] {4d351ca8-31ad-4cb0-b4d4-bc6bd3c789d8} <Debug> TCPHandler: Processed in 0.0024456 sec. | ||
| 7753 | 2025.02.28 06:51:04.402657 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7754 | 2025.02.28 06:51:04.402840 [ 255 ] {983ba9ae-c22c-4ccb-bb87-7c2b6e57e814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7755 | 2025.02.28 06:51:04.402910 [ 255 ] {983ba9ae-c22c-4ccb-bb87-7c2b6e57e814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7756 | 2025.02.28 06:51:04.403980 [ 255 ] {983ba9ae-c22c-4ccb-bb87-7c2b6e57e814} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7757 | 2025.02.28 06:51:04.404024 [ 255 ] {983ba9ae-c22c-4ccb-bb87-7c2b6e57e814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7758 | 2025.02.28 06:51:04.404488 [ 255 ] {983ba9ae-c22c-4ccb-bb87-7c2b6e57e814} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7759 | 2025.02.28 06:51:04.404736 [ 255 ] {983ba9ae-c22c-4ccb-bb87-7c2b6e57e814} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7760 | 2025.02.28 06:51:04.404939 [ 58 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7761 | 2025.02.28 06:51:04.405004 [ 255 ] {983ba9ae-c22c-4ccb-bb87-7c2b6e57e814} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002206 sec., 315049.8640072529 rows/sec., 25.15 MiB/sec. | ||
| 7762 | 2025.02.28 06:51:04.405036 [ 58 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7763 | 2025.02.28 06:51:04.405111 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7764 | 2025.02.28 06:51:04.405125 [ 255 ] {983ba9ae-c22c-4ccb-bb87-7c2b6e57e814} <Debug> TCPHandler: Processed in 0.002630292 sec. | ||
| 7765 | 2025.02.28 06:51:04.405413 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7766 | 2025.02.28 06:51:04.405426 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 7767 | 2025.02.28 06:51:04.405837 [ 4 ] {5024ea04-9eb0-4af7-8b2e-0586aecab403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7768 | 2025.02.28 06:51:04.406029 [ 4 ] {5024ea04-9eb0-4af7-8b2e-0586aecab403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7769 | 2025.02.28 06:51:04.406091 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7770 | 2025.02.28 06:51:04.406252 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1844 rows starting from the beginning of the part | ||
| 7771 | 2025.02.28 06:51:04.407154 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 56 rows starting from the beginning of the part | ||
| 7772 | 2025.02.28 06:51:04.407520 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1836 rows starting from the beginning of the part | ||
| 7773 | 2025.02.28 06:51:04.407968 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part | ||
| 7774 | 2025.02.28 06:51:04.408173 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 56 rows starting from the beginning of the part | ||
| 7775 | 2025.02.28 06:51:04.408564 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 695 rows starting from the beginning of the part | ||
| 7776 | 2025.02.28 06:51:04.409348 [ 4 ] {5024ea04-9eb0-4af7-8b2e-0586aecab403} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7777 | 2025.02.28 06:51:04.409415 [ 4 ] {5024ea04-9eb0-4af7-8b2e-0586aecab403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7778 | 2025.02.28 06:51:04.410374 [ 4 ] {5024ea04-9eb0-4af7-8b2e-0586aecab403} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7779 | 2025.02.28 06:51:04.410960 [ 4 ] {5024ea04-9eb0-4af7-8b2e-0586aecab403} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7780 | 2025.02.28 06:51:04.411265 [ 4 ] {5024ea04-9eb0-4af7-8b2e-0586aecab403} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.005593 sec., 25925.26372251028 rows/sec., 1.63 MiB/sec. | ||
| 7781 | 2025.02.28 06:51:04.411354 [ 4 ] {5024ea04-9eb0-4af7-8b2e-0586aecab403} <Debug> TCPHandler: Processed in 0.006097223 sec. | ||
| 7782 | 2025.02.28 06:51:04.411497 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7783 | 2025.02.28 06:51:04.411654 [ 255 ] {3d7cab92-bc42-43ab-be14-d8083d677f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7784 | 2025.02.28 06:51:04.411755 [ 255 ] {3d7cab92-bc42-43ab-be14-d8083d677f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7785 | 2025.02.28 06:51:04.411850 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4543 rows, containing 5 columns (5 merged, 0 gathered) in 0.006635709 sec., 684629.1782837373 rows/sec., 58.17 MiB/sec. | ||
| 7786 | 2025.02.28 06:51:04.412181 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7787 | 2025.02.28 06:51:04.412758 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_66_13} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7788 | 2025.02.28 06:51:04.412986 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_66_13} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7789 | 2025.02.28 06:51:04.413081 [ 255 ] {3d7cab92-bc42-43ab-be14-d8083d677f60} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7790 | 2025.02.28 06:51:04.413148 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 7791 | 2025.02.28 06:51:04.413160 [ 255 ] {3d7cab92-bc42-43ab-be14-d8083d677f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7792 | 2025.02.28 06:51:04.413546 [ 255 ] {3d7cab92-bc42-43ab-be14-d8083d677f60} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7793 | 2025.02.28 06:51:04.413785 [ 255 ] {3d7cab92-bc42-43ab-be14-d8083d677f60} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7794 | 2025.02.28 06:51:04.414009 [ 255 ] {3d7cab92-bc42-43ab-be14-d8083d677f60} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002391 sec., 47260.56043496445 rows/sec., 3.06 MiB/sec. | ||
| 7795 | 2025.02.28 06:51:04.414144 [ 255 ] {3d7cab92-bc42-43ab-be14-d8083d677f60} <Debug> TCPHandler: Processed in 0.002703113 sec. | ||
| 7796 | 2025.02.28 06:51:04.414304 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7797 | 2025.02.28 06:51:04.414419 [ 4 ] {36e1487b-7e2c-4226-b1d4-a02faafd1f79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7798 | 2025.02.28 06:51:04.414466 [ 4 ] {36e1487b-7e2c-4226-b1d4-a02faafd1f79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7799 | 2025.02.28 06:51:04.415084 [ 4 ] {36e1487b-7e2c-4226-b1d4-a02faafd1f79} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7800 | 2025.02.28 06:51:04.415124 [ 4 ] {36e1487b-7e2c-4226-b1d4-a02faafd1f79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7801 | 2025.02.28 06:51:04.415490 [ 4 ] {36e1487b-7e2c-4226-b1d4-a02faafd1f79} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7802 | 2025.02.28 06:51:04.415730 [ 4 ] {36e1487b-7e2c-4226-b1d4-a02faafd1f79} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7803 | 2025.02.28 06:51:04.415935 [ 4 ] {36e1487b-7e2c-4226-b1d4-a02faafd1f79} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00154 sec., 72727.27272727274 rows/sec., 4.14 MiB/sec. | ||
| 7804 | 2025.02.28 06:51:04.415986 [ 4 ] {36e1487b-7e2c-4226-b1d4-a02faafd1f79} <Debug> TCPHandler: Processed in 0.001740201 sec. | ||
| 7805 | 2025.02.28 06:51:04.416133 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7806 | 2025.02.28 06:51:04.416273 [ 255 ] {65cfaec9-7f9d-4d43-96ff-8f2cdab34595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7807 | 2025.02.28 06:51:04.416330 [ 255 ] {65cfaec9-7f9d-4d43-96ff-8f2cdab34595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7808 | 2025.02.28 06:51:04.417135 [ 255 ] {65cfaec9-7f9d-4d43-96ff-8f2cdab34595} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7809 | 2025.02.28 06:51:04.417176 [ 255 ] {65cfaec9-7f9d-4d43-96ff-8f2cdab34595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7810 | 2025.02.28 06:51:04.417552 [ 255 ] {65cfaec9-7f9d-4d43-96ff-8f2cdab34595} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7811 | 2025.02.28 06:51:04.417799 [ 255 ] {65cfaec9-7f9d-4d43-96ff-8f2cdab34595} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7812 | 2025.02.28 06:51:04.417997 [ 58 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7813 | 2025.02.28 06:51:04.418061 [ 58 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7814 | 2025.02.28 06:51:04.418070 [ 255 ] {65cfaec9-7f9d-4d43-96ff-8f2cdab34595} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001817 sec., 231700.60539350577 rows/sec., 16.50 MiB/sec. | ||
| 7815 | 2025.02.28 06:51:04.418096 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7816 | 2025.02.28 06:51:04.418223 [ 255 ] {65cfaec9-7f9d-4d43-96ff-8f2cdab34595} <Debug> TCPHandler: Processed in 0.002152676 sec. | ||
| 7817 | 2025.02.28 06:51:04.418454 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7818 | 2025.02.28 06:51:04.418523 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 7819 | 2025.02.28 06:51:04.418627 [ 4 ] {0a2d9643-11ff-46aa-9b7d-8df55fc88cf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7820 | 2025.02.28 06:51:04.418782 [ 4 ] {0a2d9643-11ff-46aa-9b7d-8df55fc88cf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7821 | 2025.02.28 06:51:04.418911 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7822 | 2025.02.28 06:51:04.418999 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 913 rows starting from the beginning of the part | ||
| 7823 | 2025.02.28 06:51:04.419284 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 64 rows starting from the beginning of the part | ||
| 7824 | 2025.02.28 06:51:04.419691 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 879 rows starting from the beginning of the part | ||
| 7825 | 2025.02.28 06:51:04.420086 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part | ||
| 7826 | 2025.02.28 06:51:04.420442 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 64 rows starting from the beginning of the part | ||
| 7827 | 2025.02.28 06:51:04.420756 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 421 rows starting from the beginning of the part | ||
| 7828 | 2025.02.28 06:51:04.421380 [ 4 ] {0a2d9643-11ff-46aa-9b7d-8df55fc88cf9} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7829 | 2025.02.28 06:51:04.421436 [ 4 ] {0a2d9643-11ff-46aa-9b7d-8df55fc88cf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7830 | 2025.02.28 06:51:04.422182 [ 4 ] {0a2d9643-11ff-46aa-9b7d-8df55fc88cf9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7831 | 2025.02.28 06:51:04.422688 [ 4 ] {0a2d9643-11ff-46aa-9b7d-8df55fc88cf9} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7832 | 2025.02.28 06:51:04.423285 [ 4 ] {0a2d9643-11ff-46aa-9b7d-8df55fc88cf9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00468 sec., 1282.051282051282 rows/sec., 66.98 KiB/sec. | ||
| 7833 | 2025.02.28 06:51:04.423503 [ 4 ] {0a2d9643-11ff-46aa-9b7d-8df55fc88cf9} <Debug> TCPHandler: Processed in 0.005189982 sec. | ||
| 7834 | 2025.02.28 06:51:04.423694 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7835 | 2025.02.28 06:51:04.423983 [ 255 ] {b069c1fb-d1f2-438e-8348-49cb305317e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7836 | 2025.02.28 06:51:04.424177 [ 255 ] {b069c1fb-d1f2-438e-8348-49cb305317e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7837 | 2025.02.28 06:51:04.424256 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.006010652 sec., 400122.981666548 rows/sec., 30.63 MiB/sec. | ||
| 7838 | 2025.02.28 06:51:04.424533 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7839 | 2025.02.28 06:51:04.425083 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_66_13} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7840 | 2025.02.28 06:51:04.425337 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_66_13} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7841 | 2025.02.28 06:51:04.425452 [ 255 ] {b069c1fb-d1f2-438e-8348-49cb305317e4} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7842 | 2025.02.28 06:51:04.425496 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 7843 | 2025.02.28 06:51:04.425518 [ 255 ] {b069c1fb-d1f2-438e-8348-49cb305317e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7844 | 2025.02.28 06:51:04.425927 [ 255 ] {b069c1fb-d1f2-438e-8348-49cb305317e4} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7845 | 2025.02.28 06:51:04.426161 [ 255 ] {b069c1fb-d1f2-438e-8348-49cb305317e4} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7846 | 2025.02.28 06:51:04.426351 [ 55 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7847 | 2025.02.28 06:51:04.426374 [ 255 ] {b069c1fb-d1f2-438e-8348-49cb305317e4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00251 sec., 94422.3107569721 rows/sec., 6.33 MiB/sec. | ||
| 7848 | 2025.02.28 06:51:04.426420 [ 55 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7849 | 2025.02.28 06:51:04.426500 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7850 | 2025.02.28 06:51:04.426513 [ 255 ] {b069c1fb-d1f2-438e-8348-49cb305317e4} <Debug> TCPHandler: Processed in 0.002923455 sec. | ||
| 7851 | 2025.02.28 06:51:04.426756 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7852 | 2025.02.28 06:51:04.426775 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 7853 | 2025.02.28 06:51:04.426990 [ 4 ] {11446a5e-d6e6-4bcd-bb5d-ab2aea0f580e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7854 | 2025.02.28 06:51:04.427032 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7855 | 2025.02.28 06:51:04.427104 [ 4 ] {11446a5e-d6e6-4bcd-bb5d-ab2aea0f580e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7856 | 2025.02.28 06:51:04.427113 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18543 rows starting from the beginning of the part | ||
| 7857 | 2025.02.28 06:51:04.427480 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 7858 | 2025.02.28 06:51:04.427873 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1020 rows starting from the beginning of the part | ||
| 7859 | 2025.02.28 06:51:04.428245 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part | ||
| 7860 | 2025.02.28 06:51:04.428576 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
| 7861 | 2025.02.28 06:51:04.428852 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part | ||
| 7862 | 2025.02.28 06:51:04.429703 [ 4 ] {11446a5e-d6e6-4bcd-bb5d-ab2aea0f580e} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7863 | 2025.02.28 06:51:04.429768 [ 4 ] {11446a5e-d6e6-4bcd-bb5d-ab2aea0f580e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7864 | 2025.02.28 06:51:04.430451 [ 4 ] {11446a5e-d6e6-4bcd-bb5d-ab2aea0f580e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7865 | 2025.02.28 06:51:04.430756 [ 4 ] {11446a5e-d6e6-4bcd-bb5d-ab2aea0f580e} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7866 | 2025.02.28 06:51:04.431074 [ 4 ] {11446a5e-d6e6-4bcd-bb5d-ab2aea0f580e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004167 sec., 239.98080153587713 rows/sec., 16.17 KiB/sec. | ||
| 7867 | 2025.02.28 06:51:04.431141 [ 4 ] {11446a5e-d6e6-4bcd-bb5d-ab2aea0f580e} <Debug> TCPHandler: Processed in 0.004513914 sec. | ||
| 7868 | 2025.02.28 06:51:04.431308 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7869 | 2025.02.28 06:51:04.431567 [ 255 ] {c4589d51-f0ca-49a6-9e85-de0a08f8e64b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7870 | 2025.02.28 06:51:04.431801 [ 255 ] {c4589d51-f0ca-49a6-9e85-de0a08f8e64b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7871 | 2025.02.28 06:51:04.434255 [ 255 ] {c4589d51-f0ca-49a6-9e85-de0a08f8e64b} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7872 | 2025.02.28 06:51:04.434296 [ 255 ] {c4589d51-f0ca-49a6-9e85-de0a08f8e64b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7873 | 2025.02.28 06:51:04.435151 [ 255 ] {c4589d51-f0ca-49a6-9e85-de0a08f8e64b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7874 | 2025.02.28 06:51:04.435480 [ 255 ] {c4589d51-f0ca-49a6-9e85-de0a08f8e64b} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7875 | 2025.02.28 06:51:04.435809 [ 255 ] {c4589d51-f0ca-49a6-9e85-de0a08f8e64b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004308 sec., 9052.92479108635 rows/sec., 16.22 MiB/sec. | ||
| 7876 | 2025.02.28 06:51:04.436320 [ 255 ] {c4589d51-f0ca-49a6-9e85-de0a08f8e64b} <Debug> TCPHandler: Processed in 0.005098501 sec. | ||
| 7877 | 2025.02.28 06:51:04.436496 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7878 | 2025.02.28 06:51:04.436704 [ 4 ] {b708f751-581a-49d0-89cd-a78f888ce921} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7879 | 2025.02.28 06:51:04.436773 [ 4 ] {b708f751-581a-49d0-89cd-a78f888ce921} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7880 | 2025.02.28 06:51:04.437549 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20184 rows, containing 5 columns (5 merged, 0 gathered) in 0.010927211 sec., 1847131.8985237863 rows/sec., 124.68 MiB/sec. | ||
| 7881 | 2025.02.28 06:51:04.438005 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7882 | 2025.02.28 06:51:04.438011 [ 4 ] {b708f751-581a-49d0-89cd-a78f888ce921} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7883 | 2025.02.28 06:51:04.438102 [ 4 ] {b708f751-581a-49d0-89cd-a78f888ce921} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7884 | 2025.02.28 06:51:04.438538 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7885 | 2025.02.28 06:51:04.438710 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7886 | 2025.02.28 06:51:04.438837 [ 4 ] {b708f751-581a-49d0-89cd-a78f888ce921} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 7887 | 2025.02.28 06:51:04.438851 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 7888 | 2025.02.28 06:51:04.439113 [ 4 ] {b708f751-581a-49d0-89cd-a78f888ce921} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7889 | 2025.02.28 06:51:04.439324 [ 55 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 7890 | 2025.02.28 06:51:04.439389 [ 4 ] {b708f751-581a-49d0-89cd-a78f888ce921} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002728 sec., 30058.651026392963 rows/sec., 1.91 MiB/sec. | ||
| 7891 | 2025.02.28 06:51:04.439400 [ 55 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7892 | 2025.02.28 06:51:04.439520 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7893 | 2025.02.28 06:51:04.439539 [ 4 ] {b708f751-581a-49d0-89cd-a78f888ce921} <Debug> TCPHandler: Processed in 0.003095717 sec. | ||
| 7894 | 2025.02.28 06:51:04.439775 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 7895 | 2025.02.28 06:51:04.439895 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7896 | 2025.02.28 06:51:04.439926 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3716 rows starting from the beginning of the part | ||
| 7897 | 2025.02.28 06:51:04.440023 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 7898 | 2025.02.28 06:51:04.440149 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 58 rows starting from the beginning of the part | ||
| 7899 | 2025.02.28 06:51:04.440354 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 24 rows starting from the beginning of the part | ||
| 7900 | 2025.02.28 06:51:04.440615 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
| 7901 | 2025.02.28 06:51:04.440767 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part | ||
| 7902 | 2025.02.28 06:51:04.442509 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4000 rows, containing 4 columns (4 merged, 0 gathered) in 0.002835184 sec., 1410843.1763158934 rows/sec., 91.94 MiB/sec. | ||
| 7903 | 2025.02.28 06:51:04.442805 [ 191 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 7904 | 2025.02.28 06:51:04.443099 [ 191 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_66_13} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7905 | 2025.02.28 06:51:04.443176 [ 191 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_66_13} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 7906 | 2025.02.28 06:51:04.443247 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 7907 | 2025.02.28 06:51:05.054172 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 7908 | 2025.02.28 06:51:05.076009 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7909 | 2025.02.28 06:51:05.076057 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7910 | 2025.02.28 06:51:05.083607 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7911 | 2025.02.28 06:51:05.084407 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7912 | 2025.02.28 06:51:05.088113 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 7913 | 2025.02.28 06:51:09.392222 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7914 | 2025.02.28 06:51:09.392427 [ 4 ] {916b6163-0523-4f05-ae7b-c956bd9058ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7915 | 2025.02.28 06:51:09.392502 [ 4 ] {916b6163-0523-4f05-ae7b-c956bd9058ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7916 | 2025.02.28 06:51:09.393308 [ 4 ] {916b6163-0523-4f05-ae7b-c956bd9058ee} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7917 | 2025.02.28 06:51:09.393357 [ 4 ] {916b6163-0523-4f05-ae7b-c956bd9058ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7918 | 2025.02.28 06:51:09.393803 [ 4 ] {916b6163-0523-4f05-ae7b-c956bd9058ee} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7919 | 2025.02.28 06:51:09.394060 [ 4 ] {916b6163-0523-4f05-ae7b-c956bd9058ee} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7920 | 2025.02.28 06:51:09.394303 [ 4 ] {916b6163-0523-4f05-ae7b-c956bd9058ee} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001927 sec., 29060.716139076285 rows/sec., 2.23 MiB/sec. | ||
| 7921 | 2025.02.28 06:51:09.394371 [ 4 ] {916b6163-0523-4f05-ae7b-c956bd9058ee} <Debug> TCPHandler: Processed in 0.002276527 sec. | ||
| 7922 | 2025.02.28 06:51:09.394706 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7923 | 2025.02.28 06:51:09.394973 [ 255 ] {e88591af-eb7a-4a4f-b6ea-31139a1f3984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7924 | 2025.02.28 06:51:09.395053 [ 255 ] {e88591af-eb7a-4a4f-b6ea-31139a1f3984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7925 | 2025.02.28 06:51:09.395848 [ 255 ] {e88591af-eb7a-4a4f-b6ea-31139a1f3984} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7926 | 2025.02.28 06:51:09.395906 [ 255 ] {e88591af-eb7a-4a4f-b6ea-31139a1f3984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7927 | 2025.02.28 06:51:09.396352 [ 255 ] {e88591af-eb7a-4a4f-b6ea-31139a1f3984} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7928 | 2025.02.28 06:51:09.396602 [ 255 ] {e88591af-eb7a-4a4f-b6ea-31139a1f3984} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7929 | 2025.02.28 06:51:09.396893 [ 255 ] {e88591af-eb7a-4a4f-b6ea-31139a1f3984} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001967 sec., 32536.85815963396 rows/sec., 2.54 MiB/sec. | ||
| 7930 | 2025.02.28 06:51:09.396989 [ 255 ] {e88591af-eb7a-4a4f-b6ea-31139a1f3984} <Debug> TCPHandler: Processed in 0.00246194 sec. | ||
| 7931 | 2025.02.28 06:51:09.397245 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7932 | 2025.02.28 06:51:09.397429 [ 4 ] {ac13a952-b646-4597-a615-8b285c2a05db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7933 | 2025.02.28 06:51:09.397497 [ 4 ] {ac13a952-b646-4597-a615-8b285c2a05db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7934 | 2025.02.28 06:51:09.398152 [ 4 ] {ac13a952-b646-4597-a615-8b285c2a05db} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7935 | 2025.02.28 06:51:09.398193 [ 4 ] {ac13a952-b646-4597-a615-8b285c2a05db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7936 | 2025.02.28 06:51:09.398606 [ 4 ] {ac13a952-b646-4597-a615-8b285c2a05db} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7937 | 2025.02.28 06:51:09.398853 [ 4 ] {ac13a952-b646-4597-a615-8b285c2a05db} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7938 | 2025.02.28 06:51:09.399069 [ 4 ] {ac13a952-b646-4597-a615-8b285c2a05db} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00168 sec., 95238.09523809524 rows/sec., 6.63 MiB/sec. | ||
| 7939 | 2025.02.28 06:51:09.399131 [ 4 ] {ac13a952-b646-4597-a615-8b285c2a05db} <Debug> TCPHandler: Processed in 0.002026274 sec. | ||
| 7940 | 2025.02.28 06:51:09.399290 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7941 | 2025.02.28 06:51:09.399416 [ 255 ] {16508cdb-d812-4107-be3b-3d6849209c12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7942 | 2025.02.28 06:51:09.399474 [ 255 ] {16508cdb-d812-4107-be3b-3d6849209c12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7943 | 2025.02.28 06:51:09.399977 [ 255 ] {16508cdb-d812-4107-be3b-3d6849209c12} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7944 | 2025.02.28 06:51:09.400018 [ 255 ] {16508cdb-d812-4107-be3b-3d6849209c12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7945 | 2025.02.28 06:51:09.400401 [ 255 ] {16508cdb-d812-4107-be3b-3d6849209c12} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 7946 | 2025.02.28 06:51:09.400648 [ 255 ] {16508cdb-d812-4107-be3b-3d6849209c12} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7947 | 2025.02.28 06:51:09.400833 [ 255 ] {16508cdb-d812-4107-be3b-3d6849209c12} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001448 sec., 41436.464088397785 rows/sec., 2.79 MiB/sec. | ||
| 7948 | 2025.02.28 06:51:09.400882 [ 255 ] {16508cdb-d812-4107-be3b-3d6849209c12} <Debug> TCPHandler: Processed in 0.00165364 sec. | ||
| 7949 | 2025.02.28 06:51:11.263838 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849 | ||
| 7950 | 2025.02.28 06:51:11.264514 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7951 | 2025.02.28 06:51:11.264562 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7952 | 2025.02.28 06:51:11.265115 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7953 | 2025.02.28 06:51:11.265379 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7954 | 2025.02.28 06:51:11.265606 [ 47 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7955 | 2025.02.28 06:51:11.265640 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 | ||
| 7956 | 2025.02.28 06:51:11.265693 [ 47 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7957 | 2025.02.28 06:51:11.265725 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7958 | 2025.02.28 06:51:11.266021 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 7959 | 2025.02.28 06:51:11.266577 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7960 | 2025.02.28 06:51:11.266716 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 7961 | 2025.02.28 06:51:11.267001 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 7962 | 2025.02.28 06:51:11.267323 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 7963 | 2025.02.28 06:51:11.267524 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 7964 | 2025.02.28 06:51:11.267747 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 7965 | 2025.02.28 06:51:11.267911 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 7966 | 2025.02.28 06:51:11.270785 [ 193 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.004989559 sec., 3777688.56927035 rows/sec., 54.04 MiB/sec. | ||
| 7967 | 2025.02.28 06:51:11.271055 [ 199 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7968 | 2025.02.28 06:51:11.271357 [ 199 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_41_8} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7969 | 2025.02.28 06:51:11.271439 [ 199 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_41_8} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7970 | 2025.02.28 06:51:11.271525 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 7971 | 2025.02.28 06:51:12.588266 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 7972 | 2025.02.28 06:51:12.610973 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7973 | 2025.02.28 06:51:12.611031 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7974 | 2025.02.28 06:51:12.618457 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7975 | 2025.02.28 06:51:12.619248 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7976 | 2025.02.28 06:51:12.619571 [ 39 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7977 | 2025.02.28 06:51:12.619640 [ 39 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7978 | 2025.02.28 06:51:12.619691 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7979 | 2025.02.28 06:51:12.620078 [ 199 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 7980 | 2025.02.28 06:51:12.629700 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 7981 | 2025.02.28 06:51:12.630761 [ 199 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7982 | 2025.02.28 06:51:12.631675 [ 199 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 7983 | 2025.02.28 06:51:12.636343 [ 199 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 7984 | 2025.02.28 06:51:12.641031 [ 199 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 7985 | 2025.02.28 06:51:12.646038 [ 199 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 7986 | 2025.02.28 06:51:12.651348 [ 199 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 7987 | 2025.02.28 06:51:12.655963 [ 199 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 7988 | 2025.02.28 06:51:12.716276 [ 193 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.096485985 sec., 3202.5376535255355 rows/sec., 16.56 MiB/sec. | ||
| 7989 | 2025.02.28 06:51:12.719318 [ 198 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7990 | 2025.02.28 06:51:12.722356 [ 198 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_41_8} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7991 | 2025.02.28 06:51:12.722485 [ 198 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_41_8} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7992 | 2025.02.28 06:51:12.725005 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 7993 | 2025.02.28 06:51:13.000193 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.12 MiB, peak 227.52 MiB, free memory in arenas 0.00 B, will set to 216.30 MiB (RSS), difference: 2.18 MiB | ||
| 7994 | 2025.02.28 06:51:13.839636 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1128 | ||
| 7995 | 2025.02.28 06:51:13.842633 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7996 | 2025.02.28 06:51:13.842678 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 7997 | 2025.02.28 06:51:13.844157 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7998 | 2025.02.28 06:51:13.844460 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7999 | 2025.02.28 06:51:13.845277 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1128 | ||
| 8000 | 2025.02.28 06:51:14.400194 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8001 | 2025.02.28 06:51:14.400422 [ 4 ] {63707699-73c3-4959-98aa-961f0516a0e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8002 | 2025.02.28 06:51:14.400505 [ 4 ] {63707699-73c3-4959-98aa-961f0516a0e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8003 | 2025.02.28 06:51:14.401443 [ 4 ] {63707699-73c3-4959-98aa-961f0516a0e1} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8004 | 2025.02.28 06:51:14.401490 [ 4 ] {63707699-73c3-4959-98aa-961f0516a0e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 8005 | 2025.02.28 06:51:14.401939 [ 4 ] {63707699-73c3-4959-98aa-961f0516a0e1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8006 | 2025.02.28 06:51:14.402194 [ 4 ] {63707699-73c3-4959-98aa-961f0516a0e1} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8007 | 2025.02.28 06:51:14.402346 [ 48 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8008 | 2025.02.28 06:51:14.402398 [ 48 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8009 | 2025.02.28 06:51:14.402409 [ 4 ] {63707699-73c3-4959-98aa-961f0516a0e1} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002044 sec., 103718.19960861058 rows/sec., 6.60 MiB/sec. | ||
| 8010 | 2025.02.28 06:51:14.402429 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 8011 | 2025.02.28 06:51:14.402514 [ 4 ] {63707699-73c3-4959-98aa-961f0516a0e1} <Debug> TCPHandler: Processed in 0.00246181 sec. | ||
| 8012 | 2025.02.28 06:51:14.402580 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::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 | ||
| 8013 | 2025.02.28 06:51:14.402712 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8014 | 2025.02.28 06:51:14.402749 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 212 rows starting from the beginning of the part | ||
| 8015 | 2025.02.28 06:51:14.402817 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8016 | 2025.02.28 06:51:14.402928 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 212 rows starting from the beginning of the part | ||
| 8017 | 2025.02.28 06:51:14.403265 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 212 rows starting from the beginning of the part | ||
| 8018 | 2025.02.28 06:51:14.403314 [ 255 ] {4a79b1f8-f777-4d1e-b725-7cb3e25574d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8019 | 2025.02.28 06:51:14.403455 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 212 rows starting from the beginning of the part | ||
| 8020 | 2025.02.28 06:51:14.403509 [ 255 ] {4a79b1f8-f777-4d1e-b725-7cb3e25574d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8021 | 2025.02.28 06:51:14.403879 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 212 rows starting from the beginning of the part | ||
| 8022 | 2025.02.28 06:51:14.406370 [ 255 ] {4a79b1f8-f777-4d1e-b725-7cb3e25574d0} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8023 | 2025.02.28 06:51:14.406431 [ 193 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003918247 sec., 270529.1422414156 rows/sec., 18.24 MiB/sec. | ||
| 8024 | 2025.02.28 06:51:14.406437 [ 255 ] {4a79b1f8-f777-4d1e-b725-7cb3e25574d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8025 | 2025.02.28 06:51:14.406619 [ 189 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8026 | 2025.02.28 06:51:14.406996 [ 189 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_29_7} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8027 | 2025.02.28 06:51:14.407013 [ 255 ] {4a79b1f8-f777-4d1e-b725-7cb3e25574d0} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8028 | 2025.02.28 06:51:14.407107 [ 189 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_29_7} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8029 | 2025.02.28 06:51:14.407240 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 8030 | 2025.02.28 06:51:14.407327 [ 255 ] {4a79b1f8-f777-4d1e-b725-7cb3e25574d0} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8031 | 2025.02.28 06:51:14.407579 [ 255 ] {4a79b1f8-f777-4d1e-b725-7cb3e25574d0} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.004475 sec., 155307.2625698324 rows/sec., 12.40 MiB/sec. | ||
| 8032 | 2025.02.28 06:51:14.407656 [ 255 ] {4a79b1f8-f777-4d1e-b725-7cb3e25574d0} <Debug> TCPHandler: Processed in 0.005010951 sec. | ||
| 8033 | 2025.02.28 06:51:14.407816 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8034 | 2025.02.28 06:51:14.407963 [ 4 ] {1a0dca95-434f-4b9a-ba0b-f7081410baa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8035 | 2025.02.28 06:51:14.408026 [ 4 ] {1a0dca95-434f-4b9a-ba0b-f7081410baa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8036 | 2025.02.28 06:51:14.408784 [ 4 ] {1a0dca95-434f-4b9a-ba0b-f7081410baa6} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8037 | 2025.02.28 06:51:14.408830 [ 4 ] {1a0dca95-434f-4b9a-ba0b-f7081410baa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 8038 | 2025.02.28 06:51:14.409237 [ 4 ] {1a0dca95-434f-4b9a-ba0b-f7081410baa6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8039 | 2025.02.28 06:51:14.409479 [ 4 ] {1a0dca95-434f-4b9a-ba0b-f7081410baa6} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8040 | 2025.02.28 06:51:14.409674 [ 46 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8041 | 2025.02.28 06:51:14.409694 [ 4 ] {1a0dca95-434f-4b9a-ba0b-f7081410baa6} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.00176 sec., 82386.36363636363 rows/sec., 5.17 MiB/sec. | ||
| 8042 | 2025.02.28 06:51:14.409763 [ 46 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8043 | 2025.02.28 06:51:14.409831 [ 4 ] {1a0dca95-434f-4b9a-ba0b-f7081410baa6} <Debug> TCPHandler: Processed in 0.002083225 sec. | ||
| 8044 | 2025.02.28 06:51:14.409840 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 8045 | 2025.02.28 06:51:14.410085 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8046 | 2025.02.28 06:51:14.410144 [ 200 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 8047 | 2025.02.28 06:51:14.410475 [ 255 ] {d644dd2c-8229-4b66-b17e-20fa381f6a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8048 | 2025.02.28 06:51:14.410611 [ 200 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8049 | 2025.02.28 06:51:14.410621 [ 255 ] {d644dd2c-8229-4b66-b17e-20fa381f6a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8050 | 2025.02.28 06:51:14.410687 [ 200 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 163 rows starting from the beginning of the part | ||
| 8051 | 2025.02.28 06:51:14.411073 [ 200 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 145 rows starting from the beginning of the part | ||
| 8052 | 2025.02.28 06:51:14.411460 [ 200 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 145 rows starting from the beginning of the part | ||
| 8053 | 2025.02.28 06:51:14.411804 [ 200 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 147 rows starting from the beginning of the part | ||
| 8054 | 2025.02.28 06:51:14.412246 [ 200 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 145 rows starting from the beginning of the part | ||
| 8055 | 2025.02.28 06:51:14.412543 [ 200 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 145 rows starting from the beginning of the part | ||
| 8056 | 2025.02.28 06:51:14.414496 [ 255 ] {d644dd2c-8229-4b66-b17e-20fa381f6a32} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8057 | 2025.02.28 06:51:14.414576 [ 255 ] {d644dd2c-8229-4b66-b17e-20fa381f6a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8058 | 2025.02.28 06:51:14.415483 [ 255 ] {d644dd2c-8229-4b66-b17e-20fa381f6a32} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8059 | 2025.02.28 06:51:14.415922 [ 190 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 890 rows, containing 5 columns (5 merged, 0 gathered) in 0.005960841 sec., 149307.79062887267 rows/sec., 9.96 MiB/sec. | ||
| 8060 | 2025.02.28 06:51:14.416018 [ 255 ] {d644dd2c-8229-4b66-b17e-20fa381f6a32} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8061 | 2025.02.28 06:51:14.416271 [ 194 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8062 | 2025.02.28 06:51:14.416275 [ 46 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8063 | 2025.02.28 06:51:14.416380 [ 46 ] {} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8064 | 2025.02.28 06:51:14.416477 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8065 | 2025.02.28 06:51:14.416575 [ 255 ] {d644dd2c-8229-4b66-b17e-20fa381f6a32} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.006191 sec., 18252.301728315295 rows/sec., 1.18 MiB/sec. | ||
| 8066 | 2025.02.28 06:51:14.416894 [ 255 ] {d644dd2c-8229-4b66-b17e-20fa381f6a32} <Debug> TCPHandler: Processed in 0.006947643 sec. | ||
| 8067 | 2025.02.28 06:51:14.416919 [ 190 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 8068 | 2025.02.28 06:51:14.417211 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8069 | 2025.02.28 06:51:14.417309 [ 194 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_29_6} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8070 | 2025.02.28 06:51:14.417326 [ 190 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8071 | 2025.02.28 06:51:14.417407 [ 190 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 341 rows starting from the beginning of the part | ||
| 8072 | 2025.02.28 06:51:14.417593 [ 194 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_29_6} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8073 | 2025.02.28 06:51:14.417749 [ 4 ] {ca773e1a-b98b-4c06-9913-84474ef29302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8074 | 2025.02.28 06:51:14.417870 [ 190 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 113 rows starting from the beginning of the part | ||
| 8075 | 2025.02.28 06:51:14.418014 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 8076 | 2025.02.28 06:51:14.418053 [ 4 ] {ca773e1a-b98b-4c06-9913-84474ef29302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8077 | 2025.02.28 06:51:14.418236 [ 190 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 113 rows starting from the beginning of the part | ||
| 8078 | 2025.02.28 06:51:14.418765 [ 190 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 341 rows starting from the beginning of the part | ||
| 8079 | 2025.02.28 06:51:14.419105 [ 190 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 113 rows starting from the beginning of the part | ||
| 8080 | 2025.02.28 06:51:14.419460 [ 190 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 113 rows starting from the beginning of the part | ||
| 8081 | 2025.02.28 06:51:14.421153 [ 4 ] {ca773e1a-b98b-4c06-9913-84474ef29302} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8082 | 2025.02.28 06:51:14.421227 [ 4 ] {ca773e1a-b98b-4c06-9913-84474ef29302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8083 | 2025.02.28 06:51:14.422127 [ 4 ] {ca773e1a-b98b-4c06-9913-84474ef29302} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8084 | 2025.02.28 06:51:14.422468 [ 193 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.00586541 sec., 193336.86818142296 rows/sec., 13.48 MiB/sec. | ||
| 8085 | 2025.02.28 06:51:14.422617 [ 4 ] {ca773e1a-b98b-4c06-9913-84474ef29302} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8086 | 2025.02.28 06:51:14.422689 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8087 | 2025.02.28 06:51:14.422873 [ 46 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8088 | 2025.02.28 06:51:14.422962 [ 46 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8089 | 2025.02.28 06:51:14.423057 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8090 | 2025.02.28 06:51:14.423071 [ 4 ] {ca773e1a-b98b-4c06-9913-84474ef29302} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005539 sec., 20220.256363964614 rows/sec., 1.15 MiB/sec. | ||
| 8091 | 2025.02.28 06:51:14.423657 [ 4 ] {ca773e1a-b98b-4c06-9913-84474ef29302} <Debug> TCPHandler: Processed in 0.006622239 sec. | ||
| 8092 | 2025.02.28 06:51:14.423736 [ 201 ] {ae10649f-1e0a-4033-8240-a3be65056305::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 | ||
| 8093 | 2025.02.28 06:51:14.423939 [ 193 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_29_6} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8094 | 2025.02.28 06:51:14.424130 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8095 | 2025.02.28 06:51:14.424360 [ 193 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_29_6} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8096 | 2025.02.28 06:51:14.424501 [ 201 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8097 | 2025.02.28 06:51:14.424509 [ 255 ] {119cd601-9f59-4c63-a364-73b737c51737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8098 | 2025.02.28 06:51:14.424550 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 8099 | 2025.02.28 06:51:14.424567 [ 201 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 112 rows starting from the beginning of the part | ||
| 8100 | 2025.02.28 06:51:14.424600 [ 255 ] {119cd601-9f59-4c63-a364-73b737c51737} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8101 | 2025.02.28 06:51:14.424836 [ 201 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 112 rows starting from the beginning of the part | ||
| 8102 | 2025.02.28 06:51:14.425153 [ 201 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 112 rows starting from the beginning of the part | ||
| 8103 | 2025.02.28 06:51:14.425431 [ 201 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 112 rows starting from the beginning of the part | ||
| 8104 | 2025.02.28 06:51:14.425762 [ 201 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 112 rows starting from the beginning of the part | ||
| 8105 | 2025.02.28 06:51:14.426924 [ 255 ] {119cd601-9f59-4c63-a364-73b737c51737} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8106 | 2025.02.28 06:51:14.426971 [ 255 ] {119cd601-9f59-4c63-a364-73b737c51737} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8107 | 2025.02.28 06:51:14.427322 [ 196 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004104899 sec., 136422.3577729927 rows/sec., 8.29 MiB/sec. | ||
| 8108 | 2025.02.28 06:51:14.427484 [ 193 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8109 | 2025.02.28 06:51:14.427561 [ 255 ] {119cd601-9f59-4c63-a364-73b737c51737} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8110 | 2025.02.28 06:51:14.427800 [ 193 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_29_7} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8111 | 2025.02.28 06:51:14.427856 [ 255 ] {119cd601-9f59-4c63-a364-73b737c51737} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8112 | 2025.02.28 06:51:14.427903 [ 193 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_29_7} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8113 | 2025.02.28 06:51:14.428040 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 8114 | 2025.02.28 06:51:14.428186 [ 255 ] {119cd601-9f59-4c63-a364-73b737c51737} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.00378 sec., 111375.66137566138 rows/sec., 7.93 MiB/sec. | ||
| 8115 | 2025.02.28 06:51:14.428284 [ 255 ] {119cd601-9f59-4c63-a364-73b737c51737} <Debug> TCPHandler: Processed in 0.004460454 sec. | ||
| 8116 | 2025.02.28 06:51:14.428525 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8117 | 2025.02.28 06:51:14.428730 [ 4 ] {6345c955-a579-4635-8e1b-a2d8d3ce1303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8118 | 2025.02.28 06:51:14.428790 [ 4 ] {6345c955-a579-4635-8e1b-a2d8d3ce1303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8119 | 2025.02.28 06:51:14.429326 [ 4 ] {6345c955-a579-4635-8e1b-a2d8d3ce1303} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8120 | 2025.02.28 06:51:14.429365 [ 4 ] {6345c955-a579-4635-8e1b-a2d8d3ce1303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 8121 | 2025.02.28 06:51:14.429730 [ 4 ] {6345c955-a579-4635-8e1b-a2d8d3ce1303} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8122 | 2025.02.28 06:51:14.429965 [ 4 ] {6345c955-a579-4635-8e1b-a2d8d3ce1303} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8123 | 2025.02.28 06:51:14.430134 [ 46 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8124 | 2025.02.28 06:51:14.430196 [ 46 ] {} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8125 | 2025.02.28 06:51:14.430215 [ 4 ] {6345c955-a579-4635-8e1b-a2d8d3ce1303} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001513 sec., 3965.6311962987443 rows/sec., 207.19 KiB/sec. | ||
| 8126 | 2025.02.28 06:51:14.430240 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 8127 | 2025.02.28 06:51:14.430362 [ 4 ] {6345c955-a579-4635-8e1b-a2d8d3ce1303} <Debug> TCPHandler: Processed in 0.001972844 sec. | ||
| 8128 | 2025.02.28 06:51:14.430505 [ 201 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 8129 | 2025.02.28 06:51:14.430563 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8130 | 2025.02.28 06:51:14.430652 [ 201 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8131 | 2025.02.28 06:51:14.430694 [ 201 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 144 rows starting from the beginning of the part | ||
| 8132 | 2025.02.28 06:51:14.430706 [ 255 ] {de09c669-10b5-49d9-9acb-43af2eb6e835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8133 | 2025.02.28 06:51:14.430810 [ 255 ] {de09c669-10b5-49d9-9acb-43af2eb6e835} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8134 | 2025.02.28 06:51:14.430821 [ 201 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 8135 | 2025.02.28 06:51:14.431122 [ 201 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 8136 | 2025.02.28 06:51:14.431465 [ 201 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 8137 | 2025.02.28 06:51:14.431683 [ 201 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 8138 | 2025.02.28 06:51:14.431863 [ 201 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 8139 | 2025.02.28 06:51:14.432659 [ 255 ] {de09c669-10b5-49d9-9acb-43af2eb6e835} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8140 | 2025.02.28 06:51:14.432710 [ 255 ] {de09c669-10b5-49d9-9acb-43af2eb6e835} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8141 | 2025.02.28 06:51:14.433355 [ 255 ] {de09c669-10b5-49d9-9acb-43af2eb6e835} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8142 | 2025.02.28 06:51:14.433436 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.003046686 sec., 57111.234961528695 rows/sec., 2.91 MiB/sec. | ||
| 8143 | 2025.02.28 06:51:14.433700 [ 255 ] {de09c669-10b5-49d9-9acb-43af2eb6e835} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8144 | 2025.02.28 06:51:14.433714 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8145 | 2025.02.28 06:51:14.434118 [ 255 ] {de09c669-10b5-49d9-9acb-43af2eb6e835} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003443 sec., 68835.318036596 rows/sec., 4.61 MiB/sec. | ||
| 8146 | 2025.02.28 06:51:14.434287 [ 255 ] {de09c669-10b5-49d9-9acb-43af2eb6e835} <Debug> TCPHandler: Processed in 0.003816065 sec. | ||
| 8147 | 2025.02.28 06:51:14.434433 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_29_6} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8148 | 2025.02.28 06:51:14.434495 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8149 | 2025.02.28 06:51:14.434589 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_29_6} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8150 | 2025.02.28 06:51:14.434732 [ 4 ] {6b93b287-b6d5-4977-82bd-bbee8bce7897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8151 | 2025.02.28 06:51:14.434765 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8152 | 2025.02.28 06:51:14.434829 [ 4 ] {6b93b287-b6d5-4977-82bd-bbee8bce7897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8153 | 2025.02.28 06:51:14.435342 [ 4 ] {6b93b287-b6d5-4977-82bd-bbee8bce7897} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8154 | 2025.02.28 06:51:14.435380 [ 4 ] {6b93b287-b6d5-4977-82bd-bbee8bce7897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 8155 | 2025.02.28 06:51:14.435740 [ 4 ] {6b93b287-b6d5-4977-82bd-bbee8bce7897} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8156 | 2025.02.28 06:51:14.435978 [ 4 ] {6b93b287-b6d5-4977-82bd-bbee8bce7897} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8157 | 2025.02.28 06:51:14.436187 [ 4 ] {6b93b287-b6d5-4977-82bd-bbee8bce7897} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001536 sec., 651.0416666666666 rows/sec., 43.87 KiB/sec. | ||
| 8158 | 2025.02.28 06:51:14.436236 [ 4 ] {6b93b287-b6d5-4977-82bd-bbee8bce7897} <Debug> TCPHandler: Processed in 0.001839762 sec. | ||
| 8159 | 2025.02.28 06:51:14.436388 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8160 | 2025.02.28 06:51:14.436529 [ 255 ] {98ee39cc-b35b-4ce2-a981-0d7a0840cb5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8161 | 2025.02.28 06:51:14.436624 [ 255 ] {98ee39cc-b35b-4ce2-a981-0d7a0840cb5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8162 | 2025.02.28 06:51:14.437853 [ 255 ] {98ee39cc-b35b-4ce2-a981-0d7a0840cb5f} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8163 | 2025.02.28 06:51:14.437893 [ 255 ] {98ee39cc-b35b-4ce2-a981-0d7a0840cb5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 8164 | 2025.02.28 06:51:14.438565 [ 255 ] {98ee39cc-b35b-4ce2-a981-0d7a0840cb5f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8165 | 2025.02.28 06:51:14.438825 [ 255 ] {98ee39cc-b35b-4ce2-a981-0d7a0840cb5f} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8166 | 2025.02.28 06:51:14.439069 [ 255 ] {98ee39cc-b35b-4ce2-a981-0d7a0840cb5f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002572 sec., 15163.297045101088 rows/sec., 27.17 MiB/sec. | ||
| 8167 | 2025.02.28 06:51:14.439172 [ 255 ] {98ee39cc-b35b-4ce2-a981-0d7a0840cb5f} <Debug> TCPHandler: Processed in 0.002853904 sec. | ||
| 8168 | 2025.02.28 06:51:14.439336 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8169 | 2025.02.28 06:51:14.439474 [ 4 ] {c95cf852-1515-49fa-b1a8-f76d3771d26b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8170 | 2025.02.28 06:51:14.439532 [ 4 ] {c95cf852-1515-49fa-b1a8-f76d3771d26b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8171 | 2025.02.28 06:51:14.440101 [ 4 ] {c95cf852-1515-49fa-b1a8-f76d3771d26b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8172 | 2025.02.28 06:51:14.440139 [ 4 ] {c95cf852-1515-49fa-b1a8-f76d3771d26b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 8173 | 2025.02.28 06:51:14.440511 [ 4 ] {c95cf852-1515-49fa-b1a8-f76d3771d26b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8174 | 2025.02.28 06:51:14.440754 [ 4 ] {c95cf852-1515-49fa-b1a8-f76d3771d26b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8175 | 2025.02.28 06:51:14.440957 [ 4 ] {c95cf852-1515-49fa-b1a8-f76d3771d26b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001514 sec., 54161.16248348745 rows/sec., 3.44 MiB/sec. | ||
| 8176 | 2025.02.28 06:51:14.441006 [ 4 ] {c95cf852-1515-49fa-b1a8-f76d3771d26b} <Debug> TCPHandler: Processed in 0.001738751 sec. | ||
| 8177 | 2025.02.28 06:51:18.622515 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8178 | 2025.02.28 06:51:18.622576 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8179 | 2025.02.28 06:51:18.765913 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276 | ||
| 8180 | 2025.02.28 06:51:18.766690 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8181 | 2025.02.28 06:51:18.766739 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8182 | 2025.02.28 06:51:18.767263 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8183 | 2025.02.28 06:51:18.767517 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8184 | 2025.02.28 06:51:18.767830 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8185 | 2025.02.28 06:51:19.393265 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8186 | 2025.02.28 06:51:19.393565 [ 4 ] {52e7634b-f6a5-4e37-ba91-c8ae041f6550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8187 | 2025.02.28 06:51:19.393679 [ 4 ] {52e7634b-f6a5-4e37-ba91-c8ae041f6550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8188 | 2025.02.28 06:51:19.394682 [ 4 ] {52e7634b-f6a5-4e37-ba91-c8ae041f6550} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8189 | 2025.02.28 06:51:19.394725 [ 4 ] {52e7634b-f6a5-4e37-ba91-c8ae041f6550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8190 | 2025.02.28 06:51:19.395139 [ 4 ] {52e7634b-f6a5-4e37-ba91-c8ae041f6550} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8191 | 2025.02.28 06:51:19.395385 [ 4 ] {52e7634b-f6a5-4e37-ba91-c8ae041f6550} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8192 | 2025.02.28 06:51:19.395591 [ 4 ] {52e7634b-f6a5-4e37-ba91-c8ae041f6550} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002106 sec., 26590.693257359926 rows/sec., 2.04 MiB/sec. | ||
| 8193 | 2025.02.28 06:51:19.395654 [ 4 ] {52e7634b-f6a5-4e37-ba91-c8ae041f6550} <Debug> TCPHandler: Processed in 0.002571301 sec. | ||
| 8194 | 2025.02.28 06:51:19.395930 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8195 | 2025.02.28 06:51:19.396191 [ 255 ] {5244f192-8601-4132-a405-8728f6f939f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8196 | 2025.02.28 06:51:19.396284 [ 255 ] {5244f192-8601-4132-a405-8728f6f939f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8197 | 2025.02.28 06:51:19.397070 [ 255 ] {5244f192-8601-4132-a405-8728f6f939f2} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8198 | 2025.02.28 06:51:19.397121 [ 255 ] {5244f192-8601-4132-a405-8728f6f939f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8199 | 2025.02.28 06:51:19.397564 [ 255 ] {5244f192-8601-4132-a405-8728f6f939f2} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8200 | 2025.02.28 06:51:19.397823 [ 255 ] {5244f192-8601-4132-a405-8728f6f939f2} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8201 | 2025.02.28 06:51:19.398080 [ 255 ] {5244f192-8601-4132-a405-8728f6f939f2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001951 sec., 32803.6904151717 rows/sec., 2.56 MiB/sec. | ||
| 8202 | 2025.02.28 06:51:19.398156 [ 255 ] {5244f192-8601-4132-a405-8728f6f939f2} <Debug> TCPHandler: Processed in 0.002369338 sec. | ||
| 8203 | 2025.02.28 06:51:19.398368 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8204 | 2025.02.28 06:51:19.398516 [ 4 ] {88cc0ec5-1cf0-40e1-b175-8ee1c99b13d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8205 | 2025.02.28 06:51:19.398581 [ 4 ] {88cc0ec5-1cf0-40e1-b175-8ee1c99b13d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8206 | 2025.02.28 06:51:19.399256 [ 4 ] {88cc0ec5-1cf0-40e1-b175-8ee1c99b13d7} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8207 | 2025.02.28 06:51:19.399294 [ 4 ] {88cc0ec5-1cf0-40e1-b175-8ee1c99b13d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8208 | 2025.02.28 06:51:19.399673 [ 4 ] {88cc0ec5-1cf0-40e1-b175-8ee1c99b13d7} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8209 | 2025.02.28 06:51:19.399901 [ 4 ] {88cc0ec5-1cf0-40e1-b175-8ee1c99b13d7} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8210 | 2025.02.28 06:51:19.400068 [ 4 ] {88cc0ec5-1cf0-40e1-b175-8ee1c99b13d7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001636 sec., 97799.51100244498 rows/sec., 6.81 MiB/sec. | ||
| 8211 | 2025.02.28 06:51:19.400119 [ 4 ] {88cc0ec5-1cf0-40e1-b175-8ee1c99b13d7} <Debug> TCPHandler: Processed in 0.001907273 sec. | ||
| 8212 | 2025.02.28 06:51:19.400399 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8213 | 2025.02.28 06:51:19.400644 [ 255 ] {41eb5e34-9e4f-44fa-a962-afa6e2c93f6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8214 | 2025.02.28 06:51:19.400744 [ 255 ] {41eb5e34-9e4f-44fa-a962-afa6e2c93f6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8215 | 2025.02.28 06:51:19.401534 [ 255 ] {41eb5e34-9e4f-44fa-a962-afa6e2c93f6a} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8216 | 2025.02.28 06:51:19.401576 [ 255 ] {41eb5e34-9e4f-44fa-a962-afa6e2c93f6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8217 | 2025.02.28 06:51:19.401980 [ 255 ] {41eb5e34-9e4f-44fa-a962-afa6e2c93f6a} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8218 | 2025.02.28 06:51:19.402224 [ 255 ] {41eb5e34-9e4f-44fa-a962-afa6e2c93f6a} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8219 | 2025.02.28 06:51:19.402466 [ 255 ] {41eb5e34-9e4f-44fa-a962-afa6e2c93f6a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001883 sec., 31864.04673393521 rows/sec., 2.15 MiB/sec. | ||
| 8220 | 2025.02.28 06:51:19.402556 [ 255 ] {41eb5e34-9e4f-44fa-a962-afa6e2c93f6a} <Debug> TCPHandler: Processed in 0.002270468 sec. | ||
| 8221 | 2025.02.28 06:51:20.129880 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8222 | 2025.02.28 06:51:20.149157 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8223 | 2025.02.28 06:51:20.149234 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8224 | 2025.02.28 06:51:20.157073 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8225 | 2025.02.28 06:51:20.157821 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8226 | 2025.02.28 06:51:20.160517 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8227 | 2025.02.28 06:51:21.884521 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8228 | 2025.02.28 06:51:21.884738 [ 4 ] {4bd47c12-799c-49c9-9392-1f63ca498bd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8229 | 2025.02.28 06:51:21.884820 [ 4 ] {4bd47c12-799c-49c9-9392-1f63ca498bd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8230 | 2025.02.28 06:51:21.885744 [ 4 ] {4bd47c12-799c-49c9-9392-1f63ca498bd8} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8231 | 2025.02.28 06:51:21.885797 [ 4 ] {4bd47c12-799c-49c9-9392-1f63ca498bd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8232 | 2025.02.28 06:51:21.886237 [ 4 ] {4bd47c12-799c-49c9-9392-1f63ca498bd8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8233 | 2025.02.28 06:51:21.886507 [ 4 ] {4bd47c12-799c-49c9-9392-1f63ca498bd8} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8234 | 2025.02.28 06:51:21.886739 [ 4 ] {4bd47c12-799c-49c9-9392-1f63ca498bd8} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002084 sec., 101727.44721689059 rows/sec., 6.47 MiB/sec. | ||
| 8235 | 2025.02.28 06:51:21.886804 [ 4 ] {4bd47c12-799c-49c9-9392-1f63ca498bd8} <Debug> TCPHandler: Processed in 0.002456759 sec. | ||
| 8236 | 2025.02.28 06:51:21.887058 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8237 | 2025.02.28 06:51:21.887246 [ 255 ] {5cf1ecfa-dd13-45b3-b783-136d6e6535c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8238 | 2025.02.28 06:51:21.887386 [ 255 ] {5cf1ecfa-dd13-45b3-b783-136d6e6535c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8239 | 2025.02.28 06:51:21.888147 [ 255 ] {5cf1ecfa-dd13-45b3-b783-136d6e6535c1} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8240 | 2025.02.28 06:51:21.888201 [ 255 ] {5cf1ecfa-dd13-45b3-b783-136d6e6535c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8241 | 2025.02.28 06:51:21.888626 [ 255 ] {5cf1ecfa-dd13-45b3-b783-136d6e6535c1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 8242 | 2025.02.28 06:51:21.888871 [ 255 ] {5cf1ecfa-dd13-45b3-b783-136d6e6535c1} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8243 | 2025.02.28 06:51:21.889236 [ 255 ] {5cf1ecfa-dd13-45b3-b783-136d6e6535c1} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001935 sec., 8268.733850129198 rows/sec., 674.26 KiB/sec. | ||
| 8244 | 2025.02.28 06:51:21.889574 [ 255 ] {5cf1ecfa-dd13-45b3-b783-136d6e6535c1} <Debug> TCPHandler: Processed in 0.002605982 sec. | ||
| 8245 | 2025.02.28 06:51:21.889741 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8246 | 2025.02.28 06:51:21.889890 [ 4 ] {1ad557f5-aeef-4a33-bcd8-cb6cb9f7e26b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8247 | 2025.02.28 06:51:21.889952 [ 4 ] {1ad557f5-aeef-4a33-bcd8-cb6cb9f7e26b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8248 | 2025.02.28 06:51:21.891510 [ 4 ] {1ad557f5-aeef-4a33-bcd8-cb6cb9f7e26b} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8249 | 2025.02.28 06:51:21.891552 [ 4 ] {1ad557f5-aeef-4a33-bcd8-cb6cb9f7e26b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8250 | 2025.02.28 06:51:21.892036 [ 4 ] {1ad557f5-aeef-4a33-bcd8-cb6cb9f7e26b} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8251 | 2025.02.28 06:51:21.892284 [ 4 ] {1ad557f5-aeef-4a33-bcd8-cb6cb9f7e26b} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8252 | 2025.02.28 06:51:21.892516 [ 4 ] {1ad557f5-aeef-4a33-bcd8-cb6cb9f7e26b} <Debug> executeQuery: Read 1843 rows, 153.97 KiB in 0.00266 sec., 692857.1428571428 rows/sec., 56.53 MiB/sec. | ||
| 8253 | 2025.02.28 06:51:21.892590 [ 4 ] {1ad557f5-aeef-4a33-bcd8-cb6cb9f7e26b} <Debug> TCPHandler: Processed in 0.002919355 sec. | ||
| 8254 | 2025.02.28 06:51:21.892784 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8255 | 2025.02.28 06:51:21.892993 [ 255 ] {de30e591-dd7a-4a7f-8123-d86b7d680d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8256 | 2025.02.28 06:51:21.893055 [ 255 ] {de30e591-dd7a-4a7f-8123-d86b7d680d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8257 | 2025.02.28 06:51:21.893769 [ 255 ] {de30e591-dd7a-4a7f-8123-d86b7d680d8f} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8258 | 2025.02.28 06:51:21.893809 [ 255 ] {de30e591-dd7a-4a7f-8123-d86b7d680d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8259 | 2025.02.28 06:51:21.894185 [ 255 ] {de30e591-dd7a-4a7f-8123-d86b7d680d8f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8260 | 2025.02.28 06:51:21.894437 [ 255 ] {de30e591-dd7a-4a7f-8123-d86b7d680d8f} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8261 | 2025.02.28 06:51:21.894652 [ 255 ] {de30e591-dd7a-4a7f-8123-d86b7d680d8f} <Debug> executeQuery: Read 161 rows, 10.44 KiB in 0.001697 sec., 94873.3058338244 rows/sec., 6.01 MiB/sec. | ||
| 8262 | 2025.02.28 06:51:21.894708 [ 255 ] {de30e591-dd7a-4a7f-8123-d86b7d680d8f} <Debug> TCPHandler: Processed in 0.002025404 sec. | ||
| 8263 | 2025.02.28 06:51:21.894869 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8264 | 2025.02.28 06:51:21.895011 [ 4 ] {0af96d8e-3d01-4cc6-8f81-b324af7b964b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8265 | 2025.02.28 06:51:21.895070 [ 4 ] {0af96d8e-3d01-4cc6-8f81-b324af7b964b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8266 | 2025.02.28 06:51:21.895855 [ 4 ] {0af96d8e-3d01-4cc6-8f81-b324af7b964b} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8267 | 2025.02.28 06:51:21.895894 [ 4 ] {0af96d8e-3d01-4cc6-8f81-b324af7b964b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8268 | 2025.02.28 06:51:21.896268 [ 4 ] {0af96d8e-3d01-4cc6-8f81-b324af7b964b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8269 | 2025.02.28 06:51:21.896522 [ 4 ] {0af96d8e-3d01-4cc6-8f81-b324af7b964b} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8270 | 2025.02.28 06:51:21.896762 [ 4 ] {0af96d8e-3d01-4cc6-8f81-b324af7b964b} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001782 sec., 191358.02469135803 rows/sec., 12.77 MiB/sec. | ||
| 8271 | 2025.02.28 06:51:21.896974 [ 4 ] {0af96d8e-3d01-4cc6-8f81-b324af7b964b} <Debug> TCPHandler: Processed in 0.002171676 sec. | ||
| 8272 | 2025.02.28 06:51:21.897172 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8273 | 2025.02.28 06:51:21.897311 [ 255 ] {16b6049c-00ad-49b6-a881-03b983a3847d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8274 | 2025.02.28 06:51:21.897368 [ 255 ] {16b6049c-00ad-49b6-a881-03b983a3847d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8275 | 2025.02.28 06:51:21.898113 [ 255 ] {16b6049c-00ad-49b6-a881-03b983a3847d} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8276 | 2025.02.28 06:51:21.898160 [ 255 ] {16b6049c-00ad-49b6-a881-03b983a3847d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8277 | 2025.02.28 06:51:21.898548 [ 255 ] {16b6049c-00ad-49b6-a881-03b983a3847d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8278 | 2025.02.28 06:51:21.898786 [ 255 ] {16b6049c-00ad-49b6-a881-03b983a3847d} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8279 | 2025.02.28 06:51:21.899001 [ 255 ] {16b6049c-00ad-49b6-a881-03b983a3847d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001721 sec., 65078.44276583382 rows/sec., 3.71 MiB/sec. | ||
| 8280 | 2025.02.28 06:51:21.899053 [ 255 ] {16b6049c-00ad-49b6-a881-03b983a3847d} <Debug> TCPHandler: Processed in 0.001971863 sec. | ||
| 8281 | 2025.02.28 06:51:21.899201 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8282 | 2025.02.28 06:51:21.899319 [ 4 ] {ee109376-a6aa-4880-b0d4-15c7d06570e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8283 | 2025.02.28 06:51:21.899377 [ 4 ] {ee109376-a6aa-4880-b0d4-15c7d06570e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8284 | 2025.02.28 06:51:21.900438 [ 4 ] {ee109376-a6aa-4880-b0d4-15c7d06570e4} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8285 | 2025.02.28 06:51:21.900477 [ 4 ] {ee109376-a6aa-4880-b0d4-15c7d06570e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8286 | 2025.02.28 06:51:21.900869 [ 4 ] {ee109376-a6aa-4880-b0d4-15c7d06570e4} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8287 | 2025.02.28 06:51:21.901112 [ 4 ] {ee109376-a6aa-4880-b0d4-15c7d06570e4} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8288 | 2025.02.28 06:51:21.901298 [ 4 ] {ee109376-a6aa-4880-b0d4-15c7d06570e4} <Debug> executeQuery: Read 893 rows, 66.30 KiB in 0.002004 sec., 445608.7824351297 rows/sec., 32.31 MiB/sec. | ||
| 8289 | 2025.02.28 06:51:21.901347 [ 4 ] {ee109376-a6aa-4880-b0d4-15c7d06570e4} <Debug> TCPHandler: Processed in 0.002201906 sec. | ||
| 8290 | 2025.02.28 06:51:21.901509 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8291 | 2025.02.28 06:51:21.901636 [ 255 ] {4de92a71-7ec2-4069-866f-bd40e78aa1b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8292 | 2025.02.28 06:51:21.901688 [ 255 ] {4de92a71-7ec2-4069-866f-bd40e78aa1b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8293 | 2025.02.28 06:51:21.902194 [ 255 ] {4de92a71-7ec2-4069-866f-bd40e78aa1b6} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8294 | 2025.02.28 06:51:21.902233 [ 255 ] {4de92a71-7ec2-4069-866f-bd40e78aa1b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8295 | 2025.02.28 06:51:21.902617 [ 255 ] {4de92a71-7ec2-4069-866f-bd40e78aa1b6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8296 | 2025.02.28 06:51:21.902852 [ 255 ] {4de92a71-7ec2-4069-866f-bd40e78aa1b6} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8297 | 2025.02.28 06:51:21.903066 [ 255 ] {4de92a71-7ec2-4069-866f-bd40e78aa1b6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001456 sec., 4120.879120879121 rows/sec., 215.30 KiB/sec. | ||
| 8298 | 2025.02.28 06:51:21.903118 [ 255 ] {4de92a71-7ec2-4069-866f-bd40e78aa1b6} <Debug> TCPHandler: Processed in 0.00166629 sec. | ||
| 8299 | 2025.02.28 06:51:21.903262 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8300 | 2025.02.28 06:51:21.903390 [ 4 ] {242f33c4-2ceb-497a-899f-a5ec247729ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8301 | 2025.02.28 06:51:21.903451 [ 4 ] {242f33c4-2ceb-497a-899f-a5ec247729ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8302 | 2025.02.28 06:51:21.904362 [ 4 ] {242f33c4-2ceb-497a-899f-a5ec247729ab} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8303 | 2025.02.28 06:51:21.904400 [ 4 ] {242f33c4-2ceb-497a-899f-a5ec247729ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8304 | 2025.02.28 06:51:21.904839 [ 4 ] {242f33c4-2ceb-497a-899f-a5ec247729ab} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8305 | 2025.02.28 06:51:21.905080 [ 4 ] {242f33c4-2ceb-497a-899f-a5ec247729ab} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8306 | 2025.02.28 06:51:21.905258 [ 4 ] {242f33c4-2ceb-497a-899f-a5ec247729ab} <Debug> executeQuery: Read 1027 rows, 70.10 KiB in 0.0019 sec., 540526.3157894737 rows/sec., 36.03 MiB/sec. | ||
| 8307 | 2025.02.28 06:51:21.905307 [ 4 ] {242f33c4-2ceb-497a-899f-a5ec247729ab} <Debug> TCPHandler: Processed in 0.002098905 sec. | ||
| 8308 | 2025.02.28 06:51:21.905446 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8309 | 2025.02.28 06:51:21.905563 [ 255 ] {9e4696ba-6a60-48a5-b085-9a08fee38fee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8310 | 2025.02.28 06:51:21.905617 [ 255 ] {9e4696ba-6a60-48a5-b085-9a08fee38fee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8311 | 2025.02.28 06:51:21.906093 [ 255 ] {9e4696ba-6a60-48a5-b085-9a08fee38fee} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8312 | 2025.02.28 06:51:21.906132 [ 255 ] {9e4696ba-6a60-48a5-b085-9a08fee38fee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8313 | 2025.02.28 06:51:21.906495 [ 255 ] {9e4696ba-6a60-48a5-b085-9a08fee38fee} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8314 | 2025.02.28 06:51:21.906731 [ 255 ] {9e4696ba-6a60-48a5-b085-9a08fee38fee} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8315 | 2025.02.28 06:51:21.906939 [ 255 ] {9e4696ba-6a60-48a5-b085-9a08fee38fee} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0014 sec., 714.2857142857143 rows/sec., 48.13 KiB/sec. | ||
| 8316 | 2025.02.28 06:51:21.906989 [ 255 ] {9e4696ba-6a60-48a5-b085-9a08fee38fee} <Debug> TCPHandler: Processed in 0.0015975 sec. | ||
| 8317 | 2025.02.28 06:51:21.907132 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8318 | 2025.02.28 06:51:21.907248 [ 4 ] {a059a739-2689-42c0-88d2-7bb4ea8e97a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8319 | 2025.02.28 06:51:21.907332 [ 4 ] {a059a739-2689-42c0-88d2-7bb4ea8e97a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8320 | 2025.02.28 06:51:21.908677 [ 4 ] {a059a739-2689-42c0-88d2-7bb4ea8e97a2} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8321 | 2025.02.28 06:51:21.908713 [ 4 ] {a059a739-2689-42c0-88d2-7bb4ea8e97a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8322 | 2025.02.28 06:51:21.909356 [ 4 ] {a059a739-2689-42c0-88d2-7bb4ea8e97a2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8323 | 2025.02.28 06:51:21.909611 [ 4 ] {a059a739-2689-42c0-88d2-7bb4ea8e97a2} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8324 | 2025.02.28 06:51:21.909812 [ 4 ] {a059a739-2689-42c0-88d2-7bb4ea8e97a2} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00259 sec., 15057.91505791506 rows/sec., 26.98 MiB/sec. | ||
| 8325 | 2025.02.28 06:51:21.909906 [ 4 ] {a059a739-2689-42c0-88d2-7bb4ea8e97a2} <Debug> TCPHandler: Processed in 0.002828253 sec. | ||
| 8326 | 2025.02.28 06:51:21.910064 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8327 | 2025.02.28 06:51:21.910205 [ 255 ] {38b0e65a-8a53-44f5-8f8f-afd01adb1943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8328 | 2025.02.28 06:51:21.910267 [ 255 ] {38b0e65a-8a53-44f5-8f8f-afd01adb1943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8329 | 2025.02.28 06:51:21.910806 [ 255 ] {38b0e65a-8a53-44f5-8f8f-afd01adb1943} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8330 | 2025.02.28 06:51:21.910845 [ 255 ] {38b0e65a-8a53-44f5-8f8f-afd01adb1943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8331 | 2025.02.28 06:51:21.911226 [ 255 ] {38b0e65a-8a53-44f5-8f8f-afd01adb1943} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8332 | 2025.02.28 06:51:21.911478 [ 255 ] {38b0e65a-8a53-44f5-8f8f-afd01adb1943} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8333 | 2025.02.28 06:51:21.911728 [ 255 ] {38b0e65a-8a53-44f5-8f8f-afd01adb1943} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001549 sec., 37443.51194318915 rows/sec., 2.32 MiB/sec. | ||
| 8334 | 2025.02.28 06:51:21.911799 [ 255 ] {38b0e65a-8a53-44f5-8f8f-afd01adb1943} <Debug> TCPHandler: Processed in 0.001801262 sec. | ||
| 8335 | 2025.02.28 06:51:23.845603 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1182 | ||
| 8336 | 2025.02.28 06:51:23.849181 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8337 | 2025.02.28 06:51:23.849243 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8338 | 2025.02.28 06:51:23.850729 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8339 | 2025.02.28 06:51:23.851055 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8340 | 2025.02.28 06:51:23.851357 [ 27 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8341 | 2025.02.28 06:51:23.851532 [ 27 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8342 | 2025.02.28 06:51:23.851666 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8343 | 2025.02.28 06:51:23.852264 [ 197 ] {885f53be-7430-4b34-b89a-ac37c386aff3::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 | ||
| 8344 | 2025.02.28 06:51:23.852706 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1182 | ||
| 8345 | 2025.02.28 06:51:23.853266 [ 197 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8346 | 2025.02.28 06:51:23.853447 [ 197 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 998 rows starting from the beginning of the part | ||
| 8347 | 2025.02.28 06:51:23.854048 [ 197 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part | ||
| 8348 | 2025.02.28 06:51:23.854689 [ 197 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 54 rows starting from the beginning of the part | ||
| 8349 | 2025.02.28 06:51:23.855298 [ 197 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 16 rows starting from the beginning of the part | ||
| 8350 | 2025.02.28 06:51:23.855927 [ 197 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part | ||
| 8351 | 2025.02.28 06:51:23.856591 [ 197 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 54 rows starting from the beginning of the part | ||
| 8352 | 2025.02.28 06:51:23.865884 [ 196 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1182 rows, containing 72 columns (72 merged, 0 gathered) in 0.013975478 sec., 84576.71358360695 rows/sec., 67.00 MiB/sec. | ||
| 8353 | 2025.02.28 06:51:23.867337 [ 186 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8354 | 2025.02.28 06:51:23.868110 [ 186 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_31_6} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8355 | 2025.02.28 06:51:23.868200 [ 186 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_31_6} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8356 | 2025.02.28 06:51:23.868518 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB. | ||
| 8357 | 2025.02.28 06:51:24.388147 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8358 | 2025.02.28 06:51:24.388363 [ 4 ] {f6b7e9bb-b034-458b-b09b-e5fac00621fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8359 | 2025.02.28 06:51:24.388452 [ 4 ] {f6b7e9bb-b034-458b-b09b-e5fac00621fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8360 | 2025.02.28 06:51:24.389246 [ 4 ] {f6b7e9bb-b034-458b-b09b-e5fac00621fd} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8361 | 2025.02.28 06:51:24.389304 [ 4 ] {f6b7e9bb-b034-458b-b09b-e5fac00621fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8362 | 2025.02.28 06:51:24.389756 [ 4 ] {f6b7e9bb-b034-458b-b09b-e5fac00621fd} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8363 | 2025.02.28 06:51:24.390021 [ 4 ] {f6b7e9bb-b034-458b-b09b-e5fac00621fd} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8364 | 2025.02.28 06:51:24.390225 [ 27 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8365 | 2025.02.28 06:51:24.390249 [ 4 ] {f6b7e9bb-b034-458b-b09b-e5fac00621fd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001944 sec., 28806.584362139918 rows/sec., 2.21 MiB/sec. | ||
| 8366 | 2025.02.28 06:51:24.390307 [ 27 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8367 | 2025.02.28 06:51:24.390379 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8368 | 2025.02.28 06:51:24.390385 [ 4 ] {f6b7e9bb-b034-458b-b09b-e5fac00621fd} <Debug> TCPHandler: Processed in 0.002378049 sec. | ||
| 8369 | 2025.02.28 06:51:24.390569 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 8370 | 2025.02.28 06:51:24.390704 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8371 | 2025.02.28 06:51:24.390733 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8372 | 2025.02.28 06:51:24.390789 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1844 rows starting from the beginning of the part | ||
| 8373 | 2025.02.28 06:51:24.391010 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 8374 | 2025.02.28 06:51:24.391063 [ 255 ] {1905c3e9-4081-413d-a670-f483aa481ed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8375 | 2025.02.28 06:51:24.391317 [ 255 ] {1905c3e9-4081-413d-a670-f483aa481ed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8376 | 2025.02.28 06:51:24.391374 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 695 rows starting from the beginning of the part | ||
| 8377 | 2025.02.28 06:51:24.391742 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part | ||
| 8378 | 2025.02.28 06:51:24.392080 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1843 rows starting from the beginning of the part | ||
| 8379 | 2025.02.28 06:51:24.392439 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part | ||
| 8380 | 2025.02.28 06:51:24.394097 [ 255 ] {1905c3e9-4081-413d-a670-f483aa481ed3} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8381 | 2025.02.28 06:51:24.394177 [ 255 ] {1905c3e9-4081-413d-a670-f483aa481ed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8382 | 2025.02.28 06:51:24.395226 [ 255 ] {1905c3e9-4081-413d-a670-f483aa481ed3} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8383 | 2025.02.28 06:51:24.395562 [ 255 ] {1905c3e9-4081-413d-a670-f483aa481ed3} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8384 | 2025.02.28 06:51:24.395811 [ 27 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8385 | 2025.02.28 06:51:24.395887 [ 27 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8386 | 2025.02.28 06:51:24.395920 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8387 | 2025.02.28 06:51:24.395956 [ 255 ] {1905c3e9-4081-413d-a670-f483aa481ed3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005063 sec., 12640.726841793403 rows/sec., 1010.32 KiB/sec. | ||
| 8388 | 2025.02.28 06:51:24.396384 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 8389 | 2025.02.28 06:51:24.396661 [ 255 ] {1905c3e9-4081-413d-a670-f483aa481ed3} <Debug> TCPHandler: Processed in 0.006066683 sec. | ||
| 8390 | 2025.02.28 06:51:24.396830 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8391 | 2025.02.28 06:51:24.396838 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4550 rows, containing 5 columns (5 merged, 0 gathered) in 0.006330026 sec., 718796.4156861283 rows/sec., 61.07 MiB/sec. | ||
| 8392 | 2025.02.28 06:51:24.396967 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 913 rows starting from the beginning of the part | ||
| 8393 | 2025.02.28 06:51:24.397015 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8394 | 2025.02.28 06:51:24.397228 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 8395 | 2025.02.28 06:51:24.397354 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8396 | 2025.02.28 06:51:24.397484 [ 4 ] {c141ac41-b894-4a03-80b7-8201101f5b99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8397 | 2025.02.28 06:51:24.397713 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 421 rows starting from the beginning of the part | ||
| 8398 | 2025.02.28 06:51:24.397814 [ 4 ] {c141ac41-b894-4a03-80b7-8201101f5b99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8399 | 2025.02.28 06:51:24.398180 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part | ||
| 8400 | 2025.02.28 06:51:24.398557 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 893 rows starting from the beginning of the part | ||
| 8401 | 2025.02.28 06:51:24.398811 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_71_14} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8402 | 2025.02.28 06:51:24.399256 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part | ||
| 8403 | 2025.02.28 06:51:24.399456 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_71_14} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8404 | 2025.02.28 06:51:24.399915 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 8405 | 2025.02.28 06:51:24.400704 [ 4 ] {c141ac41-b894-4a03-80b7-8201101f5b99} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8406 | 2025.02.28 06:51:24.400753 [ 4 ] {c141ac41-b894-4a03-80b7-8201101f5b99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8407 | 2025.02.28 06:51:24.401335 [ 4 ] {c141ac41-b894-4a03-80b7-8201101f5b99} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8408 | 2025.02.28 06:51:24.401614 [ 4 ] {c141ac41-b894-4a03-80b7-8201101f5b99} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8409 | 2025.02.28 06:51:24.401877 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.00583675 sec., 414442.96911808796 rows/sec., 31.74 MiB/sec. | ||
| 8410 | 2025.02.28 06:51:24.401900 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8411 | 2025.02.28 06:51:24.401981 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8412 | 2025.02.28 06:51:24.401991 [ 4 ] {c141ac41-b894-4a03-80b7-8201101f5b99} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.00471 sec., 13588.110403397028 rows/sec., 969.10 KiB/sec. | ||
| 8413 | 2025.02.28 06:51:24.402043 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8414 | 2025.02.28 06:51:24.402175 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8415 | 2025.02.28 06:51:24.402280 [ 4 ] {c141ac41-b894-4a03-80b7-8201101f5b99} <Debug> TCPHandler: Processed in 0.005390094 sec. | ||
| 8416 | 2025.02.28 06:51:24.402699 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8417 | 2025.02.28 06:51:24.402923 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 8418 | 2025.02.28 06:51:24.403473 [ 255 ] {298e5e5e-2196-4dc7-a34a-582654dab60c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8419 | 2025.02.28 06:51:24.403675 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_71_14} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8420 | 2025.02.28 06:51:24.403753 [ 255 ] {298e5e5e-2196-4dc7-a34a-582654dab60c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8421 | 2025.02.28 06:51:24.404033 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_71_14} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8422 | 2025.02.28 06:51:24.404334 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 8423 | 2025.02.28 06:51:24.404699 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8424 | 2025.02.28 06:51:24.404819 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20184 rows starting from the beginning of the part | ||
| 8425 | 2025.02.28 06:51:24.405165 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part | ||
| 8426 | 2025.02.28 06:51:24.405431 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 8427 | 2025.02.28 06:51:24.405736 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 8428 | 2025.02.28 06:51:24.406113 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1027 rows starting from the beginning of the part | ||
| 8429 | 2025.02.28 06:51:24.406388 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part | ||
| 8430 | 2025.02.28 06:51:24.406984 [ 255 ] {298e5e5e-2196-4dc7-a34a-582654dab60c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8431 | 2025.02.28 06:51:24.407053 [ 255 ] {298e5e5e-2196-4dc7-a34a-582654dab60c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8432 | 2025.02.28 06:51:24.407794 [ 255 ] {298e5e5e-2196-4dc7-a34a-582654dab60c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8433 | 2025.02.28 06:51:24.408131 [ 255 ] {298e5e5e-2196-4dc7-a34a-582654dab60c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8434 | 2025.02.28 06:51:24.408290 [ 26 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 8435 | 2025.02.28 06:51:24.408341 [ 26 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8436 | 2025.02.28 06:51:24.408374 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8437 | 2025.02.28 06:51:24.408378 [ 255 ] {298e5e5e-2196-4dc7-a34a-582654dab60c} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.005233 sec., 4586.279380852284 rows/sec., 316.50 KiB/sec. | ||
| 8438 | 2025.02.28 06:51:24.408780 [ 255 ] {298e5e5e-2196-4dc7-a34a-582654dab60c} <Debug> TCPHandler: Processed in 0.006302055 sec. | ||
| 8439 | 2025.02.28 06:51:24.408880 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 8440 | 2025.02.28 06:51:24.409223 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8441 | 2025.02.28 06:51:24.409315 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4000 rows starting from the beginning of the part | ||
| 8442 | 2025.02.28 06:51:24.409614 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
| 8443 | 2025.02.28 06:51:24.409983 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 8444 | 2025.02.28 06:51:24.410370 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 8445 | 2025.02.28 06:51:24.410664 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 58 rows starting from the beginning of the part | ||
| 8446 | 2025.02.28 06:51:24.410817 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 24 rows starting from the beginning of the part | ||
| 8447 | 2025.02.28 06:51:24.413891 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4284 rows, containing 4 columns (4 merged, 0 gathered) in 0.005395394 sec., 794010.594963037 rows/sec., 51.74 MiB/sec. | ||
| 8448 | 2025.02.28 06:51:24.414358 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8449 | 2025.02.28 06:51:24.414838 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_71_14} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8450 | 2025.02.28 06:51:24.414983 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_71_14} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8451 | 2025.02.28 06:51:24.415066 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 8452 | 2025.02.28 06:51:24.415808 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21832 rows, containing 5 columns (5 merged, 0 gathered) in 0.013560923 sec., 1609919.9147432663 rows/sec., 108.66 MiB/sec. | ||
| 8453 | 2025.02.28 06:51:24.416170 [ 198 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 8454 | 2025.02.28 06:51:24.416484 [ 198 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8455 | 2025.02.28 06:51:24.416575 [ 198 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 8456 | 2025.02.28 06:51:24.416671 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 8457 | 2025.02.28 06:51:25.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.76 MiB, peak 227.52 MiB, free memory in arenas 0.00 B, will set to 218.31 MiB (RSS), difference: 1.54 MiB | ||
| 8458 | 2025.02.28 06:51:26.268087 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764 | ||
| 8459 | 2025.02.28 06:51:26.268952 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8460 | 2025.02.28 06:51:26.268999 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8461 | 2025.02.28 06:51:26.269540 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8462 | 2025.02.28 06:51:26.269798 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8463 | 2025.02.28 06:51:26.270036 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 | ||
| 8464 | 2025.02.28 06:51:27.660682 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 8465 | 2025.02.28 06:51:27.681343 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8466 | 2025.02.28 06:51:27.681411 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8467 | 2025.02.28 06:51:27.688881 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8468 | 2025.02.28 06:51:27.689655 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8469 | 2025.02.28 06:51:27.692397 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 8470 | 2025.02.28 06:51:29.392745 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8471 | 2025.02.28 06:51:29.393068 [ 4 ] {02b884b8-6b18-40a5-9484-7282afb58d90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8472 | 2025.02.28 06:51:29.393186 [ 4 ] {02b884b8-6b18-40a5-9484-7282afb58d90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8473 | 2025.02.28 06:51:29.394146 [ 4 ] {02b884b8-6b18-40a5-9484-7282afb58d90} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8474 | 2025.02.28 06:51:29.394198 [ 4 ] {02b884b8-6b18-40a5-9484-7282afb58d90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8475 | 2025.02.28 06:51:29.394641 [ 4 ] {02b884b8-6b18-40a5-9484-7282afb58d90} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8476 | 2025.02.28 06:51:29.394896 [ 4 ] {02b884b8-6b18-40a5-9484-7282afb58d90} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8477 | 2025.02.28 06:51:29.395112 [ 4 ] {02b884b8-6b18-40a5-9484-7282afb58d90} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002127 sec., 26328.161730136344 rows/sec., 2.02 MiB/sec. | ||
| 8478 | 2025.02.28 06:51:29.395174 [ 4 ] {02b884b8-6b18-40a5-9484-7282afb58d90} <Debug> TCPHandler: Processed in 0.002611591 sec. | ||
| 8479 | 2025.02.28 06:51:29.395446 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8480 | 2025.02.28 06:51:29.395655 [ 255 ] {c5187000-a43c-4ffc-8c9e-c603bebf4805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8481 | 2025.02.28 06:51:29.395731 [ 255 ] {c5187000-a43c-4ffc-8c9e-c603bebf4805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8482 | 2025.02.28 06:51:29.396495 [ 255 ] {c5187000-a43c-4ffc-8c9e-c603bebf4805} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8483 | 2025.02.28 06:51:29.396550 [ 255 ] {c5187000-a43c-4ffc-8c9e-c603bebf4805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8484 | 2025.02.28 06:51:29.396998 [ 255 ] {c5187000-a43c-4ffc-8c9e-c603bebf4805} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8485 | 2025.02.28 06:51:29.397254 [ 255 ] {c5187000-a43c-4ffc-8c9e-c603bebf4805} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8486 | 2025.02.28 06:51:29.397491 [ 255 ] {c5187000-a43c-4ffc-8c9e-c603bebf4805} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001894 sec., 33790.9186906019 rows/sec., 2.64 MiB/sec. | ||
| 8487 | 2025.02.28 06:51:29.397561 [ 255 ] {c5187000-a43c-4ffc-8c9e-c603bebf4805} <Debug> TCPHandler: Processed in 0.002252547 sec. | ||
| 8488 | 2025.02.28 06:51:29.397714 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8489 | 2025.02.28 06:51:29.397854 [ 4 ] {34ab126b-e754-4197-8f5e-73daf7662d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8490 | 2025.02.28 06:51:29.397919 [ 4 ] {34ab126b-e754-4197-8f5e-73daf7662d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8491 | 2025.02.28 06:51:29.398615 [ 4 ] {34ab126b-e754-4197-8f5e-73daf7662d43} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8492 | 2025.02.28 06:51:29.398654 [ 4 ] {34ab126b-e754-4197-8f5e-73daf7662d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8493 | 2025.02.28 06:51:29.399048 [ 4 ] {34ab126b-e754-4197-8f5e-73daf7662d43} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8494 | 2025.02.28 06:51:29.399289 [ 4 ] {34ab126b-e754-4197-8f5e-73daf7662d43} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8495 | 2025.02.28 06:51:29.399492 [ 4 ] {34ab126b-e754-4197-8f5e-73daf7662d43} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001669 sec., 95865.78789694428 rows/sec., 6.68 MiB/sec. | ||
| 8496 | 2025.02.28 06:51:29.399544 [ 4 ] {34ab126b-e754-4197-8f5e-73daf7662d43} <Debug> TCPHandler: Processed in 0.001896143 sec. | ||
| 8497 | 2025.02.28 06:51:29.399709 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8498 | 2025.02.28 06:51:29.399856 [ 255 ] {cef54556-43d5-4c68-a73b-99236afeaa86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8499 | 2025.02.28 06:51:29.399950 [ 255 ] {cef54556-43d5-4c68-a73b-99236afeaa86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8500 | 2025.02.28 06:51:29.400552 [ 255 ] {cef54556-43d5-4c68-a73b-99236afeaa86} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8501 | 2025.02.28 06:51:29.400601 [ 255 ] {cef54556-43d5-4c68-a73b-99236afeaa86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8502 | 2025.02.28 06:51:29.400984 [ 255 ] {cef54556-43d5-4c68-a73b-99236afeaa86} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 8503 | 2025.02.28 06:51:29.401230 [ 255 ] {cef54556-43d5-4c68-a73b-99236afeaa86} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8504 | 2025.02.28 06:51:29.401477 [ 255 ] {cef54556-43d5-4c68-a73b-99236afeaa86} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001649 sec., 36385.68829593693 rows/sec., 2.45 MiB/sec. | ||
| 8505 | 2025.02.28 06:51:29.401541 [ 255 ] {cef54556-43d5-4c68-a73b-99236afeaa86} <Debug> TCPHandler: Processed in 0.001899043 sec. | ||
| 8506 | 2025.02.28 06:51:33.622613 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8507 | 2025.02.28 06:51:33.622684 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8508 | 2025.02.28 06:51:33.770297 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191 | ||
| 8509 | 2025.02.28 06:51:33.771158 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8510 | 2025.02.28 06:51:33.771204 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8511 | 2025.02.28 06:51:33.771747 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8512 | 2025.02.28 06:51:33.772007 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8513 | 2025.02.28 06:51:33.772264 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 8514 | 2025.02.28 06:51:33.853117 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1198 | ||
| 8515 | 2025.02.28 06:51:33.855929 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8516 | 2025.02.28 06:51:33.855986 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8517 | 2025.02.28 06:51:33.857459 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8518 | 2025.02.28 06:51:33.857776 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8519 | 2025.02.28 06:51:33.858402 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1198 | ||
| 8520 | 2025.02.28 06:51:34.031913 [ 23 ] {} <Debug> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 8521 | 2025.02.28 06:51:34.032013 [ 23 ] {} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8522 | 2025.02.28 06:51:34.032058 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8523 | 2025.02.28 06:51:34.032275 [ 198 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::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 | ||
| 8524 | 2025.02.28 06:51:34.032554 [ 198 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8525 | 2025.02.28 06:51:34.032592 [ 198 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::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 | ||
| 8526 | 2025.02.28 06:51:34.032665 [ 198 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::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 | ||
| 8527 | 2025.02.28 06:51:34.032809 [ 198 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part | ||
| 8528 | 2025.02.28 06:51:34.033189 [ 198 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 8529 | 2025.02.28 06:51:34.033436 [ 198 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part | ||
| 8530 | 2025.02.28 06:51:34.034438 [ 189 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002290877 sec., 23571.758763128702 rows/sec., 1.97 MiB/sec. | ||
| 8531 | 2025.02.28 06:51:34.034640 [ 199 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 8532 | 2025.02.28 06:51:34.034985 [ 199 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_9_2} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8533 | 2025.02.28 06:51:34.035074 [ 199 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_9_2} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 8534 | 2025.02.28 06:51:34.035175 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8535 | 2025.02.28 06:51:34.401324 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8536 | 2025.02.28 06:51:34.401535 [ 4 ] {6818d3e9-dc0f-404f-b932-35802a329543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8537 | 2025.02.28 06:51:34.401614 [ 4 ] {6818d3e9-dc0f-404f-b932-35802a329543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8538 | 2025.02.28 06:51:34.402477 [ 4 ] {6818d3e9-dc0f-404f-b932-35802a329543} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8539 | 2025.02.28 06:51:34.402526 [ 4 ] {6818d3e9-dc0f-404f-b932-35802a329543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8540 | 2025.02.28 06:51:34.402966 [ 4 ] {6818d3e9-dc0f-404f-b932-35802a329543} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8541 | 2025.02.28 06:51:34.403236 [ 4 ] {6818d3e9-dc0f-404f-b932-35802a329543} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8542 | 2025.02.28 06:51:34.403462 [ 4 ] {6818d3e9-dc0f-404f-b932-35802a329543} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001985 sec., 106801.00755667507 rows/sec., 6.79 MiB/sec. | ||
| 8543 | 2025.02.28 06:51:34.403535 [ 4 ] {6818d3e9-dc0f-404f-b932-35802a329543} <Debug> TCPHandler: Processed in 0.002353058 sec. | ||
| 8544 | 2025.02.28 06:51:34.403849 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8545 | 2025.02.28 06:51:34.404067 [ 255 ] {664702ed-6809-425a-b674-d071a7201bba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8546 | 2025.02.28 06:51:34.404151 [ 255 ] {664702ed-6809-425a-b674-d071a7201bba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8547 | 2025.02.28 06:51:34.405346 [ 255 ] {664702ed-6809-425a-b674-d071a7201bba} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8548 | 2025.02.28 06:51:34.405402 [ 255 ] {664702ed-6809-425a-b674-d071a7201bba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8549 | 2025.02.28 06:51:34.405890 [ 255 ] {664702ed-6809-425a-b674-d071a7201bba} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8550 | 2025.02.28 06:51:34.406155 [ 255 ] {664702ed-6809-425a-b674-d071a7201bba} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8551 | 2025.02.28 06:51:34.406399 [ 255 ] {664702ed-6809-425a-b674-d071a7201bba} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.00239 sec., 290794.97907949786 rows/sec., 23.22 MiB/sec. | ||
| 8552 | 2025.02.28 06:51:34.406467 [ 255 ] {664702ed-6809-425a-b674-d071a7201bba} <Debug> TCPHandler: Processed in 0.002792333 sec. | ||
| 8553 | 2025.02.28 06:51:34.406612 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8554 | 2025.02.28 06:51:34.406723 [ 4 ] {18828b6f-04d9-418e-9ac7-12eb73c664f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8555 | 2025.02.28 06:51:34.406769 [ 4 ] {18828b6f-04d9-418e-9ac7-12eb73c664f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8556 | 2025.02.28 06:51:34.407455 [ 4 ] {18828b6f-04d9-418e-9ac7-12eb73c664f4} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8557 | 2025.02.28 06:51:34.407498 [ 4 ] {18828b6f-04d9-418e-9ac7-12eb73c664f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8558 | 2025.02.28 06:51:34.407968 [ 4 ] {18828b6f-04d9-418e-9ac7-12eb73c664f4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8559 | 2025.02.28 06:51:34.408211 [ 4 ] {18828b6f-04d9-418e-9ac7-12eb73c664f4} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8560 | 2025.02.28 06:51:34.408420 [ 4 ] {18828b6f-04d9-418e-9ac7-12eb73c664f4} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.00171 sec., 84795.32163742691 rows/sec., 5.32 MiB/sec. | ||
| 8561 | 2025.02.28 06:51:34.408472 [ 4 ] {18828b6f-04d9-418e-9ac7-12eb73c664f4} <Debug> TCPHandler: Processed in 0.001916413 sec. | ||
| 8562 | 2025.02.28 06:51:34.408656 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8563 | 2025.02.28 06:51:34.408784 [ 255 ] {8e700d60-7c34-4fe6-b62c-bc508bb6ebd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8564 | 2025.02.28 06:51:34.408848 [ 255 ] {8e700d60-7c34-4fe6-b62c-bc508bb6ebd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8565 | 2025.02.28 06:51:34.409609 [ 255 ] {8e700d60-7c34-4fe6-b62c-bc508bb6ebd1} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8566 | 2025.02.28 06:51:34.409655 [ 255 ] {8e700d60-7c34-4fe6-b62c-bc508bb6ebd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8567 | 2025.02.28 06:51:34.410049 [ 255 ] {8e700d60-7c34-4fe6-b62c-bc508bb6ebd1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8568 | 2025.02.28 06:51:34.410290 [ 255 ] {8e700d60-7c34-4fe6-b62c-bc508bb6ebd1} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8569 | 2025.02.28 06:51:34.410502 [ 255 ] {8e700d60-7c34-4fe6-b62c-bc508bb6ebd1} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001739 sec., 64979.87349051178 rows/sec., 4.21 MiB/sec. | ||
| 8570 | 2025.02.28 06:51:34.410601 [ 255 ] {8e700d60-7c34-4fe6-b62c-bc508bb6ebd1} <Debug> TCPHandler: Processed in 0.001997684 sec. | ||
| 8571 | 2025.02.28 06:51:34.410856 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8572 | 2025.02.28 06:51:34.411054 [ 4 ] {afcc609f-0c42-438d-9ec5-bfcd74e249b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8573 | 2025.02.28 06:51:34.411135 [ 4 ] {afcc609f-0c42-438d-9ec5-bfcd74e249b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8574 | 2025.02.28 06:51:34.412021 [ 4 ] {afcc609f-0c42-438d-9ec5-bfcd74e249b1} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8575 | 2025.02.28 06:51:34.412060 [ 4 ] {afcc609f-0c42-438d-9ec5-bfcd74e249b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8576 | 2025.02.28 06:51:34.412418 [ 4 ] {afcc609f-0c42-438d-9ec5-bfcd74e249b1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8577 | 2025.02.28 06:51:34.412659 [ 4 ] {afcc609f-0c42-438d-9ec5-bfcd74e249b1} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8578 | 2025.02.28 06:51:34.412885 [ 4 ] {afcc609f-0c42-438d-9ec5-bfcd74e249b1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001879 sec., 59606.173496540716 rows/sec., 3.40 MiB/sec. | ||
| 8579 | 2025.02.28 06:51:34.413020 [ 4 ] {afcc609f-0c42-438d-9ec5-bfcd74e249b1} <Debug> TCPHandler: Processed in 0.002300367 sec. | ||
| 8580 | 2025.02.28 06:51:34.413178 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8581 | 2025.02.28 06:51:34.413314 [ 255 ] {7c5f947a-7e1e-497f-b0d6-bdd4e2c29481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8582 | 2025.02.28 06:51:34.413371 [ 255 ] {7c5f947a-7e1e-497f-b0d6-bdd4e2c29481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8583 | 2025.02.28 06:51:34.414190 [ 255 ] {7c5f947a-7e1e-497f-b0d6-bdd4e2c29481} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8584 | 2025.02.28 06:51:34.414228 [ 255 ] {7c5f947a-7e1e-497f-b0d6-bdd4e2c29481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8585 | 2025.02.28 06:51:34.414609 [ 255 ] {7c5f947a-7e1e-497f-b0d6-bdd4e2c29481} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8586 | 2025.02.28 06:51:34.414845 [ 255 ] {7c5f947a-7e1e-497f-b0d6-bdd4e2c29481} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8587 | 2025.02.28 06:51:34.415029 [ 255 ] {7c5f947a-7e1e-497f-b0d6-bdd4e2c29481} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001744 sec., 241399.08256880732 rows/sec., 17.20 MiB/sec. | ||
| 8588 | 2025.02.28 06:51:34.415078 [ 255 ] {7c5f947a-7e1e-497f-b0d6-bdd4e2c29481} <Debug> TCPHandler: Processed in 0.001967464 sec. | ||
| 8589 | 2025.02.28 06:51:34.415226 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8590 | 2025.02.28 06:51:34.415362 [ 4 ] {f3c31e8e-b359-45e7-8f7d-4226d9773504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8591 | 2025.02.28 06:51:34.415422 [ 4 ] {f3c31e8e-b359-45e7-8f7d-4226d9773504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8592 | 2025.02.28 06:51:34.415963 [ 4 ] {f3c31e8e-b359-45e7-8f7d-4226d9773504} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8593 | 2025.02.28 06:51:34.416001 [ 4 ] {f3c31e8e-b359-45e7-8f7d-4226d9773504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8594 | 2025.02.28 06:51:34.416365 [ 4 ] {f3c31e8e-b359-45e7-8f7d-4226d9773504} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8595 | 2025.02.28 06:51:34.416609 [ 4 ] {f3c31e8e-b359-45e7-8f7d-4226d9773504} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8596 | 2025.02.28 06:51:34.416866 [ 4 ] {f3c31e8e-b359-45e7-8f7d-4226d9773504} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001534 sec., 3911.342894393742 rows/sec., 204.35 KiB/sec. | ||
| 8597 | 2025.02.28 06:51:34.417042 [ 4 ] {f3c31e8e-b359-45e7-8f7d-4226d9773504} <Debug> TCPHandler: Processed in 0.001879663 sec. | ||
| 8598 | 2025.02.28 06:51:34.417239 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8599 | 2025.02.28 06:51:34.417374 [ 255 ] {e630ba3d-c066-4275-b9ae-f9300b32fa08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8600 | 2025.02.28 06:51:34.417436 [ 255 ] {e630ba3d-c066-4275-b9ae-f9300b32fa08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8601 | 2025.02.28 06:51:34.418057 [ 255 ] {e630ba3d-c066-4275-b9ae-f9300b32fa08} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8602 | 2025.02.28 06:51:34.418094 [ 255 ] {e630ba3d-c066-4275-b9ae-f9300b32fa08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8603 | 2025.02.28 06:51:34.418485 [ 255 ] {e630ba3d-c066-4275-b9ae-f9300b32fa08} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8604 | 2025.02.28 06:51:34.418717 [ 255 ] {e630ba3d-c066-4275-b9ae-f9300b32fa08} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8605 | 2025.02.28 06:51:34.418896 [ 255 ] {e630ba3d-c066-4275-b9ae-f9300b32fa08} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001552 sec., 152706.1855670103 rows/sec., 10.24 MiB/sec. | ||
| 8606 | 2025.02.28 06:51:34.418945 [ 255 ] {e630ba3d-c066-4275-b9ae-f9300b32fa08} <Debug> TCPHandler: Processed in 0.001810411 sec. | ||
| 8607 | 2025.02.28 06:51:34.419093 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8608 | 2025.02.28 06:51:34.419229 [ 4 ] {1a1958a1-3c77-4cf7-84f7-04b15614bd43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8609 | 2025.02.28 06:51:34.419288 [ 4 ] {1a1958a1-3c77-4cf7-84f7-04b15614bd43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8610 | 2025.02.28 06:51:34.419829 [ 4 ] {1a1958a1-3c77-4cf7-84f7-04b15614bd43} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8611 | 2025.02.28 06:51:34.419868 [ 4 ] {1a1958a1-3c77-4cf7-84f7-04b15614bd43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8612 | 2025.02.28 06:51:34.420227 [ 4 ] {1a1958a1-3c77-4cf7-84f7-04b15614bd43} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8613 | 2025.02.28 06:51:34.420459 [ 4 ] {1a1958a1-3c77-4cf7-84f7-04b15614bd43} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8614 | 2025.02.28 06:51:34.420673 [ 4 ] {1a1958a1-3c77-4cf7-84f7-04b15614bd43} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001473 sec., 678.8866259334692 rows/sec., 45.75 KiB/sec. | ||
| 8615 | 2025.02.28 06:51:34.420722 [ 4 ] {1a1958a1-3c77-4cf7-84f7-04b15614bd43} <Debug> TCPHandler: Processed in 0.001695911 sec. | ||
| 8616 | 2025.02.28 06:51:34.420879 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8617 | 2025.02.28 06:51:34.421047 [ 255 ] {c679dddd-5237-4a10-a4f5-4f3d3237f767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8618 | 2025.02.28 06:51:34.421156 [ 255 ] {c679dddd-5237-4a10-a4f5-4f3d3237f767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8619 | 2025.02.28 06:51:34.422558 [ 255 ] {c679dddd-5237-4a10-a4f5-4f3d3237f767} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8620 | 2025.02.28 06:51:34.422596 [ 255 ] {c679dddd-5237-4a10-a4f5-4f3d3237f767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8621 | 2025.02.28 06:51:34.423255 [ 255 ] {c679dddd-5237-4a10-a4f5-4f3d3237f767} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8622 | 2025.02.28 06:51:34.423508 [ 255 ] {c679dddd-5237-4a10-a4f5-4f3d3237f767} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8623 | 2025.02.28 06:51:34.423710 [ 82 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8624 | 2025.02.28 06:51:34.423734 [ 255 ] {c679dddd-5237-4a10-a4f5-4f3d3237f767} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002724 sec., 14317.180616740088 rows/sec., 25.66 MiB/sec. | ||
| 8625 | 2025.02.28 06:51:34.423797 [ 82 ] {} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8626 | 2025.02.28 06:51:34.423879 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8627 | 2025.02.28 06:51:34.424053 [ 255 ] {c679dddd-5237-4a10-a4f5-4f3d3237f767} <Debug> TCPHandler: Processed in 0.003254099 sec. | ||
| 8628 | 2025.02.28 06:51:34.424141 [ 198 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::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 | ||
| 8629 | 2025.02.28 06:51:34.424271 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8630 | 2025.02.28 06:51:34.424545 [ 4 ] {7cd5d2aa-a8c6-493a-965e-a1e58a6f7966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8631 | 2025.02.28 06:51:34.424680 [ 4 ] {7cd5d2aa-a8c6-493a-965e-a1e58a6f7966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8632 | 2025.02.28 06:51:34.424954 [ 198 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8633 | 2025.02.28 06:51:34.425224 [ 198 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 906 rows starting from the beginning of the part | ||
| 8634 | 2025.02.28 06:51:34.426031 [ 198 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 39 rows starting from the beginning of the part | ||
| 8635 | 2025.02.28 06:51:34.426846 [ 198 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 39 rows starting from the beginning of the part | ||
| 8636 | 2025.02.28 06:51:34.426949 [ 4 ] {7cd5d2aa-a8c6-493a-965e-a1e58a6f7966} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8637 | 2025.02.28 06:51:34.427030 [ 4 ] {7cd5d2aa-a8c6-493a-965e-a1e58a6f7966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8638 | 2025.02.28 06:51:34.427503 [ 198 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 39 rows starting from the beginning of the part | ||
| 8639 | 2025.02.28 06:51:34.428232 [ 198 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 39 rows starting from the beginning of the part | ||
| 8640 | 2025.02.28 06:51:34.428559 [ 4 ] {7cd5d2aa-a8c6-493a-965e-a1e58a6f7966} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 8641 | 2025.02.28 06:51:34.428899 [ 198 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 39 rows starting from the beginning of the part | ||
| 8642 | 2025.02.28 06:51:34.429454 [ 4 ] {7cd5d2aa-a8c6-493a-965e-a1e58a6f7966} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8643 | 2025.02.28 06:51:34.430164 [ 4 ] {7cd5d2aa-a8c6-493a-965e-a1e58a6f7966} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00571 sec., 14360.77057793345 rows/sec., 933.98 KiB/sec. | ||
| 8644 | 2025.02.28 06:51:34.430276 [ 4 ] {7cd5d2aa-a8c6-493a-965e-a1e58a6f7966} <Debug> TCPHandler: Processed in 0.006116593 sec. | ||
| 8645 | 2025.02.28 06:51:34.436638 [ 199 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1101 rows, containing 19 columns (19 merged, 0 gathered) in 0.012623781 sec., 87216.3419184791 rows/sec., 156.29 MiB/sec. | ||
| 8646 | 2025.02.28 06:51:34.437809 [ 199 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8647 | 2025.02.28 06:51:34.438283 [ 199 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8648 | 2025.02.28 06:51:34.438385 [ 199 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8649 | 2025.02.28 06:51:34.438554 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.57 MiB. | ||
| 8650 | 2025.02.28 06:51:35.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.21 MiB, peak 227.73 MiB, free memory in arenas 0.00 B, will set to 221.27 MiB (RSS), difference: 2.06 MiB | ||
| 8651 | 2025.02.28 06:51:35.192570 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 8652 | 2025.02.28 06:51:35.213940 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8653 | 2025.02.28 06:51:35.214004 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8654 | 2025.02.28 06:51:35.221386 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8655 | 2025.02.28 06:51:35.222156 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8656 | 2025.02.28 06:51:35.224918 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 8657 | 2025.02.28 06:51:39.393290 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8658 | 2025.02.28 06:51:39.393519 [ 4 ] {398d5fbe-3e8f-40da-a150-58357e39c8d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8659 | 2025.02.28 06:51:39.393599 [ 4 ] {398d5fbe-3e8f-40da-a150-58357e39c8d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8660 | 2025.02.28 06:51:39.394425 [ 4 ] {398d5fbe-3e8f-40da-a150-58357e39c8d2} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8661 | 2025.02.28 06:51:39.394473 [ 4 ] {398d5fbe-3e8f-40da-a150-58357e39c8d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8662 | 2025.02.28 06:51:39.394905 [ 4 ] {398d5fbe-3e8f-40da-a150-58357e39c8d2} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8663 | 2025.02.28 06:51:39.395176 [ 4 ] {398d5fbe-3e8f-40da-a150-58357e39c8d2} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8664 | 2025.02.28 06:51:39.395403 [ 4 ] {398d5fbe-3e8f-40da-a150-58357e39c8d2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001943 sec., 28821.410190427174 rows/sec., 2.21 MiB/sec. | ||
| 8665 | 2025.02.28 06:51:39.395459 [ 4 ] {398d5fbe-3e8f-40da-a150-58357e39c8d2} <Debug> TCPHandler: Processed in 0.002308187 sec. | ||
| 8666 | 2025.02.28 06:51:39.395721 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8667 | 2025.02.28 06:51:39.395914 [ 255 ] {6a942b2b-31e4-4ac2-814b-eaa1d2e939af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8668 | 2025.02.28 06:51:39.395991 [ 255 ] {6a942b2b-31e4-4ac2-814b-eaa1d2e939af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8669 | 2025.02.28 06:51:39.396788 [ 255 ] {6a942b2b-31e4-4ac2-814b-eaa1d2e939af} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8670 | 2025.02.28 06:51:39.396842 [ 255 ] {6a942b2b-31e4-4ac2-814b-eaa1d2e939af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8671 | 2025.02.28 06:51:39.397279 [ 255 ] {6a942b2b-31e4-4ac2-814b-eaa1d2e939af} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8672 | 2025.02.28 06:51:39.397560 [ 255 ] {6a942b2b-31e4-4ac2-814b-eaa1d2e939af} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8673 | 2025.02.28 06:51:39.397830 [ 255 ] {6a942b2b-31e4-4ac2-814b-eaa1d2e939af} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001969 sec., 32503.80904012189 rows/sec., 2.54 MiB/sec. | ||
| 8674 | 2025.02.28 06:51:39.397901 [ 255 ] {6a942b2b-31e4-4ac2-814b-eaa1d2e939af} <Debug> TCPHandler: Processed in 0.002312467 sec. | ||
| 8675 | 2025.02.28 06:51:39.398058 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8676 | 2025.02.28 06:51:39.398180 [ 4 ] {526c796e-51a4-45d9-b286-9c34d149abe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8677 | 2025.02.28 06:51:39.398234 [ 4 ] {526c796e-51a4-45d9-b286-9c34d149abe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8678 | 2025.02.28 06:51:39.398832 [ 4 ] {526c796e-51a4-45d9-b286-9c34d149abe8} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8679 | 2025.02.28 06:51:39.398880 [ 4 ] {526c796e-51a4-45d9-b286-9c34d149abe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8680 | 2025.02.28 06:51:39.399369 [ 4 ] {526c796e-51a4-45d9-b286-9c34d149abe8} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8681 | 2025.02.28 06:51:39.399633 [ 4 ] {526c796e-51a4-45d9-b286-9c34d149abe8} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8682 | 2025.02.28 06:51:39.399860 [ 4 ] {526c796e-51a4-45d9-b286-9c34d149abe8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001706 sec., 93786.63540445486 rows/sec., 6.53 MiB/sec. | ||
| 8683 | 2025.02.28 06:51:39.399912 [ 4 ] {526c796e-51a4-45d9-b286-9c34d149abe8} <Debug> TCPHandler: Processed in 0.001910643 sec. | ||
| 8684 | 2025.02.28 06:51:39.400070 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8685 | 2025.02.28 06:51:39.400218 [ 255 ] {3efebe0e-1ff4-497a-b9f5-e21d69d7e5c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8686 | 2025.02.28 06:51:39.400283 [ 255 ] {3efebe0e-1ff4-497a-b9f5-e21d69d7e5c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8687 | 2025.02.28 06:51:39.400896 [ 255 ] {3efebe0e-1ff4-497a-b9f5-e21d69d7e5c3} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8688 | 2025.02.28 06:51:39.400940 [ 255 ] {3efebe0e-1ff4-497a-b9f5-e21d69d7e5c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8689 | 2025.02.28 06:51:39.401327 [ 255 ] {3efebe0e-1ff4-497a-b9f5-e21d69d7e5c3} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 8690 | 2025.02.28 06:51:39.401566 [ 255 ] {3efebe0e-1ff4-497a-b9f5-e21d69d7e5c3} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8691 | 2025.02.28 06:51:39.401750 [ 255 ] {3efebe0e-1ff4-497a-b9f5-e21d69d7e5c3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00157 sec., 38216.56050955414 rows/sec., 2.58 MiB/sec. | ||
| 8692 | 2025.02.28 06:51:39.401802 [ 255 ] {3efebe0e-1ff4-497a-b9f5-e21d69d7e5c3} <Debug> TCPHandler: Processed in 0.001802741 sec. | ||
| 8693 | 2025.02.28 06:51:41.272506 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679 | ||
| 8694 | 2025.02.28 06:51:41.273202 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8695 | 2025.02.28 06:51:41.273251 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8696 | 2025.02.28 06:51:41.273779 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8697 | 2025.02.28 06:51:41.274043 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8698 | 2025.02.28 06:51:41.274240 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 | ||
| 8699 | 2025.02.28 06:51:42.725092 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 8700 | 2025.02.28 06:51:42.747256 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8701 | 2025.02.28 06:51:42.747324 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8702 | 2025.02.28 06:51:42.755106 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8703 | 2025.02.28 06:51:42.755891 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8704 | 2025.02.28 06:51:42.758787 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 8705 | 2025.02.28 06:51:43.858687 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1228 | ||
| 8706 | 2025.02.28 06:51:43.861714 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8707 | 2025.02.28 06:51:43.861765 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8708 | 2025.02.28 06:51:43.863217 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8709 | 2025.02.28 06:51:43.863527 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8710 | 2025.02.28 06:51:43.864834 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1228 | ||
| 8711 | 2025.02.28 06:51:44.401877 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8712 | 2025.02.28 06:51:44.402073 [ 4 ] {e1810543-0db3-4632-9228-cec9c10331a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8713 | 2025.02.28 06:51:44.402146 [ 4 ] {e1810543-0db3-4632-9228-cec9c10331a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8714 | 2025.02.28 06:51:44.403028 [ 4 ] {e1810543-0db3-4632-9228-cec9c10331a5} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8715 | 2025.02.28 06:51:44.403083 [ 4 ] {e1810543-0db3-4632-9228-cec9c10331a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8716 | 2025.02.28 06:51:44.403528 [ 4 ] {e1810543-0db3-4632-9228-cec9c10331a5} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8717 | 2025.02.28 06:51:44.403793 [ 4 ] {e1810543-0db3-4632-9228-cec9c10331a5} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8718 | 2025.02.28 06:51:44.404030 [ 4 ] {e1810543-0db3-4632-9228-cec9c10331a5} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002012 sec., 105367.79324055667 rows/sec., 6.70 MiB/sec. | ||
| 8719 | 2025.02.28 06:51:44.404099 [ 4 ] {e1810543-0db3-4632-9228-cec9c10331a5} <Debug> TCPHandler: Processed in 0.002352069 sec. | ||
| 8720 | 2025.02.28 06:51:44.404362 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8721 | 2025.02.28 06:51:44.404572 [ 255 ] {6bcd7e61-c551-4aa4-9d31-d466aa1b3aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8722 | 2025.02.28 06:51:44.404654 [ 255 ] {6bcd7e61-c551-4aa4-9d31-d466aa1b3aa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8723 | 2025.02.28 06:51:44.405942 [ 255 ] {6bcd7e61-c551-4aa4-9d31-d466aa1b3aa2} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8724 | 2025.02.28 06:51:44.405983 [ 255 ] {6bcd7e61-c551-4aa4-9d31-d466aa1b3aa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8725 | 2025.02.28 06:51:44.406456 [ 255 ] {6bcd7e61-c551-4aa4-9d31-d466aa1b3aa2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8726 | 2025.02.28 06:51:44.406717 [ 255 ] {6bcd7e61-c551-4aa4-9d31-d466aa1b3aa2} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8727 | 2025.02.28 06:51:44.406946 [ 255 ] {6bcd7e61-c551-4aa4-9d31-d466aa1b3aa2} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002433 sec., 285655.5692560625 rows/sec., 22.81 MiB/sec. | ||
| 8728 | 2025.02.28 06:51:44.407003 [ 255 ] {6bcd7e61-c551-4aa4-9d31-d466aa1b3aa2} <Debug> TCPHandler: Processed in 0.002781543 sec. | ||
| 8729 | 2025.02.28 06:51:44.407181 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8730 | 2025.02.28 06:51:44.407328 [ 4 ] {ca60f607-5c9e-43f1-bf7e-a81f25af3f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8731 | 2025.02.28 06:51:44.407391 [ 4 ] {ca60f607-5c9e-43f1-bf7e-a81f25af3f0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8732 | 2025.02.28 06:51:44.408162 [ 4 ] {ca60f607-5c9e-43f1-bf7e-a81f25af3f0c} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8733 | 2025.02.28 06:51:44.408205 [ 4 ] {ca60f607-5c9e-43f1-bf7e-a81f25af3f0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8734 | 2025.02.28 06:51:44.408592 [ 4 ] {ca60f607-5c9e-43f1-bf7e-a81f25af3f0c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8735 | 2025.02.28 06:51:44.408861 [ 4 ] {ca60f607-5c9e-43f1-bf7e-a81f25af3f0c} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8736 | 2025.02.28 06:51:44.409088 [ 4 ] {ca60f607-5c9e-43f1-bf7e-a81f25af3f0c} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001796 sec., 80734.96659242762 rows/sec., 5.07 MiB/sec. | ||
| 8737 | 2025.02.28 06:51:44.409150 [ 4 ] {ca60f607-5c9e-43f1-bf7e-a81f25af3f0c} <Debug> TCPHandler: Processed in 0.002041285 sec. | ||
| 8738 | 2025.02.28 06:51:44.409303 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8739 | 2025.02.28 06:51:44.409441 [ 255 ] {1528e812-1a9d-4aec-bdf4-445ad54ea393} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8740 | 2025.02.28 06:51:44.409498 [ 255 ] {1528e812-1a9d-4aec-bdf4-445ad54ea393} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8741 | 2025.02.28 06:51:44.410217 [ 255 ] {1528e812-1a9d-4aec-bdf4-445ad54ea393} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8742 | 2025.02.28 06:51:44.410257 [ 255 ] {1528e812-1a9d-4aec-bdf4-445ad54ea393} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8743 | 2025.02.28 06:51:44.410612 [ 255 ] {1528e812-1a9d-4aec-bdf4-445ad54ea393} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8744 | 2025.02.28 06:51:44.410839 [ 255 ] {1528e812-1a9d-4aec-bdf4-445ad54ea393} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8745 | 2025.02.28 06:51:44.411066 [ 255 ] {1528e812-1a9d-4aec-bdf4-445ad54ea393} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001647 sec., 68609.59319975713 rows/sec., 4.44 MiB/sec. | ||
| 8746 | 2025.02.28 06:51:44.411144 [ 255 ] {1528e812-1a9d-4aec-bdf4-445ad54ea393} <Debug> TCPHandler: Processed in 0.001909933 sec. | ||
| 8747 | 2025.02.28 06:51:44.411369 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8748 | 2025.02.28 06:51:44.411523 [ 4 ] {b7e42240-04de-4216-8042-83500deadb4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8749 | 2025.02.28 06:51:44.411580 [ 4 ] {b7e42240-04de-4216-8042-83500deadb4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8750 | 2025.02.28 06:51:44.412289 [ 4 ] {b7e42240-04de-4216-8042-83500deadb4f} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8751 | 2025.02.28 06:51:44.412329 [ 4 ] {b7e42240-04de-4216-8042-83500deadb4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8752 | 2025.02.28 06:51:44.412697 [ 4 ] {b7e42240-04de-4216-8042-83500deadb4f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8753 | 2025.02.28 06:51:44.412931 [ 4 ] {b7e42240-04de-4216-8042-83500deadb4f} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8754 | 2025.02.28 06:51:44.413190 [ 4 ] {b7e42240-04de-4216-8042-83500deadb4f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001696 sec., 66037.7358490566 rows/sec., 3.76 MiB/sec. | ||
| 8755 | 2025.02.28 06:51:44.413363 [ 4 ] {b7e42240-04de-4216-8042-83500deadb4f} <Debug> TCPHandler: Processed in 0.002117245 sec. | ||
| 8756 | 2025.02.28 06:51:44.413592 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8757 | 2025.02.28 06:51:44.413725 [ 255 ] {7728c73b-5616-40ae-baa3-ddf95ad4c019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8758 | 2025.02.28 06:51:44.413783 [ 255 ] {7728c73b-5616-40ae-baa3-ddf95ad4c019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8759 | 2025.02.28 06:51:44.414576 [ 255 ] {7728c73b-5616-40ae-baa3-ddf95ad4c019} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8760 | 2025.02.28 06:51:44.414616 [ 255 ] {7728c73b-5616-40ae-baa3-ddf95ad4c019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8761 | 2025.02.28 06:51:44.414993 [ 255 ] {7728c73b-5616-40ae-baa3-ddf95ad4c019} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8762 | 2025.02.28 06:51:44.415222 [ 255 ] {7728c73b-5616-40ae-baa3-ddf95ad4c019} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8763 | 2025.02.28 06:51:44.415458 [ 255 ] {7728c73b-5616-40ae-baa3-ddf95ad4c019} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001761 sec., 239068.710959682 rows/sec., 17.03 MiB/sec. | ||
| 8764 | 2025.02.28 06:51:44.415575 [ 255 ] {7728c73b-5616-40ae-baa3-ddf95ad4c019} <Debug> TCPHandler: Processed in 0.002103315 sec. | ||
| 8765 | 2025.02.28 06:51:44.415764 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8766 | 2025.02.28 06:51:44.415925 [ 4 ] {cc441c1f-4ef9-4b5f-8110-02fc2b61ea6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8767 | 2025.02.28 06:51:44.415986 [ 4 ] {cc441c1f-4ef9-4b5f-8110-02fc2b61ea6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8768 | 2025.02.28 06:51:44.416506 [ 4 ] {cc441c1f-4ef9-4b5f-8110-02fc2b61ea6d} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8769 | 2025.02.28 06:51:44.416545 [ 4 ] {cc441c1f-4ef9-4b5f-8110-02fc2b61ea6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8770 | 2025.02.28 06:51:44.416929 [ 4 ] {cc441c1f-4ef9-4b5f-8110-02fc2b61ea6d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8771 | 2025.02.28 06:51:44.417177 [ 4 ] {cc441c1f-4ef9-4b5f-8110-02fc2b61ea6d} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8772 | 2025.02.28 06:51:44.417424 [ 4 ] {cc441c1f-4ef9-4b5f-8110-02fc2b61ea6d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001533 sec., 3913.8943248532287 rows/sec., 204.49 KiB/sec. | ||
| 8773 | 2025.02.28 06:51:44.417614 [ 4 ] {cc441c1f-4ef9-4b5f-8110-02fc2b61ea6d} <Debug> TCPHandler: Processed in 0.001946643 sec. | ||
| 8774 | 2025.02.28 06:51:44.417826 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8775 | 2025.02.28 06:51:44.417961 [ 255 ] {ee8d30ef-43b7-4afc-8e61-3b99ef567862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8776 | 2025.02.28 06:51:44.418023 [ 255 ] {ee8d30ef-43b7-4afc-8e61-3b99ef567862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8777 | 2025.02.28 06:51:44.418652 [ 255 ] {ee8d30ef-43b7-4afc-8e61-3b99ef567862} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8778 | 2025.02.28 06:51:44.418691 [ 255 ] {ee8d30ef-43b7-4afc-8e61-3b99ef567862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8779 | 2025.02.28 06:51:44.419083 [ 255 ] {ee8d30ef-43b7-4afc-8e61-3b99ef567862} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8780 | 2025.02.28 06:51:44.419324 [ 255 ] {ee8d30ef-43b7-4afc-8e61-3b99ef567862} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8781 | 2025.02.28 06:51:44.419542 [ 255 ] {ee8d30ef-43b7-4afc-8e61-3b99ef567862} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001612 sec., 147022.33250620347 rows/sec., 9.85 MiB/sec. | ||
| 8782 | 2025.02.28 06:51:44.419592 [ 255 ] {ee8d30ef-43b7-4afc-8e61-3b99ef567862} <Debug> TCPHandler: Processed in 0.001877382 sec. | ||
| 8783 | 2025.02.28 06:51:44.419745 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8784 | 2025.02.28 06:51:44.419884 [ 4 ] {843f9b37-a45e-4c13-8559-0e453e8c8f11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8785 | 2025.02.28 06:51:44.419943 [ 4 ] {843f9b37-a45e-4c13-8559-0e453e8c8f11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8786 | 2025.02.28 06:51:44.420450 [ 4 ] {843f9b37-a45e-4c13-8559-0e453e8c8f11} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8787 | 2025.02.28 06:51:44.420490 [ 4 ] {843f9b37-a45e-4c13-8559-0e453e8c8f11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8788 | 2025.02.28 06:51:44.420860 [ 4 ] {843f9b37-a45e-4c13-8559-0e453e8c8f11} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8789 | 2025.02.28 06:51:44.421108 [ 4 ] {843f9b37-a45e-4c13-8559-0e453e8c8f11} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8790 | 2025.02.28 06:51:44.421281 [ 171 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Selected 6 parts from all_1_27_6 to all_32_32_0 | ||
| 8791 | 2025.02.28 06:51:44.421336 [ 4 ] {843f9b37-a45e-4c13-8559-0e453e8c8f11} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001484 sec., 673.8544474393531 rows/sec., 45.41 KiB/sec. | ||
| 8792 | 2025.02.28 06:51:44.421359 [ 171 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8793 | 2025.02.28 06:51:44.421431 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8794 | 2025.02.28 06:51:44.421443 [ 4 ] {843f9b37-a45e-4c13-8559-0e453e8c8f11} <Debug> TCPHandler: Processed in 0.001767581 sec. | ||
| 8795 | 2025.02.28 06:51:44.421640 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8796 | 2025.02.28 06:51:44.421693 [ 189 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_32_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_27_6 to all_32_32_0 into Compact with storage Full | ||
| 8797 | 2025.02.28 06:51:44.421815 [ 255 ] {79a18cb1-312f-49ba-aeeb-b3dc1f3d3646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8798 | 2025.02.28 06:51:44.421857 [ 189 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8799 | 2025.02.28 06:51:44.421910 [ 189 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 27 rows starting from the beginning of the part | ||
| 8800 | 2025.02.28 06:51:44.421941 [ 255 ] {79a18cb1-312f-49ba-aeeb-b3dc1f3d3646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8801 | 2025.02.28 06:51:44.422137 [ 189 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 8802 | 2025.02.28 06:51:44.422393 [ 189 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 8803 | 2025.02.28 06:51:44.422612 [ 189 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 8804 | 2025.02.28 06:51:44.422824 [ 189 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 8805 | 2025.02.28 06:51:44.423031 [ 189 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 8806 | 2025.02.28 06:51:44.425238 [ 189 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.003732275 sec., 8573.859107380886 rows/sec., 577.73 KiB/sec. | ||
| 8807 | 2025.02.28 06:51:44.425362 [ 189 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) | ||
| 8808 | 2025.02.28 06:51:44.425502 [ 255 ] {79a18cb1-312f-49ba-aeeb-b3dc1f3d3646} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8809 | 2025.02.28 06:51:44.425544 [ 255 ] {79a18cb1-312f-49ba-aeeb-b3dc1f3d3646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8810 | 2025.02.28 06:51:44.425790 [ 189 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_32_7} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8811 | 2025.02.28 06:51:44.425894 [ 189 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_32_7} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Merged 6 parts: [all_1_27_6, all_32_32_0] -> all_1_32_7 | ||
| 8812 | 2025.02.28 06:51:44.425989 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8813 | 2025.02.28 06:51:44.426376 [ 255 ] {79a18cb1-312f-49ba-aeeb-b3dc1f3d3646} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8814 | 2025.02.28 06:51:44.426628 [ 255 ] {79a18cb1-312f-49ba-aeeb-b3dc1f3d3646} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8815 | 2025.02.28 06:51:44.426859 [ 255 ] {79a18cb1-312f-49ba-aeeb-b3dc1f3d3646} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00509 sec., 7662.082514734774 rows/sec., 13.73 MiB/sec. | ||
| 8816 | 2025.02.28 06:51:44.426960 [ 255 ] {79a18cb1-312f-49ba-aeeb-b3dc1f3d3646} <Debug> TCPHandler: Processed in 0.005427585 sec. | ||
| 8817 | 2025.02.28 06:51:44.427113 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8818 | 2025.02.28 06:51:44.427309 [ 4 ] {34d8a64f-dcd3-465d-8706-687d5189c833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8819 | 2025.02.28 06:51:44.427402 [ 4 ] {34d8a64f-dcd3-465d-8706-687d5189c833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8820 | 2025.02.28 06:51:44.428249 [ 4 ] {34d8a64f-dcd3-465d-8706-687d5189c833} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8821 | 2025.02.28 06:51:44.428288 [ 4 ] {34d8a64f-dcd3-465d-8706-687d5189c833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 8822 | 2025.02.28 06:51:44.428684 [ 4 ] {34d8a64f-dcd3-465d-8706-687d5189c833} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 8823 | 2025.02.28 06:51:44.428930 [ 4 ] {34d8a64f-dcd3-465d-8706-687d5189c833} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8824 | 2025.02.28 06:51:44.429153 [ 4 ] {34d8a64f-dcd3-465d-8706-687d5189c833} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0019 sec., 43157.89473684211 rows/sec., 2.74 MiB/sec. | ||
| 8825 | 2025.02.28 06:51:44.429213 [ 4 ] {34d8a64f-dcd3-465d-8706-687d5189c833} <Debug> TCPHandler: Processed in 0.002166386 sec. | ||
| 8826 | 2025.02.28 06:51:48.622941 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8827 | 2025.02.28 06:51:48.623014 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8828 | 2025.02.28 06:51:48.774479 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106 | ||
| 8829 | 2025.02.28 06:51:48.775209 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8830 | 2025.02.28 06:51:48.775259 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8831 | 2025.02.28 06:51:48.775774 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8832 | 2025.02.28 06:51:48.776031 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8833 | 2025.02.28 06:51:48.776252 [ 35 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8834 | 2025.02.28 06:51:48.776309 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 8835 | 2025.02.28 06:51:48.776375 [ 35 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8836 | 2025.02.28 06:51:48.776423 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8837 | 2025.02.28 06:51:48.776637 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 8838 | 2025.02.28 06:51:48.776882 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8839 | 2025.02.28 06:51:48.776955 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 8840 | 2025.02.28 06:51:48.777114 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 8841 | 2025.02.28 06:51:48.777355 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 8842 | 2025.02.28 06:51:48.777575 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 8843 | 2025.02.28 06:51:48.777758 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 8844 | 2025.02.28 06:51:48.777946 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 8845 | 2025.02.28 06:51:48.780370 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003838706 sec., 5498206.9478621185 rows/sec., 78.65 MiB/sec. | ||
| 8846 | 2025.02.28 06:51:48.780800 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8847 | 2025.02.28 06:51:48.781204 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_46_9} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8848 | 2025.02.28 06:51:48.781309 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_46_9} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8849 | 2025.02.28 06:51:48.781432 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
| 8850 | 2025.02.28 06:51:49.393599 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8851 | 2025.02.28 06:51:49.393798 [ 4 ] {e4a142eb-be07-4153-8273-0ebcf08609f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8852 | 2025.02.28 06:51:49.393878 [ 4 ] {e4a142eb-be07-4153-8273-0ebcf08609f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8853 | 2025.02.28 06:51:49.394707 [ 4 ] {e4a142eb-be07-4153-8273-0ebcf08609f0} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8854 | 2025.02.28 06:51:49.394751 [ 4 ] {e4a142eb-be07-4153-8273-0ebcf08609f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8855 | 2025.02.28 06:51:49.395179 [ 4 ] {e4a142eb-be07-4153-8273-0ebcf08609f0} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8856 | 2025.02.28 06:51:49.395440 [ 4 ] {e4a142eb-be07-4153-8273-0ebcf08609f0} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8857 | 2025.02.28 06:51:49.395648 [ 34 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8858 | 2025.02.28 06:51:49.395674 [ 4 ] {e4a142eb-be07-4153-8273-0ebcf08609f0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001932 sec., 28985.507246376812 rows/sec., 2.23 MiB/sec. | ||
| 8859 | 2025.02.28 06:51:49.395740 [ 34 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8860 | 2025.02.28 06:51:49.395803 [ 4 ] {e4a142eb-be07-4153-8273-0ebcf08609f0} <Debug> TCPHandler: Processed in 0.002339778 sec. | ||
| 8861 | 2025.02.28 06:51:49.395812 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8862 | 2025.02.28 06:51:49.396090 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 8863 | 2025.02.28 06:51:49.396152 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8864 | 2025.02.28 06:51:49.396508 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8865 | 2025.02.28 06:51:49.396626 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1844 rows starting from the beginning of the part | ||
| 8866 | 2025.02.28 06:51:49.396749 [ 255 ] {fb83bccf-c8a8-4516-b4a0-b70365dddce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8867 | 2025.02.28 06:51:49.396967 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part | ||
| 8868 | 2025.02.28 06:51:49.397082 [ 255 ] {fb83bccf-c8a8-4516-b4a0-b70365dddce3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8869 | 2025.02.28 06:51:49.397320 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 695 rows starting from the beginning of the part | ||
| 8870 | 2025.02.28 06:51:49.397790 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 8871 | 2025.02.28 06:51:49.398208 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 695 rows starting from the beginning of the part | ||
| 8872 | 2025.02.28 06:51:49.398623 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 56 rows starting from the beginning of the part | ||
| 8873 | 2025.02.28 06:51:49.400749 [ 255 ] {fb83bccf-c8a8-4516-b4a0-b70365dddce3} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8874 | 2025.02.28 06:51:49.400834 [ 255 ] {fb83bccf-c8a8-4516-b4a0-b70365dddce3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8875 | 2025.02.28 06:51:49.401607 [ 255 ] {fb83bccf-c8a8-4516-b4a0-b70365dddce3} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8876 | 2025.02.28 06:51:49.401980 [ 255 ] {fb83bccf-c8a8-4516-b4a0-b70365dddce3} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8877 | 2025.02.28 06:51:49.402322 [ 200 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3402 rows, containing 5 columns (5 merged, 0 gathered) in 0.006358956 sec., 534993.4800618215 rows/sec., 45.18 MiB/sec. | ||
| 8878 | 2025.02.28 06:51:49.402353 [ 34 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8879 | 2025.02.28 06:51:49.402441 [ 34 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8880 | 2025.02.28 06:51:49.402503 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8881 | 2025.02.28 06:51:49.402541 [ 255 ] {fb83bccf-c8a8-4516-b4a0-b70365dddce3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006089 sec., 10510.757102972573 rows/sec., 840.08 KiB/sec. | ||
| 8882 | 2025.02.28 06:51:49.402855 [ 255 ] {fb83bccf-c8a8-4516-b4a0-b70365dddce3} <Debug> TCPHandler: Processed in 0.006891893 sec. | ||
| 8883 | 2025.02.28 06:51:49.402903 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 8884 | 2025.02.28 06:51:49.402959 [ 186 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8885 | 2025.02.28 06:51:49.403121 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8886 | 2025.02.28 06:51:49.403356 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8887 | 2025.02.28 06:51:49.403432 [ 4 ] {26ae340b-6464-4c8a-a1e4-5e6daa8cfde2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8888 | 2025.02.28 06:51:49.403450 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 913 rows starting from the beginning of the part | ||
| 8889 | 2025.02.28 06:51:49.403588 [ 4 ] {26ae340b-6464-4c8a-a1e4-5e6daa8cfde2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8890 | 2025.02.28 06:51:49.403867 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part | ||
| 8891 | 2025.02.28 06:51:49.404292 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_76_15} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8892 | 2025.02.28 06:51:49.404388 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 421 rows starting from the beginning of the part | ||
| 8893 | 2025.02.28 06:51:49.404908 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_76_15} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8894 | 2025.02.28 06:51:49.404925 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 8895 | 2025.02.28 06:51:49.405397 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 8896 | 2025.02.28 06:51:49.405489 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 421 rows starting from the beginning of the part | ||
| 8897 | 2025.02.28 06:51:49.405755 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 64 rows starting from the beginning of the part | ||
| 8898 | 2025.02.28 06:51:49.406431 [ 4 ] {26ae340b-6464-4c8a-a1e4-5e6daa8cfde2} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8899 | 2025.02.28 06:51:49.406477 [ 4 ] {26ae340b-6464-4c8a-a1e4-5e6daa8cfde2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8900 | 2025.02.28 06:51:49.407072 [ 4 ] {26ae340b-6464-4c8a-a1e4-5e6daa8cfde2} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8901 | 2025.02.28 06:51:49.407399 [ 4 ] {26ae340b-6464-4c8a-a1e4-5e6daa8cfde2} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8902 | 2025.02.28 06:51:49.407533 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.004926989 sec., 395170.35658086516 rows/sec., 30.18 MiB/sec. | ||
| 8903 | 2025.02.28 06:51:49.407728 [ 34 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8904 | 2025.02.28 06:51:49.407785 [ 4 ] {26ae340b-6464-4c8a-a1e4-5e6daa8cfde2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00442 sec., 36199.09502262443 rows/sec., 2.52 MiB/sec. | ||
| 8905 | 2025.02.28 06:51:49.407816 [ 34 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8906 | 2025.02.28 06:51:49.407895 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8907 | 2025.02.28 06:51:49.407928 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8908 | 2025.02.28 06:51:49.408041 [ 4 ] {26ae340b-6464-4c8a-a1e4-5e6daa8cfde2} <Debug> TCPHandler: Processed in 0.005063071 sec. | ||
| 8909 | 2025.02.28 06:51:49.408350 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8910 | 2025.02.28 06:51:49.408478 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 8911 | 2025.02.28 06:51:49.408689 [ 255 ] {523933e7-10a3-4e0d-afd7-6357b447d24b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8912 | 2025.02.28 06:51:49.408800 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8913 | 2025.02.28 06:51:49.408851 [ 255 ] {523933e7-10a3-4e0d-afd7-6357b447d24b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8914 | 2025.02.28 06:51:49.408894 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21832 rows starting from the beginning of the part | ||
| 8915 | 2025.02.28 06:51:49.408942 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_76_15} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8916 | 2025.02.28 06:51:49.409390 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
| 8917 | 2025.02.28 06:51:49.409504 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_76_15} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8918 | 2025.02.28 06:51:49.409896 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part | ||
| 8919 | 2025.02.28 06:51:49.410019 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 8920 | 2025.02.28 06:51:49.410269 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part | ||
| 8921 | 2025.02.28 06:51:49.410459 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 8922 | 2025.02.28 06:51:49.410561 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 8923 | 2025.02.28 06:51:49.411078 [ 255 ] {523933e7-10a3-4e0d-afd7-6357b447d24b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8924 | 2025.02.28 06:51:49.411120 [ 255 ] {523933e7-10a3-4e0d-afd7-6357b447d24b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8925 | 2025.02.28 06:51:49.411647 [ 255 ] {523933e7-10a3-4e0d-afd7-6357b447d24b} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 8926 | 2025.02.28 06:51:49.411950 [ 255 ] {523933e7-10a3-4e0d-afd7-6357b447d24b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8927 | 2025.02.28 06:51:49.412095 [ 34 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 8928 | 2025.02.28 06:51:49.412139 [ 34 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8929 | 2025.02.28 06:51:49.412153 [ 255 ] {523933e7-10a3-4e0d-afd7-6357b447d24b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00358 sec., 16759.77653631285 rows/sec., 1.13 MiB/sec. | ||
| 8930 | 2025.02.28 06:51:49.412176 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8931 | 2025.02.28 06:51:49.412506 [ 255 ] {523933e7-10a3-4e0d-afd7-6357b447d24b} <Debug> TCPHandler: Processed in 0.004316301 sec. | ||
| 8932 | 2025.02.28 06:51:49.412681 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 8933 | 2025.02.28 06:51:49.413049 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8934 | 2025.02.28 06:51:49.413129 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4284 rows starting from the beginning of the part | ||
| 8935 | 2025.02.28 06:51:49.413469 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 8936 | 2025.02.28 06:51:49.413794 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part | ||
| 8937 | 2025.02.28 06:51:49.413978 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
| 8938 | 2025.02.28 06:51:49.414084 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 8939 | 2025.02.28 06:51:49.414313 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 8940 | 2025.02.28 06:51:49.422439 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4628 rows, containing 4 columns (4 merged, 0 gathered) in 0.010112631 sec., 457645.4930472594 rows/sec., 29.84 MiB/sec. | ||
| 8941 | 2025.02.28 06:51:49.422831 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8942 | 2025.02.28 06:51:49.423211 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_76_15} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8943 | 2025.02.28 06:51:49.423400 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_76_15} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8944 | 2025.02.28 06:51:49.423493 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 8945 | 2025.02.28 06:51:49.425461 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22786 rows, containing 5 columns (5 merged, 0 gathered) in 0.017287238 sec., 1318082.159799038 rows/sec., 89.01 MiB/sec. | ||
| 8946 | 2025.02.28 06:51:49.425829 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 8947 | 2025.02.28 06:51:49.426133 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8948 | 2025.02.28 06:51:49.426211 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 8949 | 2025.02.28 06:51:49.426297 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 8950 | 2025.02.28 06:51:50.258979 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 8951 | 2025.02.28 06:51:50.281332 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8952 | 2025.02.28 06:51:50.281399 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8953 | 2025.02.28 06:51:50.288980 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8954 | 2025.02.28 06:51:50.289771 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8955 | 2025.02.28 06:51:50.290085 [ 59 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8956 | 2025.02.28 06:51:50.290138 [ 59 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8957 | 2025.02.28 06:51:50.290174 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8958 | 2025.02.28 06:51:50.290509 [ 191 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 8959 | 2025.02.28 06:51:50.300655 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 8960 | 2025.02.28 06:51:50.301731 [ 191 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8961 | 2025.02.28 06:51:50.302672 [ 191 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 8962 | 2025.02.28 06:51:50.307801 [ 191 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 8963 | 2025.02.28 06:51:50.312608 [ 191 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part | ||
| 8964 | 2025.02.28 06:51:50.317839 [ 191 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 7 rows starting from the beginning of the part | ||
| 8965 | 2025.02.28 06:51:50.323407 [ 191 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 8966 | 2025.02.28 06:51:50.327869 [ 191 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 8967 | 2025.02.28 06:51:50.384555 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.0943072 sec., 3679.464558379424 rows/sec., 19.03 MiB/sec. | ||
| 8968 | 2025.02.28 06:51:50.387784 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8969 | 2025.02.28 06:51:50.390865 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_46_9} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8970 | 2025.02.28 06:51:50.390988 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_46_9} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8971 | 2025.02.28 06:51:50.393591 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 8972 | 2025.02.28 06:51:51.828545 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8973 | 2025.02.28 06:51:51.828760 [ 4 ] {046afaf6-9004-414b-9dd1-d413fc213be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8974 | 2025.02.28 06:51:51.828842 [ 4 ] {046afaf6-9004-414b-9dd1-d413fc213be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8975 | 2025.02.28 06:51:51.829739 [ 4 ] {046afaf6-9004-414b-9dd1-d413fc213be3} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8976 | 2025.02.28 06:51:51.829787 [ 4 ] {046afaf6-9004-414b-9dd1-d413fc213be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8977 | 2025.02.28 06:51:51.830249 [ 4 ] {046afaf6-9004-414b-9dd1-d413fc213be3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8978 | 2025.02.28 06:51:51.830535 [ 4 ] {046afaf6-9004-414b-9dd1-d413fc213be3} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8979 | 2025.02.28 06:51:51.830698 [ 56 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 8980 | 2025.02.28 06:51:51.830754 [ 56 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8981 | 2025.02.28 06:51:51.830754 [ 4 ] {046afaf6-9004-414b-9dd1-d413fc213be3} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002053 sec., 103263.51680467608 rows/sec., 6.57 MiB/sec. | ||
| 8982 | 2025.02.28 06:51:51.830784 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8983 | 2025.02.28 06:51:51.830910 [ 4 ] {046afaf6-9004-414b-9dd1-d413fc213be3} <Debug> TCPHandler: Processed in 0.002501299 sec. | ||
| 8984 | 2025.02.28 06:51:51.831116 [ 197 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::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 | ||
| 8985 | 2025.02.28 06:51:51.831276 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8986 | 2025.02.28 06:51:51.831390 [ 197 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8987 | 2025.02.28 06:51:51.831466 [ 197 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 212 rows starting from the beginning of the part | ||
| 8988 | 2025.02.28 06:51:51.831564 [ 255 ] {d1464d78-5df6-4a75-a246-20ede4598572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8989 | 2025.02.28 06:51:51.831590 [ 197 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 212 rows starting from the beginning of the part | ||
| 8990 | 2025.02.28 06:51:51.831722 [ 255 ] {d1464d78-5df6-4a75-a246-20ede4598572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8991 | 2025.02.28 06:51:51.832042 [ 197 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 212 rows starting from the beginning of the part | ||
| 8992 | 2025.02.28 06:51:51.832351 [ 197 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 212 rows starting from the beginning of the part | ||
| 8993 | 2025.02.28 06:51:51.832631 [ 197 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 212 rows starting from the beginning of the part | ||
| 8994 | 2025.02.28 06:51:51.833849 [ 255 ] {d1464d78-5df6-4a75-a246-20ede4598572} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8995 | 2025.02.28 06:51:51.833898 [ 255 ] {d1464d78-5df6-4a75-a246-20ede4598572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 8996 | 2025.02.28 06:51:51.834392 [ 255 ] {d1464d78-5df6-4a75-a246-20ede4598572} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 8997 | 2025.02.28 06:51:51.834536 [ 199 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003599113 sec., 294517.01016333746 rows/sec., 19.85 MiB/sec. | ||
| 8998 | 2025.02.28 06:51:51.834767 [ 255 ] {d1464d78-5df6-4a75-a246-20ede4598572} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8999 | 2025.02.28 06:51:51.834819 [ 199 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9000 | 2025.02.28 06:51:51.835414 [ 255 ] {d1464d78-5df6-4a75-a246-20ede4598572} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003858 sec., 518.4033177812338 rows/sec., 42.27 KiB/sec. | ||
| 9001 | 2025.02.28 06:51:51.835668 [ 255 ] {d1464d78-5df6-4a75-a246-20ede4598572} <Debug> TCPHandler: Processed in 0.004588545 sec. | ||
| 9002 | 2025.02.28 06:51:51.835680 [ 199 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_33_8} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9003 | 2025.02.28 06:51:51.835880 [ 199 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_33_8} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9004 | 2025.02.28 06:51:51.835893 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9005 | 2025.02.28 06:51:51.836047 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 9006 | 2025.02.28 06:51:51.836122 [ 4 ] {c97e13c2-5930-418b-9d29-f44b198982e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9007 | 2025.02.28 06:51:51.836190 [ 4 ] {c97e13c2-5930-418b-9d29-f44b198982e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9008 | 2025.02.28 06:51:51.837619 [ 4 ] {c97e13c2-5930-418b-9d29-f44b198982e0} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9009 | 2025.02.28 06:51:51.837659 [ 4 ] {c97e13c2-5930-418b-9d29-f44b198982e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9010 | 2025.02.28 06:51:51.838167 [ 4 ] {c97e13c2-5930-418b-9d29-f44b198982e0} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9011 | 2025.02.28 06:51:51.838420 [ 4 ] {c97e13c2-5930-418b-9d29-f44b198982e0} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9012 | 2025.02.28 06:51:51.838608 [ 4 ] {c97e13c2-5930-418b-9d29-f44b198982e0} <Debug> executeQuery: Read 1836 rows, 153.46 KiB in 0.00254 sec., 722834.6456692913 rows/sec., 59.00 MiB/sec. | ||
| 9013 | 2025.02.28 06:51:51.838660 [ 4 ] {c97e13c2-5930-418b-9d29-f44b198982e0} <Debug> TCPHandler: Processed in 0.002888494 sec. | ||
| 9014 | 2025.02.28 06:51:51.838870 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9015 | 2025.02.28 06:51:51.839098 [ 255 ] {41cc7383-56ad-48b5-a1e8-aa6e14f1ec95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9016 | 2025.02.28 06:51:51.839194 [ 255 ] {41cc7383-56ad-48b5-a1e8-aa6e14f1ec95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9017 | 2025.02.28 06:51:51.839995 [ 255 ] {41cc7383-56ad-48b5-a1e8-aa6e14f1ec95} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9018 | 2025.02.28 06:51:51.840035 [ 255 ] {41cc7383-56ad-48b5-a1e8-aa6e14f1ec95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9019 | 2025.02.28 06:51:51.840406 [ 255 ] {41cc7383-56ad-48b5-a1e8-aa6e14f1ec95} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9020 | 2025.02.28 06:51:51.840650 [ 255 ] {41cc7383-56ad-48b5-a1e8-aa6e14f1ec95} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9021 | 2025.02.28 06:51:51.840866 [ 255 ] {41cc7383-56ad-48b5-a1e8-aa6e14f1ec95} <Debug> executeQuery: Read 147 rows, 9.46 KiB in 0.001828 sec., 80415.75492341357 rows/sec., 5.05 MiB/sec. | ||
| 9022 | 2025.02.28 06:51:51.840918 [ 255 ] {41cc7383-56ad-48b5-a1e8-aa6e14f1ec95} <Debug> TCPHandler: Processed in 0.002160926 sec. | ||
| 9023 | 2025.02.28 06:51:51.841089 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9024 | 2025.02.28 06:51:51.841213 [ 4 ] {35cca334-ec30-45e4-97b2-2e8ebbc277cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9025 | 2025.02.28 06:51:51.841264 [ 4 ] {35cca334-ec30-45e4-97b2-2e8ebbc277cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9026 | 2025.02.28 06:51:51.842002 [ 4 ] {35cca334-ec30-45e4-97b2-2e8ebbc277cb} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9027 | 2025.02.28 06:51:51.842041 [ 4 ] {35cca334-ec30-45e4-97b2-2e8ebbc277cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9028 | 2025.02.28 06:51:51.842429 [ 4 ] {35cca334-ec30-45e4-97b2-2e8ebbc277cb} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9029 | 2025.02.28 06:51:51.842680 [ 4 ] {35cca334-ec30-45e4-97b2-2e8ebbc277cb} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9030 | 2025.02.28 06:51:51.842862 [ 4 ] {35cca334-ec30-45e4-97b2-2e8ebbc277cb} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001674 sec., 203703.7037037037 rows/sec., 13.59 MiB/sec. | ||
| 9031 | 2025.02.28 06:51:51.842914 [ 4 ] {35cca334-ec30-45e4-97b2-2e8ebbc277cb} <Debug> TCPHandler: Processed in 0.001885942 sec. | ||
| 9032 | 2025.02.28 06:51:51.843076 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9033 | 2025.02.28 06:51:51.843213 [ 255 ] {90caf68b-2e64-444a-a43b-cd486b0938e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9034 | 2025.02.28 06:51:51.843268 [ 255 ] {90caf68b-2e64-444a-a43b-cd486b0938e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9035 | 2025.02.28 06:51:51.843911 [ 255 ] {90caf68b-2e64-444a-a43b-cd486b0938e0} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9036 | 2025.02.28 06:51:51.843949 [ 255 ] {90caf68b-2e64-444a-a43b-cd486b0938e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9037 | 2025.02.28 06:51:51.844309 [ 255 ] {90caf68b-2e64-444a-a43b-cd486b0938e0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9038 | 2025.02.28 06:51:51.844540 [ 255 ] {90caf68b-2e64-444a-a43b-cd486b0938e0} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9039 | 2025.02.28 06:51:51.844700 [ 56 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9040 | 2025.02.28 06:51:51.844767 [ 56 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9041 | 2025.02.28 06:51:51.844785 [ 255 ] {90caf68b-2e64-444a-a43b-cd486b0938e0} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001593 sec., 70307.59573132455 rows/sec., 4.01 MiB/sec. | ||
| 9042 | 2025.02.28 06:51:51.844814 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9043 | 2025.02.28 06:51:51.844966 [ 255 ] {90caf68b-2e64-444a-a43b-cd486b0938e0} <Debug> TCPHandler: Processed in 0.001957114 sec. | ||
| 9044 | 2025.02.28 06:51:51.845055 [ 189 ] {ae10649f-1e0a-4033-8240-a3be65056305::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 | ||
| 9045 | 2025.02.28 06:51:51.845221 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9046 | 2025.02.28 06:51:51.845495 [ 189 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9047 | 2025.02.28 06:51:51.845628 [ 189 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 112 rows starting from the beginning of the part | ||
| 9048 | 2025.02.28 06:51:51.845694 [ 4 ] {46bfeb24-78d9-463b-b5ec-c11ac32dc8de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9049 | 2025.02.28 06:51:51.845890 [ 4 ] {46bfeb24-78d9-463b-b5ec-c11ac32dc8de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9050 | 2025.02.28 06:51:51.845904 [ 189 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 112 rows starting from the beginning of the part | ||
| 9051 | 2025.02.28 06:51:51.846297 [ 189 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 112 rows starting from the beginning of the part | ||
| 9052 | 2025.02.28 06:51:51.846690 [ 189 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 112 rows starting from the beginning of the part | ||
| 9053 | 2025.02.28 06:51:51.847105 [ 189 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 112 rows starting from the beginning of the part | ||
| 9054 | 2025.02.28 06:51:51.849221 [ 4 ] {46bfeb24-78d9-463b-b5ec-c11ac32dc8de} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9055 | 2025.02.28 06:51:51.849333 [ 4 ] {46bfeb24-78d9-463b-b5ec-c11ac32dc8de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9056 | 2025.02.28 06:51:51.849416 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004465004 sec., 125419.82045256847 rows/sec., 7.62 MiB/sec. | ||
| 9057 | 2025.02.28 06:51:51.849651 [ 201 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9058 | 2025.02.28 06:51:51.850101 [ 4 ] {46bfeb24-78d9-463b-b5ec-c11ac32dc8de} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9059 | 2025.02.28 06:51:51.850150 [ 195 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_33_8} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9060 | 2025.02.28 06:51:51.850371 [ 195 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_33_8} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9061 | 2025.02.28 06:51:51.850578 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9062 | 2025.02.28 06:51:51.850592 [ 4 ] {46bfeb24-78d9-463b-b5ec-c11ac32dc8de} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9063 | 2025.02.28 06:51:51.850805 [ 4 ] {46bfeb24-78d9-463b-b5ec-c11ac32dc8de} <Debug> executeQuery: Read 879 rows, 65.16 KiB in 0.005272 sec., 166729.8937784522 rows/sec., 12.07 MiB/sec. | ||
| 9064 | 2025.02.28 06:51:51.850870 [ 4 ] {46bfeb24-78d9-463b-b5ec-c11ac32dc8de} <Debug> TCPHandler: Processed in 0.00579075 sec. | ||
| 9065 | 2025.02.28 06:51:51.851027 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9066 | 2025.02.28 06:51:51.851146 [ 255 ] {daffb27a-050a-48df-9582-7eabaa835859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9067 | 2025.02.28 06:51:51.851196 [ 255 ] {daffb27a-050a-48df-9582-7eabaa835859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9068 | 2025.02.28 06:51:51.851686 [ 255 ] {daffb27a-050a-48df-9582-7eabaa835859} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9069 | 2025.02.28 06:51:51.851726 [ 255 ] {daffb27a-050a-48df-9582-7eabaa835859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9070 | 2025.02.28 06:51:51.852086 [ 255 ] {daffb27a-050a-48df-9582-7eabaa835859} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9071 | 2025.02.28 06:51:51.852317 [ 255 ] {daffb27a-050a-48df-9582-7eabaa835859} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9072 | 2025.02.28 06:51:51.852580 [ 255 ] {daffb27a-050a-48df-9582-7eabaa835859} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001459 sec., 4112.40575736806 rows/sec., 214.86 KiB/sec. | ||
| 9073 | 2025.02.28 06:51:51.852781 [ 255 ] {daffb27a-050a-48df-9582-7eabaa835859} <Debug> TCPHandler: Processed in 0.001809052 sec. | ||
| 9074 | 2025.02.28 06:51:51.852975 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9075 | 2025.02.28 06:51:51.853089 [ 4 ] {021d5432-bc3b-4028-bddb-709fea99e953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9076 | 2025.02.28 06:51:51.853141 [ 4 ] {021d5432-bc3b-4028-bddb-709fea99e953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9077 | 2025.02.28 06:51:51.853896 [ 4 ] {021d5432-bc3b-4028-bddb-709fea99e953} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9078 | 2025.02.28 06:51:51.853934 [ 4 ] {021d5432-bc3b-4028-bddb-709fea99e953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9079 | 2025.02.28 06:51:51.854381 [ 4 ] {021d5432-bc3b-4028-bddb-709fea99e953} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9080 | 2025.02.28 06:51:51.854632 [ 4 ] {021d5432-bc3b-4028-bddb-709fea99e953} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9081 | 2025.02.28 06:51:51.854814 [ 4 ] {021d5432-bc3b-4028-bddb-709fea99e953} <Debug> executeQuery: Read 1020 rows, 69.60 KiB in 0.001747 sec., 583858.0423583286 rows/sec., 38.91 MiB/sec. | ||
| 9082 | 2025.02.28 06:51:51.854866 [ 4 ] {021d5432-bc3b-4028-bddb-709fea99e953} <Debug> TCPHandler: Processed in 0.001984893 sec. | ||
| 9083 | 2025.02.28 06:51:51.855074 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9084 | 2025.02.28 06:51:51.855306 [ 255 ] {8c60f3e2-e979-4d43-938f-324c3fcd6815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9085 | 2025.02.28 06:51:51.855401 [ 255 ] {8c60f3e2-e979-4d43-938f-324c3fcd6815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9086 | 2025.02.28 06:51:51.855908 [ 255 ] {8c60f3e2-e979-4d43-938f-324c3fcd6815} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9087 | 2025.02.28 06:51:51.855946 [ 255 ] {8c60f3e2-e979-4d43-938f-324c3fcd6815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9088 | 2025.02.28 06:51:51.856312 [ 255 ] {8c60f3e2-e979-4d43-938f-324c3fcd6815} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9089 | 2025.02.28 06:51:51.856546 [ 255 ] {8c60f3e2-e979-4d43-938f-324c3fcd6815} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9090 | 2025.02.28 06:51:51.856748 [ 255 ] {8c60f3e2-e979-4d43-938f-324c3fcd6815} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001506 sec., 664.0106241699867 rows/sec., 44.74 KiB/sec. | ||
| 9091 | 2025.02.28 06:51:51.856797 [ 255 ] {8c60f3e2-e979-4d43-938f-324c3fcd6815} <Debug> TCPHandler: Processed in 0.001836522 sec. | ||
| 9092 | 2025.02.28 06:51:51.856931 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9093 | 2025.02.28 06:51:51.857048 [ 4 ] {92789f82-c8b5-437f-979e-4dad72b50c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9094 | 2025.02.28 06:51:51.857128 [ 4 ] {92789f82-c8b5-437f-979e-4dad72b50c9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9095 | 2025.02.28 06:51:51.858304 [ 4 ] {92789f82-c8b5-437f-979e-4dad72b50c9a} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9096 | 2025.02.28 06:51:51.858343 [ 4 ] {92789f82-c8b5-437f-979e-4dad72b50c9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9097 | 2025.02.28 06:51:51.859012 [ 4 ] {92789f82-c8b5-437f-979e-4dad72b50c9a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9098 | 2025.02.28 06:51:51.859272 [ 4 ] {92789f82-c8b5-437f-979e-4dad72b50c9a} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9099 | 2025.02.28 06:51:51.859522 [ 4 ] {92789f82-c8b5-437f-979e-4dad72b50c9a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00249 sec., 15662.650602409638 rows/sec., 28.07 MiB/sec. | ||
| 9100 | 2025.02.28 06:51:51.860143 [ 4 ] {92789f82-c8b5-437f-979e-4dad72b50c9a} <Debug> TCPHandler: Processed in 0.003260479 sec. | ||
| 9101 | 2025.02.28 06:51:51.860452 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9102 | 2025.02.28 06:51:51.860609 [ 255 ] {907a6b9f-771e-423b-9cd6-ff86c4548fc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9103 | 2025.02.28 06:51:51.860667 [ 255 ] {907a6b9f-771e-423b-9cd6-ff86c4548fc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9104 | 2025.02.28 06:51:51.861216 [ 255 ] {907a6b9f-771e-423b-9cd6-ff86c4548fc8} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9105 | 2025.02.28 06:51:51.861260 [ 255 ] {907a6b9f-771e-423b-9cd6-ff86c4548fc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9106 | 2025.02.28 06:51:51.861651 [ 255 ] {907a6b9f-771e-423b-9cd6-ff86c4548fc8} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9107 | 2025.02.28 06:51:51.861884 [ 255 ] {907a6b9f-771e-423b-9cd6-ff86c4548fc8} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9108 | 2025.02.28 06:51:51.862091 [ 255 ] {907a6b9f-771e-423b-9cd6-ff86c4548fc8} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001511 sec., 38385.175380542685 rows/sec., 2.38 MiB/sec. | ||
| 9109 | 2025.02.28 06:51:51.862140 [ 255 ] {907a6b9f-771e-423b-9cd6-ff86c4548fc8} <Debug> TCPHandler: Processed in 0.001854483 sec. | ||
| 9110 | 2025.02.28 06:51:53.865186 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1282 | ||
| 9111 | 2025.02.28 06:51:53.868914 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9112 | 2025.02.28 06:51:53.868960 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9113 | 2025.02.28 06:51:53.870416 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9114 | 2025.02.28 06:51:53.870734 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9115 | 2025.02.28 06:51:53.872065 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1282 | ||
| 9116 | 2025.02.28 06:51:54.388623 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9117 | 2025.02.28 06:51:54.388819 [ 4 ] {62be30da-b082-4daa-8bdc-d27e6b1353e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9118 | 2025.02.28 06:51:54.388898 [ 4 ] {62be30da-b082-4daa-8bdc-d27e6b1353e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9119 | 2025.02.28 06:51:54.389751 [ 4 ] {62be30da-b082-4daa-8bdc-d27e6b1353e5} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9120 | 2025.02.28 06:51:54.389810 [ 4 ] {62be30da-b082-4daa-8bdc-d27e6b1353e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9121 | 2025.02.28 06:51:54.390320 [ 4 ] {62be30da-b082-4daa-8bdc-d27e6b1353e5} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9122 | 2025.02.28 06:51:54.390595 [ 4 ] {62be30da-b082-4daa-8bdc-d27e6b1353e5} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9123 | 2025.02.28 06:51:54.390815 [ 4 ] {62be30da-b082-4daa-8bdc-d27e6b1353e5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002049 sec., 27330.405075646657 rows/sec., 2.10 MiB/sec. | ||
| 9124 | 2025.02.28 06:51:54.390885 [ 4 ] {62be30da-b082-4daa-8bdc-d27e6b1353e5} <Debug> TCPHandler: Processed in 0.002399549 sec. | ||
| 9125 | 2025.02.28 06:51:54.391157 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9126 | 2025.02.28 06:51:54.391349 [ 255 ] {b5d65d47-91f0-4f65-bafe-d8596a711479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9127 | 2025.02.28 06:51:54.391425 [ 255 ] {b5d65d47-91f0-4f65-bafe-d8596a711479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9128 | 2025.02.28 06:51:54.392221 [ 255 ] {b5d65d47-91f0-4f65-bafe-d8596a711479} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9129 | 2025.02.28 06:51:54.392272 [ 255 ] {b5d65d47-91f0-4f65-bafe-d8596a711479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9130 | 2025.02.28 06:51:54.392727 [ 255 ] {b5d65d47-91f0-4f65-bafe-d8596a711479} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9131 | 2025.02.28 06:51:54.392986 [ 255 ] {b5d65d47-91f0-4f65-bafe-d8596a711479} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9132 | 2025.02.28 06:51:54.393234 [ 255 ] {b5d65d47-91f0-4f65-bafe-d8596a711479} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00194 sec., 32989.69072164948 rows/sec., 2.57 MiB/sec. | ||
| 9133 | 2025.02.28 06:51:54.393306 [ 255 ] {b5d65d47-91f0-4f65-bafe-d8596a711479} <Debug> TCPHandler: Processed in 0.002280157 sec. | ||
| 9134 | 2025.02.28 06:51:54.393481 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9135 | 2025.02.28 06:51:54.393617 [ 4 ] {81981b0a-05ef-4ef3-a1ec-e845b15b5d07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9136 | 2025.02.28 06:51:54.393680 [ 4 ] {81981b0a-05ef-4ef3-a1ec-e845b15b5d07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9137 | 2025.02.28 06:51:54.394251 [ 4 ] {81981b0a-05ef-4ef3-a1ec-e845b15b5d07} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9138 | 2025.02.28 06:51:54.394289 [ 4 ] {81981b0a-05ef-4ef3-a1ec-e845b15b5d07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9139 | 2025.02.28 06:51:54.394710 [ 4 ] {81981b0a-05ef-4ef3-a1ec-e845b15b5d07} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9140 | 2025.02.28 06:51:54.394977 [ 4 ] {81981b0a-05ef-4ef3-a1ec-e845b15b5d07} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9141 | 2025.02.28 06:51:54.395173 [ 4 ] {81981b0a-05ef-4ef3-a1ec-e845b15b5d07} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001588 sec., 40302.26700251889 rows/sec., 2.81 MiB/sec. | ||
| 9142 | 2025.02.28 06:51:54.395229 [ 4 ] {81981b0a-05ef-4ef3-a1ec-e845b15b5d07} <Debug> TCPHandler: Processed in 0.001809361 sec. | ||
| 9143 | 2025.02.28 06:51:54.395435 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9144 | 2025.02.28 06:51:54.395598 [ 255 ] {5f4ef9f0-f885-4583-a4ef-763e95c96356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9145 | 2025.02.28 06:51:54.395656 [ 255 ] {5f4ef9f0-f885-4583-a4ef-763e95c96356} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9146 | 2025.02.28 06:51:54.396174 [ 255 ] {5f4ef9f0-f885-4583-a4ef-763e95c96356} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9147 | 2025.02.28 06:51:54.396217 [ 255 ] {5f4ef9f0-f885-4583-a4ef-763e95c96356} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9148 | 2025.02.28 06:51:54.396609 [ 255 ] {5f4ef9f0-f885-4583-a4ef-763e95c96356} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9149 | 2025.02.28 06:51:54.396853 [ 255 ] {5f4ef9f0-f885-4583-a4ef-763e95c96356} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9150 | 2025.02.28 06:51:54.397078 [ 255 ] {5f4ef9f0-f885-4583-a4ef-763e95c96356} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001511 sec., 15883.520847121112 rows/sec., 1.07 MiB/sec. | ||
| 9151 | 2025.02.28 06:51:54.397128 [ 255 ] {5f4ef9f0-f885-4583-a4ef-763e95c96356} <Debug> TCPHandler: Processed in 0.001805322 sec. | ||
| 9152 | 2025.02.28 06:51:56.276556 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594 | ||
| 9153 | 2025.02.28 06:51:56.277232 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9154 | 2025.02.28 06:51:56.277275 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9155 | 2025.02.28 06:51:56.277813 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9156 | 2025.02.28 06:51:56.278076 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9157 | 2025.02.28 06:51:56.278316 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 | ||
| 9158 | 2025.02.28 06:51:57.800829 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 9159 | 2025.02.28 06:51:57.820025 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9160 | 2025.02.28 06:51:57.820086 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9161 | 2025.02.28 06:51:57.826934 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9162 | 2025.02.28 06:51:57.827683 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9163 | 2025.02.28 06:51:57.830413 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 9164 | 2025.02.28 06:51:59.393946 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9165 | 2025.02.28 06:51:59.394268 [ 4 ] {0d2513d0-b85f-43a4-babb-1de7771b71d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9166 | 2025.02.28 06:51:59.394383 [ 4 ] {0d2513d0-b85f-43a4-babb-1de7771b71d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9167 | 2025.02.28 06:51:59.395315 [ 4 ] {0d2513d0-b85f-43a4-babb-1de7771b71d4} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9168 | 2025.02.28 06:51:59.395361 [ 4 ] {0d2513d0-b85f-43a4-babb-1de7771b71d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9169 | 2025.02.28 06:51:59.395792 [ 4 ] {0d2513d0-b85f-43a4-babb-1de7771b71d4} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9170 | 2025.02.28 06:51:59.396045 [ 4 ] {0d2513d0-b85f-43a4-babb-1de7771b71d4} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9171 | 2025.02.28 06:51:59.396280 [ 4 ] {0d2513d0-b85f-43a4-babb-1de7771b71d4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002097 sec., 26704.81640438722 rows/sec., 2.05 MiB/sec. | ||
| 9172 | 2025.02.28 06:51:59.396336 [ 4 ] {0d2513d0-b85f-43a4-babb-1de7771b71d4} <Debug> TCPHandler: Processed in 0.002576331 sec. | ||
| 9173 | 2025.02.28 06:51:59.396610 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9174 | 2025.02.28 06:51:59.396826 [ 255 ] {f42e9c19-d77d-4c2b-9804-90654c485eb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9175 | 2025.02.28 06:51:59.396908 [ 255 ] {f42e9c19-d77d-4c2b-9804-90654c485eb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9176 | 2025.02.28 06:51:59.397793 [ 255 ] {f42e9c19-d77d-4c2b-9804-90654c485eb3} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9177 | 2025.02.28 06:51:59.397848 [ 255 ] {f42e9c19-d77d-4c2b-9804-90654c485eb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9178 | 2025.02.28 06:51:59.398324 [ 255 ] {f42e9c19-d77d-4c2b-9804-90654c485eb3} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9179 | 2025.02.28 06:51:59.398584 [ 255 ] {f42e9c19-d77d-4c2b-9804-90654c485eb3} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9180 | 2025.02.28 06:51:59.398828 [ 255 ] {f42e9c19-d77d-4c2b-9804-90654c485eb3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002063 sec., 31022.782355792533 rows/sec., 2.42 MiB/sec. | ||
| 9181 | 2025.02.28 06:51:59.398898 [ 255 ] {f42e9c19-d77d-4c2b-9804-90654c485eb3} <Debug> TCPHandler: Processed in 0.002431569 sec. | ||
| 9182 | 2025.02.28 06:51:59.399048 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9183 | 2025.02.28 06:51:59.399171 [ 4 ] {2c129e20-cddd-425e-98ec-faa7463ca73b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9184 | 2025.02.28 06:51:59.399226 [ 4 ] {2c129e20-cddd-425e-98ec-faa7463ca73b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9185 | 2025.02.28 06:51:59.399817 [ 4 ] {2c129e20-cddd-425e-98ec-faa7463ca73b} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9186 | 2025.02.28 06:51:59.399883 [ 4 ] {2c129e20-cddd-425e-98ec-faa7463ca73b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9187 | 2025.02.28 06:51:59.400284 [ 4 ] {2c129e20-cddd-425e-98ec-faa7463ca73b} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9188 | 2025.02.28 06:51:59.400536 [ 4 ] {2c129e20-cddd-425e-98ec-faa7463ca73b} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9189 | 2025.02.28 06:51:59.400771 [ 4 ] {2c129e20-cddd-425e-98ec-faa7463ca73b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001623 sec., 98582.87122612445 rows/sec., 6.87 MiB/sec. | ||
| 9190 | 2025.02.28 06:51:59.400843 [ 4 ] {2c129e20-cddd-425e-98ec-faa7463ca73b} <Debug> TCPHandler: Processed in 0.001853283 sec. | ||
| 9191 | 2025.02.28 06:51:59.401080 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9192 | 2025.02.28 06:51:59.401320 [ 255 ] {cd851489-7d5e-4d81-8016-8ce91b1e276e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9193 | 2025.02.28 06:51:59.401386 [ 255 ] {cd851489-7d5e-4d81-8016-8ce91b1e276e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9194 | 2025.02.28 06:51:59.401960 [ 255 ] {cd851489-7d5e-4d81-8016-8ce91b1e276e} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9195 | 2025.02.28 06:51:59.402002 [ 255 ] {cd851489-7d5e-4d81-8016-8ce91b1e276e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9196 | 2025.02.28 06:51:59.402385 [ 255 ] {cd851489-7d5e-4d81-8016-8ce91b1e276e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9197 | 2025.02.28 06:51:59.402617 [ 255 ] {cd851489-7d5e-4d81-8016-8ce91b1e276e} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9198 | 2025.02.28 06:51:59.402858 [ 255 ] {cd851489-7d5e-4d81-8016-8ce91b1e276e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001583 sec., 37902.71636133923 rows/sec., 2.55 MiB/sec. | ||
| 9199 | 2025.02.28 06:51:59.402961 [ 255 ] {cd851489-7d5e-4d81-8016-8ce91b1e276e} <Debug> TCPHandler: Processed in 0.002018824 sec. | ||
| 9200 | 2025.02.28 06:52:03.623062 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9201 | 2025.02.28 06:52:03.623128 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9202 | 2025.02.28 06:52:03.662558 [ 147 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 9203 | 2025.02.28 06:52:03.662621 [ 147 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9204 | 2025.02.28 06:52:03.662645 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9205 | 2025.02.28 06:52:03.662857 [ 190 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full | ||
| 9206 | 2025.02.28 06:52:03.663109 [ 190 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9207 | 2025.02.28 06:52:03.663151 [ 190 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 163 rows starting from the beginning of the part | ||
| 9208 | 2025.02.28 06:52:03.663238 [ 190 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 161 rows starting from the beginning of the part | ||
| 9209 | 2025.02.28 06:52:03.663494 [ 190 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 145 rows starting from the beginning of the part | ||
| 9210 | 2025.02.28 06:52:03.663659 [ 190 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 145 rows starting from the beginning of the part | ||
| 9211 | 2025.02.28 06:52:03.663906 [ 190 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 147 rows starting from the beginning of the part | ||
| 9212 | 2025.02.28 06:52:03.665127 [ 195 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 5 columns (5 merged, 0 gathered) in 0.002398149 sec., 317328.07260933326 rows/sec., 21.21 MiB/sec. | ||
| 9213 | 2025.02.28 06:52:03.665336 [ 195 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9214 | 2025.02.28 06:52:03.665668 [ 195 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_33_7} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9215 | 2025.02.28 06:52:03.665764 [ 195 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_33_7} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 9216 | 2025.02.28 06:52:03.665870 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 9217 | 2025.02.28 06:52:03.704962 [ 147 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 9218 | 2025.02.28 06:52:03.705000 [ 147 ] {} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9219 | 2025.02.28 06:52:03.705025 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9220 | 2025.02.28 06:52:03.705192 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full | ||
| 9221 | 2025.02.28 06:52:03.705390 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9222 | 2025.02.28 06:52:03.705434 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 341 rows starting from the beginning of the part | ||
| 9223 | 2025.02.28 06:52:03.705585 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 341 rows starting from the beginning of the part | ||
| 9224 | 2025.02.28 06:52:03.705808 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 113 rows starting from the beginning of the part | ||
| 9225 | 2025.02.28 06:52:03.705972 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 113 rows starting from the beginning of the part | ||
| 9226 | 2025.02.28 06:52:03.706164 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 341 rows starting from the beginning of the part | ||
| 9227 | 2025.02.28 06:52:03.707451 [ 195 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.002350518 sec., 531372.2336948707 rows/sec., 37.29 MiB/sec. | ||
| 9228 | 2025.02.28 06:52:03.707634 [ 192 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9229 | 2025.02.28 06:52:03.707972 [ 192 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_33_7} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9230 | 2025.02.28 06:52:03.708053 [ 192 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_33_7} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 9231 | 2025.02.28 06:52:03.708135 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 9232 | 2025.02.28 06:52:03.778537 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021 | ||
| 9233 | 2025.02.28 06:52:03.779128 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9234 | 2025.02.28 06:52:03.779167 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9235 | 2025.02.28 06:52:03.779715 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9236 | 2025.02.28 06:52:03.779959 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9237 | 2025.02.28 06:52:03.780180 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 9238 | 2025.02.28 06:52:03.872447 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1298 | ||
| 9239 | 2025.02.28 06:52:03.875128 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9240 | 2025.02.28 06:52:03.875174 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9241 | 2025.02.28 06:52:03.876591 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9242 | 2025.02.28 06:52:03.876901 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9243 | 2025.02.28 06:52:03.878268 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1298 | ||
| 9244 | 2025.02.28 06:52:04.001369 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000973921 sec. | ||
| 9245 | 2025.02.28 06:52:04.189699 [ 147 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 9246 | 2025.02.28 06:52:04.189774 [ 147 ] {} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9247 | 2025.02.28 06:52:04.189801 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9248 | 2025.02.28 06:52:04.189962 [ 196 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full | ||
| 9249 | 2025.02.28 06:52:04.190206 [ 196 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9250 | 2025.02.28 06:52:04.190252 [ 196 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 174 rows starting from the beginning of the part | ||
| 9251 | 2025.02.28 06:52:04.190337 [ 196 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 9252 | 2025.02.28 06:52:04.190516 [ 196 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 9253 | 2025.02.28 06:52:04.190789 [ 196 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 9254 | 2025.02.28 06:52:04.191095 [ 196 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 9255 | 2025.02.28 06:52:04.192204 [ 195 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.002327577 sec., 85067.0031539236 rows/sec., 4.34 MiB/sec. | ||
| 9256 | 2025.02.28 06:52:04.192372 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9257 | 2025.02.28 06:52:04.192723 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_33_7} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9258 | 2025.02.28 06:52:04.192815 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_33_7} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 9259 | 2025.02.28 06:52:04.192899 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9260 | 2025.02.28 06:52:04.401939 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9261 | 2025.02.28 06:52:04.402116 [ 4 ] {c604e577-96ca-43bd-884e-7bfd678be276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9262 | 2025.02.28 06:52:04.402187 [ 4 ] {c604e577-96ca-43bd-884e-7bfd678be276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9263 | 2025.02.28 06:52:04.403007 [ 4 ] {c604e577-96ca-43bd-884e-7bfd678be276} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9264 | 2025.02.28 06:52:04.403057 [ 4 ] {c604e577-96ca-43bd-884e-7bfd678be276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9265 | 2025.02.28 06:52:04.403490 [ 4 ] {c604e577-96ca-43bd-884e-7bfd678be276} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9266 | 2025.02.28 06:52:04.403744 [ 4 ] {c604e577-96ca-43bd-884e-7bfd678be276} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9267 | 2025.02.28 06:52:04.403984 [ 4 ] {c604e577-96ca-43bd-884e-7bfd678be276} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001908 sec., 111111.11111111111 rows/sec., 7.07 MiB/sec. | ||
| 9268 | 2025.02.28 06:52:04.404064 [ 4 ] {c604e577-96ca-43bd-884e-7bfd678be276} <Debug> TCPHandler: Processed in 0.002257927 sec. | ||
| 9269 | 2025.02.28 06:52:04.404386 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9270 | 2025.02.28 06:52:04.404577 [ 255 ] {c430f018-c0c3-40ef-abd1-a3ce9f0060a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9271 | 2025.02.28 06:52:04.404653 [ 255 ] {c430f018-c0c3-40ef-abd1-a3ce9f0060a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9272 | 2025.02.28 06:52:04.405762 [ 255 ] {c430f018-c0c3-40ef-abd1-a3ce9f0060a5} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9273 | 2025.02.28 06:52:04.405815 [ 255 ] {c430f018-c0c3-40ef-abd1-a3ce9f0060a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9274 | 2025.02.28 06:52:04.406294 [ 255 ] {c430f018-c0c3-40ef-abd1-a3ce9f0060a5} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9275 | 2025.02.28 06:52:04.406547 [ 255 ] {c430f018-c0c3-40ef-abd1-a3ce9f0060a5} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9276 | 2025.02.28 06:52:04.406788 [ 255 ] {c430f018-c0c3-40ef-abd1-a3ce9f0060a5} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002264 sec., 306978.79858657246 rows/sec., 24.51 MiB/sec. | ||
| 9277 | 2025.02.28 06:52:04.406851 [ 255 ] {c430f018-c0c3-40ef-abd1-a3ce9f0060a5} <Debug> TCPHandler: Processed in 0.002635252 sec. | ||
| 9278 | 2025.02.28 06:52:04.407023 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9279 | 2025.02.28 06:52:04.407163 [ 4 ] {6d8f9c66-0583-46f3-81b9-a40ba3398502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9280 | 2025.02.28 06:52:04.407221 [ 4 ] {6d8f9c66-0583-46f3-81b9-a40ba3398502} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9281 | 2025.02.28 06:52:04.407961 [ 4 ] {6d8f9c66-0583-46f3-81b9-a40ba3398502} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9282 | 2025.02.28 06:52:04.408001 [ 4 ] {6d8f9c66-0583-46f3-81b9-a40ba3398502} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9283 | 2025.02.28 06:52:04.408370 [ 4 ] {6d8f9c66-0583-46f3-81b9-a40ba3398502} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9284 | 2025.02.28 06:52:04.408613 [ 4 ] {6d8f9c66-0583-46f3-81b9-a40ba3398502} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9285 | 2025.02.28 06:52:04.408822 [ 4 ] {6d8f9c66-0583-46f3-81b9-a40ba3398502} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001689 sec., 85849.61515689758 rows/sec., 5.39 MiB/sec. | ||
| 9286 | 2025.02.28 06:52:04.408876 [ 4 ] {6d8f9c66-0583-46f3-81b9-a40ba3398502} <Debug> TCPHandler: Processed in 0.001919703 sec. | ||
| 9287 | 2025.02.28 06:52:04.409022 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9288 | 2025.02.28 06:52:04.409152 [ 255 ] {868bb28e-0c6d-4dde-bb1b-7d754eb1f086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9289 | 2025.02.28 06:52:04.409206 [ 255 ] {868bb28e-0c6d-4dde-bb1b-7d754eb1f086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9290 | 2025.02.28 06:52:04.409844 [ 255 ] {868bb28e-0c6d-4dde-bb1b-7d754eb1f086} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9291 | 2025.02.28 06:52:04.409886 [ 255 ] {868bb28e-0c6d-4dde-bb1b-7d754eb1f086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9292 | 2025.02.28 06:52:04.410251 [ 255 ] {868bb28e-0c6d-4dde-bb1b-7d754eb1f086} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9293 | 2025.02.28 06:52:04.410496 [ 255 ] {868bb28e-0c6d-4dde-bb1b-7d754eb1f086} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9294 | 2025.02.28 06:52:04.410697 [ 255 ] {868bb28e-0c6d-4dde-bb1b-7d754eb1f086} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001576 sec., 71700.5076142132 rows/sec., 4.64 MiB/sec. | ||
| 9295 | 2025.02.28 06:52:04.410750 [ 255 ] {868bb28e-0c6d-4dde-bb1b-7d754eb1f086} <Debug> TCPHandler: Processed in 0.001783831 sec. | ||
| 9296 | 2025.02.28 06:52:04.410891 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9297 | 2025.02.28 06:52:04.411028 [ 4 ] {7e1f0c3c-af18-43ca-a9c0-9b2da7291801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9298 | 2025.02.28 06:52:04.411096 [ 4 ] {7e1f0c3c-af18-43ca-a9c0-9b2da7291801} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9299 | 2025.02.28 06:52:04.411821 [ 4 ] {7e1f0c3c-af18-43ca-a9c0-9b2da7291801} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9300 | 2025.02.28 06:52:04.411868 [ 4 ] {7e1f0c3c-af18-43ca-a9c0-9b2da7291801} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9301 | 2025.02.28 06:52:04.412243 [ 4 ] {7e1f0c3c-af18-43ca-a9c0-9b2da7291801} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9302 | 2025.02.28 06:52:04.412483 [ 4 ] {7e1f0c3c-af18-43ca-a9c0-9b2da7291801} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9303 | 2025.02.28 06:52:04.412731 [ 4 ] {7e1f0c3c-af18-43ca-a9c0-9b2da7291801} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001726 sec., 64889.91888760139 rows/sec., 3.70 MiB/sec. | ||
| 9304 | 2025.02.28 06:52:04.412895 [ 4 ] {7e1f0c3c-af18-43ca-a9c0-9b2da7291801} <Debug> TCPHandler: Processed in 0.002051814 sec. | ||
| 9305 | 2025.02.28 06:52:04.413132 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9306 | 2025.02.28 06:52:04.413277 [ 255 ] {ba3a7cba-a17d-4d32-8ec4-314e7b35ca84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9307 | 2025.02.28 06:52:04.413333 [ 255 ] {ba3a7cba-a17d-4d32-8ec4-314e7b35ca84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9308 | 2025.02.28 06:52:04.414124 [ 255 ] {ba3a7cba-a17d-4d32-8ec4-314e7b35ca84} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9309 | 2025.02.28 06:52:04.414163 [ 255 ] {ba3a7cba-a17d-4d32-8ec4-314e7b35ca84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9310 | 2025.02.28 06:52:04.414547 [ 255 ] {ba3a7cba-a17d-4d32-8ec4-314e7b35ca84} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9311 | 2025.02.28 06:52:04.414790 [ 255 ] {ba3a7cba-a17d-4d32-8ec4-314e7b35ca84} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9312 | 2025.02.28 06:52:04.415001 [ 255 ] {ba3a7cba-a17d-4d32-8ec4-314e7b35ca84} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001752 sec., 240296.80365296802 rows/sec., 17.12 MiB/sec. | ||
| 9313 | 2025.02.28 06:52:04.415054 [ 255 ] {ba3a7cba-a17d-4d32-8ec4-314e7b35ca84} <Debug> TCPHandler: Processed in 0.002053425 sec. | ||
| 9314 | 2025.02.28 06:52:04.415204 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9315 | 2025.02.28 06:52:04.415343 [ 4 ] {a51d952c-d3ae-4c82-b2b6-3d86303f70d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9316 | 2025.02.28 06:52:04.415402 [ 4 ] {a51d952c-d3ae-4c82-b2b6-3d86303f70d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9317 | 2025.02.28 06:52:04.415962 [ 4 ] {a51d952c-d3ae-4c82-b2b6-3d86303f70d5} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9318 | 2025.02.28 06:52:04.416001 [ 4 ] {a51d952c-d3ae-4c82-b2b6-3d86303f70d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9319 | 2025.02.28 06:52:04.416372 [ 4 ] {a51d952c-d3ae-4c82-b2b6-3d86303f70d5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9320 | 2025.02.28 06:52:04.416609 [ 4 ] {a51d952c-d3ae-4c82-b2b6-3d86303f70d5} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9321 | 2025.02.28 06:52:04.416814 [ 4 ] {a51d952c-d3ae-4c82-b2b6-3d86303f70d5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001502 sec., 3994.6737683089214 rows/sec., 208.71 KiB/sec. | ||
| 9322 | 2025.02.28 06:52:04.416862 [ 4 ] {a51d952c-d3ae-4c82-b2b6-3d86303f70d5} <Debug> TCPHandler: Processed in 0.001726811 sec. | ||
| 9323 | 2025.02.28 06:52:04.417003 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9324 | 2025.02.28 06:52:04.417141 [ 255 ] {4865bb2a-7538-4be5-9524-b22035ad7408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9325 | 2025.02.28 06:52:04.417203 [ 255 ] {4865bb2a-7538-4be5-9524-b22035ad7408} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9326 | 2025.02.28 06:52:04.417879 [ 255 ] {4865bb2a-7538-4be5-9524-b22035ad7408} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9327 | 2025.02.28 06:52:04.417923 [ 255 ] {4865bb2a-7538-4be5-9524-b22035ad7408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9328 | 2025.02.28 06:52:04.418325 [ 255 ] {4865bb2a-7538-4be5-9524-b22035ad7408} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9329 | 2025.02.28 06:52:04.418556 [ 255 ] {4865bb2a-7538-4be5-9524-b22035ad7408} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9330 | 2025.02.28 06:52:04.418744 [ 255 ] {4865bb2a-7538-4be5-9524-b22035ad7408} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001631 sec., 145309.62599632127 rows/sec., 9.74 MiB/sec. | ||
| 9331 | 2025.02.28 06:52:04.418843 [ 255 ] {4865bb2a-7538-4be5-9524-b22035ad7408} <Debug> TCPHandler: Processed in 0.001905573 sec. | ||
| 9332 | 2025.02.28 06:52:04.419049 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9333 | 2025.02.28 06:52:04.419399 [ 4 ] {d50959d8-18a0-4c9b-a7c0-2fbc82f9723d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9334 | 2025.02.28 06:52:04.419542 [ 4 ] {d50959d8-18a0-4c9b-a7c0-2fbc82f9723d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9335 | 2025.02.28 06:52:04.420133 [ 4 ] {d50959d8-18a0-4c9b-a7c0-2fbc82f9723d} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9336 | 2025.02.28 06:52:04.420172 [ 4 ] {d50959d8-18a0-4c9b-a7c0-2fbc82f9723d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9337 | 2025.02.28 06:52:04.420535 [ 4 ] {d50959d8-18a0-4c9b-a7c0-2fbc82f9723d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9338 | 2025.02.28 06:52:04.420773 [ 4 ] {d50959d8-18a0-4c9b-a7c0-2fbc82f9723d} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9339 | 2025.02.28 06:52:04.421028 [ 4 ] {d50959d8-18a0-4c9b-a7c0-2fbc82f9723d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001763 sec., 567.2149744753261 rows/sec., 38.22 KiB/sec. | ||
| 9340 | 2025.02.28 06:52:04.421245 [ 4 ] {d50959d8-18a0-4c9b-a7c0-2fbc82f9723d} <Debug> TCPHandler: Processed in 0.002324168 sec. | ||
| 9341 | 2025.02.28 06:52:04.421435 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9342 | 2025.02.28 06:52:04.421570 [ 255 ] {bac70f45-67b5-4cfd-b13e-37afbe2c0796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9343 | 2025.02.28 06:52:04.421655 [ 255 ] {bac70f45-67b5-4cfd-b13e-37afbe2c0796} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9344 | 2025.02.28 06:52:04.422835 [ 255 ] {bac70f45-67b5-4cfd-b13e-37afbe2c0796} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9345 | 2025.02.28 06:52:04.422872 [ 255 ] {bac70f45-67b5-4cfd-b13e-37afbe2c0796} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9346 | 2025.02.28 06:52:04.423534 [ 255 ] {bac70f45-67b5-4cfd-b13e-37afbe2c0796} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9347 | 2025.02.28 06:52:04.423788 [ 255 ] {bac70f45-67b5-4cfd-b13e-37afbe2c0796} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9348 | 2025.02.28 06:52:04.423980 [ 255 ] {bac70f45-67b5-4cfd-b13e-37afbe2c0796} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00244 sec., 15983.60655737705 rows/sec., 28.64 MiB/sec. | ||
| 9349 | 2025.02.28 06:52:04.424071 [ 255 ] {bac70f45-67b5-4cfd-b13e-37afbe2c0796} <Debug> TCPHandler: Processed in 0.002736883 sec. | ||
| 9350 | 2025.02.28 06:52:04.424219 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9351 | 2025.02.28 06:52:04.424357 [ 4 ] {23bb3718-d84c-4630-8e72-2492f5408592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9352 | 2025.02.28 06:52:04.424416 [ 4 ] {23bb3718-d84c-4630-8e72-2492f5408592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9353 | 2025.02.28 06:52:04.424970 [ 4 ] {23bb3718-d84c-4630-8e72-2492f5408592} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9354 | 2025.02.28 06:52:04.425009 [ 4 ] {23bb3718-d84c-4630-8e72-2492f5408592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9355 | 2025.02.28 06:52:04.425387 [ 4 ] {23bb3718-d84c-4630-8e72-2492f5408592} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9356 | 2025.02.28 06:52:04.425629 [ 4 ] {23bb3718-d84c-4630-8e72-2492f5408592} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9357 | 2025.02.28 06:52:04.425884 [ 4 ] {23bb3718-d84c-4630-8e72-2492f5408592} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001552 sec., 52835.051546391755 rows/sec., 3.36 MiB/sec. | ||
| 9358 | 2025.02.28 06:52:04.425953 [ 4 ] {23bb3718-d84c-4630-8e72-2492f5408592} <Debug> TCPHandler: Processed in 0.001802211 sec. | ||
| 9359 | 2025.02.28 06:52:05.330600 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 9360 | 2025.02.28 06:52:05.350963 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9361 | 2025.02.28 06:52:05.351023 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9362 | 2025.02.28 06:52:05.358281 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9363 | 2025.02.28 06:52:05.359048 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9364 | 2025.02.28 06:52:05.361745 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 9365 | 2025.02.28 06:52:09.393174 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9366 | 2025.02.28 06:52:09.393510 [ 4 ] {dc943b23-c59a-42f1-9a2f-4e7a37dc5cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9367 | 2025.02.28 06:52:09.393629 [ 4 ] {dc943b23-c59a-42f1-9a2f-4e7a37dc5cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9368 | 2025.02.28 06:52:09.394634 [ 4 ] {dc943b23-c59a-42f1-9a2f-4e7a37dc5cb1} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9369 | 2025.02.28 06:52:09.394686 [ 4 ] {dc943b23-c59a-42f1-9a2f-4e7a37dc5cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9370 | 2025.02.28 06:52:09.395143 [ 4 ] {dc943b23-c59a-42f1-9a2f-4e7a37dc5cb1} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9371 | 2025.02.28 06:52:09.395392 [ 4 ] {dc943b23-c59a-42f1-9a2f-4e7a37dc5cb1} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9372 | 2025.02.28 06:52:09.395588 [ 141 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9373 | 2025.02.28 06:52:09.395657 [ 4 ] {dc943b23-c59a-42f1-9a2f-4e7a37dc5cb1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002229 sec., 25123.37371018394 rows/sec., 1.93 MiB/sec. | ||
| 9374 | 2025.02.28 06:52:09.395666 [ 141 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9375 | 2025.02.28 06:52:09.395735 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9376 | 2025.02.28 06:52:09.395787 [ 4 ] {dc943b23-c59a-42f1-9a2f-4e7a37dc5cb1} <Debug> TCPHandler: Processed in 0.002776193 sec. | ||
| 9377 | 2025.02.28 06:52:09.395906 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 9378 | 2025.02.28 06:52:09.396012 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9379 | 2025.02.28 06:52:09.396057 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1844 rows starting from the beginning of the part | ||
| 9380 | 2025.02.28 06:52:09.396066 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9381 | 2025.02.28 06:52:09.396216 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1836 rows starting from the beginning of the part | ||
| 9382 | 2025.02.28 06:52:09.396536 [ 255 ] {1026ddf7-3d49-443e-b378-b13bed77dbd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9383 | 2025.02.28 06:52:09.396555 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part | ||
| 9384 | 2025.02.28 06:52:09.396801 [ 255 ] {1026ddf7-3d49-443e-b378-b13bed77dbd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9385 | 2025.02.28 06:52:09.396860 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 56 rows starting from the beginning of the part | ||
| 9386 | 2025.02.28 06:52:09.397193 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 695 rows starting from the beginning of the part | ||
| 9387 | 2025.02.28 06:52:09.397526 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 9388 | 2025.02.28 06:52:09.399305 [ 255 ] {1026ddf7-3d49-443e-b378-b13bed77dbd1} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9389 | 2025.02.28 06:52:09.399377 [ 255 ] {1026ddf7-3d49-443e-b378-b13bed77dbd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9390 | 2025.02.28 06:52:09.400349 [ 255 ] {1026ddf7-3d49-443e-b378-b13bed77dbd1} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9391 | 2025.02.28 06:52:09.400686 [ 255 ] {1026ddf7-3d49-443e-b378-b13bed77dbd1} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9392 | 2025.02.28 06:52:09.400851 [ 141 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9393 | 2025.02.28 06:52:09.400954 [ 141 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9394 | 2025.02.28 06:52:09.401015 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9395 | 2025.02.28 06:52:09.401109 [ 255 ] {1026ddf7-3d49-443e-b378-b13bed77dbd1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004781 sec., 13386.320853377956 rows/sec., 1.04 MiB/sec. | ||
| 9396 | 2025.02.28 06:52:09.401530 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 9397 | 2025.02.28 06:52:09.401610 [ 255 ] {1026ddf7-3d49-443e-b378-b13bed77dbd1} <Debug> TCPHandler: Processed in 0.005675038 sec. | ||
| 9398 | 2025.02.28 06:52:09.401841 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4543 rows, containing 5 columns (5 merged, 0 gathered) in 0.005996332 sec., 757629.8310367072 rows/sec., 64.38 MiB/sec. | ||
| 9399 | 2025.02.28 06:52:09.401935 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9400 | 2025.02.28 06:52:09.401956 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9401 | 2025.02.28 06:52:09.401994 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 913 rows starting from the beginning of the part | ||
| 9402 | 2025.02.28 06:52:09.402274 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9403 | 2025.02.28 06:52:09.402375 [ 4 ] {387405fa-6159-4a5d-b789-21e73ab3f1f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9404 | 2025.02.28 06:52:09.402394 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 879 rows starting from the beginning of the part | ||
| 9405 | 2025.02.28 06:52:09.402576 [ 4 ] {387405fa-6159-4a5d-b789-21e73ab3f1f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9406 | 2025.02.28 06:52:09.402787 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part | ||
| 9407 | 2025.02.28 06:52:09.403149 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 64 rows starting from the beginning of the part | ||
| 9408 | 2025.02.28 06:52:09.403220 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_81_16} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9409 | 2025.02.28 06:52:09.403548 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_81_16} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9410 | 2025.02.28 06:52:09.403568 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 421 rows starting from the beginning of the part | ||
| 9411 | 2025.02.28 06:52:09.403784 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 9412 | 2025.02.28 06:52:09.403928 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 9413 | 2025.02.28 06:52:09.404585 [ 4 ] {387405fa-6159-4a5d-b789-21e73ab3f1f0} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9414 | 2025.02.28 06:52:09.404630 [ 4 ] {387405fa-6159-4a5d-b789-21e73ab3f1f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9415 | 2025.02.28 06:52:09.405255 [ 4 ] {387405fa-6159-4a5d-b789-21e73ab3f1f0} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9416 | 2025.02.28 06:52:09.405543 [ 4 ] {387405fa-6159-4a5d-b789-21e73ab3f1f0} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9417 | 2025.02.28 06:52:09.405694 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.004562225 sec., 527155.0614009612 rows/sec., 40.35 MiB/sec. | ||
| 9418 | 2025.02.28 06:52:09.405821 [ 141 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9419 | 2025.02.28 06:52:09.405903 [ 141 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9420 | 2025.02.28 06:52:09.405914 [ 4 ] {387405fa-6159-4a5d-b789-21e73ab3f1f0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003744 sec., 42735.042735042734 rows/sec., 2.98 MiB/sec. | ||
| 9421 | 2025.02.28 06:52:09.405959 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9422 | 2025.02.28 06:52:09.405975 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9423 | 2025.02.28 06:52:09.406288 [ 4 ] {387405fa-6159-4a5d-b789-21e73ab3f1f0} <Debug> TCPHandler: Processed in 0.004492874 sec. | ||
| 9424 | 2025.02.28 06:52:09.406764 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 9425 | 2025.02.28 06:52:09.406865 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9426 | 2025.02.28 06:52:09.407305 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_81_16} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9427 | 2025.02.28 06:52:09.407398 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9428 | 2025.02.28 06:52:09.407529 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22786 rows starting from the beginning of the part | ||
| 9429 | 2025.02.28 06:52:09.407647 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_81_16} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9430 | 2025.02.28 06:52:09.408171 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1020 rows starting from the beginning of the part | ||
| 9431 | 2025.02.28 06:52:09.408196 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 9432 | 2025.02.28 06:52:09.408625 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part | ||
| 9433 | 2025.02.28 06:52:09.409088 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
| 9434 | 2025.02.28 06:52:09.409292 [ 255 ] {97f6e108-30fe-4ddf-ae79-c1089110c737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9435 | 2025.02.28 06:52:09.409385 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 237 rows starting from the beginning of the part | ||
| 9436 | 2025.02.28 06:52:09.409461 [ 255 ] {97f6e108-30fe-4ddf-ae79-c1089110c737} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9437 | 2025.02.28 06:52:09.409685 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
| 9438 | 2025.02.28 06:52:09.411150 [ 255 ] {97f6e108-30fe-4ddf-ae79-c1089110c737} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9439 | 2025.02.28 06:52:09.411258 [ 255 ] {97f6e108-30fe-4ddf-ae79-c1089110c737} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9440 | 2025.02.28 06:52:09.411845 [ 255 ] {97f6e108-30fe-4ddf-ae79-c1089110c737} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 9441 | 2025.02.28 06:52:09.412321 [ 255 ] {97f6e108-30fe-4ddf-ae79-c1089110c737} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9442 | 2025.02.28 06:52:09.412646 [ 141 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 9443 | 2025.02.28 06:52:09.412742 [ 141 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9444 | 2025.02.28 06:52:09.412828 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9445 | 2025.02.28 06:52:09.412960 [ 255 ] {97f6e108-30fe-4ddf-ae79-c1089110c737} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003901 sec., 15380.671622660857 rows/sec., 1.04 MiB/sec. | ||
| 9446 | 2025.02.28 06:52:09.413333 [ 255 ] {97f6e108-30fe-4ddf-ae79-c1089110c737} <Debug> TCPHandler: Processed in 0.006898142 sec. | ||
| 9447 | 2025.02.28 06:52:09.413361 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 9448 | 2025.02.28 06:52:09.413624 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9449 | 2025.02.28 06:52:09.413670 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4628 rows starting from the beginning of the part | ||
| 9450 | 2025.02.28 06:52:09.413817 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 58 rows starting from the beginning of the part | ||
| 9451 | 2025.02.28 06:52:09.414051 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 24 rows starting from the beginning of the part | ||
| 9452 | 2025.02.28 06:52:09.414521 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
| 9453 | 2025.02.28 06:52:09.414691 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part | ||
| 9454 | 2025.02.28 06:52:09.414910 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
| 9455 | 2025.02.28 06:52:09.418241 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4912 rows, containing 4 columns (4 merged, 0 gathered) in 0.005268323 sec., 932365.0049550872 rows/sec., 60.78 MiB/sec. | ||
| 9456 | 2025.02.28 06:52:09.418670 [ 199 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24427 rows, containing 5 columns (5 merged, 0 gathered) in 0.012461299 sec., 1960229.0258824541 rows/sec., 132.35 MiB/sec. | ||
| 9457 | 2025.02.28 06:52:09.419157 [ 191 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9458 | 2025.02.28 06:52:09.419430 [ 199 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 9459 | 2025.02.28 06:52:09.419560 [ 191 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_81_16} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9460 | 2025.02.28 06:52:09.419676 [ 191 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_81_16} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9461 | 2025.02.28 06:52:09.419800 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 9462 | 2025.02.28 06:52:09.419861 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9463 | 2025.02.28 06:52:09.419990 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 9464 | 2025.02.28 06:52:09.420121 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 9465 | 2025.02.28 06:52:10.000186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 224.41 MiB, peak 237.30 MiB, free memory in arenas 0.00 B, will set to 225.80 MiB (RSS), difference: 1.38 MiB | ||
| 9466 | 2025.02.28 06:52:11.280404 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509 | ||
| 9467 | 2025.02.28 06:52:11.281105 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9468 | 2025.02.28 06:52:11.281159 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9469 | 2025.02.28 06:52:11.281723 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9470 | 2025.02.28 06:52:11.281982 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9471 | 2025.02.28 06:52:11.282291 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 | ||
| 9472 | 2025.02.28 06:52:12.861918 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 9473 | 2025.02.28 06:52:12.882759 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9474 | 2025.02.28 06:52:12.882818 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9475 | 2025.02.28 06:52:12.890162 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9476 | 2025.02.28 06:52:12.890936 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9477 | 2025.02.28 06:52:12.894542 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 9478 | 2025.02.28 06:52:13.878537 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1328 | ||
| 9479 | 2025.02.28 06:52:13.881523 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9480 | 2025.02.28 06:52:13.881568 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9481 | 2025.02.28 06:52:13.883035 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9482 | 2025.02.28 06:52:13.883340 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9483 | 2025.02.28 06:52:13.883554 [ 137 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9484 | 2025.02.28 06:52:13.883665 [ 137 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9485 | 2025.02.28 06:52:13.883729 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9486 | 2025.02.28 06:52:13.884295 [ 199 ] {885f53be-7430-4b34-b89a-ac37c386aff3::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 | ||
| 9487 | 2025.02.28 06:52:13.885717 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1328 | ||
| 9488 | 2025.02.28 06:52:13.886059 [ 199 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9489 | 2025.02.28 06:52:13.886302 [ 199 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1182 rows starting from the beginning of the part | ||
| 9490 | 2025.02.28 06:52:13.886931 [ 199 ] {885f53be-7430-4b34-b89a-ac37c386aff3::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 | ||
| 9491 | 2025.02.28 06:52:13.887630 [ 199 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 30 rows starting from the beginning of the part | ||
| 9492 | 2025.02.28 06:52:13.888305 [ 199 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 54 rows starting from the beginning of the part | ||
| 9493 | 2025.02.28 06:52:13.888920 [ 199 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 16 rows starting from the beginning of the part | ||
| 9494 | 2025.02.28 06:52:13.889509 [ 199 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 30 rows starting from the beginning of the part | ||
| 9495 | 2025.02.28 06:52:13.897797 [ 191 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1328 rows, containing 72 columns (72 merged, 0 gathered) in 0.013922057 sec., 95388.20305074171 rows/sec., 74.67 MiB/sec. | ||
| 9496 | 2025.02.28 06:52:13.899307 [ 198 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9497 | 2025.02.28 06:52:13.900081 [ 198 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_36_7} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9498 | 2025.02.28 06:52:13.900164 [ 198 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_36_7} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9499 | 2025.02.28 06:52:13.900479 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. | ||
| 9500 | 2025.02.28 06:52:14.401446 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9501 | 2025.02.28 06:52:14.401660 [ 4 ] {4fe5b58f-3aae-44a3-9b4d-947fe036c53f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9502 | 2025.02.28 06:52:14.401740 [ 4 ] {4fe5b58f-3aae-44a3-9b4d-947fe036c53f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9503 | 2025.02.28 06:52:14.402690 [ 4 ] {4fe5b58f-3aae-44a3-9b4d-947fe036c53f} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9504 | 2025.02.28 06:52:14.402738 [ 4 ] {4fe5b58f-3aae-44a3-9b4d-947fe036c53f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9505 | 2025.02.28 06:52:14.403194 [ 4 ] {4fe5b58f-3aae-44a3-9b4d-947fe036c53f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9506 | 2025.02.28 06:52:14.403454 [ 4 ] {4fe5b58f-3aae-44a3-9b4d-947fe036c53f} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9507 | 2025.02.28 06:52:14.403662 [ 4 ] {4fe5b58f-3aae-44a3-9b4d-947fe036c53f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002061 sec., 102862.68801552645 rows/sec., 6.54 MiB/sec. | ||
| 9508 | 2025.02.28 06:52:14.403731 [ 4 ] {4fe5b58f-3aae-44a3-9b4d-947fe036c53f} <Debug> TCPHandler: Processed in 0.002427999 sec. | ||
| 9509 | 2025.02.28 06:52:14.403993 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9510 | 2025.02.28 06:52:14.404180 [ 255 ] {cce8dfa7-3cbd-472f-b0ec-13e32a0aea55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9511 | 2025.02.28 06:52:14.404251 [ 255 ] {cce8dfa7-3cbd-472f-b0ec-13e32a0aea55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9512 | 2025.02.28 06:52:14.405334 [ 255 ] {cce8dfa7-3cbd-472f-b0ec-13e32a0aea55} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9513 | 2025.02.28 06:52:14.405382 [ 255 ] {cce8dfa7-3cbd-472f-b0ec-13e32a0aea55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9514 | 2025.02.28 06:52:14.405862 [ 255 ] {cce8dfa7-3cbd-472f-b0ec-13e32a0aea55} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9515 | 2025.02.28 06:52:14.406119 [ 255 ] {cce8dfa7-3cbd-472f-b0ec-13e32a0aea55} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9516 | 2025.02.28 06:52:14.406373 [ 255 ] {cce8dfa7-3cbd-472f-b0ec-13e32a0aea55} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002242 sec., 309991.0793933987 rows/sec., 24.75 MiB/sec. | ||
| 9517 | 2025.02.28 06:52:14.406473 [ 255 ] {cce8dfa7-3cbd-472f-b0ec-13e32a0aea55} <Debug> TCPHandler: Processed in 0.002606102 sec. | ||
| 9518 | 2025.02.28 06:52:14.406674 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9519 | 2025.02.28 06:52:14.406859 [ 4 ] {9665678b-a536-4eb7-bae8-43bb7ecd7f46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9520 | 2025.02.28 06:52:14.406914 [ 4 ] {9665678b-a536-4eb7-bae8-43bb7ecd7f46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9521 | 2025.02.28 06:52:14.407591 [ 4 ] {9665678b-a536-4eb7-bae8-43bb7ecd7f46} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9522 | 2025.02.28 06:52:14.407631 [ 4 ] {9665678b-a536-4eb7-bae8-43bb7ecd7f46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9523 | 2025.02.28 06:52:14.408020 [ 4 ] {9665678b-a536-4eb7-bae8-43bb7ecd7f46} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9524 | 2025.02.28 06:52:14.408264 [ 4 ] {9665678b-a536-4eb7-bae8-43bb7ecd7f46} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9525 | 2025.02.28 06:52:14.408438 [ 4 ] {9665678b-a536-4eb7-bae8-43bb7ecd7f46} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001625 sec., 89230.76923076923 rows/sec., 5.60 MiB/sec. | ||
| 9526 | 2025.02.28 06:52:14.408491 [ 4 ] {9665678b-a536-4eb7-bae8-43bb7ecd7f46} <Debug> TCPHandler: Processed in 0.001950073 sec. | ||
| 9527 | 2025.02.28 06:52:14.408633 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9528 | 2025.02.28 06:52:14.408763 [ 255 ] {f4d3c160-a9ca-4e92-89a6-acafabf38d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9529 | 2025.02.28 06:52:14.408820 [ 255 ] {f4d3c160-a9ca-4e92-89a6-acafabf38d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9530 | 2025.02.28 06:52:14.409549 [ 255 ] {f4d3c160-a9ca-4e92-89a6-acafabf38d26} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9531 | 2025.02.28 06:52:14.409588 [ 255 ] {f4d3c160-a9ca-4e92-89a6-acafabf38d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9532 | 2025.02.28 06:52:14.409951 [ 255 ] {f4d3c160-a9ca-4e92-89a6-acafabf38d26} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9533 | 2025.02.28 06:52:14.410185 [ 255 ] {f4d3c160-a9ca-4e92-89a6-acafabf38d26} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9534 | 2025.02.28 06:52:14.410396 [ 255 ] {f4d3c160-a9ca-4e92-89a6-acafabf38d26} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001624 sec., 69581.28078817733 rows/sec., 4.50 MiB/sec. | ||
| 9535 | 2025.02.28 06:52:14.410448 [ 255 ] {f4d3c160-a9ca-4e92-89a6-acafabf38d26} <Debug> TCPHandler: Processed in 0.001848952 sec. | ||
| 9536 | 2025.02.28 06:52:14.410601 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9537 | 2025.02.28 06:52:14.410725 [ 4 ] {b157dbd3-5346-4035-9a04-b5edb5ce8b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9538 | 2025.02.28 06:52:14.410776 [ 4 ] {b157dbd3-5346-4035-9a04-b5edb5ce8b80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9539 | 2025.02.28 06:52:14.411433 [ 4 ] {b157dbd3-5346-4035-9a04-b5edb5ce8b80} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9540 | 2025.02.28 06:52:14.411472 [ 4 ] {b157dbd3-5346-4035-9a04-b5edb5ce8b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9541 | 2025.02.28 06:52:14.411853 [ 4 ] {b157dbd3-5346-4035-9a04-b5edb5ce8b80} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9542 | 2025.02.28 06:52:14.412105 [ 4 ] {b157dbd3-5346-4035-9a04-b5edb5ce8b80} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9543 | 2025.02.28 06:52:14.412324 [ 4 ] {b157dbd3-5346-4035-9a04-b5edb5ce8b80} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001613 sec., 69435.833849969 rows/sec., 3.96 MiB/sec. | ||
| 9544 | 2025.02.28 06:52:14.412444 [ 4 ] {b157dbd3-5346-4035-9a04-b5edb5ce8b80} <Debug> TCPHandler: Processed in 0.001898123 sec. | ||
| 9545 | 2025.02.28 06:52:14.412674 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9546 | 2025.02.28 06:52:14.412796 [ 255 ] {61cba880-d9db-4b00-a3bc-6ed35ac96753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9547 | 2025.02.28 06:52:14.412844 [ 255 ] {61cba880-d9db-4b00-a3bc-6ed35ac96753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9548 | 2025.02.28 06:52:14.413594 [ 255 ] {61cba880-d9db-4b00-a3bc-6ed35ac96753} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9549 | 2025.02.28 06:52:14.413634 [ 255 ] {61cba880-d9db-4b00-a3bc-6ed35ac96753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9550 | 2025.02.28 06:52:14.414007 [ 255 ] {61cba880-d9db-4b00-a3bc-6ed35ac96753} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9551 | 2025.02.28 06:52:14.414242 [ 255 ] {61cba880-d9db-4b00-a3bc-6ed35ac96753} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9552 | 2025.02.28 06:52:14.414452 [ 255 ] {61cba880-d9db-4b00-a3bc-6ed35ac96753} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.00168 sec., 250595.23809523808 rows/sec., 17.85 MiB/sec. | ||
| 9553 | 2025.02.28 06:52:14.414505 [ 255 ] {61cba880-d9db-4b00-a3bc-6ed35ac96753} <Debug> TCPHandler: Processed in 0.001928513 sec. | ||
| 9554 | 2025.02.28 06:52:14.414653 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9555 | 2025.02.28 06:52:14.414773 [ 4 ] {e4583080-0e87-4a88-8513-692f7b3a850d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9556 | 2025.02.28 06:52:14.414826 [ 4 ] {e4583080-0e87-4a88-8513-692f7b3a850d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9557 | 2025.02.28 06:52:14.415320 [ 4 ] {e4583080-0e87-4a88-8513-692f7b3a850d} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9558 | 2025.02.28 06:52:14.415357 [ 4 ] {e4583080-0e87-4a88-8513-692f7b3a850d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9559 | 2025.02.28 06:52:14.415738 [ 4 ] {e4583080-0e87-4a88-8513-692f7b3a850d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9560 | 2025.02.28 06:52:14.415984 [ 4 ] {e4583080-0e87-4a88-8513-692f7b3a850d} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9561 | 2025.02.28 06:52:14.416164 [ 4 ] {e4583080-0e87-4a88-8513-692f7b3a850d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001415 sec., 4240.282685512368 rows/sec., 221.54 KiB/sec. | ||
| 9562 | 2025.02.28 06:52:14.416212 [ 4 ] {e4583080-0e87-4a88-8513-692f7b3a850d} <Debug> TCPHandler: Processed in 0.001616839 sec. | ||
| 9563 | 2025.02.28 06:52:14.416364 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9564 | 2025.02.28 06:52:14.416502 [ 255 ] {3bb8c900-7f62-4025-949a-9e5cf7d5b7c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9565 | 2025.02.28 06:52:14.416564 [ 255 ] {3bb8c900-7f62-4025-949a-9e5cf7d5b7c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9566 | 2025.02.28 06:52:14.417242 [ 255 ] {3bb8c900-7f62-4025-949a-9e5cf7d5b7c9} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9567 | 2025.02.28 06:52:14.417289 [ 255 ] {3bb8c900-7f62-4025-949a-9e5cf7d5b7c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9568 | 2025.02.28 06:52:14.417674 [ 255 ] {3bb8c900-7f62-4025-949a-9e5cf7d5b7c9} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9569 | 2025.02.28 06:52:14.417902 [ 255 ] {3bb8c900-7f62-4025-949a-9e5cf7d5b7c9} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9570 | 2025.02.28 06:52:14.418099 [ 255 ] {3bb8c900-7f62-4025-949a-9e5cf7d5b7c9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001628 sec., 145577.39557739557 rows/sec., 9.76 MiB/sec. | ||
| 9571 | 2025.02.28 06:52:14.418148 [ 255 ] {3bb8c900-7f62-4025-949a-9e5cf7d5b7c9} <Debug> TCPHandler: Processed in 0.001850122 sec. | ||
| 9572 | 2025.02.28 06:52:14.418286 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9573 | 2025.02.28 06:52:14.418424 [ 4 ] {b976f01d-0a5c-43b5-a77b-23361c805377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9574 | 2025.02.28 06:52:14.418485 [ 4 ] {b976f01d-0a5c-43b5-a77b-23361c805377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9575 | 2025.02.28 06:52:14.419041 [ 4 ] {b976f01d-0a5c-43b5-a77b-23361c805377} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9576 | 2025.02.28 06:52:14.419086 [ 4 ] {b976f01d-0a5c-43b5-a77b-23361c805377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9577 | 2025.02.28 06:52:14.419492 [ 4 ] {b976f01d-0a5c-43b5-a77b-23361c805377} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9578 | 2025.02.28 06:52:14.419740 [ 4 ] {b976f01d-0a5c-43b5-a77b-23361c805377} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9579 | 2025.02.28 06:52:14.419951 [ 4 ] {b976f01d-0a5c-43b5-a77b-23361c805377} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001552 sec., 644.3298969072165 rows/sec., 43.42 KiB/sec. | ||
| 9580 | 2025.02.28 06:52:14.420100 [ 4 ] {b976f01d-0a5c-43b5-a77b-23361c805377} <Debug> TCPHandler: Processed in 0.001864803 sec. | ||
| 9581 | 2025.02.28 06:52:14.420335 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9582 | 2025.02.28 06:52:14.420478 [ 255 ] {5ab22846-8401-45f6-9090-0827a2a19973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9583 | 2025.02.28 06:52:14.420571 [ 255 ] {5ab22846-8401-45f6-9090-0827a2a19973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9584 | 2025.02.28 06:52:14.421867 [ 255 ] {5ab22846-8401-45f6-9090-0827a2a19973} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9585 | 2025.02.28 06:52:14.421907 [ 255 ] {5ab22846-8401-45f6-9090-0827a2a19973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9586 | 2025.02.28 06:52:14.422555 [ 255 ] {5ab22846-8401-45f6-9090-0827a2a19973} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9587 | 2025.02.28 06:52:14.422816 [ 255 ] {5ab22846-8401-45f6-9090-0827a2a19973} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9588 | 2025.02.28 06:52:14.423069 [ 255 ] {5ab22846-8401-45f6-9090-0827a2a19973} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00262 sec., 14885.496183206107 rows/sec., 26.67 MiB/sec. | ||
| 9589 | 2025.02.28 06:52:14.423387 [ 255 ] {5ab22846-8401-45f6-9090-0827a2a19973} <Debug> TCPHandler: Processed in 0.003177348 sec. | ||
| 9590 | 2025.02.28 06:52:14.423552 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9591 | 2025.02.28 06:52:14.423691 [ 4 ] {0184097e-907c-444c-857f-a33516667eeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9592 | 2025.02.28 06:52:14.423750 [ 4 ] {0184097e-907c-444c-857f-a33516667eeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9593 | 2025.02.28 06:52:14.424317 [ 4 ] {0184097e-907c-444c-857f-a33516667eeb} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9594 | 2025.02.28 06:52:14.424355 [ 4 ] {0184097e-907c-444c-857f-a33516667eeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 9595 | 2025.02.28 06:52:14.424727 [ 4 ] {0184097e-907c-444c-857f-a33516667eeb} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 9596 | 2025.02.28 06:52:14.424970 [ 4 ] {0184097e-907c-444c-857f-a33516667eeb} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9597 | 2025.02.28 06:52:14.425147 [ 4 ] {0184097e-907c-444c-857f-a33516667eeb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001487 sec., 55144.58641560188 rows/sec., 3.50 MiB/sec. | ||
| 9598 | 2025.02.28 06:52:14.425196 [ 4 ] {0184097e-907c-444c-857f-a33516667eeb} <Debug> TCPHandler: Processed in 0.001709741 sec. | ||
| 9599 | 2025.02.28 06:52:18.623173 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9600 | 2025.02.28 06:52:18.623240 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9601 | 2025.02.28 06:52:18.782577 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936 | ||
| 9602 | 2025.02.28 06:52:18.783400 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9603 | 2025.02.28 06:52:18.783444 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9604 | 2025.02.28 06:52:18.783950 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9605 | 2025.02.28 06:52:18.784194 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9606 | 2025.02.28 06:52:18.784399 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 9607 | 2025.02.28 06:52:19.393917 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9608 | 2025.02.28 06:52:19.394129 [ 4 ] {070f9a26-4a9c-427e-94e4-615c6ad03911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9609 | 2025.02.28 06:52:19.394208 [ 4 ] {070f9a26-4a9c-427e-94e4-615c6ad03911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9610 | 2025.02.28 06:52:19.394986 [ 4 ] {070f9a26-4a9c-427e-94e4-615c6ad03911} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9611 | 2025.02.28 06:52:19.395025 [ 4 ] {070f9a26-4a9c-427e-94e4-615c6ad03911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9612 | 2025.02.28 06:52:19.395463 [ 4 ] {070f9a26-4a9c-427e-94e4-615c6ad03911} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9613 | 2025.02.28 06:52:19.395722 [ 4 ] {070f9a26-4a9c-427e-94e4-615c6ad03911} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9614 | 2025.02.28 06:52:19.395940 [ 4 ] {070f9a26-4a9c-427e-94e4-615c6ad03911} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001867 sec., 29994.643813604715 rows/sec., 2.30 MiB/sec. | ||
| 9615 | 2025.02.28 06:52:19.396043 [ 4 ] {070f9a26-4a9c-427e-94e4-615c6ad03911} <Debug> TCPHandler: Processed in 0.002261157 sec. | ||
| 9616 | 2025.02.28 06:52:19.396307 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9617 | 2025.02.28 06:52:19.396515 [ 255 ] {a7221d1c-6015-43d0-b9ce-5625f5265d76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9618 | 2025.02.28 06:52:19.396588 [ 255 ] {a7221d1c-6015-43d0-b9ce-5625f5265d76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9619 | 2025.02.28 06:52:19.397332 [ 255 ] {a7221d1c-6015-43d0-b9ce-5625f5265d76} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9620 | 2025.02.28 06:52:19.397379 [ 255 ] {a7221d1c-6015-43d0-b9ce-5625f5265d76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9621 | 2025.02.28 06:52:19.397813 [ 255 ] {a7221d1c-6015-43d0-b9ce-5625f5265d76} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9622 | 2025.02.28 06:52:19.398061 [ 255 ] {a7221d1c-6015-43d0-b9ce-5625f5265d76} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9623 | 2025.02.28 06:52:19.398304 [ 255 ] {a7221d1c-6015-43d0-b9ce-5625f5265d76} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00184 sec., 34782.608695652176 rows/sec., 2.71 MiB/sec. | ||
| 9624 | 2025.02.28 06:52:19.398395 [ 255 ] {a7221d1c-6015-43d0-b9ce-5625f5265d76} <Debug> TCPHandler: Processed in 0.002240707 sec. | ||
| 9625 | 2025.02.28 06:52:19.398594 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9626 | 2025.02.28 06:52:19.398860 [ 4 ] {54f24467-51df-4bd6-a712-684af52cb390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9627 | 2025.02.28 06:52:19.398924 [ 4 ] {54f24467-51df-4bd6-a712-684af52cb390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9628 | 2025.02.28 06:52:19.399588 [ 4 ] {54f24467-51df-4bd6-a712-684af52cb390} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9629 | 2025.02.28 06:52:19.399629 [ 4 ] {54f24467-51df-4bd6-a712-684af52cb390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9630 | 2025.02.28 06:52:19.400030 [ 4 ] {54f24467-51df-4bd6-a712-684af52cb390} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9631 | 2025.02.28 06:52:19.400290 [ 4 ] {54f24467-51df-4bd6-a712-684af52cb390} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9632 | 2025.02.28 06:52:19.400508 [ 4 ] {54f24467-51df-4bd6-a712-684af52cb390} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001722 sec., 92915.21486643438 rows/sec., 6.47 MiB/sec. | ||
| 9633 | 2025.02.28 06:52:19.400560 [ 4 ] {54f24467-51df-4bd6-a712-684af52cb390} <Debug> TCPHandler: Processed in 0.002078015 sec. | ||
| 9634 | 2025.02.28 06:52:19.400707 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9635 | 2025.02.28 06:52:19.400832 [ 255 ] {d8fc09e3-9b89-45ac-8d58-a80c841741f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9636 | 2025.02.28 06:52:19.400889 [ 255 ] {d8fc09e3-9b89-45ac-8d58-a80c841741f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9637 | 2025.02.28 06:52:19.401397 [ 255 ] {d8fc09e3-9b89-45ac-8d58-a80c841741f7} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9638 | 2025.02.28 06:52:19.401437 [ 255 ] {d8fc09e3-9b89-45ac-8d58-a80c841741f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9639 | 2025.02.28 06:52:19.401837 [ 255 ] {d8fc09e3-9b89-45ac-8d58-a80c841741f7} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 9640 | 2025.02.28 06:52:19.402082 [ 255 ] {d8fc09e3-9b89-45ac-8d58-a80c841741f7} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9641 | 2025.02.28 06:52:19.402321 [ 255 ] {d8fc09e3-9b89-45ac-8d58-a80c841741f7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001516 sec., 39577.836411609496 rows/sec., 2.67 MiB/sec. | ||
| 9642 | 2025.02.28 06:52:19.402422 [ 255 ] {d8fc09e3-9b89-45ac-8d58-a80c841741f7} <Debug> TCPHandler: Processed in 0.001777421 sec. | ||
| 9643 | 2025.02.28 06:52:20.394712 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 9644 | 2025.02.28 06:52:20.415934 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9645 | 2025.02.28 06:52:20.415987 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9646 | 2025.02.28 06:52:20.423604 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9647 | 2025.02.28 06:52:20.424375 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9648 | 2025.02.28 06:52:20.428200 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 9649 | 2025.02.28 06:52:21.828208 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9650 | 2025.02.28 06:52:21.828431 [ 4 ] {d81c4f29-fdc6-412f-a4d8-fb82defea1d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9651 | 2025.02.28 06:52:21.828517 [ 4 ] {d81c4f29-fdc6-412f-a4d8-fb82defea1d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9652 | 2025.02.28 06:52:21.829380 [ 4 ] {d81c4f29-fdc6-412f-a4d8-fb82defea1d8} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9653 | 2025.02.28 06:52:21.829438 [ 4 ] {d81c4f29-fdc6-412f-a4d8-fb82defea1d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9654 | 2025.02.28 06:52:21.829894 [ 4 ] {d81c4f29-fdc6-412f-a4d8-fb82defea1d8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9655 | 2025.02.28 06:52:21.830160 [ 4 ] {d81c4f29-fdc6-412f-a4d8-fb82defea1d8} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9656 | 2025.02.28 06:52:21.830391 [ 4 ] {d81c4f29-fdc6-412f-a4d8-fb82defea1d8} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002008 sec., 105577.6892430279 rows/sec., 6.71 MiB/sec. | ||
| 9657 | 2025.02.28 06:52:21.830489 [ 4 ] {d81c4f29-fdc6-412f-a4d8-fb82defea1d8} <Debug> TCPHandler: Processed in 0.002421169 sec. | ||
| 9658 | 2025.02.28 06:52:21.830818 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9659 | 2025.02.28 06:52:21.831032 [ 255 ] {7cf6aa62-e8d4-4a8a-9e10-9169d891f4d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9660 | 2025.02.28 06:52:21.831114 [ 255 ] {7cf6aa62-e8d4-4a8a-9e10-9169d891f4d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9661 | 2025.02.28 06:52:21.831928 [ 255 ] {7cf6aa62-e8d4-4a8a-9e10-9169d891f4d0} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9662 | 2025.02.28 06:52:21.831982 [ 255 ] {7cf6aa62-e8d4-4a8a-9e10-9169d891f4d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9663 | 2025.02.28 06:52:21.832420 [ 255 ] {7cf6aa62-e8d4-4a8a-9e10-9169d891f4d0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 9664 | 2025.02.28 06:52:21.832685 [ 255 ] {7cf6aa62-e8d4-4a8a-9e10-9169d891f4d0} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9665 | 2025.02.28 06:52:21.832949 [ 255 ] {7cf6aa62-e8d4-4a8a-9e10-9169d891f4d0} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.00197 sec., 8121.827411167513 rows/sec., 662.28 KiB/sec. | ||
| 9666 | 2025.02.28 06:52:21.833048 [ 255 ] {7cf6aa62-e8d4-4a8a-9e10-9169d891f4d0} <Debug> TCPHandler: Processed in 0.002417689 sec. | ||
| 9667 | 2025.02.28 06:52:21.833209 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9668 | 2025.02.28 06:52:21.833335 [ 4 ] {59489f4f-6fd5-4fbc-baf6-7c41919992f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9669 | 2025.02.28 06:52:21.833389 [ 4 ] {59489f4f-6fd5-4fbc-baf6-7c41919992f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9670 | 2025.02.28 06:52:21.834680 [ 4 ] {59489f4f-6fd5-4fbc-baf6-7c41919992f2} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9671 | 2025.02.28 06:52:21.834720 [ 4 ] {59489f4f-6fd5-4fbc-baf6-7c41919992f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9672 | 2025.02.28 06:52:21.835205 [ 4 ] {59489f4f-6fd5-4fbc-baf6-7c41919992f2} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9673 | 2025.02.28 06:52:21.835467 [ 4 ] {59489f4f-6fd5-4fbc-baf6-7c41919992f2} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9674 | 2025.02.28 06:52:21.835657 [ 4 ] {59489f4f-6fd5-4fbc-baf6-7c41919992f2} <Debug> executeQuery: Read 1843 rows, 153.97 KiB in 0.002351 sec., 783921.7354317312 rows/sec., 63.96 MiB/sec. | ||
| 9675 | 2025.02.28 06:52:21.835709 [ 4 ] {59489f4f-6fd5-4fbc-baf6-7c41919992f2} <Debug> TCPHandler: Processed in 0.002561471 sec. | ||
| 9676 | 2025.02.28 06:52:21.835862 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9677 | 2025.02.28 06:52:21.835987 [ 255 ] {d1f1787f-f032-4025-a805-93056b73bcf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9678 | 2025.02.28 06:52:21.836040 [ 255 ] {d1f1787f-f032-4025-a805-93056b73bcf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9679 | 2025.02.28 06:52:21.836718 [ 255 ] {d1f1787f-f032-4025-a805-93056b73bcf2} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9680 | 2025.02.28 06:52:21.836759 [ 255 ] {d1f1787f-f032-4025-a805-93056b73bcf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9681 | 2025.02.28 06:52:21.837138 [ 255 ] {d1f1787f-f032-4025-a805-93056b73bcf2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9682 | 2025.02.28 06:52:21.837375 [ 255 ] {d1f1787f-f032-4025-a805-93056b73bcf2} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9683 | 2025.02.28 06:52:21.837617 [ 255 ] {d1f1787f-f032-4025-a805-93056b73bcf2} <Debug> executeQuery: Read 161 rows, 10.44 KiB in 0.001655 sec., 97280.9667673716 rows/sec., 6.16 MiB/sec. | ||
| 9684 | 2025.02.28 06:52:21.837809 [ 255 ] {d1f1787f-f032-4025-a805-93056b73bcf2} <Debug> TCPHandler: Processed in 0.001998384 sec. | ||
| 9685 | 2025.02.28 06:52:21.838013 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9686 | 2025.02.28 06:52:21.838133 [ 4 ] {90158a4f-e089-475a-8321-874f67ce2574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9687 | 2025.02.28 06:52:21.838182 [ 4 ] {90158a4f-e089-475a-8321-874f67ce2574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9688 | 2025.02.28 06:52:21.838843 [ 4 ] {90158a4f-e089-475a-8321-874f67ce2574} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9689 | 2025.02.28 06:52:21.838879 [ 4 ] {90158a4f-e089-475a-8321-874f67ce2574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9690 | 2025.02.28 06:52:21.839230 [ 4 ] {90158a4f-e089-475a-8321-874f67ce2574} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9691 | 2025.02.28 06:52:21.839548 [ 4 ] {90158a4f-e089-475a-8321-874f67ce2574} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9692 | 2025.02.28 06:52:21.839722 [ 4 ] {90158a4f-e089-475a-8321-874f67ce2574} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001616 sec., 211014.8514851485 rows/sec., 14.08 MiB/sec. | ||
| 9693 | 2025.02.28 06:52:21.839772 [ 4 ] {90158a4f-e089-475a-8321-874f67ce2574} <Debug> TCPHandler: Processed in 0.001853112 sec. | ||
| 9694 | 2025.02.28 06:52:21.839922 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9695 | 2025.02.28 06:52:21.840060 [ 255 ] {35fe3357-c630-49a8-bc7f-0d27a2c891e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9696 | 2025.02.28 06:52:21.840117 [ 255 ] {35fe3357-c630-49a8-bc7f-0d27a2c891e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9697 | 2025.02.28 06:52:21.840786 [ 255 ] {35fe3357-c630-49a8-bc7f-0d27a2c891e5} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9698 | 2025.02.28 06:52:21.840825 [ 255 ] {35fe3357-c630-49a8-bc7f-0d27a2c891e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9699 | 2025.02.28 06:52:21.841180 [ 255 ] {35fe3357-c630-49a8-bc7f-0d27a2c891e5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9700 | 2025.02.28 06:52:21.841420 [ 255 ] {35fe3357-c630-49a8-bc7f-0d27a2c891e5} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9701 | 2025.02.28 06:52:21.841662 [ 255 ] {35fe3357-c630-49a8-bc7f-0d27a2c891e5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001624 sec., 68965.5172413793 rows/sec., 3.93 MiB/sec. | ||
| 9702 | 2025.02.28 06:52:21.841803 [ 255 ] {35fe3357-c630-49a8-bc7f-0d27a2c891e5} <Debug> TCPHandler: Processed in 0.001944464 sec. | ||
| 9703 | 2025.02.28 06:52:21.841998 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9704 | 2025.02.28 06:52:21.842120 [ 4 ] {0e20b81b-6145-4fda-ae34-877c06f4087f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9705 | 2025.02.28 06:52:21.842167 [ 4 ] {0e20b81b-6145-4fda-ae34-877c06f4087f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9706 | 2025.02.28 06:52:21.843021 [ 4 ] {0e20b81b-6145-4fda-ae34-877c06f4087f} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9707 | 2025.02.28 06:52:21.843059 [ 4 ] {0e20b81b-6145-4fda-ae34-877c06f4087f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9708 | 2025.02.28 06:52:21.843466 [ 4 ] {0e20b81b-6145-4fda-ae34-877c06f4087f} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9709 | 2025.02.28 06:52:21.843711 [ 4 ] {0e20b81b-6145-4fda-ae34-877c06f4087f} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9710 | 2025.02.28 06:52:21.843888 [ 4 ] {0e20b81b-6145-4fda-ae34-877c06f4087f} <Debug> executeQuery: Read 893 rows, 66.30 KiB in 0.001791 sec., 498604.1317699609 rows/sec., 36.15 MiB/sec. | ||
| 9711 | 2025.02.28 06:52:21.843939 [ 4 ] {0e20b81b-6145-4fda-ae34-877c06f4087f} <Debug> TCPHandler: Processed in 0.002040784 sec. | ||
| 9712 | 2025.02.28 06:52:21.844085 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9713 | 2025.02.28 06:52:21.844223 [ 255 ] {f101a54b-7b7e-498b-b716-f8a82a45a213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9714 | 2025.02.28 06:52:21.844284 [ 255 ] {f101a54b-7b7e-498b-b716-f8a82a45a213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9715 | 2025.02.28 06:52:21.844814 [ 255 ] {f101a54b-7b7e-498b-b716-f8a82a45a213} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9716 | 2025.02.28 06:52:21.844852 [ 255 ] {f101a54b-7b7e-498b-b716-f8a82a45a213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9717 | 2025.02.28 06:52:21.845212 [ 255 ] {f101a54b-7b7e-498b-b716-f8a82a45a213} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9718 | 2025.02.28 06:52:21.845465 [ 255 ] {f101a54b-7b7e-498b-b716-f8a82a45a213} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9719 | 2025.02.28 06:52:21.845674 [ 255 ] {f101a54b-7b7e-498b-b716-f8a82a45a213} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001481 sec., 4051.3166779203243 rows/sec., 211.67 KiB/sec. | ||
| 9720 | 2025.02.28 06:52:21.845724 [ 255 ] {f101a54b-7b7e-498b-b716-f8a82a45a213} <Debug> TCPHandler: Processed in 0.001706291 sec. | ||
| 9721 | 2025.02.28 06:52:21.845857 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9722 | 2025.02.28 06:52:21.845973 [ 4 ] {a650f500-fc05-42d9-8c6b-1abb30712467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9723 | 2025.02.28 06:52:21.846026 [ 4 ] {a650f500-fc05-42d9-8c6b-1abb30712467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9724 | 2025.02.28 06:52:21.846792 [ 4 ] {a650f500-fc05-42d9-8c6b-1abb30712467} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9725 | 2025.02.28 06:52:21.846830 [ 4 ] {a650f500-fc05-42d9-8c6b-1abb30712467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9726 | 2025.02.28 06:52:21.847274 [ 4 ] {a650f500-fc05-42d9-8c6b-1abb30712467} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9727 | 2025.02.28 06:52:21.847521 [ 4 ] {a650f500-fc05-42d9-8c6b-1abb30712467} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9728 | 2025.02.28 06:52:21.847704 [ 4 ] {a650f500-fc05-42d9-8c6b-1abb30712467} <Debug> executeQuery: Read 1027 rows, 70.10 KiB in 0.001755 sec., 585185.1851851852 rows/sec., 39.01 MiB/sec. | ||
| 9729 | 2025.02.28 06:52:21.847755 [ 4 ] {a650f500-fc05-42d9-8c6b-1abb30712467} <Debug> TCPHandler: Processed in 0.001953844 sec. | ||
| 9730 | 2025.02.28 06:52:21.847890 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9731 | 2025.02.28 06:52:21.848004 [ 255 ] {416a0978-aecd-476d-9c2c-2c434adf928f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9732 | 2025.02.28 06:52:21.848055 [ 255 ] {416a0978-aecd-476d-9c2c-2c434adf928f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9733 | 2025.02.28 06:52:21.848522 [ 255 ] {416a0978-aecd-476d-9c2c-2c434adf928f} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9734 | 2025.02.28 06:52:21.848559 [ 255 ] {416a0978-aecd-476d-9c2c-2c434adf928f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9735 | 2025.02.28 06:52:21.848915 [ 255 ] {416a0978-aecd-476d-9c2c-2c434adf928f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9736 | 2025.02.28 06:52:21.849142 [ 255 ] {416a0978-aecd-476d-9c2c-2c434adf928f} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9737 | 2025.02.28 06:52:21.849346 [ 255 ] {416a0978-aecd-476d-9c2c-2c434adf928f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001365 sec., 732.6007326007326 rows/sec., 49.36 KiB/sec. | ||
| 9738 | 2025.02.28 06:52:21.849395 [ 255 ] {416a0978-aecd-476d-9c2c-2c434adf928f} <Debug> TCPHandler: Processed in 0.001565509 sec. | ||
| 9739 | 2025.02.28 06:52:21.849526 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9740 | 2025.02.28 06:52:21.849642 [ 4 ] {2565ed77-c9db-4e1a-96dc-b04db5cf6c3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9741 | 2025.02.28 06:52:21.849723 [ 4 ] {2565ed77-c9db-4e1a-96dc-b04db5cf6c3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9742 | 2025.02.28 06:52:21.850899 [ 4 ] {2565ed77-c9db-4e1a-96dc-b04db5cf6c3f} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9743 | 2025.02.28 06:52:21.850936 [ 4 ] {2565ed77-c9db-4e1a-96dc-b04db5cf6c3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9744 | 2025.02.28 06:52:21.851584 [ 4 ] {2565ed77-c9db-4e1a-96dc-b04db5cf6c3f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9745 | 2025.02.28 06:52:21.851852 [ 4 ] {2565ed77-c9db-4e1a-96dc-b04db5cf6c3f} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9746 | 2025.02.28 06:52:21.851987 [ 128 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9747 | 2025.02.28 06:52:21.852042 [ 128 ] {} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9748 | 2025.02.28 06:52:21.852059 [ 4 ] {2565ed77-c9db-4e1a-96dc-b04db5cf6c3f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002438 sec., 15996.718621821165 rows/sec., 28.67 MiB/sec. | ||
| 9749 | 2025.02.28 06:52:21.852075 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9750 | 2025.02.28 06:52:21.852551 [ 4 ] {2565ed77-c9db-4e1a-96dc-b04db5cf6c3f} <Debug> TCPHandler: Processed in 0.003074186 sec. | ||
| 9751 | 2025.02.28 06:52:21.852635 [ 199 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::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 | ||
| 9752 | 2025.02.28 06:52:21.853058 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9753 | 2025.02.28 06:52:21.853345 [ 255 ] {a05788d3-4087-494d-895c-91265c2aca46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9754 | 2025.02.28 06:52:21.853466 [ 255 ] {a05788d3-4087-494d-895c-91265c2aca46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9755 | 2025.02.28 06:52:21.853840 [ 199 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9756 | 2025.02.28 06:52:21.854125 [ 199 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1101 rows starting from the beginning of the part | ||
| 9757 | 2025.02.28 06:52:21.854907 [ 199 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 39 rows starting from the beginning of the part | ||
| 9758 | 2025.02.28 06:52:21.855690 [ 255 ] {a05788d3-4087-494d-895c-91265c2aca46} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9759 | 2025.02.28 06:52:21.855754 [ 199 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 39 rows starting from the beginning of the part | ||
| 9760 | 2025.02.28 06:52:21.855776 [ 255 ] {a05788d3-4087-494d-895c-91265c2aca46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9761 | 2025.02.28 06:52:21.856323 [ 199 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 39 rows starting from the beginning of the part | ||
| 9762 | 2025.02.28 06:52:21.856943 [ 199 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 39 rows starting from the beginning of the part | ||
| 9763 | 2025.02.28 06:52:21.857583 [ 199 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 39 rows starting from the beginning of the part | ||
| 9764 | 2025.02.28 06:52:21.857662 [ 255 ] {a05788d3-4087-494d-895c-91265c2aca46} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 9765 | 2025.02.28 06:52:21.858537 [ 255 ] {a05788d3-4087-494d-895c-91265c2aca46} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9766 | 2025.02.28 06:52:21.859081 [ 255 ] {a05788d3-4087-494d-895c-91265c2aca46} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.00576 sec., 10069.444444444443 rows/sec., 638.33 KiB/sec. | ||
| 9767 | 2025.02.28 06:52:21.859574 [ 255 ] {a05788d3-4087-494d-895c-91265c2aca46} <Debug> TCPHandler: Processed in 0.006894872 sec. | ||
| 9768 | 2025.02.28 06:52:21.868299 [ 191 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 19 columns (19 merged, 0 gathered) in 0.016073243 sec., 80630.89695091402 rows/sec., 144.49 MiB/sec. | ||
| 9769 | 2025.02.28 06:52:21.869699 [ 189 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9770 | 2025.02.28 06:52:21.870129 [ 189 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9771 | 2025.02.28 06:52:21.870214 [ 189 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9772 | 2025.02.28 06:52:21.870371 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.43 MiB. | ||
| 9773 | 2025.02.28 06:52:22.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 227.00 MiB, peak 238.36 MiB, free memory in arenas 0.00 B, will set to 230.37 MiB (RSS), difference: 3.37 MiB | ||
| 9774 | 2025.02.28 06:52:23.886091 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1382 | ||
| 9775 | 2025.02.28 06:52:23.889595 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9776 | 2025.02.28 06:52:23.889635 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9777 | 2025.02.28 06:52:23.891104 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9778 | 2025.02.28 06:52:23.891410 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9779 | 2025.02.28 06:52:23.892309 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1382 | ||
| 9780 | 2025.02.28 06:52:24.389641 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9781 | 2025.02.28 06:52:24.389835 [ 4 ] {24d0407e-e0ec-4823-86fb-441a091f5136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9782 | 2025.02.28 06:52:24.389912 [ 4 ] {24d0407e-e0ec-4823-86fb-441a091f5136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9783 | 2025.02.28 06:52:24.391200 [ 4 ] {24d0407e-e0ec-4823-86fb-441a091f5136} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9784 | 2025.02.28 06:52:24.391262 [ 4 ] {24d0407e-e0ec-4823-86fb-441a091f5136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9785 | 2025.02.28 06:52:24.391753 [ 4 ] {24d0407e-e0ec-4823-86fb-441a091f5136} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9786 | 2025.02.28 06:52:24.392023 [ 4 ] {24d0407e-e0ec-4823-86fb-441a091f5136} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9787 | 2025.02.28 06:52:24.392282 [ 4 ] {24d0407e-e0ec-4823-86fb-441a091f5136} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002502 sec., 22382.09432454037 rows/sec., 1.72 MiB/sec. | ||
| 9788 | 2025.02.28 06:52:24.392353 [ 4 ] {24d0407e-e0ec-4823-86fb-441a091f5136} <Debug> TCPHandler: Processed in 0.002855614 sec. | ||
| 9789 | 2025.02.28 06:52:24.392654 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9790 | 2025.02.28 06:52:24.392854 [ 255 ] {df58b2a4-abc0-498c-a9e8-51900b90487c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9791 | 2025.02.28 06:52:24.392939 [ 255 ] {df58b2a4-abc0-498c-a9e8-51900b90487c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9792 | 2025.02.28 06:52:24.393737 [ 255 ] {df58b2a4-abc0-498c-a9e8-51900b90487c} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9793 | 2025.02.28 06:52:24.393793 [ 255 ] {df58b2a4-abc0-498c-a9e8-51900b90487c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9794 | 2025.02.28 06:52:24.394248 [ 255 ] {df58b2a4-abc0-498c-a9e8-51900b90487c} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9795 | 2025.02.28 06:52:24.394506 [ 255 ] {df58b2a4-abc0-498c-a9e8-51900b90487c} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9796 | 2025.02.28 06:52:24.394776 [ 255 ] {df58b2a4-abc0-498c-a9e8-51900b90487c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00197 sec., 32487.30964467005 rows/sec., 2.54 MiB/sec. | ||
| 9797 | 2025.02.28 06:52:24.394868 [ 255 ] {df58b2a4-abc0-498c-a9e8-51900b90487c} <Debug> TCPHandler: Processed in 0.002404889 sec. | ||
| 9798 | 2025.02.28 06:52:24.395110 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9799 | 2025.02.28 06:52:24.395323 [ 4 ] {7f3ef0b4-98c3-42cb-bf87-920350646712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9800 | 2025.02.28 06:52:24.395381 [ 4 ] {7f3ef0b4-98c3-42cb-bf87-920350646712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9801 | 2025.02.28 06:52:24.395953 [ 4 ] {7f3ef0b4-98c3-42cb-bf87-920350646712} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9802 | 2025.02.28 06:52:24.396003 [ 4 ] {7f3ef0b4-98c3-42cb-bf87-920350646712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9803 | 2025.02.28 06:52:24.396423 [ 4 ] {7f3ef0b4-98c3-42cb-bf87-920350646712} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9804 | 2025.02.28 06:52:24.396691 [ 4 ] {7f3ef0b4-98c3-42cb-bf87-920350646712} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9805 | 2025.02.28 06:52:24.396984 [ 4 ] {7f3ef0b4-98c3-42cb-bf87-920350646712} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001696 sec., 37735.84905660377 rows/sec., 2.63 MiB/sec. | ||
| 9806 | 2025.02.28 06:52:24.397074 [ 4 ] {7f3ef0b4-98c3-42cb-bf87-920350646712} <Debug> TCPHandler: Processed in 0.002097105 sec. | ||
| 9807 | 2025.02.28 06:52:24.397253 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9808 | 2025.02.28 06:52:24.397387 [ 255 ] {be33c227-f822-4fb6-bb22-9ac718d0b943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9809 | 2025.02.28 06:52:24.397447 [ 255 ] {be33c227-f822-4fb6-bb22-9ac718d0b943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9810 | 2025.02.28 06:52:24.398023 [ 255 ] {be33c227-f822-4fb6-bb22-9ac718d0b943} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9811 | 2025.02.28 06:52:24.398069 [ 255 ] {be33c227-f822-4fb6-bb22-9ac718d0b943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9812 | 2025.02.28 06:52:24.398549 [ 255 ] {be33c227-f822-4fb6-bb22-9ac718d0b943} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 9813 | 2025.02.28 06:52:24.398841 [ 255 ] {be33c227-f822-4fb6-bb22-9ac718d0b943} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9814 | 2025.02.28 06:52:24.399113 [ 255 ] {be33c227-f822-4fb6-bb22-9ac718d0b943} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001754 sec., 13683.010262257698 rows/sec., 944.27 KiB/sec. | ||
| 9815 | 2025.02.28 06:52:24.399220 [ 255 ] {be33c227-f822-4fb6-bb22-9ac718d0b943} <Debug> TCPHandler: Processed in 0.002030684 sec. | ||
| 9816 | 2025.02.28 06:52:26.284659 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424 | ||
| 9817 | 2025.02.28 06:52:26.287041 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9818 | 2025.02.28 06:52:26.287092 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9819 | 2025.02.28 06:52:26.287631 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9820 | 2025.02.28 06:52:26.287893 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9821 | 2025.02.28 06:52:26.288035 [ 124 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9822 | 2025.02.28 06:52:26.288092 [ 124 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9823 | 2025.02.28 06:52:26.288111 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 | ||
| 9824 | 2025.02.28 06:52:26.288121 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9825 | 2025.02.28 06:52:26.288273 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 9826 | 2025.02.28 06:52:26.288457 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9827 | 2025.02.28 06:52:26.288507 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 9828 | 2025.02.28 06:52:26.288596 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 9829 | 2025.02.28 06:52:26.288823 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 9830 | 2025.02.28 06:52:26.289039 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 9831 | 2025.02.28 06:52:26.289179 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 9832 | 2025.02.28 06:52:26.289327 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 9833 | 2025.02.28 06:52:26.291760 [ 191 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.003555613 sec., 6587893.564344601 rows/sec., 94.24 MiB/sec. | ||
| 9834 | 2025.02.28 06:52:26.292444 [ 191 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9835 | 2025.02.28 06:52:26.292918 [ 191 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_51_10} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9836 | 2025.02.28 06:52:26.293020 [ 191 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_51_10} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9837 | 2025.02.28 06:52:26.293139 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 9838 | 2025.02.28 06:52:27.928388 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 9839 | 2025.02.28 06:52:27.950739 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9840 | 2025.02.28 06:52:27.950807 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9841 | 2025.02.28 06:52:27.958201 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9842 | 2025.02.28 06:52:27.958997 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9843 | 2025.02.28 06:52:27.959470 [ 121 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9844 | 2025.02.28 06:52:27.959663 [ 121 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9845 | 2025.02.28 06:52:27.959771 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9846 | 2025.02.28 06:52:27.960198 [ 197 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 9847 | 2025.02.28 06:52:27.976170 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 9848 | 2025.02.28 06:52:27.978667 [ 197 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9849 | 2025.02.28 06:52:27.980120 [ 197 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 9850 | 2025.02.28 06:52:27.985391 [ 197 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 9851 | 2025.02.28 06:52:27.990944 [ 197 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 9852 | 2025.02.28 06:52:27.996333 [ 197 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 9853 | 2025.02.28 06:52:28.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.90 MiB, peak 238.36 MiB, free memory in arenas 0.00 B, will set to 230.39 MiB (RSS), difference: -4.51 MiB | ||
| 9854 | 2025.02.28 06:52:28.002309 [ 197 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 9855 | 2025.02.28 06:52:28.006740 [ 197 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 9856 | 2025.02.28 06:52:28.064242 [ 194 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.10429994 sec., 3691.277291242929 rows/sec., 19.09 MiB/sec. | ||
| 9857 | 2025.02.28 06:52:28.067438 [ 192 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9858 | 2025.02.28 06:52:28.070499 [ 192 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_51_10} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9859 | 2025.02.28 06:52:28.070629 [ 192 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_51_10} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9860 | 2025.02.28 06:52:28.073198 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9861 | 2025.02.28 06:52:29.000237 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 226.94 MiB, peak 240.36 MiB, free memory in arenas 0.00 B, will set to 231.02 MiB (RSS), difference: 4.09 MiB | ||
| 9862 | 2025.02.28 06:52:29.393534 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9863 | 2025.02.28 06:52:29.393890 [ 4 ] {b4707c88-5a0c-438e-8370-907f68fbaf1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9864 | 2025.02.28 06:52:29.393967 [ 4 ] {b4707c88-5a0c-438e-8370-907f68fbaf1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9865 | 2025.02.28 06:52:29.394737 [ 4 ] {b4707c88-5a0c-438e-8370-907f68fbaf1c} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9866 | 2025.02.28 06:52:29.394782 [ 4 ] {b4707c88-5a0c-438e-8370-907f68fbaf1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9867 | 2025.02.28 06:52:29.395244 [ 4 ] {b4707c88-5a0c-438e-8370-907f68fbaf1c} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9868 | 2025.02.28 06:52:29.395512 [ 4 ] {b4707c88-5a0c-438e-8370-907f68fbaf1c} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9869 | 2025.02.28 06:52:29.395679 [ 120 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9870 | 2025.02.28 06:52:29.395721 [ 4 ] {b4707c88-5a0c-438e-8370-907f68fbaf1c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001917 sec., 29212.310902451747 rows/sec., 2.24 MiB/sec. | ||
| 9871 | 2025.02.28 06:52:29.395724 [ 120 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9872 | 2025.02.28 06:52:29.395797 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9873 | 2025.02.28 06:52:29.395823 [ 4 ] {b4707c88-5a0c-438e-8370-907f68fbaf1c} <Debug> TCPHandler: Processed in 0.00248958 sec. | ||
| 9874 | 2025.02.28 06:52:29.396130 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 9875 | 2025.02.28 06:52:29.396152 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9876 | 2025.02.28 06:52:29.396696 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9877 | 2025.02.28 06:52:29.396828 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1844 rows starting from the beginning of the part | ||
| 9878 | 2025.02.28 06:52:29.396931 [ 255 ] {d435bb9d-1c6f-4403-a548-cf713f0fcb2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9879 | 2025.02.28 06:52:29.397276 [ 255 ] {d435bb9d-1c6f-4403-a548-cf713f0fcb2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9880 | 2025.02.28 06:52:29.397343 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 695 rows starting from the beginning of the part | ||
| 9881 | 2025.02.28 06:52:29.397930 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 56 rows starting from the beginning of the part | ||
| 9882 | 2025.02.28 06:52:29.398297 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1843 rows starting from the beginning of the part | ||
| 9883 | 2025.02.28 06:52:29.398559 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part | ||
| 9884 | 2025.02.28 06:52:29.398934 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 56 rows starting from the beginning of the part | ||
| 9885 | 2025.02.28 06:52:29.400513 [ 255 ] {d435bb9d-1c6f-4403-a548-cf713f0fcb2a} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9886 | 2025.02.28 06:52:29.400601 [ 255 ] {d435bb9d-1c6f-4403-a548-cf713f0fcb2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9887 | 2025.02.28 06:52:29.401634 [ 255 ] {d435bb9d-1c6f-4403-a548-cf713f0fcb2a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9888 | 2025.02.28 06:52:29.401954 [ 255 ] {d435bb9d-1c6f-4403-a548-cf713f0fcb2a} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9889 | 2025.02.28 06:52:29.402164 [ 120 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9890 | 2025.02.28 06:52:29.402258 [ 120 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9891 | 2025.02.28 06:52:29.402291 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9892 | 2025.02.28 06:52:29.402351 [ 255 ] {d435bb9d-1c6f-4403-a548-cf713f0fcb2a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00573 sec., 11169.284467713787 rows/sec., 892.71 KiB/sec. | ||
| 9893 | 2025.02.28 06:52:29.402846 [ 255 ] {d435bb9d-1c6f-4403-a548-cf713f0fcb2a} <Debug> TCPHandler: Processed in 0.006904792 sec. | ||
| 9894 | 2025.02.28 06:52:29.403149 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9895 | 2025.02.28 06:52:29.403175 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 9896 | 2025.02.28 06:52:29.403560 [ 4 ] {15708fe9-ae24-41b1-a484-45e05655e22e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9897 | 2025.02.28 06:52:29.403761 [ 4 ] {15708fe9-ae24-41b1-a484-45e05655e22e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9898 | 2025.02.28 06:52:29.403821 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9899 | 2025.02.28 06:52:29.403955 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 913 rows starting from the beginning of the part | ||
| 9900 | 2025.02.28 06:52:29.404514 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 421 rows starting from the beginning of the part | ||
| 9901 | 2025.02.28 06:52:29.405038 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 64 rows starting from the beginning of the part | ||
| 9902 | 2025.02.28 06:52:29.405486 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4550 rows, containing 5 columns (5 merged, 0 gathered) in 0.009554675 sec., 476206.67369638424 rows/sec., 40.46 MiB/sec. | ||
| 9903 | 2025.02.28 06:52:29.405524 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 893 rows starting from the beginning of the part | ||
| 9904 | 2025.02.28 06:52:29.405965 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part | ||
| 9905 | 2025.02.28 06:52:29.406066 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9906 | 2025.02.28 06:52:29.406554 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 64 rows starting from the beginning of the part | ||
| 9907 | 2025.02.28 06:52:29.407559 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_86_17} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9908 | 2025.02.28 06:52:29.407987 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_86_17} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9909 | 2025.02.28 06:52:29.408339 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 9910 | 2025.02.28 06:52:29.408662 [ 4 ] {15708fe9-ae24-41b1-a484-45e05655e22e} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9911 | 2025.02.28 06:52:29.408792 [ 4 ] {15708fe9-ae24-41b1-a484-45e05655e22e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9912 | 2025.02.28 06:52:29.409722 [ 4 ] {15708fe9-ae24-41b1-a484-45e05655e22e} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9913 | 2025.02.28 06:52:29.410040 [ 4 ] {15708fe9-ae24-41b1-a484-45e05655e22e} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9914 | 2025.02.28 06:52:29.410207 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9915 | 2025.02.28 06:52:29.410251 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9916 | 2025.02.28 06:52:29.410261 [ 4 ] {15708fe9-ae24-41b1-a484-45e05655e22e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006862 sec., 23316.81725444477 rows/sec., 1.62 MiB/sec. | ||
| 9917 | 2025.02.28 06:52:29.410293 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9918 | 2025.02.28 06:52:29.410578 [ 4 ] {15708fe9-ae24-41b1-a484-45e05655e22e} <Debug> TCPHandler: Processed in 0.007589551 sec. | ||
| 9919 | 2025.02.28 06:52:29.410901 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 9920 | 2025.02.28 06:52:29.411033 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9921 | 2025.02.28 06:52:29.411679 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9922 | 2025.02.28 06:52:29.411830 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 24427 rows starting from the beginning of the part | ||
| 9923 | 2025.02.28 06:52:29.411906 [ 255 ] {b0e57d0c-afbf-42ac-bea5-53a5d5ffd73b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9924 | 2025.02.28 06:52:29.412242 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.009818448 sec., 246372.95018520238 rows/sec., 18.87 MiB/sec. | ||
| 9925 | 2025.02.28 06:52:29.412370 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part | ||
| 9926 | 2025.02.28 06:52:29.412730 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9927 | 2025.02.28 06:52:29.412957 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part | ||
| 9928 | 2025.02.28 06:52:29.413356 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1027 rows starting from the beginning of the part | ||
| 9929 | 2025.02.28 06:52:29.413862 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part | ||
| 9930 | 2025.02.28 06:52:29.413919 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_86_17} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9931 | 2025.02.28 06:52:29.414359 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_86_17} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9932 | 2025.02.28 06:52:29.414382 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part | ||
| 9933 | 2025.02.28 06:52:29.414753 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 9934 | 2025.02.28 06:52:29.414935 [ 255 ] {b0e57d0c-afbf-42ac-bea5-53a5d5ffd73b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9935 | 2025.02.28 06:52:29.416098 [ 255 ] {b0e57d0c-afbf-42ac-bea5-53a5d5ffd73b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9936 | 2025.02.28 06:52:29.416145 [ 255 ] {b0e57d0c-afbf-42ac-bea5-53a5d5ffd73b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9937 | 2025.02.28 06:52:29.416750 [ 255 ] {b0e57d0c-afbf-42ac-bea5-53a5d5ffd73b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 9938 | 2025.02.28 06:52:29.417220 [ 255 ] {b0e57d0c-afbf-42ac-bea5-53a5d5ffd73b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9939 | 2025.02.28 06:52:29.417517 [ 120 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 9940 | 2025.02.28 06:52:29.417634 [ 120 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9941 | 2025.02.28 06:52:29.417725 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9942 | 2025.02.28 06:52:29.417860 [ 255 ] {b0e57d0c-afbf-42ac-bea5-53a5d5ffd73b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006251 sec., 9598.464245720685 rows/sec., 662.39 KiB/sec. | ||
| 9943 | 2025.02.28 06:52:29.418189 [ 255 ] {b0e57d0c-afbf-42ac-bea5-53a5d5ffd73b} <Debug> TCPHandler: Processed in 0.007430339 sec. | ||
| 9944 | 2025.02.28 06:52:29.418247 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 9945 | 2025.02.28 06:52:29.418558 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9946 | 2025.02.28 06:52:29.418602 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4912 rows starting from the beginning of the part | ||
| 9947 | 2025.02.28 06:52:29.418706 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 9948 | 2025.02.28 06:52:29.418798 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 9949 | 2025.02.28 06:52:29.419187 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 58 rows starting from the beginning of the part | ||
| 9950 | 2025.02.28 06:52:29.419280 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 24 rows starting from the beginning of the part | ||
| 9951 | 2025.02.28 06:52:29.419635 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
| 9952 | 2025.02.28 06:52:29.422489 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5196 rows, containing 4 columns (4 merged, 0 gathered) in 0.004610656 sec., 1126954.6025554715 rows/sec., 73.46 MiB/sec. | ||
| 9953 | 2025.02.28 06:52:29.423024 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9954 | 2025.02.28 06:52:29.423332 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_86_17} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9955 | 2025.02.28 06:52:29.423414 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_86_17} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9956 | 2025.02.28 06:52:29.423517 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 9957 | 2025.02.28 06:52:29.425138 [ 198 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26075 rows, containing 5 columns (5 merged, 0 gathered) in 0.014715766 sec., 1771909.1211425895 rows/sec., 119.63 MiB/sec. | ||
| 9958 | 2025.02.28 06:52:29.425411 [ 199 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 9959 | 2025.02.28 06:52:29.425726 [ 199 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9960 | 2025.02.28 06:52:29.425808 [ 199 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 9961 | 2025.02.28 06:52:29.425898 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 9962 | 2025.02.28 06:52:33.518866 [ 114 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Selected 5 parts from all_1_32_7 to all_36_36_0 | ||
| 9963 | 2025.02.28 06:52:33.518950 [ 114 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9964 | 2025.02.28 06:52:33.518980 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9965 | 2025.02.28 06:52:33.519180 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_36_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_32_7 to all_36_36_0 into Compact with storage Full | ||
| 9966 | 2025.02.28 06:52:33.519374 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_36_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9967 | 2025.02.28 06:52:33.519424 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 32 rows starting from the beginning of the part | ||
| 9968 | 2025.02.28 06:52:33.519525 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 9969 | 2025.02.28 06:52:33.519740 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 9970 | 2025.02.28 06:52:33.519971 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 9971 | 2025.02.28 06:52:33.520212 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_36_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 9972 | 2025.02.28 06:52:33.521426 [ 198 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_36_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.002352568 sec., 15302.426964916634 rows/sec., 1.01 MiB/sec. | ||
| 9973 | 2025.02.28 06:52:33.521605 [ 198 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_36_8} <Trace> MergedBlockOutputStream: filled checksums all_1_36_8 (state Temporary) | ||
| 9974 | 2025.02.28 06:52:33.521979 [ 198 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_36_8} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_merge_all_1_36_8 to all_1_36_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9975 | 2025.02.28 06:52:33.522074 [ 198 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_36_8} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Merged 5 parts: [all_1_32_7, all_36_36_0] -> all_1_36_8 | ||
| 9976 | 2025.02.28 06:52:33.522192 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9977 | 2025.02.28 06:52:33.623278 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9978 | 2025.02.28 06:52:33.623311 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9979 | 2025.02.28 06:52:33.788359 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851 | ||
| 9980 | 2025.02.28 06:52:33.789093 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9981 | 2025.02.28 06:52:33.789143 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9982 | 2025.02.28 06:52:33.789680 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9983 | 2025.02.28 06:52:33.789953 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9984 | 2025.02.28 06:52:33.790224 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 9985 | 2025.02.28 06:52:33.892713 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1398 | ||
| 9986 | 2025.02.28 06:52:33.895440 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9987 | 2025.02.28 06:52:33.895482 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9988 | 2025.02.28 06:52:33.896946 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9989 | 2025.02.28 06:52:33.897261 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9990 | 2025.02.28 06:52:33.898577 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1398 | ||
| 9991 | 2025.02.28 06:52:34.402193 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9992 | 2025.02.28 06:52:34.402386 [ 4 ] {229a0f0b-10e3-4e7b-947f-238ba7126a93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9993 | 2025.02.28 06:52:34.402459 [ 4 ] {229a0f0b-10e3-4e7b-947f-238ba7126a93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9994 | 2025.02.28 06:52:34.403262 [ 4 ] {229a0f0b-10e3-4e7b-947f-238ba7126a93} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9995 | 2025.02.28 06:52:34.403314 [ 4 ] {229a0f0b-10e3-4e7b-947f-238ba7126a93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 9996 | 2025.02.28 06:52:34.403777 [ 4 ] {229a0f0b-10e3-4e7b-947f-238ba7126a93} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9997 | 2025.02.28 06:52:34.404050 [ 4 ] {229a0f0b-10e3-4e7b-947f-238ba7126a93} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9998 | 2025.02.28 06:52:34.404277 [ 113 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 9999 | 2025.02.28 06:52:34.404304 [ 4 ] {229a0f0b-10e3-4e7b-947f-238ba7126a93} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001964 sec., 107942.97352342159 rows/sec., 6.87 MiB/sec. | ||
| 10000 | 2025.02.28 06:52:34.404373 [ 113 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10001 | 2025.02.28 06:52:34.404451 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10002 | 2025.02.28 06:52:34.404460 [ 4 ] {229a0f0b-10e3-4e7b-947f-238ba7126a93} <Debug> TCPHandler: Processed in 0.002403189 sec. | ||
| 10003 | 2025.02.28 06:52:34.404697 [ 189 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::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 | ||
| 10004 | 2025.02.28 06:52:34.404752 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10005 | 2025.02.28 06:52:34.404871 [ 189 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10006 | 2025.02.28 06:52:34.404922 [ 189 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 212 rows starting from the beginning of the part | ||
| 10007 | 2025.02.28 06:52:34.404963 [ 255 ] {ce7b9641-181f-4bd7-b295-b485e35072bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10008 | 2025.02.28 06:52:34.405074 [ 189 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 212 rows starting from the beginning of the part | ||
| 10009 | 2025.02.28 06:52:34.405081 [ 255 ] {ce7b9641-181f-4bd7-b295-b485e35072bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10010 | 2025.02.28 06:52:34.405374 [ 189 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 212 rows starting from the beginning of the part | ||
| 10011 | 2025.02.28 06:52:34.405668 [ 189 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 212 rows starting from the beginning of the part | ||
| 10012 | 2025.02.28 06:52:34.405885 [ 189 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 212 rows starting from the beginning of the part | ||
| 10013 | 2025.02.28 06:52:34.407448 [ 255 ] {ce7b9641-181f-4bd7-b295-b485e35072bd} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10014 | 2025.02.28 06:52:34.407487 [ 255 ] {ce7b9641-181f-4bd7-b295-b485e35072bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10015 | 2025.02.28 06:52:34.407747 [ 189 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003198458 sec., 331409.698048247 rows/sec., 22.34 MiB/sec. | ||
| 10016 | 2025.02.28 06:52:34.408015 [ 196 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 10017 | 2025.02.28 06:52:34.408180 [ 255 ] {ce7b9641-181f-4bd7-b295-b485e35072bd} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10018 | 2025.02.28 06:52:34.408548 [ 196 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_37_9} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10019 | 2025.02.28 06:52:34.408724 [ 255 ] {ce7b9641-181f-4bd7-b295-b485e35072bd} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10020 | 2025.02.28 06:52:34.408755 [ 196 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_37_9} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 10021 | 2025.02.28 06:52:34.408923 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 10022 | 2025.02.28 06:52:34.409109 [ 255 ] {ce7b9641-181f-4bd7-b295-b485e35072bd} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.004211 sec., 165043.93255758725 rows/sec., 13.18 MiB/sec. | ||
| 10023 | 2025.02.28 06:52:34.409203 [ 255 ] {ce7b9641-181f-4bd7-b295-b485e35072bd} <Debug> TCPHandler: Processed in 0.004618815 sec. | ||
| 10024 | 2025.02.28 06:52:34.409442 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10025 | 2025.02.28 06:52:34.409617 [ 4 ] {2471ef60-df36-4816-a816-ec344723e01c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10026 | 2025.02.28 06:52:34.409677 [ 4 ] {2471ef60-df36-4816-a816-ec344723e01c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10027 | 2025.02.28 06:52:34.410362 [ 4 ] {2471ef60-df36-4816-a816-ec344723e01c} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10028 | 2025.02.28 06:52:34.410405 [ 4 ] {2471ef60-df36-4816-a816-ec344723e01c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10029 | 2025.02.28 06:52:34.410825 [ 4 ] {2471ef60-df36-4816-a816-ec344723e01c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10030 | 2025.02.28 06:52:34.411080 [ 4 ] {2471ef60-df36-4816-a816-ec344723e01c} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10031 | 2025.02.28 06:52:34.411305 [ 4 ] {2471ef60-df36-4816-a816-ec344723e01c} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001716 sec., 84498.83449883449 rows/sec., 5.30 MiB/sec. | ||
| 10032 | 2025.02.28 06:52:34.411382 [ 4 ] {2471ef60-df36-4816-a816-ec344723e01c} <Debug> TCPHandler: Processed in 0.002075925 sec. | ||
| 10033 | 2025.02.28 06:52:34.411582 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10034 | 2025.02.28 06:52:34.411727 [ 255 ] {95f023e4-f378-4534-ae65-b71000ea0637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10035 | 2025.02.28 06:52:34.411789 [ 255 ] {95f023e4-f378-4534-ae65-b71000ea0637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10036 | 2025.02.28 06:52:34.412442 [ 255 ] {95f023e4-f378-4534-ae65-b71000ea0637} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10037 | 2025.02.28 06:52:34.412480 [ 255 ] {95f023e4-f378-4534-ae65-b71000ea0637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10038 | 2025.02.28 06:52:34.412856 [ 255 ] {95f023e4-f378-4534-ae65-b71000ea0637} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10039 | 2025.02.28 06:52:34.413098 [ 255 ] {95f023e4-f378-4534-ae65-b71000ea0637} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10040 | 2025.02.28 06:52:34.413288 [ 255 ] {95f023e4-f378-4534-ae65-b71000ea0637} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001597 sec., 70757.67063243582 rows/sec., 4.58 MiB/sec. | ||
| 10041 | 2025.02.28 06:52:34.413422 [ 255 ] {95f023e4-f378-4534-ae65-b71000ea0637} <Debug> TCPHandler: Processed in 0.001951683 sec. | ||
| 10042 | 2025.02.28 06:52:34.413615 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10043 | 2025.02.28 06:52:34.413757 [ 4 ] {0ea38d8b-ab4e-4349-abf9-ad475ebd4b2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10044 | 2025.02.28 06:52:34.413815 [ 4 ] {0ea38d8b-ab4e-4349-abf9-ad475ebd4b2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10045 | 2025.02.28 06:52:34.414477 [ 4 ] {0ea38d8b-ab4e-4349-abf9-ad475ebd4b2a} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10046 | 2025.02.28 06:52:34.414518 [ 4 ] {0ea38d8b-ab4e-4349-abf9-ad475ebd4b2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10047 | 2025.02.28 06:52:34.414898 [ 4 ] {0ea38d8b-ab4e-4349-abf9-ad475ebd4b2a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10048 | 2025.02.28 06:52:34.415143 [ 4 ] {0ea38d8b-ab4e-4349-abf9-ad475ebd4b2a} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10049 | 2025.02.28 06:52:34.415334 [ 113 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10050 | 2025.02.28 06:52:34.415393 [ 113 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10051 | 2025.02.28 06:52:34.415416 [ 4 ] {0ea38d8b-ab4e-4349-abf9-ad475ebd4b2a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00168 sec., 66666.66666666666 rows/sec., 3.80 MiB/sec. | ||
| 10052 | 2025.02.28 06:52:34.415435 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10053 | 2025.02.28 06:52:34.415575 [ 4 ] {0ea38d8b-ab4e-4349-abf9-ad475ebd4b2a} <Debug> TCPHandler: Processed in 0.002067755 sec. | ||
| 10054 | 2025.02.28 06:52:34.415816 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10055 | 2025.02.28 06:52:34.415847 [ 191 ] {ae10649f-1e0a-4033-8240-a3be65056305::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 | ||
| 10056 | 2025.02.28 06:52:34.416029 [ 255 ] {b81c00cf-7edf-4668-b33b-0458e3ddaf6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10057 | 2025.02.28 06:52:34.416139 [ 255 ] {b81c00cf-7edf-4668-b33b-0458e3ddaf6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10058 | 2025.02.28 06:52:34.416279 [ 191 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10059 | 2025.02.28 06:52:34.416371 [ 191 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 112 rows starting from the beginning of the part | ||
| 10060 | 2025.02.28 06:52:34.416626 [ 191 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 112 rows starting from the beginning of the part | ||
| 10061 | 2025.02.28 06:52:34.416932 [ 191 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 112 rows starting from the beginning of the part | ||
| 10062 | 2025.02.28 06:52:34.417253 [ 191 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 112 rows starting from the beginning of the part | ||
| 10063 | 2025.02.28 06:52:34.417517 [ 191 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 112 rows starting from the beginning of the part | ||
| 10064 | 2025.02.28 06:52:34.419135 [ 255 ] {b81c00cf-7edf-4668-b33b-0458e3ddaf6c} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10065 | 2025.02.28 06:52:34.419199 [ 255 ] {b81c00cf-7edf-4668-b33b-0458e3ddaf6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10066 | 2025.02.28 06:52:34.420184 [ 255 ] {b81c00cf-7edf-4668-b33b-0458e3ddaf6c} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10067 | 2025.02.28 06:52:34.420200 [ 191 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004605395 sec., 121596.5188653742 rows/sec., 7.39 MiB/sec. | ||
| 10068 | 2025.02.28 06:52:34.420410 [ 201 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 10069 | 2025.02.28 06:52:34.420520 [ 255 ] {b81c00cf-7edf-4668-b33b-0458e3ddaf6c} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10070 | 2025.02.28 06:52:34.420824 [ 255 ] {b81c00cf-7edf-4668-b33b-0458e3ddaf6c} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.004854 sec., 86732.59167696745 rows/sec., 6.18 MiB/sec. | ||
| 10071 | 2025.02.28 06:52:34.421014 [ 255 ] {b81c00cf-7edf-4668-b33b-0458e3ddaf6c} <Debug> TCPHandler: Processed in 0.005338614 sec. | ||
| 10072 | 2025.02.28 06:52:34.421038 [ 201 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_37_9} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10073 | 2025.02.28 06:52:34.421240 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10074 | 2025.02.28 06:52:34.421393 [ 201 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_37_9} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 10075 | 2025.02.28 06:52:34.421606 [ 4 ] {776cf274-d51d-47c8-afa4-bac21498fff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10076 | 2025.02.28 06:52:34.421708 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10077 | 2025.02.28 06:52:34.421784 [ 4 ] {776cf274-d51d-47c8-afa4-bac21498fff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10078 | 2025.02.28 06:52:34.422493 [ 4 ] {776cf274-d51d-47c8-afa4-bac21498fff2} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10079 | 2025.02.28 06:52:34.422533 [ 4 ] {776cf274-d51d-47c8-afa4-bac21498fff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10080 | 2025.02.28 06:52:34.422902 [ 4 ] {776cf274-d51d-47c8-afa4-bac21498fff2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10081 | 2025.02.28 06:52:34.423159 [ 4 ] {776cf274-d51d-47c8-afa4-bac21498fff2} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10082 | 2025.02.28 06:52:34.423384 [ 4 ] {776cf274-d51d-47c8-afa4-bac21498fff2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001896 sec., 3164.556962025317 rows/sec., 165.34 KiB/sec. | ||
| 10083 | 2025.02.28 06:52:34.423433 [ 4 ] {776cf274-d51d-47c8-afa4-bac21498fff2} <Debug> TCPHandler: Processed in 0.002332998 sec. | ||
| 10084 | 2025.02.28 06:52:34.423619 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10085 | 2025.02.28 06:52:34.423740 [ 255 ] {2e159f89-898b-4469-a52b-b8f3b29d331e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10086 | 2025.02.28 06:52:34.423796 [ 255 ] {2e159f89-898b-4469-a52b-b8f3b29d331e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10087 | 2025.02.28 06:52:34.424376 [ 255 ] {2e159f89-898b-4469-a52b-b8f3b29d331e} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10088 | 2025.02.28 06:52:34.424412 [ 255 ] {2e159f89-898b-4469-a52b-b8f3b29d331e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10089 | 2025.02.28 06:52:34.424849 [ 255 ] {2e159f89-898b-4469-a52b-b8f3b29d331e} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10090 | 2025.02.28 06:52:34.425093 [ 255 ] {2e159f89-898b-4469-a52b-b8f3b29d331e} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10091 | 2025.02.28 06:52:34.425291 [ 255 ] {2e159f89-898b-4469-a52b-b8f3b29d331e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001571 sec., 150859.32527052832 rows/sec., 10.11 MiB/sec. | ||
| 10092 | 2025.02.28 06:52:34.425394 [ 255 ] {2e159f89-898b-4469-a52b-b8f3b29d331e} <Debug> TCPHandler: Processed in 0.001834952 sec. | ||
| 10093 | 2025.02.28 06:52:34.425568 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10094 | 2025.02.28 06:52:34.425699 [ 4 ] {dc75130f-85af-48f7-9850-46d0f6bd6a88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10095 | 2025.02.28 06:52:34.425753 [ 4 ] {dc75130f-85af-48f7-9850-46d0f6bd6a88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10096 | 2025.02.28 06:52:34.426232 [ 4 ] {dc75130f-85af-48f7-9850-46d0f6bd6a88} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10097 | 2025.02.28 06:52:34.426272 [ 4 ] {dc75130f-85af-48f7-9850-46d0f6bd6a88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10098 | 2025.02.28 06:52:34.426638 [ 4 ] {dc75130f-85af-48f7-9850-46d0f6bd6a88} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10099 | 2025.02.28 06:52:34.426884 [ 4 ] {dc75130f-85af-48f7-9850-46d0f6bd6a88} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10100 | 2025.02.28 06:52:34.427105 [ 4 ] {dc75130f-85af-48f7-9850-46d0f6bd6a88} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00143 sec., 699.3006993006993 rows/sec., 47.12 KiB/sec. | ||
| 10101 | 2025.02.28 06:52:34.427156 [ 4 ] {dc75130f-85af-48f7-9850-46d0f6bd6a88} <Debug> TCPHandler: Processed in 0.00167102 sec. | ||
| 10102 | 2025.02.28 06:52:34.427291 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10103 | 2025.02.28 06:52:34.427408 [ 255 ] {fd73d5cc-8063-4bc9-8864-d4dd1162c3ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10104 | 2025.02.28 06:52:34.427489 [ 255 ] {fd73d5cc-8063-4bc9-8864-d4dd1162c3ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10105 | 2025.02.28 06:52:34.428640 [ 255 ] {fd73d5cc-8063-4bc9-8864-d4dd1162c3ef} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10106 | 2025.02.28 06:52:34.428677 [ 255 ] {fd73d5cc-8063-4bc9-8864-d4dd1162c3ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10107 | 2025.02.28 06:52:34.429351 [ 255 ] {fd73d5cc-8063-4bc9-8864-d4dd1162c3ef} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10108 | 2025.02.28 06:52:34.429614 [ 255 ] {fd73d5cc-8063-4bc9-8864-d4dd1162c3ef} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10109 | 2025.02.28 06:52:34.429811 [ 255 ] {fd73d5cc-8063-4bc9-8864-d4dd1162c3ef} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002429 sec., 16055.990119390695 rows/sec., 28.77 MiB/sec. | ||
| 10110 | 2025.02.28 06:52:34.429904 [ 255 ] {fd73d5cc-8063-4bc9-8864-d4dd1162c3ef} <Debug> TCPHandler: Processed in 0.002667742 sec. | ||
| 10111 | 2025.02.28 06:52:34.430050 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10112 | 2025.02.28 06:52:34.430169 [ 4 ] {a4c37d76-1505-42ef-bebb-faaf533b1036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10113 | 2025.02.28 06:52:34.430221 [ 4 ] {a4c37d76-1505-42ef-bebb-faaf533b1036} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10114 | 2025.02.28 06:52:34.430731 [ 4 ] {a4c37d76-1505-42ef-bebb-faaf533b1036} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10115 | 2025.02.28 06:52:34.430769 [ 4 ] {a4c37d76-1505-42ef-bebb-faaf533b1036} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10116 | 2025.02.28 06:52:34.431139 [ 4 ] {a4c37d76-1505-42ef-bebb-faaf533b1036} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10117 | 2025.02.28 06:52:34.431368 [ 4 ] {a4c37d76-1505-42ef-bebb-faaf533b1036} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10118 | 2025.02.28 06:52:34.431585 [ 4 ] {a4c37d76-1505-42ef-bebb-faaf533b1036} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00144 sec., 56944.44444444444 rows/sec., 3.62 MiB/sec. | ||
| 10119 | 2025.02.28 06:52:34.431639 [ 4 ] {a4c37d76-1505-42ef-bebb-faaf533b1036} <Debug> TCPHandler: Processed in 0.00164402 sec. | ||
| 10120 | 2025.02.28 06:52:35.476366 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 10121 | 2025.02.28 06:52:35.495156 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10122 | 2025.02.28 06:52:35.495205 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10123 | 2025.02.28 06:52:35.502182 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10124 | 2025.02.28 06:52:35.502966 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10125 | 2025.02.28 06:52:35.505574 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 10126 | 2025.02.28 06:52:39.394378 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10127 | 2025.02.28 06:52:39.394612 [ 4 ] {4d4706fd-3dad-46aa-a3df-ebc8e8e26c76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10128 | 2025.02.28 06:52:39.394697 [ 4 ] {4d4706fd-3dad-46aa-a3df-ebc8e8e26c76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10129 | 2025.02.28 06:52:39.395563 [ 4 ] {4d4706fd-3dad-46aa-a3df-ebc8e8e26c76} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10130 | 2025.02.28 06:52:39.395619 [ 4 ] {4d4706fd-3dad-46aa-a3df-ebc8e8e26c76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10131 | 2025.02.28 06:52:39.396069 [ 4 ] {4d4706fd-3dad-46aa-a3df-ebc8e8e26c76} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10132 | 2025.02.28 06:52:39.396344 [ 4 ] {4d4706fd-3dad-46aa-a3df-ebc8e8e26c76} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10133 | 2025.02.28 06:52:39.396587 [ 4 ] {4d4706fd-3dad-46aa-a3df-ebc8e8e26c76} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002035 sec., 27518.42751842752 rows/sec., 2.11 MiB/sec. | ||
| 10134 | 2025.02.28 06:52:39.396655 [ 4 ] {4d4706fd-3dad-46aa-a3df-ebc8e8e26c76} <Debug> TCPHandler: Processed in 0.002424899 sec. | ||
| 10135 | 2025.02.28 06:52:39.396931 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10136 | 2025.02.28 06:52:39.397144 [ 255 ] {3ef13ec9-4dc2-4f9d-a336-cff743f2ab84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10137 | 2025.02.28 06:52:39.397227 [ 255 ] {3ef13ec9-4dc2-4f9d-a336-cff743f2ab84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10138 | 2025.02.28 06:52:39.397991 [ 255 ] {3ef13ec9-4dc2-4f9d-a336-cff743f2ab84} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10139 | 2025.02.28 06:52:39.398041 [ 255 ] {3ef13ec9-4dc2-4f9d-a336-cff743f2ab84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10140 | 2025.02.28 06:52:39.398480 [ 255 ] {3ef13ec9-4dc2-4f9d-a336-cff743f2ab84} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10141 | 2025.02.28 06:52:39.398730 [ 255 ] {3ef13ec9-4dc2-4f9d-a336-cff743f2ab84} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10142 | 2025.02.28 06:52:39.398963 [ 255 ] {3ef13ec9-4dc2-4f9d-a336-cff743f2ab84} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001881 sec., 34024.455077086655 rows/sec., 2.66 MiB/sec. | ||
| 10143 | 2025.02.28 06:52:39.399018 [ 255 ] {3ef13ec9-4dc2-4f9d-a336-cff743f2ab84} <Debug> TCPHandler: Processed in 0.002232646 sec. | ||
| 10144 | 2025.02.28 06:52:39.399174 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10145 | 2025.02.28 06:52:39.399333 [ 4 ] {91fb2f11-f8b4-4643-82c4-17ab717f367f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10146 | 2025.02.28 06:52:39.399427 [ 4 ] {91fb2f11-f8b4-4643-82c4-17ab717f367f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10147 | 2025.02.28 06:52:39.400338 [ 4 ] {91fb2f11-f8b4-4643-82c4-17ab717f367f} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10148 | 2025.02.28 06:52:39.400379 [ 4 ] {91fb2f11-f8b4-4643-82c4-17ab717f367f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10149 | 2025.02.28 06:52:39.400781 [ 4 ] {91fb2f11-f8b4-4643-82c4-17ab717f367f} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10150 | 2025.02.28 06:52:39.401019 [ 4 ] {91fb2f11-f8b4-4643-82c4-17ab717f367f} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10151 | 2025.02.28 06:52:39.401238 [ 4 ] {91fb2f11-f8b4-4643-82c4-17ab717f367f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001961 sec., 81591.0249872514 rows/sec., 5.68 MiB/sec. | ||
| 10152 | 2025.02.28 06:52:39.401295 [ 4 ] {91fb2f11-f8b4-4643-82c4-17ab717f367f} <Debug> TCPHandler: Processed in 0.002177656 sec. | ||
| 10153 | 2025.02.28 06:52:39.401467 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10154 | 2025.02.28 06:52:39.401606 [ 255 ] {9cd824f8-dba3-4f38-8009-bd04ae82f013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10155 | 2025.02.28 06:52:39.401669 [ 255 ] {9cd824f8-dba3-4f38-8009-bd04ae82f013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10156 | 2025.02.28 06:52:39.402254 [ 255 ] {9cd824f8-dba3-4f38-8009-bd04ae82f013} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10157 | 2025.02.28 06:52:39.402293 [ 255 ] {9cd824f8-dba3-4f38-8009-bd04ae82f013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10158 | 2025.02.28 06:52:39.402667 [ 255 ] {9cd824f8-dba3-4f38-8009-bd04ae82f013} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10159 | 2025.02.28 06:52:39.402910 [ 255 ] {9cd824f8-dba3-4f38-8009-bd04ae82f013} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10160 | 2025.02.28 06:52:39.403143 [ 255 ] {9cd824f8-dba3-4f38-8009-bd04ae82f013} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001565 sec., 38338.65814696486 rows/sec., 2.58 MiB/sec. | ||
| 10161 | 2025.02.28 06:52:39.403229 [ 255 ] {9cd824f8-dba3-4f38-8009-bd04ae82f013} <Debug> TCPHandler: Processed in 0.001827202 sec. | ||
| 10162 | 2025.02.28 06:52:41.290430 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339 | ||
| 10163 | 2025.02.28 06:52:41.291466 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10164 | 2025.02.28 06:52:41.291513 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10165 | 2025.02.28 06:52:41.292048 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10166 | 2025.02.28 06:52:41.292295 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10167 | 2025.02.28 06:52:41.292537 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 | ||
| 10168 | 2025.02.28 06:52:43.005746 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 10169 | 2025.02.28 06:52:43.026537 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10170 | 2025.02.28 06:52:43.026609 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 10171 | 2025.02.28 06:52:43.033924 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10172 | 2025.02.28 06:52:43.034712 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10173 | 2025.02.28 06:52:43.038461 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 10174 | 2025.02.28 06:52:43.898859 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1428 | ||
| 10175 | 2025.02.28 06:52:43.901938 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10176 | 2025.02.28 06:52:43.901998 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10177 | 2025.02.28 06:52:43.903483 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10178 | 2025.02.28 06:52:43.903811 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10179 | 2025.02.28 06:52:43.904440 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1428 | ||
| 10180 | 2025.02.28 06:52:44.401935 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10181 | 2025.02.28 06:52:44.402156 [ 4 ] {6d586a73-61ac-4c5c-b791-a50190e0e205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10182 | 2025.02.28 06:52:44.402240 [ 4 ] {6d586a73-61ac-4c5c-b791-a50190e0e205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10183 | 2025.02.28 06:52:44.403145 [ 4 ] {6d586a73-61ac-4c5c-b791-a50190e0e205} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10184 | 2025.02.28 06:52:44.403192 [ 4 ] {6d586a73-61ac-4c5c-b791-a50190e0e205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10185 | 2025.02.28 06:52:44.403647 [ 4 ] {6d586a73-61ac-4c5c-b791-a50190e0e205} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10186 | 2025.02.28 06:52:44.403916 [ 4 ] {6d586a73-61ac-4c5c-b791-a50190e0e205} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10187 | 2025.02.28 06:52:44.404122 [ 4 ] {6d586a73-61ac-4c5c-b791-a50190e0e205} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002025 sec., 104691.35802469136 rows/sec., 6.66 MiB/sec. | ||
| 10188 | 2025.02.28 06:52:44.404192 [ 4 ] {6d586a73-61ac-4c5c-b791-a50190e0e205} <Debug> TCPHandler: Processed in 0.002421058 sec. | ||
| 10189 | 2025.02.28 06:52:44.404467 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10190 | 2025.02.28 06:52:44.404685 [ 255 ] {04c23741-3cb7-4479-83c8-a9b3aa18234d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10191 | 2025.02.28 06:52:44.404768 [ 255 ] {04c23741-3cb7-4479-83c8-a9b3aa18234d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10192 | 2025.02.28 06:52:44.406042 [ 255 ] {04c23741-3cb7-4479-83c8-a9b3aa18234d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10193 | 2025.02.28 06:52:44.406093 [ 255 ] {04c23741-3cb7-4479-83c8-a9b3aa18234d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10194 | 2025.02.28 06:52:44.406570 [ 255 ] {04c23741-3cb7-4479-83c8-a9b3aa18234d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10195 | 2025.02.28 06:52:44.406821 [ 255 ] {04c23741-3cb7-4479-83c8-a9b3aa18234d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10196 | 2025.02.28 06:52:44.407057 [ 255 ] {04c23741-3cb7-4479-83c8-a9b3aa18234d} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002436 sec., 285303.77668308705 rows/sec., 22.78 MiB/sec. | ||
| 10197 | 2025.02.28 06:52:44.407113 [ 255 ] {04c23741-3cb7-4479-83c8-a9b3aa18234d} <Debug> TCPHandler: Processed in 0.002789513 sec. | ||
| 10198 | 2025.02.28 06:52:44.407276 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10199 | 2025.02.28 06:52:44.407406 [ 4 ] {efa78ff4-3de6-4f73-8956-28dc0661e61b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10200 | 2025.02.28 06:52:44.407459 [ 4 ] {efa78ff4-3de6-4f73-8956-28dc0661e61b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10201 | 2025.02.28 06:52:44.408123 [ 4 ] {efa78ff4-3de6-4f73-8956-28dc0661e61b} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10202 | 2025.02.28 06:52:44.408162 [ 4 ] {efa78ff4-3de6-4f73-8956-28dc0661e61b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10203 | 2025.02.28 06:52:44.408564 [ 4 ] {efa78ff4-3de6-4f73-8956-28dc0661e61b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10204 | 2025.02.28 06:52:44.408829 [ 4 ] {efa78ff4-3de6-4f73-8956-28dc0661e61b} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10205 | 2025.02.28 06:52:44.409044 [ 102 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 10206 | 2025.02.28 06:52:44.409061 [ 4 ] {efa78ff4-3de6-4f73-8956-28dc0661e61b} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001681 sec., 86258.17965496729 rows/sec., 5.41 MiB/sec. | ||
| 10207 | 2025.02.28 06:52:44.409141 [ 102 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10208 | 2025.02.28 06:52:44.409213 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10209 | 2025.02.28 06:52:44.409213 [ 4 ] {efa78ff4-3de6-4f73-8956-28dc0661e61b} <Debug> TCPHandler: Processed in 0.001997564 sec. | ||
| 10210 | 2025.02.28 06:52:44.409489 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10211 | 2025.02.28 06:52:44.409572 [ 194 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full | ||
| 10212 | 2025.02.28 06:52:44.409836 [ 255 ] {bc6091b1-bde1-4249-97f1-1208c29499a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10213 | 2025.02.28 06:52:44.409990 [ 255 ] {bc6091b1-bde1-4249-97f1-1208c29499a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10214 | 2025.02.28 06:52:44.410084 [ 194 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10215 | 2025.02.28 06:52:44.410184 [ 194 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 163 rows starting from the beginning of the part | ||
| 10216 | 2025.02.28 06:52:44.410493 [ 194 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 145 rows starting from the beginning of the part | ||
| 10217 | 2025.02.28 06:52:44.410849 [ 194 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 145 rows starting from the beginning of the part | ||
| 10218 | 2025.02.28 06:52:44.411260 [ 194 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 161 rows starting from the beginning of the part | ||
| 10219 | 2025.02.28 06:52:44.411623 [ 194 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 145 rows starting from the beginning of the part | ||
| 10220 | 2025.02.28 06:52:44.411965 [ 194 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 145 rows starting from the beginning of the part | ||
| 10221 | 2025.02.28 06:52:44.412918 [ 255 ] {bc6091b1-bde1-4249-97f1-1208c29499a9} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10222 | 2025.02.28 06:52:44.412992 [ 255 ] {bc6091b1-bde1-4249-97f1-1208c29499a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10223 | 2025.02.28 06:52:44.413998 [ 255 ] {bc6091b1-bde1-4249-97f1-1208c29499a9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10224 | 2025.02.28 06:52:44.414482 [ 255 ] {bc6091b1-bde1-4249-97f1-1208c29499a9} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10225 | 2025.02.28 06:52:44.414904 [ 102 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 10226 | 2025.02.28 06:52:44.414961 [ 194 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 904 rows, containing 5 columns (5 merged, 0 gathered) in 0.005637527 sec., 160353.99919148948 rows/sec., 10.71 MiB/sec. | ||
| 10227 | 2025.02.28 06:52:44.415014 [ 102 ] {} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10228 | 2025.02.28 06:52:44.415088 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10229 | 2025.02.28 06:52:44.415130 [ 255 ] {bc6091b1-bde1-4249-97f1-1208c29499a9} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005395 sec., 20945.319740500465 rows/sec., 1.36 MiB/sec. | ||
| 10230 | 2025.02.28 06:52:44.415518 [ 200 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 10231 | 2025.02.28 06:52:44.415665 [ 194 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full | ||
| 10232 | 2025.02.28 06:52:44.416234 [ 255 ] {bc6091b1-bde1-4249-97f1-1208c29499a9} <Debug> TCPHandler: Processed in 0.006876282 sec. | ||
| 10233 | 2025.02.28 06:52:44.416536 [ 194 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10234 | 2025.02.28 06:52:44.416655 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10235 | 2025.02.28 06:52:44.416681 [ 200 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_38_8} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10236 | 2025.02.28 06:52:44.416757 [ 194 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 341 rows starting from the beginning of the part | ||
| 10237 | 2025.02.28 06:52:44.417242 [ 194 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 113 rows starting from the beginning of the part | ||
| 10238 | 2025.02.28 06:52:44.417224 [ 4 ] {4973da3d-2d7f-417f-8f98-d85fb07c578c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10239 | 2025.02.28 06:52:44.417257 [ 200 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_38_8} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 10240 | 2025.02.28 06:52:44.417518 [ 4 ] {4973da3d-2d7f-417f-8f98-d85fb07c578c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10241 | 2025.02.28 06:52:44.417689 [ 194 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 113 rows starting from the beginning of the part | ||
| 10242 | 2025.02.28 06:52:44.417778 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 10243 | 2025.02.28 06:52:44.418150 [ 194 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 341 rows starting from the beginning of the part | ||
| 10244 | 2025.02.28 06:52:44.418440 [ 194 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 113 rows starting from the beginning of the part | ||
| 10245 | 2025.02.28 06:52:44.418775 [ 194 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 113 rows starting from the beginning of the part | ||
| 10246 | 2025.02.28 06:52:44.420692 [ 4 ] {4973da3d-2d7f-417f-8f98-d85fb07c578c} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10247 | 2025.02.28 06:52:44.420776 [ 4 ] {4973da3d-2d7f-417f-8f98-d85fb07c578c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10248 | 2025.02.28 06:52:44.421648 [ 4 ] {4973da3d-2d7f-417f-8f98-d85fb07c578c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10249 | 2025.02.28 06:52:44.421810 [ 186 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.006581679 sec., 172296.46113096672 rows/sec., 12.02 MiB/sec. | ||
| 10250 | 2025.02.28 06:52:44.422090 [ 186 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 10251 | 2025.02.28 06:52:44.422100 [ 4 ] {4973da3d-2d7f-417f-8f98-d85fb07c578c} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10252 | 2025.02.28 06:52:44.422541 [ 4 ] {4973da3d-2d7f-417f-8f98-d85fb07c578c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005582 sec., 20064.493013256895 rows/sec., 1.14 MiB/sec. | ||
| 10253 | 2025.02.28 06:52:44.422690 [ 4 ] {4973da3d-2d7f-417f-8f98-d85fb07c578c} <Debug> TCPHandler: Processed in 0.006219664 sec. | ||
| 10254 | 2025.02.28 06:52:44.422735 [ 186 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_38_8} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10255 | 2025.02.28 06:52:44.422884 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10256 | 2025.02.28 06:52:44.422892 [ 186 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_38_8} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 10257 | 2025.02.28 06:52:44.423061 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 10258 | 2025.02.28 06:52:44.423103 [ 255 ] {c1960fe5-e51b-45b9-8d46-5938259edf2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10259 | 2025.02.28 06:52:44.423158 [ 255 ] {c1960fe5-e51b-45b9-8d46-5938259edf2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10260 | 2025.02.28 06:52:44.423945 [ 255 ] {c1960fe5-e51b-45b9-8d46-5938259edf2f} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10261 | 2025.02.28 06:52:44.423985 [ 255 ] {c1960fe5-e51b-45b9-8d46-5938259edf2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10262 | 2025.02.28 06:52:44.424385 [ 255 ] {c1960fe5-e51b-45b9-8d46-5938259edf2f} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10263 | 2025.02.28 06:52:44.424626 [ 255 ] {c1960fe5-e51b-45b9-8d46-5938259edf2f} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10264 | 2025.02.28 06:52:44.424849 [ 255 ] {c1960fe5-e51b-45b9-8d46-5938259edf2f} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001804 sec., 233370.28824833702 rows/sec., 16.62 MiB/sec. | ||
| 10265 | 2025.02.28 06:52:44.424918 [ 255 ] {c1960fe5-e51b-45b9-8d46-5938259edf2f} <Debug> TCPHandler: Processed in 0.002128406 sec. | ||
| 10266 | 2025.02.28 06:52:44.425113 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10267 | 2025.02.28 06:52:44.425318 [ 4 ] {b29f0902-ca22-425a-a7b3-754e00e2ac49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10268 | 2025.02.28 06:52:44.425369 [ 4 ] {b29f0902-ca22-425a-a7b3-754e00e2ac49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10269 | 2025.02.28 06:52:44.425862 [ 4 ] {b29f0902-ca22-425a-a7b3-754e00e2ac49} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10270 | 2025.02.28 06:52:44.425902 [ 4 ] {b29f0902-ca22-425a-a7b3-754e00e2ac49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10271 | 2025.02.28 06:52:44.426268 [ 4 ] {b29f0902-ca22-425a-a7b3-754e00e2ac49} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10272 | 2025.02.28 06:52:44.426504 [ 4 ] {b29f0902-ca22-425a-a7b3-754e00e2ac49} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10273 | 2025.02.28 06:52:44.426666 [ 102 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 10274 | 2025.02.28 06:52:44.426722 [ 102 ] {} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10275 | 2025.02.28 06:52:44.426767 [ 4 ] {b29f0902-ca22-425a-a7b3-754e00e2ac49} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001484 sec., 4043.126684636118 rows/sec., 211.24 KiB/sec. | ||
| 10276 | 2025.02.28 06:52:44.426774 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10277 | 2025.02.28 06:52:44.426928 [ 4 ] {b29f0902-ca22-425a-a7b3-754e00e2ac49} <Debug> TCPHandler: Processed in 0.001915133 sec. | ||
| 10278 | 2025.02.28 06:52:44.427085 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full | ||
| 10279 | 2025.02.28 06:52:44.427221 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10280 | 2025.02.28 06:52:44.427480 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10281 | 2025.02.28 06:52:44.427600 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 198 rows starting from the beginning of the part | ||
| 10282 | 2025.02.28 06:52:44.427683 [ 255 ] {7fbc9730-7c4d-4f47-9d87-ddda57450748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10283 | 2025.02.28 06:52:44.427836 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 10284 | 2025.02.28 06:52:44.427853 [ 255 ] {7fbc9730-7c4d-4f47-9d87-ddda57450748} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10285 | 2025.02.28 06:52:44.428159 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 10286 | 2025.02.28 06:52:44.428526 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 10287 | 2025.02.28 06:52:44.428939 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 10288 | 2025.02.28 06:52:44.429279 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 10289 | 2025.02.28 06:52:44.430596 [ 255 ] {7fbc9730-7c4d-4f47-9d87-ddda57450748} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10290 | 2025.02.28 06:52:44.430668 [ 255 ] {7fbc9730-7c4d-4f47-9d87-ddda57450748} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10291 | 2025.02.28 06:52:44.431846 [ 255 ] {7fbc9730-7c4d-4f47-9d87-ddda57450748} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10292 | 2025.02.28 06:52:44.431920 [ 199 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 4 columns (4 merged, 0 gathered) in 0.00499098 sec., 45682.411069569505 rows/sec., 2.33 MiB/sec. | ||
| 10293 | 2025.02.28 06:52:44.432189 [ 199 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 10294 | 2025.02.28 06:52:44.432311 [ 255 ] {7fbc9730-7c4d-4f47-9d87-ddda57450748} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10295 | 2025.02.28 06:52:44.432728 [ 255 ] {7fbc9730-7c4d-4f47-9d87-ddda57450748} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005205 sec., 45533.14121037463 rows/sec., 3.05 MiB/sec. | ||
| 10296 | 2025.02.28 06:52:44.432889 [ 255 ] {7fbc9730-7c4d-4f47-9d87-ddda57450748} <Debug> TCPHandler: Processed in 0.00585457 sec. | ||
| 10297 | 2025.02.28 06:52:44.432921 [ 199 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_38_8} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10298 | 2025.02.28 06:52:44.433072 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10299 | 2025.02.28 06:52:44.433086 [ 199 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_38_8} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 10300 | 2025.02.28 06:52:44.433278 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 10301 | 2025.02.28 06:52:44.433294 [ 4 ] {88d231cd-922f-42a0-b5d8-4c318884ef37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10302 | 2025.02.28 06:52:44.433362 [ 4 ] {88d231cd-922f-42a0-b5d8-4c318884ef37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10303 | 2025.02.28 06:52:44.433839 [ 4 ] {88d231cd-922f-42a0-b5d8-4c318884ef37} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10304 | 2025.02.28 06:52:44.433877 [ 4 ] {88d231cd-922f-42a0-b5d8-4c318884ef37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10305 | 2025.02.28 06:52:44.434259 [ 4 ] {88d231cd-922f-42a0-b5d8-4c318884ef37} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10306 | 2025.02.28 06:52:44.434509 [ 4 ] {88d231cd-922f-42a0-b5d8-4c318884ef37} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10307 | 2025.02.28 06:52:44.434744 [ 4 ] {88d231cd-922f-42a0-b5d8-4c318884ef37} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00151 sec., 662.251655629139 rows/sec., 44.62 KiB/sec. | ||
| 10308 | 2025.02.28 06:52:44.434848 [ 4 ] {88d231cd-922f-42a0-b5d8-4c318884ef37} <Debug> TCPHandler: Processed in 0.001854002 sec. | ||
| 10309 | 2025.02.28 06:52:44.435068 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10310 | 2025.02.28 06:52:44.435193 [ 255 ] {9d6a2f72-7bbf-492d-9111-34f6753dab71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10311 | 2025.02.28 06:52:44.435270 [ 255 ] {9d6a2f72-7bbf-492d-9111-34f6753dab71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10312 | 2025.02.28 06:52:44.436520 [ 255 ] {9d6a2f72-7bbf-492d-9111-34f6753dab71} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10313 | 2025.02.28 06:52:44.436559 [ 255 ] {9d6a2f72-7bbf-492d-9111-34f6753dab71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10314 | 2025.02.28 06:52:44.437232 [ 255 ] {9d6a2f72-7bbf-492d-9111-34f6753dab71} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10315 | 2025.02.28 06:52:44.437514 [ 255 ] {9d6a2f72-7bbf-492d-9111-34f6753dab71} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10316 | 2025.02.28 06:52:44.437769 [ 255 ] {9d6a2f72-7bbf-492d-9111-34f6753dab71} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002602 sec., 14988.470407378938 rows/sec., 26.86 MiB/sec. | ||
| 10317 | 2025.02.28 06:52:44.437863 [ 255 ] {9d6a2f72-7bbf-492d-9111-34f6753dab71} <Debug> TCPHandler: Processed in 0.002902695 sec. | ||
| 10318 | 2025.02.28 06:52:44.438016 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10319 | 2025.02.28 06:52:44.438136 [ 4 ] {bedfb98c-f02f-4241-85db-73332f99df8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10320 | 2025.02.28 06:52:44.438186 [ 4 ] {bedfb98c-f02f-4241-85db-73332f99df8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10321 | 2025.02.28 06:52:44.438680 [ 4 ] {bedfb98c-f02f-4241-85db-73332f99df8c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10322 | 2025.02.28 06:52:44.438718 [ 4 ] {bedfb98c-f02f-4241-85db-73332f99df8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10323 | 2025.02.28 06:52:44.439089 [ 4 ] {bedfb98c-f02f-4241-85db-73332f99df8c} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 10324 | 2025.02.28 06:52:44.439327 [ 4 ] {bedfb98c-f02f-4241-85db-73332f99df8c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10325 | 2025.02.28 06:52:44.439546 [ 4 ] {bedfb98c-f02f-4241-85db-73332f99df8c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001435 sec., 57142.85714285714 rows/sec., 3.63 MiB/sec. | ||
| 10326 | 2025.02.28 06:52:44.439598 [ 4 ] {bedfb98c-f02f-4241-85db-73332f99df8c} <Debug> TCPHandler: Processed in 0.001640009 sec. | ||
| 10327 | 2025.02.28 06:52:48.623383 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10328 | 2025.02.28 06:52:48.623458 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10329 | 2025.02.28 06:52:48.792761 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766 | ||
| 10330 | 2025.02.28 06:52:48.793471 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10331 | 2025.02.28 06:52:48.793517 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10332 | 2025.02.28 06:52:48.794055 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10333 | 2025.02.28 06:52:48.794316 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10334 | 2025.02.28 06:52:48.794517 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 10335 | 2025.02.28 06:52:49.394295 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10336 | 2025.02.28 06:52:49.394501 [ 4 ] {a1dac264-b099-4392-b57d-999df8c07373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10337 | 2025.02.28 06:52:49.394581 [ 4 ] {a1dac264-b099-4392-b57d-999df8c07373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10338 | 2025.02.28 06:52:49.395388 [ 4 ] {a1dac264-b099-4392-b57d-999df8c07373} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10339 | 2025.02.28 06:52:49.395431 [ 4 ] {a1dac264-b099-4392-b57d-999df8c07373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10340 | 2025.02.28 06:52:49.395886 [ 4 ] {a1dac264-b099-4392-b57d-999df8c07373} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10341 | 2025.02.28 06:52:49.396143 [ 4 ] {a1dac264-b099-4392-b57d-999df8c07373} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10342 | 2025.02.28 06:52:49.396374 [ 4 ] {a1dac264-b099-4392-b57d-999df8c07373} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001931 sec., 29000.51786639047 rows/sec., 2.23 MiB/sec. | ||
| 10343 | 2025.02.28 06:52:49.396444 [ 4 ] {a1dac264-b099-4392-b57d-999df8c07373} <Debug> TCPHandler: Processed in 0.002283617 sec. | ||
| 10344 | 2025.02.28 06:52:49.396710 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10345 | 2025.02.28 06:52:49.396925 [ 255 ] {c7db6336-7911-4ed4-848e-ad2216eb19d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10346 | 2025.02.28 06:52:49.397006 [ 255 ] {c7db6336-7911-4ed4-848e-ad2216eb19d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10347 | 2025.02.28 06:52:49.397849 [ 255 ] {c7db6336-7911-4ed4-848e-ad2216eb19d9} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10348 | 2025.02.28 06:52:49.397901 [ 255 ] {c7db6336-7911-4ed4-848e-ad2216eb19d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10349 | 2025.02.28 06:52:49.398346 [ 255 ] {c7db6336-7911-4ed4-848e-ad2216eb19d9} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10350 | 2025.02.28 06:52:49.398594 [ 255 ] {c7db6336-7911-4ed4-848e-ad2216eb19d9} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10351 | 2025.02.28 06:52:49.398848 [ 255 ] {c7db6336-7911-4ed4-848e-ad2216eb19d9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001982 sec., 32290.615539858733 rows/sec., 2.52 MiB/sec. | ||
| 10352 | 2025.02.28 06:52:49.398906 [ 255 ] {c7db6336-7911-4ed4-848e-ad2216eb19d9} <Debug> TCPHandler: Processed in 0.002333228 sec. | ||
| 10353 | 2025.02.28 06:52:49.399065 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10354 | 2025.02.28 06:52:49.399194 [ 4 ] {e76ef461-cc73-42ee-821a-202e75f885cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10355 | 2025.02.28 06:52:49.399251 [ 4 ] {e76ef461-cc73-42ee-821a-202e75f885cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10356 | 2025.02.28 06:52:49.399873 [ 4 ] {e76ef461-cc73-42ee-821a-202e75f885cc} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10357 | 2025.02.28 06:52:49.399912 [ 4 ] {e76ef461-cc73-42ee-821a-202e75f885cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10358 | 2025.02.28 06:52:49.400315 [ 4 ] {e76ef461-cc73-42ee-821a-202e75f885cc} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10359 | 2025.02.28 06:52:49.400560 [ 4 ] {e76ef461-cc73-42ee-821a-202e75f885cc} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10360 | 2025.02.28 06:52:49.400780 [ 4 ] {e76ef461-cc73-42ee-821a-202e75f885cc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001618 sec., 98887.51545117429 rows/sec., 6.89 MiB/sec. | ||
| 10361 | 2025.02.28 06:52:49.400844 [ 4 ] {e76ef461-cc73-42ee-821a-202e75f885cc} <Debug> TCPHandler: Processed in 0.001835452 sec. | ||
| 10362 | 2025.02.28 06:52:49.400988 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10363 | 2025.02.28 06:52:49.401108 [ 255 ] {e1aa869a-f186-4ee6-b6de-977ca92f9461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10364 | 2025.02.28 06:52:49.401162 [ 255 ] {e1aa869a-f186-4ee6-b6de-977ca92f9461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10365 | 2025.02.28 06:52:49.401686 [ 255 ] {e1aa869a-f186-4ee6-b6de-977ca92f9461} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10366 | 2025.02.28 06:52:49.401728 [ 255 ] {e1aa869a-f186-4ee6-b6de-977ca92f9461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10367 | 2025.02.28 06:52:49.402104 [ 255 ] {e1aa869a-f186-4ee6-b6de-977ca92f9461} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 10368 | 2025.02.28 06:52:49.402335 [ 255 ] {e1aa869a-f186-4ee6-b6de-977ca92f9461} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10369 | 2025.02.28 06:52:49.402547 [ 255 ] {e1aa869a-f186-4ee6-b6de-977ca92f9461} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001464 sec., 40983.60655737705 rows/sec., 2.76 MiB/sec. | ||
| 10370 | 2025.02.28 06:52:49.402597 [ 255 ] {e1aa869a-f186-4ee6-b6de-977ca92f9461} <Debug> TCPHandler: Processed in 0.00166959 sec. | ||
| 10371 | 2025.02.28 06:52:50.538649 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 10372 | 2025.02.28 06:52:50.564264 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10373 | 2025.02.28 06:52:50.564334 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10374 | 2025.02.28 06:52:50.571976 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10375 | 2025.02.28 06:52:50.572784 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10376 | 2025.02.28 06:52:50.576719 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 10377 | 2025.02.28 06:52:51.829811 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10378 | 2025.02.28 06:52:51.830112 [ 4 ] {661aeee0-1f52-4b63-a919-3debe9b75d29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10379 | 2025.02.28 06:52:51.830229 [ 4 ] {661aeee0-1f52-4b63-a919-3debe9b75d29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10380 | 2025.02.28 06:52:51.831236 [ 4 ] {661aeee0-1f52-4b63-a919-3debe9b75d29} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10381 | 2025.02.28 06:52:51.831281 [ 4 ] {661aeee0-1f52-4b63-a919-3debe9b75d29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10382 | 2025.02.28 06:52:51.831723 [ 4 ] {661aeee0-1f52-4b63-a919-3debe9b75d29} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10383 | 2025.02.28 06:52:51.831989 [ 4 ] {661aeee0-1f52-4b63-a919-3debe9b75d29} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10384 | 2025.02.28 06:52:51.832199 [ 4 ] {661aeee0-1f52-4b63-a919-3debe9b75d29} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002168 sec., 97785.9778597786 rows/sec., 6.22 MiB/sec. | ||
| 10385 | 2025.02.28 06:52:51.832264 [ 4 ] {661aeee0-1f52-4b63-a919-3debe9b75d29} <Debug> TCPHandler: Processed in 0.002637342 sec. | ||
| 10386 | 2025.02.28 06:52:51.832513 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10387 | 2025.02.28 06:52:51.832727 [ 255 ] {b56eed1a-bf8d-46ad-abcf-f462a8b92ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10388 | 2025.02.28 06:52:51.832801 [ 255 ] {b56eed1a-bf8d-46ad-abcf-f462a8b92ac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10389 | 2025.02.28 06:52:51.833511 [ 255 ] {b56eed1a-bf8d-46ad-abcf-f462a8b92ac3} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10390 | 2025.02.28 06:52:51.833562 [ 255 ] {b56eed1a-bf8d-46ad-abcf-f462a8b92ac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10391 | 2025.02.28 06:52:51.833980 [ 255 ] {b56eed1a-bf8d-46ad-abcf-f462a8b92ac3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 10392 | 2025.02.28 06:52:51.834232 [ 255 ] {b56eed1a-bf8d-46ad-abcf-f462a8b92ac3} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10393 | 2025.02.28 06:52:51.834478 [ 255 ] {b56eed1a-bf8d-46ad-abcf-f462a8b92ac3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001806 sec., 1107.4197120708748 rows/sec., 90.30 KiB/sec. | ||
| 10394 | 2025.02.28 06:52:51.834568 [ 255 ] {b56eed1a-bf8d-46ad-abcf-f462a8b92ac3} <Debug> TCPHandler: Processed in 0.002195226 sec. | ||
| 10395 | 2025.02.28 06:52:51.834740 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10396 | 2025.02.28 06:52:51.834884 [ 4 ] {5458c689-673e-4af7-91b0-47fc5638d490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10397 | 2025.02.28 06:52:51.834946 [ 4 ] {5458c689-673e-4af7-91b0-47fc5638d490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10398 | 2025.02.28 06:52:51.836324 [ 4 ] {5458c689-673e-4af7-91b0-47fc5638d490} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10399 | 2025.02.28 06:52:51.836364 [ 4 ] {5458c689-673e-4af7-91b0-47fc5638d490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10400 | 2025.02.28 06:52:51.836842 [ 4 ] {5458c689-673e-4af7-91b0-47fc5638d490} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10401 | 2025.02.28 06:52:51.837097 [ 4 ] {5458c689-673e-4af7-91b0-47fc5638d490} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10402 | 2025.02.28 06:52:51.837243 [ 88 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10403 | 2025.02.28 06:52:51.837294 [ 4 ] {5458c689-673e-4af7-91b0-47fc5638d490} <Debug> executeQuery: Read 1836 rows, 153.46 KiB in 0.002443 sec., 751534.9979533361 rows/sec., 61.34 MiB/sec. | ||
| 10404 | 2025.02.28 06:52:51.837295 [ 88 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10405 | 2025.02.28 06:52:51.837347 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10406 | 2025.02.28 06:52:51.837376 [ 4 ] {5458c689-673e-4af7-91b0-47fc5638d490} <Debug> TCPHandler: Processed in 0.002698712 sec. | ||
| 10407 | 2025.02.28 06:52:51.837607 [ 192 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 10408 | 2025.02.28 06:52:51.837619 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10409 | 2025.02.28 06:52:51.838098 [ 192 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10410 | 2025.02.28 06:52:51.838106 [ 255 ] {cde095be-73bd-4c50-95cc-bb6c6ec64c2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10411 | 2025.02.28 06:52:51.838214 [ 192 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1844 rows starting from the beginning of the part | ||
| 10412 | 2025.02.28 06:52:51.838308 [ 255 ] {cde095be-73bd-4c50-95cc-bb6c6ec64c2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10413 | 2025.02.28 06:52:51.838847 [ 192 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 695 rows starting from the beginning of the part | ||
| 10414 | 2025.02.28 06:52:51.839435 [ 192 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 10415 | 2025.02.28 06:52:51.839860 [ 192 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 695 rows starting from the beginning of the part | ||
| 10416 | 2025.02.28 06:52:51.840207 [ 192 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 56 rows starting from the beginning of the part | ||
| 10417 | 2025.02.28 06:52:51.840587 [ 192 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1836 rows starting from the beginning of the part | ||
| 10418 | 2025.02.28 06:52:51.841692 [ 255 ] {cde095be-73bd-4c50-95cc-bb6c6ec64c2d} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10419 | 2025.02.28 06:52:51.841776 [ 255 ] {cde095be-73bd-4c50-95cc-bb6c6ec64c2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10420 | 2025.02.28 06:52:51.842614 [ 255 ] {cde095be-73bd-4c50-95cc-bb6c6ec64c2d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10421 | 2025.02.28 06:52:51.843121 [ 255 ] {cde095be-73bd-4c50-95cc-bb6c6ec64c2d} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10422 | 2025.02.28 06:52:51.843397 [ 255 ] {cde095be-73bd-4c50-95cc-bb6c6ec64c2d} <Debug> executeQuery: Read 147 rows, 9.46 KiB in 0.005485 sec., 26800.364630811302 rows/sec., 1.68 MiB/sec. | ||
| 10423 | 2025.02.28 06:52:51.843489 [ 255 ] {cde095be-73bd-4c50-95cc-bb6c6ec64c2d} <Debug> TCPHandler: Processed in 0.006024062 sec. | ||
| 10424 | 2025.02.28 06:52:51.843667 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10425 | 2025.02.28 06:52:51.843812 [ 4 ] {dc3e076f-78ad-4b0a-9987-2e4342fadd4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10426 | 2025.02.28 06:52:51.843872 [ 4 ] {dc3e076f-78ad-4b0a-9987-2e4342fadd4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10427 | 2025.02.28 06:52:51.844369 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5182 rows, containing 5 columns (5 merged, 0 gathered) in 0.006938023 sec., 746898.6482172228 rows/sec., 63.37 MiB/sec. | ||
| 10428 | 2025.02.28 06:52:51.844722 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10429 | 2025.02.28 06:52:51.845280 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_91_18} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10430 | 2025.02.28 06:52:51.845310 [ 4 ] {dc3e076f-78ad-4b0a-9987-2e4342fadd4b} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10431 | 2025.02.28 06:52:51.845372 [ 4 ] {dc3e076f-78ad-4b0a-9987-2e4342fadd4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10432 | 2025.02.28 06:52:51.845421 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_91_18} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10433 | 2025.02.28 06:52:51.845565 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 10434 | 2025.02.28 06:52:51.845867 [ 4 ] {dc3e076f-78ad-4b0a-9987-2e4342fadd4b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10435 | 2025.02.28 06:52:51.846117 [ 4 ] {dc3e076f-78ad-4b0a-9987-2e4342fadd4b} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10436 | 2025.02.28 06:52:51.846299 [ 4 ] {dc3e076f-78ad-4b0a-9987-2e4342fadd4b} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.002521 sec., 135263.78421261406 rows/sec., 9.03 MiB/sec. | ||
| 10437 | 2025.02.28 06:52:51.846357 [ 4 ] {dc3e076f-78ad-4b0a-9987-2e4342fadd4b} <Debug> TCPHandler: Processed in 0.002770004 sec. | ||
| 10438 | 2025.02.28 06:52:51.846491 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10439 | 2025.02.28 06:52:51.846609 [ 255 ] {c2221a1c-3139-4cab-9c44-08084b150f11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10440 | 2025.02.28 06:52:51.846658 [ 255 ] {c2221a1c-3139-4cab-9c44-08084b150f11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10441 | 2025.02.28 06:52:51.847301 [ 255 ] {c2221a1c-3139-4cab-9c44-08084b150f11} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10442 | 2025.02.28 06:52:51.847340 [ 255 ] {c2221a1c-3139-4cab-9c44-08084b150f11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10443 | 2025.02.28 06:52:51.847697 [ 255 ] {c2221a1c-3139-4cab-9c44-08084b150f11} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10444 | 2025.02.28 06:52:51.847935 [ 255 ] {c2221a1c-3139-4cab-9c44-08084b150f11} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10445 | 2025.02.28 06:52:51.848151 [ 255 ] {c2221a1c-3139-4cab-9c44-08084b150f11} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001566 sec., 71519.7956577267 rows/sec., 4.07 MiB/sec. | ||
| 10446 | 2025.02.28 06:52:51.848204 [ 255 ] {c2221a1c-3139-4cab-9c44-08084b150f11} <Debug> TCPHandler: Processed in 0.001770562 sec. | ||
| 10447 | 2025.02.28 06:52:51.848362 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10448 | 2025.02.28 06:52:51.848479 [ 4 ] {9b1f0acc-2199-4746-bcfa-8bcb41607e79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10449 | 2025.02.28 06:52:51.848529 [ 4 ] {9b1f0acc-2199-4746-bcfa-8bcb41607e79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10450 | 2025.02.28 06:52:51.849413 [ 4 ] {9b1f0acc-2199-4746-bcfa-8bcb41607e79} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10451 | 2025.02.28 06:52:51.849451 [ 4 ] {9b1f0acc-2199-4746-bcfa-8bcb41607e79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10452 | 2025.02.28 06:52:51.849852 [ 4 ] {9b1f0acc-2199-4746-bcfa-8bcb41607e79} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10453 | 2025.02.28 06:52:51.850093 [ 4 ] {9b1f0acc-2199-4746-bcfa-8bcb41607e79} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10454 | 2025.02.28 06:52:51.850229 [ 88 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10455 | 2025.02.28 06:52:51.850267 [ 88 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10456 | 2025.02.28 06:52:51.850281 [ 4 ] {9b1f0acc-2199-4746-bcfa-8bcb41607e79} <Debug> executeQuery: Read 879 rows, 65.16 KiB in 0.001825 sec., 481643.83561643836 rows/sec., 34.87 MiB/sec. | ||
| 10457 | 2025.02.28 06:52:51.850294 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10458 | 2025.02.28 06:52:51.850384 [ 4 ] {9b1f0acc-2199-4746-bcfa-8bcb41607e79} <Debug> TCPHandler: Processed in 0.002075265 sec. | ||
| 10459 | 2025.02.28 06:52:51.850587 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 10460 | 2025.02.28 06:52:51.850694 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10461 | 2025.02.28 06:52:51.851142 [ 255 ] {b8a3ac5c-9d19-4df3-bd57-a7b840903f75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10462 | 2025.02.28 06:52:51.851212 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10463 | 2025.02.28 06:52:51.851350 [ 255 ] {b8a3ac5c-9d19-4df3-bd57-a7b840903f75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10464 | 2025.02.28 06:52:51.851371 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 913 rows starting from the beginning of the part | ||
| 10465 | 2025.02.28 06:52:51.851852 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 421 rows starting from the beginning of the part | ||
| 10466 | 2025.02.28 06:52:51.852409 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 10467 | 2025.02.28 06:52:51.852937 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 421 rows starting from the beginning of the part | ||
| 10468 | 2025.02.28 06:52:51.853365 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part | ||
| 10469 | 2025.02.28 06:52:51.853796 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 879 rows starting from the beginning of the part | ||
| 10470 | 2025.02.28 06:52:51.854896 [ 255 ] {b8a3ac5c-9d19-4df3-bd57-a7b840903f75} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10471 | 2025.02.28 06:52:51.854966 [ 255 ] {b8a3ac5c-9d19-4df3-bd57-a7b840903f75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10472 | 2025.02.28 06:52:51.855949 [ 255 ] {b8a3ac5c-9d19-4df3-bd57-a7b840903f75} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10473 | 2025.02.28 06:52:51.856296 [ 255 ] {b8a3ac5c-9d19-4df3-bd57-a7b840903f75} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10474 | 2025.02.28 06:52:51.856718 [ 255 ] {b8a3ac5c-9d19-4df3-bd57-a7b840903f75} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005729 sec., 1047.3031942747425 rows/sec., 54.72 KiB/sec. | ||
| 10475 | 2025.02.28 06:52:51.857043 [ 255 ] {b8a3ac5c-9d19-4df3-bd57-a7b840903f75} <Debug> TCPHandler: Processed in 0.006465057 sec. | ||
| 10476 | 2025.02.28 06:52:51.857107 [ 197 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2762 rows, containing 5 columns (5 merged, 0 gathered) in 0.00673662 sec., 409997.8921180058 rows/sec., 31.24 MiB/sec. | ||
| 10477 | 2025.02.28 06:52:51.857232 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10478 | 2025.02.28 06:52:51.857378 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10479 | 2025.02.28 06:52:51.857428 [ 4 ] {7bcfacce-c71c-49f4-ae7b-97f61563415c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10480 | 2025.02.28 06:52:51.857529 [ 4 ] {7bcfacce-c71c-49f4-ae7b-97f61563415c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10481 | 2025.02.28 06:52:51.857992 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_91_18} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10482 | 2025.02.28 06:52:51.858170 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_91_18} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10483 | 2025.02.28 06:52:51.858262 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 10484 | 2025.02.28 06:52:51.858675 [ 4 ] {7bcfacce-c71c-49f4-ae7b-97f61563415c} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10485 | 2025.02.28 06:52:51.858718 [ 4 ] {7bcfacce-c71c-49f4-ae7b-97f61563415c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10486 | 2025.02.28 06:52:51.859167 [ 4 ] {7bcfacce-c71c-49f4-ae7b-97f61563415c} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10487 | 2025.02.28 06:52:51.859415 [ 4 ] {7bcfacce-c71c-49f4-ae7b-97f61563415c} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10488 | 2025.02.28 06:52:51.859550 [ 88 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10489 | 2025.02.28 06:52:51.859581 [ 88 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10490 | 2025.02.28 06:52:51.859600 [ 4 ] {7bcfacce-c71c-49f4-ae7b-97f61563415c} <Debug> executeQuery: Read 1020 rows, 69.60 KiB in 0.002228 sec., 457809.6947935368 rows/sec., 30.51 MiB/sec. | ||
| 10491 | 2025.02.28 06:52:51.859603 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10492 | 2025.02.28 06:52:51.859766 [ 4 ] {7bcfacce-c71c-49f4-ae7b-97f61563415c} <Debug> TCPHandler: Processed in 0.002609381 sec. | ||
| 10493 | 2025.02.28 06:52:51.860094 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10494 | 2025.02.28 06:52:51.860530 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 10495 | 2025.02.28 06:52:51.860578 [ 255 ] {a0bb15a3-758e-4a80-ad93-4860e2f84225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10496 | 2025.02.28 06:52:51.860903 [ 255 ] {a0bb15a3-758e-4a80-ad93-4860e2f84225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10497 | 2025.02.28 06:52:51.861298 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10498 | 2025.02.28 06:52:51.861437 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 26075 rows starting from the beginning of the part | ||
| 10499 | 2025.02.28 06:52:51.861817 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 237 rows starting from the beginning of the part | ||
| 10500 | 2025.02.28 06:52:51.862139 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part | ||
| 10501 | 2025.02.28 06:52:51.862447 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 237 rows starting from the beginning of the part | ||
| 10502 | 2025.02.28 06:52:51.862646 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
| 10503 | 2025.02.28 06:52:51.862926 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1020 rows starting from the beginning of the part | ||
| 10504 | 2025.02.28 06:52:51.863715 [ 255 ] {a0bb15a3-758e-4a80-ad93-4860e2f84225} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10505 | 2025.02.28 06:52:51.863794 [ 255 ] {a0bb15a3-758e-4a80-ad93-4860e2f84225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10506 | 2025.02.28 06:52:51.864566 [ 255 ] {a0bb15a3-758e-4a80-ad93-4860e2f84225} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10507 | 2025.02.28 06:52:51.864854 [ 255 ] {a0bb15a3-758e-4a80-ad93-4860e2f84225} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10508 | 2025.02.28 06:52:51.865174 [ 255 ] {a0bb15a3-758e-4a80-ad93-4860e2f84225} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004778 sec., 209.2925910422771 rows/sec., 14.10 KiB/sec. | ||
| 10509 | 2025.02.28 06:52:51.865367 [ 255 ] {a0bb15a3-758e-4a80-ad93-4860e2f84225} <Debug> TCPHandler: Processed in 0.005518046 sec. | ||
| 10510 | 2025.02.28 06:52:51.865681 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10511 | 2025.02.28 06:52:51.866264 [ 4 ] {4e88a2a2-7ecc-44bf-9976-e48a827b775a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10512 | 2025.02.28 06:52:51.866515 [ 4 ] {4e88a2a2-7ecc-44bf-9976-e48a827b775a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10513 | 2025.02.28 06:52:51.868977 [ 4 ] {4e88a2a2-7ecc-44bf-9976-e48a827b775a} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10514 | 2025.02.28 06:52:51.869019 [ 4 ] {4e88a2a2-7ecc-44bf-9976-e48a827b775a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10515 | 2025.02.28 06:52:51.870037 [ 4 ] {4e88a2a2-7ecc-44bf-9976-e48a827b775a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10516 | 2025.02.28 06:52:51.870332 [ 4 ] {4e88a2a2-7ecc-44bf-9976-e48a827b775a} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10517 | 2025.02.28 06:52:51.870626 [ 4 ] {4e88a2a2-7ecc-44bf-9976-e48a827b775a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004511 sec., 8645.533141210373 rows/sec., 15.49 MiB/sec. | ||
| 10518 | 2025.02.28 06:52:51.870811 [ 4 ] {4e88a2a2-7ecc-44bf-9976-e48a827b775a} <Debug> TCPHandler: Processed in 0.005274884 sec. | ||
| 10519 | 2025.02.28 06:52:51.871061 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10520 | 2025.02.28 06:52:51.871290 [ 255 ] {0452ae3a-2155-49e9-8915-539e6e7223b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10521 | 2025.02.28 06:52:51.871441 [ 255 ] {0452ae3a-2155-49e9-8915-539e6e7223b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10522 | 2025.02.28 06:52:51.872302 [ 255 ] {0452ae3a-2155-49e9-8915-539e6e7223b2} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10523 | 2025.02.28 06:52:51.872342 [ 255 ] {0452ae3a-2155-49e9-8915-539e6e7223b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10524 | 2025.02.28 06:52:51.872759 [ 255 ] {0452ae3a-2155-49e9-8915-539e6e7223b2} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 10525 | 2025.02.28 06:52:51.873058 [ 255 ] {0452ae3a-2155-49e9-8915-539e6e7223b2} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10526 | 2025.02.28 06:52:51.873243 [ 88 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 10527 | 2025.02.28 06:52:51.873303 [ 88 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10528 | 2025.02.28 06:52:51.873325 [ 255 ] {0452ae3a-2155-49e9-8915-539e6e7223b2} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.002075 sec., 27951.807228915663 rows/sec., 1.73 MiB/sec. | ||
| 10529 | 2025.02.28 06:52:51.873368 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10530 | 2025.02.28 06:52:51.873569 [ 255 ] {0452ae3a-2155-49e9-8915-539e6e7223b2} <Debug> TCPHandler: Processed in 0.002623902 sec. | ||
| 10531 | 2025.02.28 06:52:51.873784 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 10532 | 2025.02.28 06:52:51.874092 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10533 | 2025.02.28 06:52:51.874192 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5196 rows starting from the beginning of the part | ||
| 10534 | 2025.02.28 06:52:51.874634 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 82 rows starting from the beginning of the part | ||
| 10535 | 2025.02.28 06:52:51.874941 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
| 10536 | 2025.02.28 06:52:51.875223 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 10537 | 2025.02.28 06:52:51.875445 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 10538 | 2025.02.28 06:52:51.875775 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 58 rows starting from the beginning of the part | ||
| 10539 | 2025.02.28 06:52:51.876177 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27889 rows, containing 5 columns (5 merged, 0 gathered) in 0.016423807 sec., 1698083.7634051596 rows/sec., 114.62 MiB/sec. | ||
| 10540 | 2025.02.28 06:52:51.876558 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10541 | 2025.02.28 06:52:51.876988 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10542 | 2025.02.28 06:52:51.877202 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10543 | 2025.02.28 06:52:51.877384 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 10544 | 2025.02.28 06:52:51.878505 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5538 rows, containing 4 columns (4 merged, 0 gathered) in 0.00495695 sec., 1117219.257809742 rows/sec., 72.79 MiB/sec. | ||
| 10545 | 2025.02.28 06:52:51.878948 [ 187 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 10546 | 2025.02.28 06:52:51.879313 [ 187 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_91_18} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10547 | 2025.02.28 06:52:51.879414 [ 187 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_91_18} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 10548 | 2025.02.28 06:52:51.879514 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 10549 | 2025.02.28 06:52:52.000300 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 233.32 MiB, peak 242.43 MiB, free memory in arenas 0.00 B, will set to 234.42 MiB (RSS), difference: 1.10 MiB | ||
| 10550 | 2025.02.28 06:52:53.904759 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1482 | ||
| 10551 | 2025.02.28 06:52:53.908882 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10552 | 2025.02.28 06:52:53.908948 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10553 | 2025.02.28 06:52:53.910411 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10554 | 2025.02.28 06:52:53.910726 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10555 | 2025.02.28 06:52:53.911998 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1482 | ||
| 10556 | 2025.02.28 06:52:54.389380 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10557 | 2025.02.28 06:52:54.389599 [ 4 ] {9d3288e0-0d04-48e6-a390-2a046f190a91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10558 | 2025.02.28 06:52:54.389685 [ 4 ] {9d3288e0-0d04-48e6-a390-2a046f190a91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10559 | 2025.02.28 06:52:54.390530 [ 4 ] {9d3288e0-0d04-48e6-a390-2a046f190a91} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10560 | 2025.02.28 06:52:54.390584 [ 4 ] {9d3288e0-0d04-48e6-a390-2a046f190a91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10561 | 2025.02.28 06:52:54.391029 [ 4 ] {9d3288e0-0d04-48e6-a390-2a046f190a91} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10562 | 2025.02.28 06:52:54.391279 [ 4 ] {9d3288e0-0d04-48e6-a390-2a046f190a91} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10563 | 2025.02.28 06:52:54.391514 [ 4 ] {9d3288e0-0d04-48e6-a390-2a046f190a91} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002021 sec., 27709.0549233053 rows/sec., 2.13 MiB/sec. | ||
| 10564 | 2025.02.28 06:52:54.391578 [ 4 ] {9d3288e0-0d04-48e6-a390-2a046f190a91} <Debug> TCPHandler: Processed in 0.002394439 sec. | ||
| 10565 | 2025.02.28 06:52:54.391937 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10566 | 2025.02.28 06:52:54.392161 [ 255 ] {442d8367-853e-4c52-a870-548c0096866f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10567 | 2025.02.28 06:52:54.392247 [ 255 ] {442d8367-853e-4c52-a870-548c0096866f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10568 | 2025.02.28 06:52:54.393345 [ 255 ] {442d8367-853e-4c52-a870-548c0096866f} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10569 | 2025.02.28 06:52:54.393399 [ 255 ] {442d8367-853e-4c52-a870-548c0096866f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10570 | 2025.02.28 06:52:54.393852 [ 255 ] {442d8367-853e-4c52-a870-548c0096866f} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10571 | 2025.02.28 06:52:54.394115 [ 255 ] {442d8367-853e-4c52-a870-548c0096866f} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10572 | 2025.02.28 06:52:54.394351 [ 255 ] {442d8367-853e-4c52-a870-548c0096866f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00225 sec., 28444.444444444445 rows/sec., 2.22 MiB/sec. | ||
| 10573 | 2025.02.28 06:52:54.394421 [ 255 ] {442d8367-853e-4c52-a870-548c0096866f} <Debug> TCPHandler: Processed in 0.002663861 sec. | ||
| 10574 | 2025.02.28 06:52:54.394581 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10575 | 2025.02.28 06:52:54.394709 [ 4 ] {6d9b678c-c7b6-4711-85b6-b5bb7e048037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10576 | 2025.02.28 06:52:54.394767 [ 4 ] {6d9b678c-c7b6-4711-85b6-b5bb7e048037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10577 | 2025.02.28 06:52:54.395429 [ 4 ] {6d9b678c-c7b6-4711-85b6-b5bb7e048037} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10578 | 2025.02.28 06:52:54.395478 [ 4 ] {6d9b678c-c7b6-4711-85b6-b5bb7e048037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10579 | 2025.02.28 06:52:54.395933 [ 4 ] {6d9b678c-c7b6-4711-85b6-b5bb7e048037} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10580 | 2025.02.28 06:52:54.396185 [ 4 ] {6d9b678c-c7b6-4711-85b6-b5bb7e048037} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10581 | 2025.02.28 06:52:54.396403 [ 4 ] {6d9b678c-c7b6-4711-85b6-b5bb7e048037} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001726 sec., 37079.953650057934 rows/sec., 2.58 MiB/sec. | ||
| 10582 | 2025.02.28 06:52:54.396458 [ 4 ] {6d9b678c-c7b6-4711-85b6-b5bb7e048037} <Debug> TCPHandler: Processed in 0.001934223 sec. | ||
| 10583 | 2025.02.28 06:52:54.396622 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10584 | 2025.02.28 06:52:54.396749 [ 255 ] {4392b7b1-529c-4d8b-9c61-28fd258e9237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10585 | 2025.02.28 06:52:54.396807 [ 255 ] {4392b7b1-529c-4d8b-9c61-28fd258e9237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10586 | 2025.02.28 06:52:54.397320 [ 255 ] {4392b7b1-529c-4d8b-9c61-28fd258e9237} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10587 | 2025.02.28 06:52:54.397359 [ 255 ] {4392b7b1-529c-4d8b-9c61-28fd258e9237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10588 | 2025.02.28 06:52:54.397763 [ 255 ] {4392b7b1-529c-4d8b-9c61-28fd258e9237} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 10589 | 2025.02.28 06:52:54.398007 [ 255 ] {4392b7b1-529c-4d8b-9c61-28fd258e9237} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10590 | 2025.02.28 06:52:54.398183 [ 255 ] {4392b7b1-529c-4d8b-9c61-28fd258e9237} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001465 sec., 16382.252559726963 rows/sec., 1.10 MiB/sec. | ||
| 10591 | 2025.02.28 06:52:54.398232 [ 255 ] {4392b7b1-529c-4d8b-9c61-28fd258e9237} <Debug> TCPHandler: Processed in 0.00166913 sec. | ||
| 10592 | 2025.02.28 06:52:56.294742 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254 | ||
| 10593 | 2025.02.28 06:52:56.295557 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10594 | 2025.02.28 06:52:56.295616 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10595 | 2025.02.28 06:52:56.296197 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10596 | 2025.02.28 06:52:56.296462 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10597 | 2025.02.28 06:52:56.296664 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 | ||
| 10598 | 2025.02.28 06:52:58.076889 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 10599 | 2025.02.28 06:52:58.099835 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10600 | 2025.02.28 06:52:58.099907 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10601 | 2025.02.28 06:52:58.107668 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10602 | 2025.02.28 06:52:58.108466 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10603 | 2025.02.28 06:52:58.112527 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 10604 | 2025.02.28 06:52:59.394147 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10605 | 2025.02.28 06:52:59.394472 [ 4 ] {168b10e3-f939-4b59-9a3a-741927717b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10606 | 2025.02.28 06:52:59.394589 [ 4 ] {168b10e3-f939-4b59-9a3a-741927717b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10607 | 2025.02.28 06:52:59.395612 [ 4 ] {168b10e3-f939-4b59-9a3a-741927717b6d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10608 | 2025.02.28 06:52:59.395657 [ 4 ] {168b10e3-f939-4b59-9a3a-741927717b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10609 | 2025.02.28 06:52:59.396101 [ 4 ] {168b10e3-f939-4b59-9a3a-741927717b6d} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10610 | 2025.02.28 06:52:59.396364 [ 4 ] {168b10e3-f939-4b59-9a3a-741927717b6d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10611 | 2025.02.28 06:52:59.396603 [ 4 ] {168b10e3-f939-4b59-9a3a-741927717b6d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002215 sec., 25282.167042889392 rows/sec., 1.94 MiB/sec. | ||
| 10612 | 2025.02.28 06:52:59.396666 [ 4 ] {168b10e3-f939-4b59-9a3a-741927717b6d} <Debug> TCPHandler: Processed in 0.002728732 sec. | ||
| 10613 | 2025.02.28 06:52:59.397001 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10614 | 2025.02.28 06:52:59.397308 [ 255 ] {13f9c37d-0daf-4008-a004-3e50f16cdc8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10615 | 2025.02.28 06:52:59.397424 [ 255 ] {13f9c37d-0daf-4008-a004-3e50f16cdc8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10616 | 2025.02.28 06:52:59.399193 [ 255 ] {13f9c37d-0daf-4008-a004-3e50f16cdc8b} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10617 | 2025.02.28 06:52:59.399241 [ 255 ] {13f9c37d-0daf-4008-a004-3e50f16cdc8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10618 | 2025.02.28 06:52:59.399689 [ 255 ] {13f9c37d-0daf-4008-a004-3e50f16cdc8b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10619 | 2025.02.28 06:52:59.399947 [ 255 ] {13f9c37d-0daf-4008-a004-3e50f16cdc8b} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10620 | 2025.02.28 06:52:59.400195 [ 255 ] {13f9c37d-0daf-4008-a004-3e50f16cdc8b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002972 sec., 21534.320323014806 rows/sec., 1.68 MiB/sec. | ||
| 10621 | 2025.02.28 06:52:59.400303 [ 255 ] {13f9c37d-0daf-4008-a004-3e50f16cdc8b} <Debug> TCPHandler: Processed in 0.003490412 sec. | ||
| 10622 | 2025.02.28 06:52:59.400507 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10623 | 2025.02.28 06:52:59.400684 [ 4 ] {ac77ec15-a01f-4ec2-8465-e047a2b10077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10624 | 2025.02.28 06:52:59.400741 [ 4 ] {ac77ec15-a01f-4ec2-8465-e047a2b10077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10625 | 2025.02.28 06:52:59.401327 [ 4 ] {ac77ec15-a01f-4ec2-8465-e047a2b10077} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10626 | 2025.02.28 06:52:59.401367 [ 4 ] {ac77ec15-a01f-4ec2-8465-e047a2b10077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10627 | 2025.02.28 06:52:59.401763 [ 4 ] {ac77ec15-a01f-4ec2-8465-e047a2b10077} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10628 | 2025.02.28 06:52:59.402007 [ 4 ] {ac77ec15-a01f-4ec2-8465-e047a2b10077} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10629 | 2025.02.28 06:52:59.402220 [ 4 ] {ac77ec15-a01f-4ec2-8465-e047a2b10077} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001567 sec., 102105.9349074665 rows/sec., 7.11 MiB/sec. | ||
| 10630 | 2025.02.28 06:52:59.402274 [ 4 ] {ac77ec15-a01f-4ec2-8465-e047a2b10077} <Debug> TCPHandler: Processed in 0.001877013 sec. | ||
| 10631 | 2025.02.28 06:52:59.402431 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10632 | 2025.02.28 06:52:59.402567 [ 255 ] {df350bec-d893-4881-b128-bdf47ab956bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10633 | 2025.02.28 06:52:59.402630 [ 255 ] {df350bec-d893-4881-b128-bdf47ab956bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10634 | 2025.02.28 06:52:59.403179 [ 255 ] {df350bec-d893-4881-b128-bdf47ab956bf} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10635 | 2025.02.28 06:52:59.403217 [ 255 ] {df350bec-d893-4881-b128-bdf47ab956bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10636 | 2025.02.28 06:52:59.403599 [ 255 ] {df350bec-d893-4881-b128-bdf47ab956bf} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 10637 | 2025.02.28 06:52:59.403843 [ 255 ] {df350bec-d893-4881-b128-bdf47ab956bf} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10638 | 2025.02.28 06:52:59.404073 [ 255 ] {df350bec-d893-4881-b128-bdf47ab956bf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001534 sec., 39113.42894393742 rows/sec., 2.64 MiB/sec. | ||
| 10639 | 2025.02.28 06:52:59.404184 [ 255 ] {df350bec-d893-4881-b128-bdf47ab956bf} <Debug> TCPHandler: Processed in 0.001818912 sec. | ||
| 10640 | 2025.02.28 06:53:03.623503 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10641 | 2025.02.28 06:53:03.623576 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10642 | 2025.02.28 06:53:03.796926 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681 | ||
| 10643 | 2025.02.28 06:53:03.797673 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10644 | 2025.02.28 06:53:03.797721 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10645 | 2025.02.28 06:53:03.798288 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10646 | 2025.02.28 06:53:03.798543 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10647 | 2025.02.28 06:53:03.798801 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 10648 | 2025.02.28 06:53:03.798816 [ 73 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10649 | 2025.02.28 06:53:03.798915 [ 73 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10650 | 2025.02.28 06:53:03.798958 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10651 | 2025.02.28 06:53:03.799181 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 10652 | 2025.02.28 06:53:03.799364 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10653 | 2025.02.28 06:53:03.799415 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 10654 | 2025.02.28 06:53:03.799505 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 10655 | 2025.02.28 06:53:03.799721 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 10656 | 2025.02.28 06:53:03.799979 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 10657 | 2025.02.28 06:53:03.800171 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 10658 | 2025.02.28 06:53:03.800358 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 10659 | 2025.02.28 06:53:03.803155 [ 190 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.004083539 sec., 6288907.734198204 rows/sec., 89.96 MiB/sec. | ||
| 10660 | 2025.02.28 06:53:03.803454 [ 196 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10661 | 2025.02.28 06:53:03.803809 [ 196 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_56_11} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10662 | 2025.02.28 06:53:03.803902 [ 196 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_56_11} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10663 | 2025.02.28 06:53:03.804023 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB. | ||
| 10664 | 2025.02.28 06:53:03.912408 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1498 | ||
| 10665 | 2025.02.28 06:53:03.915202 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10666 | 2025.02.28 06:53:03.915246 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10667 | 2025.02.28 06:53:03.916707 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10668 | 2025.02.28 06:53:03.917014 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10669 | 2025.02.28 06:53:03.917268 [ 73 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 10670 | 2025.02.28 06:53:03.917416 [ 73 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10671 | 2025.02.28 06:53:03.917543 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10672 | 2025.02.28 06:53:03.917927 [ 190 ] {885f53be-7430-4b34-b89a-ac37c386aff3::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 | ||
| 10673 | 2025.02.28 06:53:03.918221 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1498 | ||
| 10674 | 2025.02.28 06:53:03.918636 [ 190 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10675 | 2025.02.28 06:53:03.918759 [ 190 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1328 rows starting from the beginning of the part | ||
| 10676 | 2025.02.28 06:53:03.919325 [ 190 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 54 rows starting from the beginning of the part | ||
| 10677 | 2025.02.28 06:53:03.919896 [ 190 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 16 rows starting from the beginning of the part | ||
| 10678 | 2025.02.28 06:53:03.920508 [ 190 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 30 rows starting from the beginning of the part | ||
| 10679 | 2025.02.28 06:53:03.921108 [ 190 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 54 rows starting from the beginning of the part | ||
| 10680 | 2025.02.28 06:53:03.921714 [ 190 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 16 rows starting from the beginning of the part | ||
| 10681 | 2025.02.28 06:53:03.929923 [ 201 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1498 rows, containing 72 columns (72 merged, 0 gathered) in 0.012218256 sec., 122603.42228874563 rows/sec., 94.92 MiB/sec. | ||
| 10682 | 2025.02.28 06:53:03.931750 [ 201 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 10683 | 2025.02.28 06:53:03.932549 [ 201 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_41_8} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10684 | 2025.02.28 06:53:03.932643 [ 201 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_41_8} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 10685 | 2025.02.28 06:53:03.932947 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 10686 | 2025.02.28 06:53:04.402578 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10687 | 2025.02.28 06:53:04.402823 [ 4 ] {696d79b8-18fb-4277-9266-c8e98f54b9a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10688 | 2025.02.28 06:53:04.402919 [ 4 ] {696d79b8-18fb-4277-9266-c8e98f54b9a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10689 | 2025.02.28 06:53:04.403858 [ 4 ] {696d79b8-18fb-4277-9266-c8e98f54b9a2} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10690 | 2025.02.28 06:53:04.403910 [ 4 ] {696d79b8-18fb-4277-9266-c8e98f54b9a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10691 | 2025.02.28 06:53:04.404365 [ 4 ] {696d79b8-18fb-4277-9266-c8e98f54b9a2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10692 | 2025.02.28 06:53:04.404625 [ 4 ] {696d79b8-18fb-4277-9266-c8e98f54b9a2} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10693 | 2025.02.28 06:53:04.404836 [ 4 ] {696d79b8-18fb-4277-9266-c8e98f54b9a2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002079 sec., 101972.10197210197 rows/sec., 6.49 MiB/sec. | ||
| 10694 | 2025.02.28 06:53:04.404905 [ 4 ] {696d79b8-18fb-4277-9266-c8e98f54b9a2} <Debug> TCPHandler: Processed in 0.002490129 sec. | ||
| 10695 | 2025.02.28 06:53:04.405167 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10696 | 2025.02.28 06:53:04.405358 [ 255 ] {d0be69a5-d0eb-4a03-a2a9-5ba2882ec376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10697 | 2025.02.28 06:53:04.405433 [ 255 ] {d0be69a5-d0eb-4a03-a2a9-5ba2882ec376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10698 | 2025.02.28 06:53:04.406565 [ 255 ] {d0be69a5-d0eb-4a03-a2a9-5ba2882ec376} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10699 | 2025.02.28 06:53:04.406614 [ 255 ] {d0be69a5-d0eb-4a03-a2a9-5ba2882ec376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10700 | 2025.02.28 06:53:04.407094 [ 255 ] {d0be69a5-d0eb-4a03-a2a9-5ba2882ec376} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10701 | 2025.02.28 06:53:04.407350 [ 255 ] {d0be69a5-d0eb-4a03-a2a9-5ba2882ec376} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10702 | 2025.02.28 06:53:04.407574 [ 255 ] {d0be69a5-d0eb-4a03-a2a9-5ba2882ec376} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002268 sec., 306437.3897707231 rows/sec., 24.47 MiB/sec. | ||
| 10703 | 2025.02.28 06:53:04.407632 [ 255 ] {d0be69a5-d0eb-4a03-a2a9-5ba2882ec376} <Debug> TCPHandler: Processed in 0.002604521 sec. | ||
| 10704 | 2025.02.28 06:53:04.407784 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10705 | 2025.02.28 06:53:04.407912 [ 4 ] {ed2206fe-bf64-4c2e-8807-686748045678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10706 | 2025.02.28 06:53:04.407966 [ 4 ] {ed2206fe-bf64-4c2e-8807-686748045678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10707 | 2025.02.28 06:53:04.408644 [ 4 ] {ed2206fe-bf64-4c2e-8807-686748045678} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10708 | 2025.02.28 06:53:04.408686 [ 4 ] {ed2206fe-bf64-4c2e-8807-686748045678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10709 | 2025.02.28 06:53:04.409071 [ 4 ] {ed2206fe-bf64-4c2e-8807-686748045678} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10710 | 2025.02.28 06:53:04.409325 [ 4 ] {ed2206fe-bf64-4c2e-8807-686748045678} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10711 | 2025.02.28 06:53:04.409516 [ 4 ] {ed2206fe-bf64-4c2e-8807-686748045678} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001634 sec., 88739.29008567931 rows/sec., 5.57 MiB/sec. | ||
| 10712 | 2025.02.28 06:53:04.409583 [ 4 ] {ed2206fe-bf64-4c2e-8807-686748045678} <Debug> TCPHandler: Processed in 0.001856293 sec. | ||
| 10713 | 2025.02.28 06:53:04.409758 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10714 | 2025.02.28 06:53:04.409895 [ 255 ] {a5f322e7-135f-4682-996e-de78379f4172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10715 | 2025.02.28 06:53:04.409953 [ 255 ] {a5f322e7-135f-4682-996e-de78379f4172} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10716 | 2025.02.28 06:53:04.410667 [ 255 ] {a5f322e7-135f-4682-996e-de78379f4172} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10717 | 2025.02.28 06:53:04.410709 [ 255 ] {a5f322e7-135f-4682-996e-de78379f4172} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10718 | 2025.02.28 06:53:04.411075 [ 255 ] {a5f322e7-135f-4682-996e-de78379f4172} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10719 | 2025.02.28 06:53:04.411308 [ 255 ] {a5f322e7-135f-4682-996e-de78379f4172} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10720 | 2025.02.28 06:53:04.411514 [ 255 ] {a5f322e7-135f-4682-996e-de78379f4172} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00165 sec., 68484.84848484848 rows/sec., 4.43 MiB/sec. | ||
| 10721 | 2025.02.28 06:53:04.411568 [ 255 ] {a5f322e7-135f-4682-996e-de78379f4172} <Debug> TCPHandler: Processed in 0.001878102 sec. | ||
| 10722 | 2025.02.28 06:53:04.411713 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10723 | 2025.02.28 06:53:04.411845 [ 4 ] {02a259fd-e39c-45b1-9ad2-e684666e37f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10724 | 2025.02.28 06:53:04.411897 [ 4 ] {02a259fd-e39c-45b1-9ad2-e684666e37f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10725 | 2025.02.28 06:53:04.412545 [ 4 ] {02a259fd-e39c-45b1-9ad2-e684666e37f2} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10726 | 2025.02.28 06:53:04.412584 [ 4 ] {02a259fd-e39c-45b1-9ad2-e684666e37f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10727 | 2025.02.28 06:53:04.412968 [ 4 ] {02a259fd-e39c-45b1-9ad2-e684666e37f2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10728 | 2025.02.28 06:53:04.413214 [ 4 ] {02a259fd-e39c-45b1-9ad2-e684666e37f2} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10729 | 2025.02.28 06:53:04.413395 [ 4 ] {02a259fd-e39c-45b1-9ad2-e684666e37f2} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00158 sec., 70886.07594936709 rows/sec., 4.04 MiB/sec. | ||
| 10730 | 2025.02.28 06:53:04.413448 [ 4 ] {02a259fd-e39c-45b1-9ad2-e684666e37f2} <Debug> TCPHandler: Processed in 0.001793102 sec. | ||
| 10731 | 2025.02.28 06:53:04.413615 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10732 | 2025.02.28 06:53:04.413752 [ 255 ] {1408e73d-9710-4404-90f2-120393b5b0ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10733 | 2025.02.28 06:53:04.413809 [ 255 ] {1408e73d-9710-4404-90f2-120393b5b0ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10734 | 2025.02.28 06:53:04.414679 [ 255 ] {1408e73d-9710-4404-90f2-120393b5b0ce} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10735 | 2025.02.28 06:53:04.414719 [ 255 ] {1408e73d-9710-4404-90f2-120393b5b0ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10736 | 2025.02.28 06:53:04.415089 [ 255 ] {1408e73d-9710-4404-90f2-120393b5b0ce} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10737 | 2025.02.28 06:53:04.415327 [ 255 ] {1408e73d-9710-4404-90f2-120393b5b0ce} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10738 | 2025.02.28 06:53:04.415550 [ 255 ] {1408e73d-9710-4404-90f2-120393b5b0ce} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001828 sec., 230306.34573304158 rows/sec., 16.40 MiB/sec. | ||
| 10739 | 2025.02.28 06:53:04.415602 [ 255 ] {1408e73d-9710-4404-90f2-120393b5b0ce} <Debug> TCPHandler: Processed in 0.002054505 sec. | ||
| 10740 | 2025.02.28 06:53:04.415737 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10741 | 2025.02.28 06:53:04.415857 [ 4 ] {2f7a0737-bb05-464f-97c7-081b31178f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10742 | 2025.02.28 06:53:04.415908 [ 4 ] {2f7a0737-bb05-464f-97c7-081b31178f63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10743 | 2025.02.28 06:53:04.416410 [ 4 ] {2f7a0737-bb05-464f-97c7-081b31178f63} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10744 | 2025.02.28 06:53:04.416447 [ 4 ] {2f7a0737-bb05-464f-97c7-081b31178f63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10745 | 2025.02.28 06:53:04.416809 [ 4 ] {2f7a0737-bb05-464f-97c7-081b31178f63} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10746 | 2025.02.28 06:53:04.417047 [ 4 ] {2f7a0737-bb05-464f-97c7-081b31178f63} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10747 | 2025.02.28 06:53:04.417223 [ 4 ] {2f7a0737-bb05-464f-97c7-081b31178f63} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00139 sec., 4316.546762589928 rows/sec., 225.52 KiB/sec. | ||
| 10748 | 2025.02.28 06:53:04.417271 [ 4 ] {2f7a0737-bb05-464f-97c7-081b31178f63} <Debug> TCPHandler: Processed in 0.001589489 sec. | ||
| 10749 | 2025.02.28 06:53:04.417422 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10750 | 2025.02.28 06:53:04.417539 [ 255 ] {8263b909-87bd-4d97-a001-385064109d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10751 | 2025.02.28 06:53:04.417593 [ 255 ] {8263b909-87bd-4d97-a001-385064109d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10752 | 2025.02.28 06:53:04.418214 [ 255 ] {8263b909-87bd-4d97-a001-385064109d01} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10753 | 2025.02.28 06:53:04.418252 [ 255 ] {8263b909-87bd-4d97-a001-385064109d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10754 | 2025.02.28 06:53:04.418638 [ 255 ] {8263b909-87bd-4d97-a001-385064109d01} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10755 | 2025.02.28 06:53:04.418865 [ 255 ] {8263b909-87bd-4d97-a001-385064109d01} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10756 | 2025.02.28 06:53:04.419099 [ 255 ] {8263b909-87bd-4d97-a001-385064109d01} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00158 sec., 150000 rows/sec., 10.05 MiB/sec. | ||
| 10757 | 2025.02.28 06:53:04.419197 [ 255 ] {8263b909-87bd-4d97-a001-385064109d01} <Debug> TCPHandler: Processed in 0.001834122 sec. | ||
| 10758 | 2025.02.28 06:53:04.419362 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10759 | 2025.02.28 06:53:04.419512 [ 4 ] {d5b1d1e5-76f4-432d-a0dc-7b396d872e12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10760 | 2025.02.28 06:53:04.419572 [ 4 ] {d5b1d1e5-76f4-432d-a0dc-7b396d872e12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10761 | 2025.02.28 06:53:04.420126 [ 4 ] {d5b1d1e5-76f4-432d-a0dc-7b396d872e12} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10762 | 2025.02.28 06:53:04.420168 [ 4 ] {d5b1d1e5-76f4-432d-a0dc-7b396d872e12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10763 | 2025.02.28 06:53:04.420528 [ 4 ] {d5b1d1e5-76f4-432d-a0dc-7b396d872e12} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10764 | 2025.02.28 06:53:04.420782 [ 4 ] {d5b1d1e5-76f4-432d-a0dc-7b396d872e12} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10765 | 2025.02.28 06:53:04.420974 [ 4 ] {d5b1d1e5-76f4-432d-a0dc-7b396d872e12} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001487 sec., 672.4949562878278 rows/sec., 45.31 KiB/sec. | ||
| 10766 | 2025.02.28 06:53:04.421061 [ 4 ] {d5b1d1e5-76f4-432d-a0dc-7b396d872e12} <Debug> TCPHandler: Processed in 0.001783561 sec. | ||
| 10767 | 2025.02.28 06:53:04.421279 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10768 | 2025.02.28 06:53:04.421429 [ 255 ] {e46a5da3-4087-49c3-ad3c-84b826a1e9a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10769 | 2025.02.28 06:53:04.421522 [ 255 ] {e46a5da3-4087-49c3-ad3c-84b826a1e9a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10770 | 2025.02.28 06:53:04.422837 [ 255 ] {e46a5da3-4087-49c3-ad3c-84b826a1e9a8} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10771 | 2025.02.28 06:53:04.422875 [ 255 ] {e46a5da3-4087-49c3-ad3c-84b826a1e9a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10772 | 2025.02.28 06:53:04.423516 [ 255 ] {e46a5da3-4087-49c3-ad3c-84b826a1e9a8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10773 | 2025.02.28 06:53:04.423769 [ 255 ] {e46a5da3-4087-49c3-ad3c-84b826a1e9a8} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10774 | 2025.02.28 06:53:04.424053 [ 255 ] {e46a5da3-4087-49c3-ad3c-84b826a1e9a8} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002645 sec., 14744.801512287333 rows/sec., 26.42 MiB/sec. | ||
| 10775 | 2025.02.28 06:53:04.424545 [ 255 ] {e46a5da3-4087-49c3-ad3c-84b826a1e9a8} <Debug> TCPHandler: Processed in 0.003376061 sec. | ||
| 10776 | 2025.02.28 06:53:04.424764 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10777 | 2025.02.28 06:53:04.424895 [ 4 ] {76cb96f4-e8c1-41b1-9ecb-f16f905520ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10778 | 2025.02.28 06:53:04.424944 [ 4 ] {76cb96f4-e8c1-41b1-9ecb-f16f905520ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10779 | 2025.02.28 06:53:04.425436 [ 4 ] {76cb96f4-e8c1-41b1-9ecb-f16f905520ed} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10780 | 2025.02.28 06:53:04.425473 [ 4 ] {76cb96f4-e8c1-41b1-9ecb-f16f905520ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10781 | 2025.02.28 06:53:04.425855 [ 4 ] {76cb96f4-e8c1-41b1-9ecb-f16f905520ed} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 10782 | 2025.02.28 06:53:04.426089 [ 4 ] {76cb96f4-e8c1-41b1-9ecb-f16f905520ed} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10783 | 2025.02.28 06:53:04.426292 [ 4 ] {76cb96f4-e8c1-41b1-9ecb-f16f905520ed} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001422 sec., 57665.260196905765 rows/sec., 3.66 MiB/sec. | ||
| 10784 | 2025.02.28 06:53:04.426399 [ 4 ] {76cb96f4-e8c1-41b1-9ecb-f16f905520ed} <Debug> TCPHandler: Processed in 0.001739861 sec. | ||
| 10785 | 2025.02.28 06:53:05.612702 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
| 10786 | 2025.02.28 06:53:05.634919 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10787 | 2025.02.28 06:53:05.634987 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10788 | 2025.02.28 06:53:05.642515 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10789 | 2025.02.28 06:53:05.643350 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10790 | 2025.02.28 06:53:05.643763 [ 70 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10791 | 2025.02.28 06:53:05.643900 [ 70 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10792 | 2025.02.28 06:53:05.643967 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 10793 | 2025.02.28 06:53:05.644482 [ 196 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 10794 | 2025.02.28 06:53:05.661413 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
| 10795 | 2025.02.28 06:53:05.662935 [ 196 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10796 | 2025.02.28 06:53:05.664335 [ 196 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 10797 | 2025.02.28 06:53:05.669985 [ 196 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 10798 | 2025.02.28 06:53:05.675941 [ 196 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 10799 | 2025.02.28 06:53:05.681810 [ 196 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 10800 | 2025.02.28 06:53:05.687589 [ 196 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 10801 | 2025.02.28 06:53:05.692127 [ 196 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 10802 | 2025.02.28 06:53:05.754337 [ 201 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.110233271 sec., 3828.245285400267 rows/sec., 19.80 MiB/sec. | ||
| 10803 | 2025.02.28 06:53:05.757795 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10804 | 2025.02.28 06:53:05.760962 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_56_11} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10805 | 2025.02.28 06:53:05.761094 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_56_11} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10806 | 2025.02.28 06:53:05.763818 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10807 | 2025.02.28 06:53:06.000226 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 235.60 MiB, peak 249.04 MiB, free memory in arenas 0.00 B, will set to 237.96 MiB (RSS), difference: 2.36 MiB | ||
| 10808 | 2025.02.28 06:53:09.394254 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10809 | 2025.02.28 06:53:09.394557 [ 4 ] {51dc2b9a-046f-419b-992b-4429a61507d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10810 | 2025.02.28 06:53:09.394672 [ 4 ] {51dc2b9a-046f-419b-992b-4429a61507d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10811 | 2025.02.28 06:53:09.395695 [ 4 ] {51dc2b9a-046f-419b-992b-4429a61507d1} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10812 | 2025.02.28 06:53:09.395747 [ 4 ] {51dc2b9a-046f-419b-992b-4429a61507d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 10813 | 2025.02.28 06:53:09.396187 [ 4 ] {51dc2b9a-046f-419b-992b-4429a61507d1} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10814 | 2025.02.28 06:53:09.396447 [ 4 ] {51dc2b9a-046f-419b-992b-4429a61507d1} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10815 | 2025.02.28 06:53:09.396685 [ 4 ] {51dc2b9a-046f-419b-992b-4429a61507d1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002201 sec., 25442.980463425716 rows/sec., 1.95 MiB/sec. | ||
| 10816 | 2025.02.28 06:53:09.396789 [ 4 ] {51dc2b9a-046f-419b-992b-4429a61507d1} <Debug> TCPHandler: Processed in 0.002664652 sec. | ||
| 10817 | 2025.02.28 06:53:09.397043 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10818 | 2025.02.28 06:53:09.397264 [ 255 ] {c4f93b0d-6457-4a34-a93c-431922f0345c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10819 | 2025.02.28 06:53:09.397345 [ 255 ] {c4f93b0d-6457-4a34-a93c-431922f0345c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10820 | 2025.02.28 06:53:09.398083 [ 255 ] {c4f93b0d-6457-4a34-a93c-431922f0345c} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10821 | 2025.02.28 06:53:09.398130 [ 255 ] {c4f93b0d-6457-4a34-a93c-431922f0345c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 10822 | 2025.02.28 06:53:09.398570 [ 255 ] {c4f93b0d-6457-4a34-a93c-431922f0345c} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10823 | 2025.02.28 06:53:09.398830 [ 255 ] {c4f93b0d-6457-4a34-a93c-431922f0345c} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10824 | 2025.02.28 06:53:09.399103 [ 255 ] {c4f93b0d-6457-4a34-a93c-431922f0345c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001894 sec., 33790.9186906019 rows/sec., 2.64 MiB/sec. | ||
| 10825 | 2025.02.28 06:53:09.399206 [ 255 ] {c4f93b0d-6457-4a34-a93c-431922f0345c} <Debug> TCPHandler: Processed in 0.002311658 sec. | ||
| 10826 | 2025.02.28 06:53:09.399454 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10827 | 2025.02.28 06:53:09.399721 [ 4 ] {9ccc839b-0850-41e9-ad73-0ef1bbe1f334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10828 | 2025.02.28 06:53:09.399821 [ 4 ] {9ccc839b-0850-41e9-ad73-0ef1bbe1f334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10829 | 2025.02.28 06:53:09.400621 [ 4 ] {9ccc839b-0850-41e9-ad73-0ef1bbe1f334} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10830 | 2025.02.28 06:53:09.400660 [ 4 ] {9ccc839b-0850-41e9-ad73-0ef1bbe1f334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 10831 | 2025.02.28 06:53:09.401063 [ 4 ] {9ccc839b-0850-41e9-ad73-0ef1bbe1f334} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10832 | 2025.02.28 06:53:09.401299 [ 4 ] {9ccc839b-0850-41e9-ad73-0ef1bbe1f334} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10833 | 2025.02.28 06:53:09.401518 [ 4 ] {9ccc839b-0850-41e9-ad73-0ef1bbe1f334} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001852 sec., 86393.08855291577 rows/sec., 6.02 MiB/sec. | ||
| 10834 | 2025.02.28 06:53:09.401569 [ 4 ] {9ccc839b-0850-41e9-ad73-0ef1bbe1f334} <Debug> TCPHandler: Processed in 0.002276297 sec. | ||
| 10835 | 2025.02.28 06:53:09.401709 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10836 | 2025.02.28 06:53:09.401857 [ 255 ] {83ecd72e-6f75-4023-9ccd-cc0112f6f4ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10837 | 2025.02.28 06:53:09.401921 [ 255 ] {83ecd72e-6f75-4023-9ccd-cc0112f6f4ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10838 | 2025.02.28 06:53:09.402482 [ 255 ] {83ecd72e-6f75-4023-9ccd-cc0112f6f4ce} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10839 | 2025.02.28 06:53:09.402521 [ 255 ] {83ecd72e-6f75-4023-9ccd-cc0112f6f4ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 10840 | 2025.02.28 06:53:09.402906 [ 255 ] {83ecd72e-6f75-4023-9ccd-cc0112f6f4ce} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 10841 | 2025.02.28 06:53:09.403142 [ 255 ] {83ecd72e-6f75-4023-9ccd-cc0112f6f4ce} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10842 | 2025.02.28 06:53:09.403356 [ 255 ] {83ecd72e-6f75-4023-9ccd-cc0112f6f4ce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001534 sec., 39113.42894393742 rows/sec., 2.64 MiB/sec. | ||
| 10843 | 2025.02.28 06:53:09.403416 [ 255 ] {83ecd72e-6f75-4023-9ccd-cc0112f6f4ce} <Debug> TCPHandler: Processed in 0.001774681 sec. | ||
| 10844 | 2025.02.28 06:53:11.299001 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169 | ||
| 10845 | 2025.02.28 06:53:11.299693 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10846 | 2025.02.28 06:53:11.299745 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 10847 | 2025.02.28 06:53:11.300305 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10848 | 2025.02.28 06:53:11.300570 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10849 | 2025.02.28 06:53:11.300813 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 | ||
| 10850 | 2025.02.28 06:53:13.161567 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
| 10851 | 2025.02.28 06:53:13.180672 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10852 | 2025.02.28 06:53:13.180730 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 10853 | 2025.02.28 06:53:13.187638 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10854 | 2025.02.28 06:53:13.188390 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10855 | 2025.02.28 06:53:13.193343 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 10856 | 2025.02.28 06:53:13.918558 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1528 | ||
| 10857 | 2025.02.28 06:53:13.922521 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10858 | 2025.02.28 06:53:13.922573 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 10859 | 2025.02.28 06:53:13.924035 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 10860 | 2025.02.28 06:53:13.924339 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10861 | 2025.02.28 06:53:13.925310 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1528 | ||
| 10862 | 2025.02.28 06:53:14.401693 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10863 | 2025.02.28 06:53:14.401908 [ 4 ] {368408ab-0b8b-467c-9144-37b6767d2694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10864 | 2025.02.28 06:53:14.401987 [ 4 ] {368408ab-0b8b-467c-9144-37b6767d2694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10865 | 2025.02.28 06:53:14.402849 [ 4 ] {368408ab-0b8b-467c-9144-37b6767d2694} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10866 | 2025.02.28 06:53:14.402898 [ 4 ] {368408ab-0b8b-467c-9144-37b6767d2694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 10867 | 2025.02.28 06:53:14.403329 [ 4 ] {368408ab-0b8b-467c-9144-37b6767d2694} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10868 | 2025.02.28 06:53:14.403577 [ 4 ] {368408ab-0b8b-467c-9144-37b6767d2694} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10869 | 2025.02.28 06:53:14.403782 [ 55 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 10870 | 2025.02.28 06:53:14.403843 [ 4 ] {368408ab-0b8b-467c-9144-37b6767d2694} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00199 sec., 106532.66331658291 rows/sec., 6.78 MiB/sec. | ||
| 10871 | 2025.02.28 06:53:14.403871 [ 55 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10872 | 2025.02.28 06:53:14.403946 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 10873 | 2025.02.28 06:53:14.403961 [ 4 ] {368408ab-0b8b-467c-9144-37b6767d2694} <Debug> TCPHandler: Processed in 0.002408029 sec. | ||
| 10874 | 2025.02.28 06:53:14.404271 [ 200 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::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 | ||
| 10875 | 2025.02.28 06:53:14.404442 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10876 | 2025.02.28 06:53:14.404721 [ 200 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10877 | 2025.02.28 06:53:14.404853 [ 200 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 212 rows starting from the beginning of the part | ||
| 10878 | 2025.02.28 06:53:14.405305 [ 200 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 212 rows starting from the beginning of the part | ||
| 10879 | 2025.02.28 06:53:14.405338 [ 255 ] {a3eae1bf-0aaa-49b1-8196-e3f02c8b2fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10880 | 2025.02.28 06:53:14.405630 [ 200 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 212 rows starting from the beginning of the part | ||
| 10881 | 2025.02.28 06:53:14.405680 [ 255 ] {a3eae1bf-0aaa-49b1-8196-e3f02c8b2fb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10882 | 2025.02.28 06:53:14.406054 [ 200 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 212 rows starting from the beginning of the part | ||
| 10883 | 2025.02.28 06:53:14.406329 [ 200 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 212 rows starting from the beginning of the part | ||
| 10884 | 2025.02.28 06:53:14.408608 [ 255 ] {a3eae1bf-0aaa-49b1-8196-e3f02c8b2fb1} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10885 | 2025.02.28 06:53:14.408661 [ 255 ] {a3eae1bf-0aaa-49b1-8196-e3f02c8b2fb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 10886 | 2025.02.28 06:53:14.409048 [ 200 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.00498704 sec., 212550.93201578493 rows/sec., 14.33 MiB/sec. | ||
| 10887 | 2025.02.28 06:53:14.409245 [ 200 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 10888 | 2025.02.28 06:53:14.409708 [ 255 ] {a3eae1bf-0aaa-49b1-8196-e3f02c8b2fb1} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10889 | 2025.02.28 06:53:14.409809 [ 200 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_41_10} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10890 | 2025.02.28 06:53:14.409980 [ 200 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_41_10} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 10891 | 2025.02.28 06:53:14.410113 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 10892 | 2025.02.28 06:53:14.410200 [ 255 ] {a3eae1bf-0aaa-49b1-8196-e3f02c8b2fb1} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10893 | 2025.02.28 06:53:14.410419 [ 55 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10894 | 2025.02.28 06:53:14.410482 [ 55 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10895 | 2025.02.28 06:53:14.410489 [ 255 ] {a3eae1bf-0aaa-49b1-8196-e3f02c8b2fb1} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.005604 sec., 124018.55817273377 rows/sec., 9.90 MiB/sec. | ||
| 10896 | 2025.02.28 06:53:14.410515 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 10897 | 2025.02.28 06:53:14.410667 [ 255 ] {a3eae1bf-0aaa-49b1-8196-e3f02c8b2fb1} <Debug> TCPHandler: Processed in 0.006577258 sec. | ||
| 10898 | 2025.02.28 06:53:14.410725 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 10899 | 2025.02.28 06:53:14.410864 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10900 | 2025.02.28 06:53:14.410881 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10901 | 2025.02.28 06:53:14.410941 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1844 rows starting from the beginning of the part | ||
| 10902 | 2025.02.28 06:53:14.411225 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part | ||
| 10903 | 2025.02.28 06:53:14.411262 [ 4 ] {126e6298-9925-464b-bb18-a290a0804a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10904 | 2025.02.28 06:53:14.411496 [ 4 ] {126e6298-9925-464b-bb18-a290a0804a64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10905 | 2025.02.28 06:53:14.411509 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part | ||
| 10906 | 2025.02.28 06:53:14.411856 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 695 rows starting from the beginning of the part | ||
| 10907 | 2025.02.28 06:53:14.412220 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 10908 | 2025.02.28 06:53:14.412570 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 695 rows starting from the beginning of the part | ||
| 10909 | 2025.02.28 06:53:14.414082 [ 4 ] {126e6298-9925-464b-bb18-a290a0804a64} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10910 | 2025.02.28 06:53:14.414166 [ 4 ] {126e6298-9925-464b-bb18-a290a0804a64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 10911 | 2025.02.28 06:53:14.415146 [ 4 ] {126e6298-9925-464b-bb18-a290a0804a64} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10912 | 2025.02.28 06:53:14.415447 [ 4 ] {126e6298-9925-464b-bb18-a290a0804a64} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10913 | 2025.02.28 06:53:14.415868 [ 4 ] {126e6298-9925-464b-bb18-a290a0804a64} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.004806 sec., 30170.620058260505 rows/sec., 1.89 MiB/sec. | ||
| 10914 | 2025.02.28 06:53:14.416127 [ 4 ] {126e6298-9925-464b-bb18-a290a0804a64} <Debug> TCPHandler: Processed in 0.005364065 sec. | ||
| 10915 | 2025.02.28 06:53:14.416145 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3402 rows, containing 5 columns (5 merged, 0 gathered) in 0.005493706 sec., 619254.106426518 rows/sec., 52.29 MiB/sec. | ||
| 10916 | 2025.02.28 06:53:14.416284 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10917 | 2025.02.28 06:53:14.416397 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10918 | 2025.02.28 06:53:14.416409 [ 255 ] {3f33bd00-f1f5-4ef7-93b4-41c808aa49d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10919 | 2025.02.28 06:53:14.416471 [ 255 ] {3f33bd00-f1f5-4ef7-93b4-41c808aa49d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10920 | 2025.02.28 06:53:14.416757 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_96_19} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10921 | 2025.02.28 06:53:14.416892 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_96_19} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10922 | 2025.02.28 06:53:14.417000 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 10923 | 2025.02.28 06:53:14.417369 [ 255 ] {3f33bd00-f1f5-4ef7-93b4-41c808aa49d9} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10924 | 2025.02.28 06:53:14.417416 [ 255 ] {3f33bd00-f1f5-4ef7-93b4-41c808aa49d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 10925 | 2025.02.28 06:53:14.417774 [ 255 ] {3f33bd00-f1f5-4ef7-93b4-41c808aa49d9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10926 | 2025.02.28 06:53:14.418007 [ 255 ] {3f33bd00-f1f5-4ef7-93b4-41c808aa49d9} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10927 | 2025.02.28 06:53:14.418218 [ 255 ] {3f33bd00-f1f5-4ef7-93b4-41c808aa49d9} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001843 sec., 61313.07650569723 rows/sec., 3.97 MiB/sec. | ||
| 10928 | 2025.02.28 06:53:14.418273 [ 255 ] {3f33bd00-f1f5-4ef7-93b4-41c808aa49d9} <Debug> TCPHandler: Processed in 0.002046255 sec. | ||
| 10929 | 2025.02.28 06:53:14.418403 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10930 | 2025.02.28 06:53:14.418527 [ 4 ] {d103cdcc-9232-426e-b179-6d99b43d09fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10931 | 2025.02.28 06:53:14.418584 [ 4 ] {d103cdcc-9232-426e-b179-6d99b43d09fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10932 | 2025.02.28 06:53:14.419297 [ 4 ] {d103cdcc-9232-426e-b179-6d99b43d09fa} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10933 | 2025.02.28 06:53:14.419344 [ 4 ] {d103cdcc-9232-426e-b179-6d99b43d09fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 10934 | 2025.02.28 06:53:14.419728 [ 4 ] {d103cdcc-9232-426e-b179-6d99b43d09fa} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10935 | 2025.02.28 06:53:14.419964 [ 4 ] {d103cdcc-9232-426e-b179-6d99b43d09fa} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10936 | 2025.02.28 06:53:14.420120 [ 55 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 10937 | 2025.02.28 06:53:14.420183 [ 55 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10938 | 2025.02.28 06:53:14.420197 [ 4 ] {d103cdcc-9232-426e-b179-6d99b43d09fa} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001689 sec., 66311.42687981053 rows/sec., 3.78 MiB/sec. | ||
| 10939 | 2025.02.28 06:53:14.420225 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 10940 | 2025.02.28 06:53:14.420321 [ 4 ] {d103cdcc-9232-426e-b179-6d99b43d09fa} <Debug> TCPHandler: Processed in 0.001965124 sec. | ||
| 10941 | 2025.02.28 06:53:14.420529 [ 194 ] {ae10649f-1e0a-4033-8240-a3be65056305::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 | ||
| 10942 | 2025.02.28 06:53:14.420563 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10943 | 2025.02.28 06:53:14.420762 [ 194 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10944 | 2025.02.28 06:53:14.420851 [ 194 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 112 rows starting from the beginning of the part | ||
| 10945 | 2025.02.28 06:53:14.420913 [ 255 ] {004a5a5a-b1dc-419e-8748-635215ace76a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10946 | 2025.02.28 06:53:14.421112 [ 194 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 112 rows starting from the beginning of the part | ||
| 10947 | 2025.02.28 06:53:14.421203 [ 255 ] {004a5a5a-b1dc-419e-8748-635215ace76a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10948 | 2025.02.28 06:53:14.421493 [ 194 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 112 rows starting from the beginning of the part | ||
| 10949 | 2025.02.28 06:53:14.421868 [ 194 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 112 rows starting from the beginning of the part | ||
| 10950 | 2025.02.28 06:53:14.422191 [ 194 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 112 rows starting from the beginning of the part | ||
| 10951 | 2025.02.28 06:53:14.424056 [ 255 ] {004a5a5a-b1dc-419e-8748-635215ace76a} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10952 | 2025.02.28 06:53:14.424134 [ 255 ] {004a5a5a-b1dc-419e-8748-635215ace76a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 10953 | 2025.02.28 06:53:14.425079 [ 192 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004725327 sec., 118510.3168521459 rows/sec., 7.20 MiB/sec. | ||
| 10954 | 2025.02.28 06:53:14.425130 [ 255 ] {004a5a5a-b1dc-419e-8748-635215ace76a} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10955 | 2025.02.28 06:53:14.425284 [ 192 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 10956 | 2025.02.28 06:53:14.425627 [ 255 ] {004a5a5a-b1dc-419e-8748-635215ace76a} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10957 | 2025.02.28 06:53:14.425823 [ 192 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_41_10} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10958 | 2025.02.28 06:53:14.425944 [ 55 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10959 | 2025.02.28 06:53:14.426055 [ 55 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10960 | 2025.02.28 06:53:14.426142 [ 192 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_41_10} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 10961 | 2025.02.28 06:53:14.426145 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 10962 | 2025.02.28 06:53:14.426329 [ 255 ] {004a5a5a-b1dc-419e-8748-635215ace76a} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.005497 sec., 76587.22939785337 rows/sec., 5.46 MiB/sec. | ||
| 10963 | 2025.02.28 06:53:14.426493 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 10964 | 2025.02.28 06:53:14.426522 [ 255 ] {004a5a5a-b1dc-419e-8748-635215ace76a} <Debug> TCPHandler: Processed in 0.006106473 sec. | ||
| 10965 | 2025.02.28 06:53:14.426574 [ 197 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 10966 | 2025.02.28 06:53:14.426707 [ 197 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10967 | 2025.02.28 06:53:14.426714 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10968 | 2025.02.28 06:53:14.426754 [ 197 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 913 rows starting from the beginning of the part | ||
| 10969 | 2025.02.28 06:53:14.426996 [ 197 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part | ||
| 10970 | 2025.02.28 06:53:14.427085 [ 4 ] {856eb235-c899-4d13-b323-29aa3267206b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10971 | 2025.02.28 06:53:14.427340 [ 4 ] {856eb235-c899-4d13-b323-29aa3267206b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10972 | 2025.02.28 06:53:14.427348 [ 197 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part | ||
| 10973 | 2025.02.28 06:53:14.427735 [ 197 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 421 rows starting from the beginning of the part | ||
| 10974 | 2025.02.28 06:53:14.428087 [ 197 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 10975 | 2025.02.28 06:53:14.428428 [ 197 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 421 rows starting from the beginning of the part | ||
| 10976 | 2025.02.28 06:53:14.429754 [ 4 ] {856eb235-c899-4d13-b323-29aa3267206b} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10977 | 2025.02.28 06:53:14.429826 [ 4 ] {856eb235-c899-4d13-b323-29aa3267206b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 10978 | 2025.02.28 06:53:14.430892 [ 4 ] {856eb235-c899-4d13-b323-29aa3267206b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10979 | 2025.02.28 06:53:14.431451 [ 4 ] {856eb235-c899-4d13-b323-29aa3267206b} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10980 | 2025.02.28 06:53:14.431507 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.005196642 sec., 374665.02406746516 rows/sec., 28.62 MiB/sec. | ||
| 10981 | 2025.02.28 06:53:14.431856 [ 4 ] {856eb235-c899-4d13-b323-29aa3267206b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004917 sec., 1220.2562538133006 rows/sec., 63.75 KiB/sec. | ||
| 10982 | 2025.02.28 06:53:14.431926 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 10983 | 2025.02.28 06:53:14.432222 [ 4 ] {856eb235-c899-4d13-b323-29aa3267206b} <Debug> TCPHandler: Processed in 0.005592687 sec. | ||
| 10984 | 2025.02.28 06:53:14.432587 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10985 | 2025.02.28 06:53:14.432793 [ 255 ] {efec4039-bee5-483d-866c-2bc12db440dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10986 | 2025.02.28 06:53:14.432879 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_96_19} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10987 | 2025.02.28 06:53:14.432891 [ 255 ] {efec4039-bee5-483d-866c-2bc12db440dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10988 | 2025.02.28 06:53:14.433150 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_96_19} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 10989 | 2025.02.28 06:53:14.433379 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 10990 | 2025.02.28 06:53:14.433864 [ 255 ] {efec4039-bee5-483d-866c-2bc12db440dd} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10991 | 2025.02.28 06:53:14.433906 [ 255 ] {efec4039-bee5-483d-866c-2bc12db440dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 10992 | 2025.02.28 06:53:14.434310 [ 255 ] {efec4039-bee5-483d-866c-2bc12db440dd} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 10993 | 2025.02.28 06:53:14.434543 [ 255 ] {efec4039-bee5-483d-866c-2bc12db440dd} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10994 | 2025.02.28 06:53:14.434716 [ 55 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 10995 | 2025.02.28 06:53:14.434771 [ 55 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10996 | 2025.02.28 06:53:14.434786 [ 255 ] {efec4039-bee5-483d-866c-2bc12db440dd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002046 sec., 115835.7771260997 rows/sec., 7.76 MiB/sec. | ||
| 10997 | 2025.02.28 06:53:14.434809 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 10998 | 2025.02.28 06:53:14.434963 [ 255 ] {efec4039-bee5-483d-866c-2bc12db440dd} <Debug> TCPHandler: Processed in 0.002627041 sec. | ||
| 10999 | 2025.02.28 06:53:14.435010 [ 197 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 11000 | 2025.02.28 06:53:14.435131 [ 197 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11001 | 2025.02.28 06:53:14.435168 [ 197 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 27889 rows starting from the beginning of the part | ||
| 11002 | 2025.02.28 06:53:14.435176 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11003 | 2025.02.28 06:53:14.435300 [ 197 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part | ||
| 11004 | 2025.02.28 06:53:14.435581 [ 4 ] {76e52b50-3eb9-49d7-ab73-680d219c6105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11005 | 2025.02.28 06:53:14.435608 [ 197 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
| 11006 | 2025.02.28 06:53:14.435741 [ 4 ] {76e52b50-3eb9-49d7-ab73-680d219c6105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11007 | 2025.02.28 06:53:14.435982 [ 197 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 237 rows starting from the beginning of the part | ||
| 11008 | 2025.02.28 06:53:14.436333 [ 197 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part | ||
| 11009 | 2025.02.28 06:53:14.436777 [ 197 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 237 rows starting from the beginning of the part | ||
| 11010 | 2025.02.28 06:53:14.438026 [ 4 ] {76e52b50-3eb9-49d7-ab73-680d219c6105} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11011 | 2025.02.28 06:53:14.438069 [ 4 ] {76e52b50-3eb9-49d7-ab73-680d219c6105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11012 | 2025.02.28 06:53:14.438621 [ 4 ] {76e52b50-3eb9-49d7-ab73-680d219c6105} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11013 | 2025.02.28 06:53:14.438947 [ 4 ] {76e52b50-3eb9-49d7-ab73-680d219c6105} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11014 | 2025.02.28 06:53:14.439250 [ 55 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Selected 6 parts from all_1_36_8 to all_41_41_0 | ||
| 11015 | 2025.02.28 06:53:14.439366 [ 55 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11016 | 2025.02.28 06:53:14.439445 [ 4 ] {76e52b50-3eb9-49d7-ab73-680d219c6105} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003983 sec., 251.06703489831781 rows/sec., 16.92 KiB/sec. | ||
| 11017 | 2025.02.28 06:53:14.439452 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11018 | 2025.02.28 06:53:14.439808 [ 4 ] {76e52b50-3eb9-49d7-ab73-680d219c6105} <Debug> TCPHandler: Processed in 0.004717036 sec. | ||
| 11019 | 2025.02.28 06:53:14.440166 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_41_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_8 to all_41_41_0 into Compact with storage Full | ||
| 11020 | 2025.02.28 06:53:14.440230 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11021 | 2025.02.28 06:53:14.440861 [ 255 ] {c57c3285-b2e0-4870-a29f-d150b2cda37e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11022 | 2025.02.28 06:53:14.441446 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_41_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11023 | 2025.02.28 06:53:14.441518 [ 255 ] {c57c3285-b2e0-4870-a29f-d150b2cda37e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11024 | 2025.02.28 06:53:14.441612 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_8, total 36 rows starting from the beginning of the part | ||
| 11025 | 2025.02.28 06:53:14.442029 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 11026 | 2025.02.28 06:53:14.442291 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 11027 | 2025.02.28 06:53:14.442642 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 11028 | 2025.02.28 06:53:14.442999 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 11029 | 2025.02.28 06:53:14.443218 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_41_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
| 11030 | 2025.02.28 06:53:14.445884 [ 188 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_41_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.006248145 sec., 6561.947586043538 rows/sec., 442.16 KiB/sec. | ||
| 11031 | 2025.02.28 06:53:14.446210 [ 188 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_41_9} <Trace> MergedBlockOutputStream: filled checksums all_1_41_9 (state Temporary) | ||
| 11032 | 2025.02.28 06:53:14.446420 [ 255 ] {c57c3285-b2e0-4870-a29f-d150b2cda37e} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11033 | 2025.02.28 06:53:14.446527 [ 255 ] {c57c3285-b2e0-4870-a29f-d150b2cda37e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11034 | 2025.02.28 06:53:14.447142 [ 188 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_41_9} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_merge_all_1_41_9 to all_1_41_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11035 | 2025.02.28 06:53:14.447463 [ 188 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_41_9} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Merged 6 parts: [all_1_36_8, all_41_41_0] -> all_1_41_9 | ||
| 11036 | 2025.02.28 06:53:14.447868 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.21 MiB. | ||
| 11037 | 2025.02.28 06:53:14.448056 [ 197 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28747 rows, containing 5 columns (5 merged, 0 gathered) in 0.013119517 sec., 2191162.982600655 rows/sec., 147.94 MiB/sec. | ||
| 11038 | 2025.02.28 06:53:14.448356 [ 255 ] {c57c3285-b2e0-4870-a29f-d150b2cda37e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11039 | 2025.02.28 06:53:14.448398 [ 197 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11040 | 2025.02.28 06:53:14.448688 [ 255 ] {c57c3285-b2e0-4870-a29f-d150b2cda37e} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11041 | 2025.02.28 06:53:14.448733 [ 197 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11042 | 2025.02.28 06:53:14.448872 [ 197 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11043 | 2025.02.28 06:53:14.448924 [ 55 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 11044 | 2025.02.28 06:53:14.449063 [ 55 ] {} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11045 | 2025.02.28 06:53:14.449106 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 11046 | 2025.02.28 06:53:14.449145 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11047 | 2025.02.28 06:53:14.449202 [ 255 ] {c57c3285-b2e0-4870-a29f-d150b2cda37e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008557 sec., 4557.672081336917 rows/sec., 8.17 MiB/sec. | ||
| 11048 | 2025.02.28 06:53:14.449544 [ 188 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::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 | ||
| 11049 | 2025.02.28 06:53:14.449663 [ 255 ] {c57c3285-b2e0-4870-a29f-d150b2cda37e} <Debug> TCPHandler: Processed in 0.009714337 sec. | ||
| 11050 | 2025.02.28 06:53:14.449895 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11051 | 2025.02.28 06:53:14.450085 [ 188 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11052 | 2025.02.28 06:53:14.450087 [ 4 ] {0b4fde89-14c2-4b7f-aa47-537fa8c1f64c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11053 | 2025.02.28 06:53:14.450165 [ 188 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1296 rows starting from the beginning of the part | ||
| 11054 | 2025.02.28 06:53:14.450173 [ 4 ] {0b4fde89-14c2-4b7f-aa47-537fa8c1f64c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11055 | 2025.02.28 06:53:14.450858 [ 188 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 39 rows starting from the beginning of the part | ||
| 11056 | 2025.02.28 06:53:14.451445 [ 188 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 39 rows starting from the beginning of the part | ||
| 11057 | 2025.02.28 06:53:14.451995 [ 4 ] {0b4fde89-14c2-4b7f-aa47-537fa8c1f64c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11058 | 2025.02.28 06:53:14.452008 [ 188 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 39 rows starting from the beginning of the part | ||
| 11059 | 2025.02.28 06:53:14.452039 [ 4 ] {0b4fde89-14c2-4b7f-aa47-537fa8c1f64c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11060 | 2025.02.28 06:53:14.452565 [ 188 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 39 rows starting from the beginning of the part | ||
| 11061 | 2025.02.28 06:53:14.453095 [ 188 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 39 rows starting from the beginning of the part | ||
| 11062 | 2025.02.28 06:53:14.453252 [ 4 ] {0b4fde89-14c2-4b7f-aa47-537fa8c1f64c} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11063 | 2025.02.28 06:53:14.453777 [ 4 ] {0b4fde89-14c2-4b7f-aa47-537fa8c1f64c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11064 | 2025.02.28 06:53:14.454020 [ 55 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11065 | 2025.02.28 06:53:14.454125 [ 55 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11066 | 2025.02.28 06:53:14.454198 [ 4 ] {0b4fde89-14c2-4b7f-aa47-537fa8c1f64c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004139 sec., 19811.548683256824 rows/sec., 1.26 MiB/sec. | ||
| 11067 | 2025.02.28 06:53:14.454207 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11068 | 2025.02.28 06:53:14.454475 [ 4 ] {0b4fde89-14c2-4b7f-aa47-537fa8c1f64c} <Debug> TCPHandler: Processed in 0.004698016 sec. | ||
| 11069 | 2025.02.28 06:53:14.454943 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 11070 | 2025.02.28 06:53:14.455332 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11071 | 2025.02.28 06:53:14.455412 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5538 rows starting from the beginning of the part | ||
| 11072 | 2025.02.28 06:53:14.455555 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 24 rows starting from the beginning of the part | ||
| 11073 | 2025.02.28 06:53:14.455786 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
| 11074 | 2025.02.28 06:53:14.455998 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 82 rows starting from the beginning of the part | ||
| 11075 | 2025.02.28 06:53:14.456267 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
| 11076 | 2025.02.28 06:53:14.456502 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 11077 | 2025.02.28 06:53:14.460351 [ 187 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5846 rows, containing 4 columns (4 merged, 0 gathered) in 0.00590992 sec., 989184.2867585348 rows/sec., 64.46 MiB/sec. | ||
| 11078 | 2025.02.28 06:53:14.461270 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11079 | 2025.02.28 06:53:14.461616 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_96_19} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11080 | 2025.02.28 06:53:14.461695 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_96_19} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11081 | 2025.02.28 06:53:14.461768 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 11082 | 2025.02.28 06:53:14.465590 [ 189 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1491 rows, containing 19 columns (19 merged, 0 gathered) in 0.016316405 sec., 91380.42356756897 rows/sec., 163.75 MiB/sec. | ||
| 11083 | 2025.02.28 06:53:14.467135 [ 190 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 11084 | 2025.02.28 06:53:14.467574 [ 190 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11085 | 2025.02.28 06:53:14.467665 [ 190 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 11086 | 2025.02.28 06:53:14.467828 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.67 MiB. | ||
| 11087 | 2025.02.28 06:53:15.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 239.03 MiB, peak 250.67 MiB, free memory in arenas 0.00 B, will set to 242.69 MiB (RSS), difference: 3.65 MiB | ||
| 11088 | 2025.02.28 06:53:18.624414 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11089 | 2025.02.28 06:53:18.624477 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11090 | 2025.02.28 06:53:18.801061 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596 | ||
| 11091 | 2025.02.28 06:53:18.802914 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11092 | 2025.02.28 06:53:18.802999 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11093 | 2025.02.28 06:53:18.803593 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11094 | 2025.02.28 06:53:18.803860 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11095 | 2025.02.28 06:53:18.804123 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 11096 | 2025.02.28 06:53:19.394693 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11097 | 2025.02.28 06:53:19.394986 [ 4 ] {08654843-6969-4829-bf2d-307aa2fb810d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11098 | 2025.02.28 06:53:19.395098 [ 4 ] {08654843-6969-4829-bf2d-307aa2fb810d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11099 | 2025.02.28 06:53:19.396081 [ 4 ] {08654843-6969-4829-bf2d-307aa2fb810d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11100 | 2025.02.28 06:53:19.396128 [ 4 ] {08654843-6969-4829-bf2d-307aa2fb810d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11101 | 2025.02.28 06:53:19.396559 [ 4 ] {08654843-6969-4829-bf2d-307aa2fb810d} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11102 | 2025.02.28 06:53:19.396820 [ 4 ] {08654843-6969-4829-bf2d-307aa2fb810d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11103 | 2025.02.28 06:53:19.397065 [ 4 ] {08654843-6969-4829-bf2d-307aa2fb810d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002158 sec., 25949.953660797033 rows/sec., 1.99 MiB/sec. | ||
| 11104 | 2025.02.28 06:53:19.397123 [ 4 ] {08654843-6969-4829-bf2d-307aa2fb810d} <Debug> TCPHandler: Processed in 0.002612611 sec. | ||
| 11105 | 2025.02.28 06:53:19.397375 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11106 | 2025.02.28 06:53:19.397591 [ 255 ] {2c2da319-8460-4e36-aadc-cd3da8dc7899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11107 | 2025.02.28 06:53:19.397678 [ 255 ] {2c2da319-8460-4e36-aadc-cd3da8dc7899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11108 | 2025.02.28 06:53:19.398459 [ 255 ] {2c2da319-8460-4e36-aadc-cd3da8dc7899} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11109 | 2025.02.28 06:53:19.398510 [ 255 ] {2c2da319-8460-4e36-aadc-cd3da8dc7899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11110 | 2025.02.28 06:53:19.398961 [ 255 ] {2c2da319-8460-4e36-aadc-cd3da8dc7899} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11111 | 2025.02.28 06:53:19.399227 [ 255 ] {2c2da319-8460-4e36-aadc-cd3da8dc7899} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11112 | 2025.02.28 06:53:19.399512 [ 255 ] {2c2da319-8460-4e36-aadc-cd3da8dc7899} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001974 sec., 32421.47922998987 rows/sec., 2.53 MiB/sec. | ||
| 11113 | 2025.02.28 06:53:19.399615 [ 255 ] {2c2da319-8460-4e36-aadc-cd3da8dc7899} <Debug> TCPHandler: Processed in 0.002384699 sec. | ||
| 11114 | 2025.02.28 06:53:19.399897 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11115 | 2025.02.28 06:53:19.400145 [ 4 ] {b1f04bd2-0e23-4076-9996-0c362280bd0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11116 | 2025.02.28 06:53:19.400245 [ 4 ] {b1f04bd2-0e23-4076-9996-0c362280bd0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11117 | 2025.02.28 06:53:19.401025 [ 4 ] {b1f04bd2-0e23-4076-9996-0c362280bd0a} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11118 | 2025.02.28 06:53:19.401064 [ 4 ] {b1f04bd2-0e23-4076-9996-0c362280bd0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11119 | 2025.02.28 06:53:19.401476 [ 4 ] {b1f04bd2-0e23-4076-9996-0c362280bd0a} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11120 | 2025.02.28 06:53:19.401728 [ 4 ] {b1f04bd2-0e23-4076-9996-0c362280bd0a} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11121 | 2025.02.28 06:53:19.401946 [ 4 ] {b1f04bd2-0e23-4076-9996-0c362280bd0a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001858 sec., 86114.10118406889 rows/sec., 6.00 MiB/sec. | ||
| 11122 | 2025.02.28 06:53:19.402003 [ 4 ] {b1f04bd2-0e23-4076-9996-0c362280bd0a} <Debug> TCPHandler: Processed in 0.002297478 sec. | ||
| 11123 | 2025.02.28 06:53:19.402148 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11124 | 2025.02.28 06:53:19.402295 [ 255 ] {932649b4-64eb-4fef-9e50-77de96846c24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11125 | 2025.02.28 06:53:19.402361 [ 255 ] {932649b4-64eb-4fef-9e50-77de96846c24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11126 | 2025.02.28 06:53:19.402905 [ 255 ] {932649b4-64eb-4fef-9e50-77de96846c24} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11127 | 2025.02.28 06:53:19.402951 [ 255 ] {932649b4-64eb-4fef-9e50-77de96846c24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11128 | 2025.02.28 06:53:19.403340 [ 255 ] {932649b4-64eb-4fef-9e50-77de96846c24} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 11129 | 2025.02.28 06:53:19.403580 [ 255 ] {932649b4-64eb-4fef-9e50-77de96846c24} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11130 | 2025.02.28 06:53:19.403795 [ 255 ] {932649b4-64eb-4fef-9e50-77de96846c24} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001536 sec., 39062.5 rows/sec., 2.63 MiB/sec. | ||
| 11131 | 2025.02.28 06:53:19.403849 [ 255 ] {932649b4-64eb-4fef-9e50-77de96846c24} <Debug> TCPHandler: Processed in 0.001769222 sec. | ||
| 11132 | 2025.02.28 06:53:20.693494 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 11133 | 2025.02.28 06:53:20.713723 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11134 | 2025.02.28 06:53:20.713784 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11135 | 2025.02.28 06:53:20.721166 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11136 | 2025.02.28 06:53:20.721928 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11137 | 2025.02.28 06:53:20.725694 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 11138 | 2025.02.28 06:53:21.827880 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11139 | 2025.02.28 06:53:21.828088 [ 4 ] {7c598434-6431-4b4b-bd3f-4f1a37d1e315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11140 | 2025.02.28 06:53:21.828166 [ 4 ] {7c598434-6431-4b4b-bd3f-4f1a37d1e315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11141 | 2025.02.28 06:53:21.829052 [ 4 ] {7c598434-6431-4b4b-bd3f-4f1a37d1e315} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11142 | 2025.02.28 06:53:21.829092 [ 4 ] {7c598434-6431-4b4b-bd3f-4f1a37d1e315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11143 | 2025.02.28 06:53:21.829547 [ 4 ] {7c598434-6431-4b4b-bd3f-4f1a37d1e315} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11144 | 2025.02.28 06:53:21.829817 [ 4 ] {7c598434-6431-4b4b-bd3f-4f1a37d1e315} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11145 | 2025.02.28 06:53:21.830055 [ 4 ] {7c598434-6431-4b4b-bd3f-4f1a37d1e315} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002015 sec., 105210.91811414393 rows/sec., 6.69 MiB/sec. | ||
| 11146 | 2025.02.28 06:53:21.830169 [ 4 ] {7c598434-6431-4b4b-bd3f-4f1a37d1e315} <Debug> TCPHandler: Processed in 0.002426429 sec. | ||
| 11147 | 2025.02.28 06:53:21.830460 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11148 | 2025.02.28 06:53:21.830667 [ 255 ] {b53de69c-daed-43f8-94b7-ced751717979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11149 | 2025.02.28 06:53:21.830746 [ 255 ] {b53de69c-daed-43f8-94b7-ced751717979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11150 | 2025.02.28 06:53:21.831475 [ 255 ] {b53de69c-daed-43f8-94b7-ced751717979} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11151 | 2025.02.28 06:53:21.831521 [ 255 ] {b53de69c-daed-43f8-94b7-ced751717979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11152 | 2025.02.28 06:53:21.831931 [ 255 ] {b53de69c-daed-43f8-94b7-ced751717979} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 11153 | 2025.02.28 06:53:21.832185 [ 255 ] {b53de69c-daed-43f8-94b7-ced751717979} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11154 | 2025.02.28 06:53:21.832444 [ 255 ] {b53de69c-daed-43f8-94b7-ced751717979} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001817 sec., 8805.723720418271 rows/sec., 718.04 KiB/sec. | ||
| 11155 | 2025.02.28 06:53:21.832587 [ 255 ] {b53de69c-daed-43f8-94b7-ced751717979} <Debug> TCPHandler: Processed in 0.002277407 sec. | ||
| 11156 | 2025.02.28 06:53:21.832795 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11157 | 2025.02.28 06:53:21.832935 [ 4 ] {6f187e94-8052-4ce9-99aa-e65750947e19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11158 | 2025.02.28 06:53:21.832994 [ 4 ] {6f187e94-8052-4ce9-99aa-e65750947e19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11159 | 2025.02.28 06:53:21.834635 [ 4 ] {6f187e94-8052-4ce9-99aa-e65750947e19} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11160 | 2025.02.28 06:53:21.834676 [ 4 ] {6f187e94-8052-4ce9-99aa-e65750947e19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11161 | 2025.02.28 06:53:21.835156 [ 4 ] {6f187e94-8052-4ce9-99aa-e65750947e19} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11162 | 2025.02.28 06:53:21.835403 [ 4 ] {6f187e94-8052-4ce9-99aa-e65750947e19} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11163 | 2025.02.28 06:53:21.835655 [ 4 ] {6f187e94-8052-4ce9-99aa-e65750947e19} <Debug> executeQuery: Read 1843 rows, 153.97 KiB in 0.002749 sec., 670425.6093124772 rows/sec., 54.70 MiB/sec. | ||
| 11164 | 2025.02.28 06:53:21.835754 [ 4 ] {6f187e94-8052-4ce9-99aa-e65750947e19} <Debug> TCPHandler: Processed in 0.003060677 sec. | ||
| 11165 | 2025.02.28 06:53:21.835946 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11166 | 2025.02.28 06:53:21.836083 [ 255 ] {44aeab8c-1057-48dd-8317-4198801dae72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11167 | 2025.02.28 06:53:21.836138 [ 255 ] {44aeab8c-1057-48dd-8317-4198801dae72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11168 | 2025.02.28 06:53:21.836810 [ 255 ] {44aeab8c-1057-48dd-8317-4198801dae72} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11169 | 2025.02.28 06:53:21.836851 [ 255 ] {44aeab8c-1057-48dd-8317-4198801dae72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11170 | 2025.02.28 06:53:21.837230 [ 255 ] {44aeab8c-1057-48dd-8317-4198801dae72} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11171 | 2025.02.28 06:53:21.837475 [ 255 ] {44aeab8c-1057-48dd-8317-4198801dae72} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11172 | 2025.02.28 06:53:21.837695 [ 255 ] {44aeab8c-1057-48dd-8317-4198801dae72} <Debug> executeQuery: Read 161 rows, 10.44 KiB in 0.001641 sec., 98110.90798293722 rows/sec., 6.21 MiB/sec. | ||
| 11173 | 2025.02.28 06:53:21.837752 [ 255 ] {44aeab8c-1057-48dd-8317-4198801dae72} <Debug> TCPHandler: Processed in 0.001876863 sec. | ||
| 11174 | 2025.02.28 06:53:21.837911 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11175 | 2025.02.28 06:53:21.838047 [ 4 ] {dac03d11-38f8-4906-bf0f-aa93ec73cc51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11176 | 2025.02.28 06:53:21.838104 [ 4 ] {dac03d11-38f8-4906-bf0f-aa93ec73cc51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11177 | 2025.02.28 06:53:21.838904 [ 4 ] {dac03d11-38f8-4906-bf0f-aa93ec73cc51} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11178 | 2025.02.28 06:53:21.838943 [ 4 ] {dac03d11-38f8-4906-bf0f-aa93ec73cc51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11179 | 2025.02.28 06:53:21.839313 [ 4 ] {dac03d11-38f8-4906-bf0f-aa93ec73cc51} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11180 | 2025.02.28 06:53:21.839555 [ 4 ] {dac03d11-38f8-4906-bf0f-aa93ec73cc51} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11181 | 2025.02.28 06:53:21.839762 [ 4 ] {dac03d11-38f8-4906-bf0f-aa93ec73cc51} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001746 sec., 195303.55097365408 rows/sec., 13.03 MiB/sec. | ||
| 11182 | 2025.02.28 06:53:21.839814 [ 4 ] {dac03d11-38f8-4906-bf0f-aa93ec73cc51} <Debug> TCPHandler: Processed in 0.001968723 sec. | ||
| 11183 | 2025.02.28 06:53:21.839963 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11184 | 2025.02.28 06:53:21.840083 [ 255 ] {6d17b613-1a1b-45a5-bdd3-05038f38e227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11185 | 2025.02.28 06:53:21.840133 [ 255 ] {6d17b613-1a1b-45a5-bdd3-05038f38e227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11186 | 2025.02.28 06:53:21.840763 [ 255 ] {6d17b613-1a1b-45a5-bdd3-05038f38e227} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11187 | 2025.02.28 06:53:21.840804 [ 255 ] {6d17b613-1a1b-45a5-bdd3-05038f38e227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11188 | 2025.02.28 06:53:21.841158 [ 255 ] {6d17b613-1a1b-45a5-bdd3-05038f38e227} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11189 | 2025.02.28 06:53:21.841386 [ 255 ] {6d17b613-1a1b-45a5-bdd3-05038f38e227} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11190 | 2025.02.28 06:53:21.841589 [ 255 ] {6d17b613-1a1b-45a5-bdd3-05038f38e227} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001532 sec., 73107.0496083551 rows/sec., 4.16 MiB/sec. | ||
| 11191 | 2025.02.28 06:53:21.841643 [ 255 ] {6d17b613-1a1b-45a5-bdd3-05038f38e227} <Debug> TCPHandler: Processed in 0.00173885 sec. | ||
| 11192 | 2025.02.28 06:53:21.841796 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11193 | 2025.02.28 06:53:21.841934 [ 4 ] {d089deb6-3e2a-47ff-96b0-ee02d6a0bb4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11194 | 2025.02.28 06:53:21.841991 [ 4 ] {d089deb6-3e2a-47ff-96b0-ee02d6a0bb4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11195 | 2025.02.28 06:53:21.843097 [ 4 ] {d089deb6-3e2a-47ff-96b0-ee02d6a0bb4a} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11196 | 2025.02.28 06:53:21.843136 [ 4 ] {d089deb6-3e2a-47ff-96b0-ee02d6a0bb4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11197 | 2025.02.28 06:53:21.843534 [ 4 ] {d089deb6-3e2a-47ff-96b0-ee02d6a0bb4a} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11198 | 2025.02.28 06:53:21.843786 [ 4 ] {d089deb6-3e2a-47ff-96b0-ee02d6a0bb4a} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11199 | 2025.02.28 06:53:21.844015 [ 4 ] {d089deb6-3e2a-47ff-96b0-ee02d6a0bb4a} <Debug> executeQuery: Read 893 rows, 66.30 KiB in 0.002108 sec., 423624.2884250474 rows/sec., 30.72 MiB/sec. | ||
| 11200 | 2025.02.28 06:53:21.844099 [ 4 ] {d089deb6-3e2a-47ff-96b0-ee02d6a0bb4a} <Debug> TCPHandler: Processed in 0.002365559 sec. | ||
| 11201 | 2025.02.28 06:53:21.844313 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11202 | 2025.02.28 06:53:21.844628 [ 255 ] {96e07ea7-0d31-415d-98a2-1434e23ffe2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11203 | 2025.02.28 06:53:21.844695 [ 255 ] {96e07ea7-0d31-415d-98a2-1434e23ffe2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11204 | 2025.02.28 06:53:21.845198 [ 255 ] {96e07ea7-0d31-415d-98a2-1434e23ffe2b} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11205 | 2025.02.28 06:53:21.845238 [ 255 ] {96e07ea7-0d31-415d-98a2-1434e23ffe2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11206 | 2025.02.28 06:53:21.845595 [ 255 ] {96e07ea7-0d31-415d-98a2-1434e23ffe2b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11207 | 2025.02.28 06:53:21.845834 [ 255 ] {96e07ea7-0d31-415d-98a2-1434e23ffe2b} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11208 | 2025.02.28 06:53:21.846053 [ 255 ] {96e07ea7-0d31-415d-98a2-1434e23ffe2b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001537 sec., 3903.7085230969424 rows/sec., 203.95 KiB/sec. | ||
| 11209 | 2025.02.28 06:53:21.846105 [ 255 ] {96e07ea7-0d31-415d-98a2-1434e23ffe2b} <Debug> TCPHandler: Processed in 0.001909973 sec. | ||
| 11210 | 2025.02.28 06:53:21.846256 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11211 | 2025.02.28 06:53:21.846372 [ 4 ] {24c0bb02-e479-441b-abc6-c81539462fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11212 | 2025.02.28 06:53:21.846425 [ 4 ] {24c0bb02-e479-441b-abc6-c81539462fa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11213 | 2025.02.28 06:53:21.847223 [ 4 ] {24c0bb02-e479-441b-abc6-c81539462fa7} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11214 | 2025.02.28 06:53:21.847262 [ 4 ] {24c0bb02-e479-441b-abc6-c81539462fa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11215 | 2025.02.28 06:53:21.847704 [ 4 ] {24c0bb02-e479-441b-abc6-c81539462fa7} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11216 | 2025.02.28 06:53:21.847940 [ 4 ] {24c0bb02-e479-441b-abc6-c81539462fa7} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11217 | 2025.02.28 06:53:21.848156 [ 4 ] {24c0bb02-e479-441b-abc6-c81539462fa7} <Debug> executeQuery: Read 1027 rows, 70.10 KiB in 0.001808 sec., 568030.9734513274 rows/sec., 37.86 MiB/sec. | ||
| 11218 | 2025.02.28 06:53:21.848208 [ 4 ] {24c0bb02-e479-441b-abc6-c81539462fa7} <Debug> TCPHandler: Processed in 0.002010844 sec. | ||
| 11219 | 2025.02.28 06:53:21.848364 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11220 | 2025.02.28 06:53:21.848501 [ 255 ] {716dcd56-7723-4545-abf3-c260a2d524c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11221 | 2025.02.28 06:53:21.848561 [ 255 ] {716dcd56-7723-4545-abf3-c260a2d524c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11222 | 2025.02.28 06:53:21.849066 [ 255 ] {716dcd56-7723-4545-abf3-c260a2d524c9} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11223 | 2025.02.28 06:53:21.849105 [ 255 ] {716dcd56-7723-4545-abf3-c260a2d524c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11224 | 2025.02.28 06:53:21.849463 [ 255 ] {716dcd56-7723-4545-abf3-c260a2d524c9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11225 | 2025.02.28 06:53:21.849704 [ 255 ] {716dcd56-7723-4545-abf3-c260a2d524c9} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11226 | 2025.02.28 06:53:21.849907 [ 255 ] {716dcd56-7723-4545-abf3-c260a2d524c9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001438 sec., 695.4102920723227 rows/sec., 46.86 KiB/sec. | ||
| 11227 | 2025.02.28 06:53:21.849958 [ 255 ] {716dcd56-7723-4545-abf3-c260a2d524c9} <Debug> TCPHandler: Processed in 0.00165919 sec. | ||
| 11228 | 2025.02.28 06:53:21.850108 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11229 | 2025.02.28 06:53:21.850246 [ 4 ] {88bb18b1-f676-4305-8ec1-6a6680e7be68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11230 | 2025.02.28 06:53:21.850337 [ 4 ] {88bb18b1-f676-4305-8ec1-6a6680e7be68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11231 | 2025.02.28 06:53:21.851633 [ 4 ] {88bb18b1-f676-4305-8ec1-6a6680e7be68} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11232 | 2025.02.28 06:53:21.851670 [ 4 ] {88bb18b1-f676-4305-8ec1-6a6680e7be68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11233 | 2025.02.28 06:53:21.852328 [ 4 ] {88bb18b1-f676-4305-8ec1-6a6680e7be68} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11234 | 2025.02.28 06:53:21.852583 [ 4 ] {88bb18b1-f676-4305-8ec1-6a6680e7be68} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11235 | 2025.02.28 06:53:21.852879 [ 4 ] {88bb18b1-f676-4305-8ec1-6a6680e7be68} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002662 sec., 14650.638617580767 rows/sec., 26.25 MiB/sec. | ||
| 11236 | 2025.02.28 06:53:21.853420 [ 4 ] {88bb18b1-f676-4305-8ec1-6a6680e7be68} <Debug> TCPHandler: Processed in 0.00337655 sec. | ||
| 11237 | 2025.02.28 06:53:21.853604 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11238 | 2025.02.28 06:53:21.853772 [ 255 ] {860d779a-1ed3-446c-880e-8d6d108fbe60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11239 | 2025.02.28 06:53:21.853831 [ 255 ] {860d779a-1ed3-446c-880e-8d6d108fbe60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11240 | 2025.02.28 06:53:21.854414 [ 255 ] {860d779a-1ed3-446c-880e-8d6d108fbe60} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11241 | 2025.02.28 06:53:21.854461 [ 255 ] {860d779a-1ed3-446c-880e-8d6d108fbe60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11242 | 2025.02.28 06:53:21.854865 [ 255 ] {860d779a-1ed3-446c-880e-8d6d108fbe60} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 11243 | 2025.02.28 06:53:21.855093 [ 255 ] {860d779a-1ed3-446c-880e-8d6d108fbe60} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11244 | 2025.02.28 06:53:21.855307 [ 255 ] {860d779a-1ed3-446c-880e-8d6d108fbe60} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001575 sec., 36825.39682539683 rows/sec., 2.28 MiB/sec. | ||
| 11245 | 2025.02.28 06:53:21.855400 [ 255 ] {860d779a-1ed3-446c-880e-8d6d108fbe60} <Debug> TCPHandler: Processed in 0.001883292 sec. | ||
| 11246 | 2025.02.28 06:53:23.925611 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1582 | ||
| 11247 | 2025.02.28 06:53:23.929961 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11248 | 2025.02.28 06:53:23.930013 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11249 | 2025.02.28 06:53:23.931481 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11250 | 2025.02.28 06:53:23.931788 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11251 | 2025.02.28 06:53:23.932307 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1582 | ||
| 11252 | 2025.02.28 06:53:24.390145 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11253 | 2025.02.28 06:53:24.390360 [ 4 ] {afa5e1ec-4d43-46cf-b102-69998b6bfb39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11254 | 2025.02.28 06:53:24.390443 [ 4 ] {afa5e1ec-4d43-46cf-b102-69998b6bfb39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11255 | 2025.02.28 06:53:24.391291 [ 4 ] {afa5e1ec-4d43-46cf-b102-69998b6bfb39} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11256 | 2025.02.28 06:53:24.391335 [ 4 ] {afa5e1ec-4d43-46cf-b102-69998b6bfb39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11257 | 2025.02.28 06:53:24.391779 [ 4 ] {afa5e1ec-4d43-46cf-b102-69998b6bfb39} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11258 | 2025.02.28 06:53:24.392051 [ 4 ] {afa5e1ec-4d43-46cf-b102-69998b6bfb39} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11259 | 2025.02.28 06:53:24.392290 [ 4 ] {afa5e1ec-4d43-46cf-b102-69998b6bfb39} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001986 sec., 28197.381671701914 rows/sec., 2.17 MiB/sec. | ||
| 11260 | 2025.02.28 06:53:24.392363 [ 4 ] {afa5e1ec-4d43-46cf-b102-69998b6bfb39} <Debug> TCPHandler: Processed in 0.002354779 sec. | ||
| 11261 | 2025.02.28 06:53:24.392637 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11262 | 2025.02.28 06:53:24.392846 [ 255 ] {6bdff732-99cf-4fbb-8ad4-608b603397d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11263 | 2025.02.28 06:53:24.392919 [ 255 ] {6bdff732-99cf-4fbb-8ad4-608b603397d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11264 | 2025.02.28 06:53:24.393731 [ 255 ] {6bdff732-99cf-4fbb-8ad4-608b603397d2} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11265 | 2025.02.28 06:53:24.393781 [ 255 ] {6bdff732-99cf-4fbb-8ad4-608b603397d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11266 | 2025.02.28 06:53:24.394225 [ 255 ] {6bdff732-99cf-4fbb-8ad4-608b603397d2} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11267 | 2025.02.28 06:53:24.394484 [ 255 ] {6bdff732-99cf-4fbb-8ad4-608b603397d2} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11268 | 2025.02.28 06:53:24.394694 [ 255 ] {6bdff732-99cf-4fbb-8ad4-608b603397d2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001906 sec., 33578.1741867786 rows/sec., 2.62 MiB/sec. | ||
| 11269 | 2025.02.28 06:53:24.394762 [ 255 ] {6bdff732-99cf-4fbb-8ad4-608b603397d2} <Debug> TCPHandler: Processed in 0.002270237 sec. | ||
| 11270 | 2025.02.28 06:53:24.394932 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11271 | 2025.02.28 06:53:24.395052 [ 4 ] {02ac1365-8cfb-456c-8724-1154435a7b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11272 | 2025.02.28 06:53:24.395109 [ 4 ] {02ac1365-8cfb-456c-8724-1154435a7b28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11273 | 2025.02.28 06:53:24.395665 [ 4 ] {02ac1365-8cfb-456c-8724-1154435a7b28} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11274 | 2025.02.28 06:53:24.395704 [ 4 ] {02ac1365-8cfb-456c-8724-1154435a7b28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11275 | 2025.02.28 06:53:24.396107 [ 4 ] {02ac1365-8cfb-456c-8724-1154435a7b28} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11276 | 2025.02.28 06:53:24.396351 [ 4 ] {02ac1365-8cfb-456c-8724-1154435a7b28} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11277 | 2025.02.28 06:53:24.396560 [ 4 ] {02ac1365-8cfb-456c-8724-1154435a7b28} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001534 sec., 41720.99087353325 rows/sec., 2.91 MiB/sec. | ||
| 11278 | 2025.02.28 06:53:24.396612 [ 4 ] {02ac1365-8cfb-456c-8724-1154435a7b28} <Debug> TCPHandler: Processed in 0.001737791 sec. | ||
| 11279 | 2025.02.28 06:53:24.396770 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11280 | 2025.02.28 06:53:24.396905 [ 255 ] {1ef5d2c1-b584-4aaf-a481-133f9f27e5c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11281 | 2025.02.28 06:53:24.396963 [ 255 ] {1ef5d2c1-b584-4aaf-a481-133f9f27e5c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11282 | 2025.02.28 06:53:24.397479 [ 255 ] {1ef5d2c1-b584-4aaf-a481-133f9f27e5c9} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11283 | 2025.02.28 06:53:24.397518 [ 255 ] {1ef5d2c1-b584-4aaf-a481-133f9f27e5c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11284 | 2025.02.28 06:53:24.397920 [ 255 ] {1ef5d2c1-b584-4aaf-a481-133f9f27e5c9} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 11285 | 2025.02.28 06:53:24.398164 [ 255 ] {1ef5d2c1-b584-4aaf-a481-133f9f27e5c9} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11286 | 2025.02.28 06:53:24.398345 [ 255 ] {1ef5d2c1-b584-4aaf-a481-133f9f27e5c9} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001472 sec., 16304.347826086956 rows/sec., 1.10 MiB/sec. | ||
| 11287 | 2025.02.28 06:53:24.398394 [ 255 ] {1ef5d2c1-b584-4aaf-a481-133f9f27e5c9} <Debug> TCPHandler: Processed in 0.001686281 sec. | ||
| 11288 | 2025.02.28 06:53:26.304369 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084 | ||
| 11289 | 2025.02.28 06:53:26.305327 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11290 | 2025.02.28 06:53:26.305371 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11291 | 2025.02.28 06:53:26.305921 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11292 | 2025.02.28 06:53:26.306214 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11293 | 2025.02.28 06:53:26.306416 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 | ||
| 11294 | 2025.02.28 06:53:28.225819 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 11295 | 2025.02.28 06:53:28.246585 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11296 | 2025.02.28 06:53:28.246646 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11297 | 2025.02.28 06:53:28.254018 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11298 | 2025.02.28 06:53:28.254800 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11299 | 2025.02.28 06:53:28.257487 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 11300 | 2025.02.28 06:53:29.394044 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11301 | 2025.02.28 06:53:29.394377 [ 4 ] {5e4ac98c-d574-4211-bbaf-e988e288ff1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11302 | 2025.02.28 06:53:29.394494 [ 4 ] {5e4ac98c-d574-4211-bbaf-e988e288ff1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11303 | 2025.02.28 06:53:29.395520 [ 4 ] {5e4ac98c-d574-4211-bbaf-e988e288ff1d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11304 | 2025.02.28 06:53:29.395571 [ 4 ] {5e4ac98c-d574-4211-bbaf-e988e288ff1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11305 | 2025.02.28 06:53:29.396007 [ 4 ] {5e4ac98c-d574-4211-bbaf-e988e288ff1d} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11306 | 2025.02.28 06:53:29.396251 [ 4 ] {5e4ac98c-d574-4211-bbaf-e988e288ff1d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11307 | 2025.02.28 06:53:29.396500 [ 4 ] {5e4ac98c-d574-4211-bbaf-e988e288ff1d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002209 sec., 25350.83748302399 rows/sec., 1.95 MiB/sec. | ||
| 11308 | 2025.02.28 06:53:29.396565 [ 4 ] {5e4ac98c-d574-4211-bbaf-e988e288ff1d} <Debug> TCPHandler: Processed in 0.002662922 sec. | ||
| 11309 | 2025.02.28 06:53:29.396875 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11310 | 2025.02.28 06:53:29.397089 [ 255 ] {6abdbcb5-10d3-4209-bdc6-31f5484111e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11311 | 2025.02.28 06:53:29.397167 [ 255 ] {6abdbcb5-10d3-4209-bdc6-31f5484111e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11312 | 2025.02.28 06:53:29.397956 [ 255 ] {6abdbcb5-10d3-4209-bdc6-31f5484111e1} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11313 | 2025.02.28 06:53:29.398010 [ 255 ] {6abdbcb5-10d3-4209-bdc6-31f5484111e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11314 | 2025.02.28 06:53:29.398456 [ 255 ] {6abdbcb5-10d3-4209-bdc6-31f5484111e1} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11315 | 2025.02.28 06:53:29.398719 [ 255 ] {6abdbcb5-10d3-4209-bdc6-31f5484111e1} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11316 | 2025.02.28 06:53:29.398961 [ 255 ] {6abdbcb5-10d3-4209-bdc6-31f5484111e1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001925 sec., 33246.753246753244 rows/sec., 2.59 MiB/sec. | ||
| 11317 | 2025.02.28 06:53:29.399030 [ 255 ] {6abdbcb5-10d3-4209-bdc6-31f5484111e1} <Debug> TCPHandler: Processed in 0.002340508 sec. | ||
| 11318 | 2025.02.28 06:53:29.399242 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11319 | 2025.02.28 06:53:29.399463 [ 4 ] {8cd30304-a48a-4e34-b8bf-d052ad660d67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11320 | 2025.02.28 06:53:29.399560 [ 4 ] {8cd30304-a48a-4e34-b8bf-d052ad660d67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11321 | 2025.02.28 06:53:29.400349 [ 4 ] {8cd30304-a48a-4e34-b8bf-d052ad660d67} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11322 | 2025.02.28 06:53:29.400387 [ 4 ] {8cd30304-a48a-4e34-b8bf-d052ad660d67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11323 | 2025.02.28 06:53:29.400772 [ 4 ] {8cd30304-a48a-4e34-b8bf-d052ad660d67} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11324 | 2025.02.28 06:53:29.401004 [ 4 ] {8cd30304-a48a-4e34-b8bf-d052ad660d67} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11325 | 2025.02.28 06:53:29.401226 [ 4 ] {8cd30304-a48a-4e34-b8bf-d052ad660d67} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001818 sec., 88008.800880088 rows/sec., 6.13 MiB/sec. | ||
| 11326 | 2025.02.28 06:53:29.401278 [ 4 ] {8cd30304-a48a-4e34-b8bf-d052ad660d67} <Debug> TCPHandler: Processed in 0.002145285 sec. | ||
| 11327 | 2025.02.28 06:53:29.401430 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11328 | 2025.02.28 06:53:29.401578 [ 255 ] {2a3d7aa5-2b62-4130-95b7-234366936339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11329 | 2025.02.28 06:53:29.401645 [ 255 ] {2a3d7aa5-2b62-4130-95b7-234366936339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11330 | 2025.02.28 06:53:29.402230 [ 255 ] {2a3d7aa5-2b62-4130-95b7-234366936339} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11331 | 2025.02.28 06:53:29.402271 [ 255 ] {2a3d7aa5-2b62-4130-95b7-234366936339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11332 | 2025.02.28 06:53:29.402629 [ 255 ] {2a3d7aa5-2b62-4130-95b7-234366936339} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 11333 | 2025.02.28 06:53:29.402849 [ 255 ] {2a3d7aa5-2b62-4130-95b7-234366936339} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11334 | 2025.02.28 06:53:29.403074 [ 255 ] {2a3d7aa5-2b62-4130-95b7-234366936339} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001582 sec., 37926.67509481669 rows/sec., 2.56 MiB/sec. | ||
| 11335 | 2025.02.28 06:53:29.403159 [ 255 ] {2a3d7aa5-2b62-4130-95b7-234366936339} <Debug> TCPHandler: Processed in 0.001851923 sec. | ||
| 11336 | 2025.02.28 06:53:32.036933 [ 30 ] {} <Debug> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 11337 | 2025.02.28 06:53:32.036994 [ 30 ] {} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11338 | 2025.02.28 06:53:32.037015 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11339 | 2025.02.28 06:53:32.037241 [ 187 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::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 | ||
| 11340 | 2025.02.28 06:53:32.037524 [ 187 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11341 | 2025.02.28 06:53:32.037570 [ 187 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::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 | ||
| 11342 | 2025.02.28 06:53:32.037672 [ 187 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::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 | ||
| 11343 | 2025.02.28 06:53:32.037870 [ 187 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part | ||
| 11344 | 2025.02.28 06:53:32.038165 [ 187 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
| 11345 | 2025.02.28 06:53:32.038398 [ 187 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part | ||
| 11346 | 2025.02.28 06:53:32.039665 [ 189 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002575191 sec., 20969.318392305657 rows/sec., 1.75 MiB/sec. | ||
| 11347 | 2025.02.28 06:53:32.039866 [ 186 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 11348 | 2025.02.28 06:53:32.040235 [ 186 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_13_3} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11349 | 2025.02.28 06:53:32.040329 [ 186 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_13_3} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 11350 | 2025.02.28 06:53:32.040438 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11351 | 2025.02.28 06:53:33.223786 [ 27 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0 | ||
| 11352 | 2025.02.28 06:53:33.223866 [ 27 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11353 | 2025.02.28 06:53:33.223890 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11354 | 2025.02.28 06:53:33.224046 [ 191 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full | ||
| 11355 | 2025.02.28 06:53:33.224450 [ 191 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11356 | 2025.02.28 06:53:33.224551 [ 191 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 163 rows starting from the beginning of the part | ||
| 11357 | 2025.02.28 06:53:33.224897 [ 191 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 147 rows starting from the beginning of the part | ||
| 11358 | 2025.02.28 06:53:33.225127 [ 191 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 145 rows starting from the beginning of the part | ||
| 11359 | 2025.02.28 06:53:33.225375 [ 191 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 145 rows starting from the beginning of the part | ||
| 11360 | 2025.02.28 06:53:33.225595 [ 191 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 161 rows starting from the beginning of the part | ||
| 11361 | 2025.02.28 06:53:33.226865 [ 189 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 5 columns (5 merged, 0 gathered) in 0.002947185 sec., 258212.4976884722 rows/sec., 17.26 MiB/sec. | ||
| 11362 | 2025.02.28 06:53:33.227071 [ 189 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 11363 | 2025.02.28 06:53:33.227439 [ 189 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_42_9} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11364 | 2025.02.28 06:53:33.227531 [ 189 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_42_9} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9 | ||
| 11365 | 2025.02.28 06:53:33.227637 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 11366 | 2025.02.28 06:53:33.509391 [ 26 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0 | ||
| 11367 | 2025.02.28 06:53:33.509437 [ 26 ] {} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11368 | 2025.02.28 06:53:33.509464 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11369 | 2025.02.28 06:53:33.509692 [ 192 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full | ||
| 11370 | 2025.02.28 06:53:33.510058 [ 192 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11371 | 2025.02.28 06:53:33.510122 [ 192 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 341 rows starting from the beginning of the part | ||
| 11372 | 2025.02.28 06:53:33.510274 [ 192 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 341 rows starting from the beginning of the part | ||
| 11373 | 2025.02.28 06:53:33.510502 [ 192 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 113 rows starting from the beginning of the part | ||
| 11374 | 2025.02.28 06:53:33.510704 [ 192 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 113 rows starting from the beginning of the part | ||
| 11375 | 2025.02.28 06:53:33.510895 [ 192 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 341 rows starting from the beginning of the part | ||
| 11376 | 2025.02.28 06:53:33.512348 [ 189 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.002796473 sec., 446634.0279344732 rows/sec., 31.34 MiB/sec. | ||
| 11377 | 2025.02.28 06:53:33.512504 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 11378 | 2025.02.28 06:53:33.512817 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_42_9} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11379 | 2025.02.28 06:53:33.512957 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_42_9} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9 | ||
| 11380 | 2025.02.28 06:53:33.513078 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 11381 | 2025.02.28 06:53:33.624515 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11382 | 2025.02.28 06:53:33.624554 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11383 | 2025.02.28 06:53:33.806663 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511 | ||
| 11384 | 2025.02.28 06:53:33.807301 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11385 | 2025.02.28 06:53:33.807348 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11386 | 2025.02.28 06:53:33.807857 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11387 | 2025.02.28 06:53:33.808114 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11388 | 2025.02.28 06:53:33.808405 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 11389 | 2025.02.28 06:53:33.840308 [ 26 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0 | ||
| 11390 | 2025.02.28 06:53:33.840399 [ 26 ] {} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11391 | 2025.02.28 06:53:33.840440 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11392 | 2025.02.28 06:53:33.840628 [ 198 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full | ||
| 11393 | 2025.02.28 06:53:33.840885 [ 198 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11394 | 2025.02.28 06:53:33.840929 [ 198 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 228 rows starting from the beginning of the part | ||
| 11395 | 2025.02.28 06:53:33.841020 [ 198 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 11396 | 2025.02.28 06:53:33.841192 [ 198 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 11397 | 2025.02.28 06:53:33.841515 [ 198 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 11398 | 2025.02.28 06:53:33.841688 [ 198 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 11399 | 2025.02.28 06:53:33.842809 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 252 rows, containing 4 columns (4 merged, 0 gathered) in 0.002270627 sec., 110982.56120446027 rows/sec., 5.66 MiB/sec. | ||
| 11400 | 2025.02.28 06:53:33.843014 [ 195 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 11401 | 2025.02.28 06:53:33.843379 [ 195 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_42_9} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11402 | 2025.02.28 06:53:33.843475 [ 195 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_42_9} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9 | ||
| 11403 | 2025.02.28 06:53:33.843582 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 11404 | 2025.02.28 06:53:33.932678 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1598 | ||
| 11405 | 2025.02.28 06:53:33.935283 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11406 | 2025.02.28 06:53:33.935326 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11407 | 2025.02.28 06:53:33.936722 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11408 | 2025.02.28 06:53:33.937019 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11409 | 2025.02.28 06:53:33.938030 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1598 | ||
| 11410 | 2025.02.28 06:53:34.000219 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 238.80 MiB, peak 250.67 MiB, free memory in arenas 0.00 B, will set to 242.69 MiB (RSS), difference: 3.89 MiB | ||
| 11411 | 2025.02.28 06:53:34.402490 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11412 | 2025.02.28 06:53:34.402803 [ 4 ] {d3dd116f-8803-4358-af4e-1769a5b92d9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11413 | 2025.02.28 06:53:34.402917 [ 4 ] {d3dd116f-8803-4358-af4e-1769a5b92d9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11414 | 2025.02.28 06:53:34.403875 [ 4 ] {d3dd116f-8803-4358-af4e-1769a5b92d9e} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11415 | 2025.02.28 06:53:34.403922 [ 4 ] {d3dd116f-8803-4358-af4e-1769a5b92d9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11416 | 2025.02.28 06:53:34.404413 [ 4 ] {d3dd116f-8803-4358-af4e-1769a5b92d9e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11417 | 2025.02.28 06:53:34.404674 [ 4 ] {d3dd116f-8803-4358-af4e-1769a5b92d9e} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11418 | 2025.02.28 06:53:34.404886 [ 4 ] {d3dd116f-8803-4358-af4e-1769a5b92d9e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002168 sec., 97785.9778597786 rows/sec., 6.22 MiB/sec. | ||
| 11419 | 2025.02.28 06:53:34.404954 [ 4 ] {d3dd116f-8803-4358-af4e-1769a5b92d9e} <Debug> TCPHandler: Processed in 0.002660032 sec. | ||
| 11420 | 2025.02.28 06:53:34.405233 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11421 | 2025.02.28 06:53:34.405535 [ 255 ] {5b0ef0a4-58de-43f8-b321-0e8b088606d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11422 | 2025.02.28 06:53:34.405649 [ 255 ] {5b0ef0a4-58de-43f8-b321-0e8b088606d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11423 | 2025.02.28 06:53:34.406983 [ 255 ] {5b0ef0a4-58de-43f8-b321-0e8b088606d5} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11424 | 2025.02.28 06:53:34.407027 [ 255 ] {5b0ef0a4-58de-43f8-b321-0e8b088606d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11425 | 2025.02.28 06:53:34.407515 [ 255 ] {5b0ef0a4-58de-43f8-b321-0e8b088606d5} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11426 | 2025.02.28 06:53:34.407775 [ 255 ] {5b0ef0a4-58de-43f8-b321-0e8b088606d5} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11427 | 2025.02.28 06:53:34.407964 [ 24 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11428 | 2025.02.28 06:53:34.408031 [ 255 ] {5b0ef0a4-58de-43f8-b321-0e8b088606d5} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002574 sec., 270007.77000777004 rows/sec., 21.56 MiB/sec. | ||
| 11429 | 2025.02.28 06:53:34.408041 [ 24 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11430 | 2025.02.28 06:53:34.408121 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11431 | 2025.02.28 06:53:34.408175 [ 255 ] {5b0ef0a4-58de-43f8-b321-0e8b088606d5} <Debug> TCPHandler: Processed in 0.003087787 sec. | ||
| 11432 | 2025.02.28 06:53:34.408427 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 11433 | 2025.02.28 06:53:34.408476 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11434 | 2025.02.28 06:53:34.408639 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11435 | 2025.02.28 06:53:34.408730 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1844 rows starting from the beginning of the part | ||
| 11436 | 2025.02.28 06:53:34.408807 [ 4 ] {85a57482-ceea-4e14-94c0-9ed153d63dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11437 | 2025.02.28 06:53:34.408974 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 56 rows starting from the beginning of the part | ||
| 11438 | 2025.02.28 06:53:34.409094 [ 4 ] {85a57482-ceea-4e14-94c0-9ed153d63dd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11439 | 2025.02.28 06:53:34.409251 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1843 rows starting from the beginning of the part | ||
| 11440 | 2025.02.28 06:53:34.409633 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part | ||
| 11441 | 2025.02.28 06:53:34.410006 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 56 rows starting from the beginning of the part | ||
| 11442 | 2025.02.28 06:53:34.410402 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 695 rows starting from the beginning of the part | ||
| 11443 | 2025.02.28 06:53:34.411994 [ 4 ] {85a57482-ceea-4e14-94c0-9ed153d63dd6} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11444 | 2025.02.28 06:53:34.412072 [ 4 ] {85a57482-ceea-4e14-94c0-9ed153d63dd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11445 | 2025.02.28 06:53:34.413198 [ 4 ] {85a57482-ceea-4e14-94c0-9ed153d63dd6} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11446 | 2025.02.28 06:53:34.413557 [ 4 ] {85a57482-ceea-4e14-94c0-9ed153d63dd6} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11447 | 2025.02.28 06:53:34.413795 [ 4 ] {85a57482-ceea-4e14-94c0-9ed153d63dd6} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.005099 sec., 28436.94842125907 rows/sec., 1.78 MiB/sec. | ||
| 11448 | 2025.02.28 06:53:34.413869 [ 4 ] {85a57482-ceea-4e14-94c0-9ed153d63dd6} <Debug> TCPHandler: Processed in 0.005573747 sec. | ||
| 11449 | 2025.02.28 06:53:34.414109 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11450 | 2025.02.28 06:53:34.414299 [ 189 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4550 rows, containing 5 columns (5 merged, 0 gathered) in 0.006065272 sec., 750172.4572286288 rows/sec., 63.73 MiB/sec. | ||
| 11451 | 2025.02.28 06:53:34.414387 [ 255 ] {a49280b1-42c0-4c03-a919-f18278dd2b5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11452 | 2025.02.28 06:53:34.414483 [ 255 ] {a49280b1-42c0-4c03-a919-f18278dd2b5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11453 | 2025.02.28 06:53:34.414767 [ 189 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11454 | 2025.02.28 06:53:34.415359 [ 189 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_101_20} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11455 | 2025.02.28 06:53:34.415475 [ 189 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_101_20} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11456 | 2025.02.28 06:53:34.415589 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 11457 | 2025.02.28 06:53:34.415676 [ 255 ] {a49280b1-42c0-4c03-a919-f18278dd2b5a} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11458 | 2025.02.28 06:53:34.415714 [ 255 ] {a49280b1-42c0-4c03-a919-f18278dd2b5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11459 | 2025.02.28 06:53:34.416061 [ 255 ] {a49280b1-42c0-4c03-a919-f18278dd2b5a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11460 | 2025.02.28 06:53:34.416291 [ 255 ] {a49280b1-42c0-4c03-a919-f18278dd2b5a} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11461 | 2025.02.28 06:53:34.416498 [ 255 ] {a49280b1-42c0-4c03-a919-f18278dd2b5a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002188 sec., 51645.338208409514 rows/sec., 3.34 MiB/sec. | ||
| 11462 | 2025.02.28 06:53:34.416554 [ 255 ] {a49280b1-42c0-4c03-a919-f18278dd2b5a} <Debug> TCPHandler: Processed in 0.002591192 sec. | ||
| 11463 | 2025.02.28 06:53:34.416716 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11464 | 2025.02.28 06:53:34.416856 [ 4 ] {534c6c06-55b6-4419-9181-b7c313012b7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11465 | 2025.02.28 06:53:34.416913 [ 4 ] {534c6c06-55b6-4419-9181-b7c313012b7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11466 | 2025.02.28 06:53:34.417572 [ 4 ] {534c6c06-55b6-4419-9181-b7c313012b7a} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11467 | 2025.02.28 06:53:34.417610 [ 4 ] {534c6c06-55b6-4419-9181-b7c313012b7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11468 | 2025.02.28 06:53:34.417979 [ 4 ] {534c6c06-55b6-4419-9181-b7c313012b7a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11469 | 2025.02.28 06:53:34.418235 [ 4 ] {534c6c06-55b6-4419-9181-b7c313012b7a} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11470 | 2025.02.28 06:53:34.418416 [ 4 ] {534c6c06-55b6-4419-9181-b7c313012b7a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001591 sec., 70395.97737272157 rows/sec., 4.01 MiB/sec. | ||
| 11471 | 2025.02.28 06:53:34.418470 [ 4 ] {534c6c06-55b6-4419-9181-b7c313012b7a} <Debug> TCPHandler: Processed in 0.001822982 sec. | ||
| 11472 | 2025.02.28 06:53:34.418615 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11473 | 2025.02.28 06:53:34.418749 [ 255 ] {d67b2760-c860-4fe1-bfc4-4d4584e08eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11474 | 2025.02.28 06:53:34.418806 [ 255 ] {d67b2760-c860-4fe1-bfc4-4d4584e08eff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11475 | 2025.02.28 06:53:34.419601 [ 255 ] {d67b2760-c860-4fe1-bfc4-4d4584e08eff} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11476 | 2025.02.28 06:53:34.419640 [ 255 ] {d67b2760-c860-4fe1-bfc4-4d4584e08eff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11477 | 2025.02.28 06:53:34.420019 [ 255 ] {d67b2760-c860-4fe1-bfc4-4d4584e08eff} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11478 | 2025.02.28 06:53:34.420248 [ 255 ] {d67b2760-c860-4fe1-bfc4-4d4584e08eff} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11479 | 2025.02.28 06:53:34.420431 [ 24 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11480 | 2025.02.28 06:53:34.420496 [ 24 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11481 | 2025.02.28 06:53:34.420496 [ 255 ] {d67b2760-c860-4fe1-bfc4-4d4584e08eff} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001765 sec., 238526.9121813031 rows/sec., 16.99 MiB/sec. | ||
| 11482 | 2025.02.28 06:53:34.420527 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11483 | 2025.02.28 06:53:34.420680 [ 255 ] {d67b2760-c860-4fe1-bfc4-4d4584e08eff} <Debug> TCPHandler: Processed in 0.002129686 sec. | ||
| 11484 | 2025.02.28 06:53:34.420896 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 11485 | 2025.02.28 06:53:34.420953 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11486 | 2025.02.28 06:53:34.421357 [ 4 ] {af19090c-3774-404f-a476-d241de5661a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11487 | 2025.02.28 06:53:34.421553 [ 4 ] {af19090c-3774-404f-a476-d241de5661a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11488 | 2025.02.28 06:53:34.421650 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11489 | 2025.02.28 06:53:34.422145 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 913 rows starting from the beginning of the part | ||
| 11490 | 2025.02.28 06:53:34.423039 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 64 rows starting from the beginning of the part | ||
| 11491 | 2025.02.28 06:53:34.423284 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 893 rows starting from the beginning of the part | ||
| 11492 | 2025.02.28 06:53:34.423660 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part | ||
| 11493 | 2025.02.28 06:53:34.423964 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 64 rows starting from the beginning of the part | ||
| 11494 | 2025.02.28 06:53:34.424326 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 421 rows starting from the beginning of the part | ||
| 11495 | 2025.02.28 06:53:34.424695 [ 4 ] {af19090c-3774-404f-a476-d241de5661a3} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11496 | 2025.02.28 06:53:34.424790 [ 4 ] {af19090c-3774-404f-a476-d241de5661a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11497 | 2025.02.28 06:53:34.425737 [ 4 ] {af19090c-3774-404f-a476-d241de5661a3} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11498 | 2025.02.28 06:53:34.426310 [ 4 ] {af19090c-3774-404f-a476-d241de5661a3} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11499 | 2025.02.28 06:53:34.426717 [ 4 ] {af19090c-3774-404f-a476-d241de5661a3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00551 sec., 1088.929219600726 rows/sec., 56.89 KiB/sec. | ||
| 11500 | 2025.02.28 06:53:34.426786 [ 4 ] {af19090c-3774-404f-a476-d241de5661a3} <Debug> TCPHandler: Processed in 0.005994962 sec. | ||
| 11501 | 2025.02.28 06:53:34.426945 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11502 | 2025.02.28 06:53:34.427197 [ 255 ] {2ea6e784-09d5-45ec-92a6-a5545275c6ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11503 | 2025.02.28 06:53:34.427237 [ 197 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.006583348 sec., 367442.2193692328 rows/sec., 28.14 MiB/sec. | ||
| 11504 | 2025.02.28 06:53:34.427268 [ 255 ] {2ea6e784-09d5-45ec-92a6-a5545275c6ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11505 | 2025.02.28 06:53:34.427424 [ 201 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11506 | 2025.02.28 06:53:34.427793 [ 201 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_101_20} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11507 | 2025.02.28 06:53:34.427914 [ 201 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_101_20} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11508 | 2025.02.28 06:53:34.428012 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 11509 | 2025.02.28 06:53:34.428145 [ 255 ] {2ea6e784-09d5-45ec-92a6-a5545275c6ea} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11510 | 2025.02.28 06:53:34.428191 [ 255 ] {2ea6e784-09d5-45ec-92a6-a5545275c6ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11511 | 2025.02.28 06:53:34.428576 [ 255 ] {2ea6e784-09d5-45ec-92a6-a5545275c6ea} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11512 | 2025.02.28 06:53:34.428814 [ 255 ] {2ea6e784-09d5-45ec-92a6-a5545275c6ea} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11513 | 2025.02.28 06:53:34.428993 [ 24 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11514 | 2025.02.28 06:53:34.429047 [ 24 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11515 | 2025.02.28 06:53:34.429073 [ 255 ] {2ea6e784-09d5-45ec-92a6-a5545275c6ea} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001953 sec., 121351.76651305683 rows/sec., 8.13 MiB/sec. | ||
| 11516 | 2025.02.28 06:53:34.429086 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11517 | 2025.02.28 06:53:34.429262 [ 255 ] {2ea6e784-09d5-45ec-92a6-a5545275c6ea} <Debug> TCPHandler: Processed in 0.002377819 sec. | ||
| 11518 | 2025.02.28 06:53:34.429351 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::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 | ||
| 11519 | 2025.02.28 06:53:34.429514 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11520 | 2025.02.28 06:53:34.429540 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11521 | 2025.02.28 06:53:34.429602 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 28747 rows starting from the beginning of the part | ||
| 11522 | 2025.02.28 06:53:34.429829 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part | ||
| 11523 | 2025.02.28 06:53:34.430138 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1027 rows starting from the beginning of the part | ||
| 11524 | 2025.02.28 06:53:34.430191 [ 4 ] {41933031-2b8b-4394-b512-99dad2c0ef32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11525 | 2025.02.28 06:53:34.430429 [ 4 ] {41933031-2b8b-4394-b512-99dad2c0ef32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11526 | 2025.02.28 06:53:34.430456 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part | ||
| 11527 | 2025.02.28 06:53:34.430810 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part | ||
| 11528 | 2025.02.28 06:53:34.431246 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 237 rows starting from the beginning of the part | ||
| 11529 | 2025.02.28 06:53:34.432519 [ 4 ] {41933031-2b8b-4394-b512-99dad2c0ef32} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11530 | 2025.02.28 06:53:34.432562 [ 4 ] {41933031-2b8b-4394-b512-99dad2c0ef32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11531 | 2025.02.28 06:53:34.433105 [ 4 ] {41933031-2b8b-4394-b512-99dad2c0ef32} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11532 | 2025.02.28 06:53:34.433556 [ 4 ] {41933031-2b8b-4394-b512-99dad2c0ef32} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11533 | 2025.02.28 06:53:34.434144 [ 4 ] {41933031-2b8b-4394-b512-99dad2c0ef32} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004216 sec., 237.19165085388994 rows/sec., 15.98 KiB/sec. | ||
| 11534 | 2025.02.28 06:53:34.434543 [ 4 ] {41933031-2b8b-4394-b512-99dad2c0ef32} <Debug> TCPHandler: Processed in 0.005159752 sec. | ||
| 11535 | 2025.02.28 06:53:34.435120 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11536 | 2025.02.28 06:53:34.435359 [ 255 ] {63626abb-1f61-4cac-bc1c-c2fd2c67bcdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11537 | 2025.02.28 06:53:34.435453 [ 255 ] {63626abb-1f61-4cac-bc1c-c2fd2c67bcdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11538 | 2025.02.28 06:53:34.437096 [ 255 ] {63626abb-1f61-4cac-bc1c-c2fd2c67bcdb} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11539 | 2025.02.28 06:53:34.437135 [ 255 ] {63626abb-1f61-4cac-bc1c-c2fd2c67bcdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11540 | 2025.02.28 06:53:34.438020 [ 255 ] {63626abb-1f61-4cac-bc1c-c2fd2c67bcdb} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11541 | 2025.02.28 06:53:34.438484 [ 255 ] {63626abb-1f61-4cac-bc1c-c2fd2c67bcdb} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11542 | 2025.02.28 06:53:34.438848 [ 255 ] {63626abb-1f61-4cac-bc1c-c2fd2c67bcdb} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003523 sec., 11070.11070110701 rows/sec., 19.84 MiB/sec. | ||
| 11543 | 2025.02.28 06:53:34.438959 [ 255 ] {63626abb-1f61-4cac-bc1c-c2fd2c67bcdb} <Debug> TCPHandler: Processed in 0.004256511 sec. | ||
| 11544 | 2025.02.28 06:53:34.439231 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11545 | 2025.02.28 06:53:34.439392 [ 4 ] {569a94c4-843c-4a8a-99f0-e38566bf5dff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11546 | 2025.02.28 06:53:34.439468 [ 4 ] {569a94c4-843c-4a8a-99f0-e38566bf5dff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11547 | 2025.02.28 06:53:34.440206 [ 4 ] {569a94c4-843c-4a8a-99f0-e38566bf5dff} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11548 | 2025.02.28 06:53:34.440247 [ 4 ] {569a94c4-843c-4a8a-99f0-e38566bf5dff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11549 | 2025.02.28 06:53:34.440730 [ 4 ] {569a94c4-843c-4a8a-99f0-e38566bf5dff} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 11550 | 2025.02.28 06:53:34.441107 [ 197 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30395 rows, containing 5 columns (5 merged, 0 gathered) in 0.011871222 sec., 2560393.529832059 rows/sec., 172.86 MiB/sec. | ||
| 11551 | 2025.02.28 06:53:34.441243 [ 4 ] {569a94c4-843c-4a8a-99f0-e38566bf5dff} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11552 | 2025.02.28 06:53:34.441397 [ 24 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 11553 | 2025.02.28 06:53:34.441443 [ 24 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11554 | 2025.02.28 06:53:34.441452 [ 4 ] {569a94c4-843c-4a8a-99f0-e38566bf5dff} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002108 sec., 38899.43074003795 rows/sec., 2.47 MiB/sec. | ||
| 11555 | 2025.02.28 06:53:34.441496 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11556 | 2025.02.28 06:53:34.441605 [ 4 ] {569a94c4-843c-4a8a-99f0-e38566bf5dff} <Debug> TCPHandler: Processed in 0.002535971 sec. | ||
| 11557 | 2025.02.28 06:53:34.441748 [ 197 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11558 | 2025.02.28 06:53:34.441807 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 11559 | 2025.02.28 06:53:34.442056 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11560 | 2025.02.28 06:53:34.442106 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5846 rows starting from the beginning of the part | ||
| 11561 | 2025.02.28 06:53:34.442375 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 11562 | 2025.02.28 06:53:34.442417 [ 197 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11563 | 2025.02.28 06:53:34.442629 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 58 rows starting from the beginning of the part | ||
| 11564 | 2025.02.28 06:53:34.442905 [ 197 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11565 | 2025.02.28 06:53:34.442926 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 24 rows starting from the beginning of the part | ||
| 11566 | 2025.02.28 06:53:34.443178 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 11567 | 2025.02.28 06:53:34.443223 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part | ||
| 11568 | 2025.02.28 06:53:34.443391 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 82 rows starting from the beginning of the part | ||
| 11569 | 2025.02.28 06:53:34.445737 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6130 rows, containing 4 columns (4 merged, 0 gathered) in 0.004134619 sec., 1482603.354746834 rows/sec., 96.61 MiB/sec. | ||
| 11570 | 2025.02.28 06:53:34.446143 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 11571 | 2025.02.28 06:53:34.446449 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_101_20} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11572 | 2025.02.28 06:53:34.446537 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_101_20} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 11573 | 2025.02.28 06:53:34.446631 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
| 11574 | 2025.02.28 06:53:35.757639 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 11575 | 2025.02.28 06:53:35.780233 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11576 | 2025.02.28 06:53:35.780288 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 11577 | 2025.02.28 06:53:35.787732 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11578 | 2025.02.28 06:53:35.788510 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11579 | 2025.02.28 06:53:35.791799 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 11580 | 2025.02.28 06:53:39.394574 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11581 | 2025.02.28 06:53:39.394788 [ 4 ] {95b89621-a568-49c1-8c1e-6f90e0368f35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11582 | 2025.02.28 06:53:39.394863 [ 4 ] {95b89621-a568-49c1-8c1e-6f90e0368f35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11583 | 2025.02.28 06:53:39.395666 [ 4 ] {95b89621-a568-49c1-8c1e-6f90e0368f35} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11584 | 2025.02.28 06:53:39.395721 [ 4 ] {95b89621-a568-49c1-8c1e-6f90e0368f35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11585 | 2025.02.28 06:53:39.396175 [ 4 ] {95b89621-a568-49c1-8c1e-6f90e0368f35} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11586 | 2025.02.28 06:53:39.396448 [ 4 ] {95b89621-a568-49c1-8c1e-6f90e0368f35} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11587 | 2025.02.28 06:53:39.396688 [ 4 ] {95b89621-a568-49c1-8c1e-6f90e0368f35} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001945 sec., 28791.77377892031 rows/sec., 2.21 MiB/sec. | ||
| 11588 | 2025.02.28 06:53:39.396797 [ 4 ] {95b89621-a568-49c1-8c1e-6f90e0368f35} <Debug> TCPHandler: Processed in 0.002356878 sec. | ||
| 11589 | 2025.02.28 06:53:39.397171 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11590 | 2025.02.28 06:53:39.397466 [ 255 ] {faf434d0-f447-4cee-99d7-61d3a257bf74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11591 | 2025.02.28 06:53:39.397536 [ 255 ] {faf434d0-f447-4cee-99d7-61d3a257bf74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11592 | 2025.02.28 06:53:39.398307 [ 255 ] {faf434d0-f447-4cee-99d7-61d3a257bf74} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11593 | 2025.02.28 06:53:39.398350 [ 255 ] {faf434d0-f447-4cee-99d7-61d3a257bf74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11594 | 2025.02.28 06:53:39.398798 [ 255 ] {faf434d0-f447-4cee-99d7-61d3a257bf74} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11595 | 2025.02.28 06:53:39.399053 [ 255 ] {faf434d0-f447-4cee-99d7-61d3a257bf74} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11596 | 2025.02.28 06:53:39.399281 [ 255 ] {faf434d0-f447-4cee-99d7-61d3a257bf74} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001867 sec., 34279.59292983396 rows/sec., 2.68 MiB/sec. | ||
| 11597 | 2025.02.28 06:53:39.399386 [ 255 ] {faf434d0-f447-4cee-99d7-61d3a257bf74} <Debug> TCPHandler: Processed in 0.002438039 sec. | ||
| 11598 | 2025.02.28 06:53:39.399663 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11599 | 2025.02.28 06:53:39.399938 [ 4 ] {ef9de6a3-60d3-4161-8e45-57c850b8d7a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11600 | 2025.02.28 06:53:39.400041 [ 4 ] {ef9de6a3-60d3-4161-8e45-57c850b8d7a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11601 | 2025.02.28 06:53:39.400788 [ 4 ] {ef9de6a3-60d3-4161-8e45-57c850b8d7a9} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11602 | 2025.02.28 06:53:39.400830 [ 4 ] {ef9de6a3-60d3-4161-8e45-57c850b8d7a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11603 | 2025.02.28 06:53:39.401243 [ 4 ] {ef9de6a3-60d3-4161-8e45-57c850b8d7a9} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11604 | 2025.02.28 06:53:39.401495 [ 4 ] {ef9de6a3-60d3-4161-8e45-57c850b8d7a9} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11605 | 2025.02.28 06:53:39.401679 [ 4 ] {ef9de6a3-60d3-4161-8e45-57c850b8d7a9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001801 sec., 88839.53359244864 rows/sec., 6.19 MiB/sec. | ||
| 11606 | 2025.02.28 06:53:39.401734 [ 4 ] {ef9de6a3-60d3-4161-8e45-57c850b8d7a9} <Debug> TCPHandler: Processed in 0.002261177 sec. | ||
| 11607 | 2025.02.28 06:53:39.401897 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11608 | 2025.02.28 06:53:39.402044 [ 255 ] {f15e209e-95a2-4eb2-b205-2a0c5b9d9be1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11609 | 2025.02.28 06:53:39.402108 [ 255 ] {f15e209e-95a2-4eb2-b205-2a0c5b9d9be1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11610 | 2025.02.28 06:53:39.402670 [ 255 ] {f15e209e-95a2-4eb2-b205-2a0c5b9d9be1} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11611 | 2025.02.28 06:53:39.402709 [ 255 ] {f15e209e-95a2-4eb2-b205-2a0c5b9d9be1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11612 | 2025.02.28 06:53:39.403090 [ 255 ] {f15e209e-95a2-4eb2-b205-2a0c5b9d9be1} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 11613 | 2025.02.28 06:53:39.403325 [ 255 ] {f15e209e-95a2-4eb2-b205-2a0c5b9d9be1} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11614 | 2025.02.28 06:53:39.403552 [ 255 ] {f15e209e-95a2-4eb2-b205-2a0c5b9d9be1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001543 sec., 38885.28839922229 rows/sec., 2.62 MiB/sec. | ||
| 11615 | 2025.02.28 06:53:39.403605 [ 255 ] {f15e209e-95a2-4eb2-b205-2a0c5b9d9be1} <Debug> TCPHandler: Processed in 0.001777252 sec. | ||
| 11616 | 2025.02.28 06:53:41.308630 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999 | ||
| 11617 | 2025.02.28 06:53:41.309323 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11618 | 2025.02.28 06:53:41.309377 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11619 | 2025.02.28 06:53:41.309932 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11620 | 2025.02.28 06:53:41.310198 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11621 | 2025.02.28 06:53:41.310443 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 | ||
| 11622 | 2025.02.28 06:53:41.310447 [ 29 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11623 | 2025.02.28 06:53:41.310524 [ 29 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11624 | 2025.02.28 06:53:41.310547 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11625 | 2025.02.28 06:53:41.310676 [ 190 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 11626 | 2025.02.28 06:53:41.310828 [ 190 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11627 | 2025.02.28 06:53:41.310876 [ 190 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 11628 | 2025.02.28 06:53:41.310960 [ 190 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 11629 | 2025.02.28 06:53:41.311061 [ 190 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 11630 | 2025.02.28 06:53:41.311319 [ 190 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 11631 | 2025.02.28 06:53:41.311441 [ 190 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 11632 | 2025.02.28 06:53:41.311515 [ 190 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 11633 | 2025.02.28 06:53:41.314203 [ 200 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.003592503 sec., 7793730.443648899 rows/sec., 111.49 MiB/sec. | ||
| 11634 | 2025.02.28 06:53:41.314613 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11635 | 2025.02.28 06:53:41.315010 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_61_12} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11636 | 2025.02.28 06:53:41.315113 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_61_12} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11637 | 2025.02.28 06:53:41.315240 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB. | ||
| 11638 | 2025.02.28 06:53:43.291981 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 11639 | 2025.02.28 06:53:43.314566 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11640 | 2025.02.28 06:53:43.314642 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11641 | 2025.02.28 06:53:43.322087 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11642 | 2025.02.28 06:53:43.322913 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11643 | 2025.02.28 06:53:43.323332 [ 125 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11644 | 2025.02.28 06:53:43.323461 [ 125 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11645 | 2025.02.28 06:53:43.323526 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11646 | 2025.02.28 06:53:43.323971 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 11647 | 2025.02.28 06:53:43.342537 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 11648 | 2025.02.28 06:53:43.343694 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11649 | 2025.02.28 06:53:43.344979 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 11650 | 2025.02.28 06:53:43.350638 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 11651 | 2025.02.28 06:53:43.356536 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 11652 | 2025.02.28 06:53:43.362555 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 11653 | 2025.02.28 06:53:43.368511 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 11654 | 2025.02.28 06:53:43.373409 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 11655 | 2025.02.28 06:53:43.438484 [ 187 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.114801445 sec., 4006.9182056027257 rows/sec., 20.72 MiB/sec. | ||
| 11656 | 2025.02.28 06:53:43.441858 [ 187 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11657 | 2025.02.28 06:53:43.444932 [ 187 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_61_12} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11658 | 2025.02.28 06:53:43.445056 [ 187 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_61_12} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11659 | 2025.02.28 06:53:43.447404 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 11660 | 2025.02.28 06:53:43.938295 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1628 | ||
| 11661 | 2025.02.28 06:53:43.941412 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11662 | 2025.02.28 06:53:43.941466 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11663 | 2025.02.28 06:53:43.942959 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11664 | 2025.02.28 06:53:43.943268 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11665 | 2025.02.28 06:53:43.944720 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1628 | ||
| 11666 | 2025.02.28 06:53:44.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 243.88 MiB, peak 257.29 MiB, free memory in arenas 0.00 B, will set to 244.98 MiB (RSS), difference: 1.11 MiB | ||
| 11667 | 2025.02.28 06:53:44.404444 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11668 | 2025.02.28 06:53:44.404702 [ 4 ] {7bea1093-dead-4a9b-ac5a-cccedc9fc9c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11669 | 2025.02.28 06:53:44.404775 [ 4 ] {7bea1093-dead-4a9b-ac5a-cccedc9fc9c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11670 | 2025.02.28 06:53:44.405618 [ 4 ] {7bea1093-dead-4a9b-ac5a-cccedc9fc9c8} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11671 | 2025.02.28 06:53:44.405674 [ 4 ] {7bea1093-dead-4a9b-ac5a-cccedc9fc9c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11672 | 2025.02.28 06:53:44.406134 [ 4 ] {7bea1093-dead-4a9b-ac5a-cccedc9fc9c8} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11673 | 2025.02.28 06:53:44.406420 [ 4 ] {7bea1093-dead-4a9b-ac5a-cccedc9fc9c8} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11674 | 2025.02.28 06:53:44.406691 [ 4 ] {7bea1093-dead-4a9b-ac5a-cccedc9fc9c8} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002035 sec., 104176.90417690418 rows/sec., 6.63 MiB/sec. | ||
| 11675 | 2025.02.28 06:53:44.406812 [ 4 ] {7bea1093-dead-4a9b-ac5a-cccedc9fc9c8} <Debug> TCPHandler: Processed in 0.002567711 sec. | ||
| 11676 | 2025.02.28 06:53:44.407085 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11677 | 2025.02.28 06:53:44.407295 [ 255 ] {a0da335e-dbe3-4ef4-99ef-dfb143bb1c7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11678 | 2025.02.28 06:53:44.407374 [ 255 ] {a0da335e-dbe3-4ef4-99ef-dfb143bb1c7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11679 | 2025.02.28 06:53:44.408399 [ 255 ] {a0da335e-dbe3-4ef4-99ef-dfb143bb1c7f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11680 | 2025.02.28 06:53:44.408443 [ 255 ] {a0da335e-dbe3-4ef4-99ef-dfb143bb1c7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11681 | 2025.02.28 06:53:44.408919 [ 255 ] {a0da335e-dbe3-4ef4-99ef-dfb143bb1c7f} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11682 | 2025.02.28 06:53:44.409176 [ 255 ] {a0da335e-dbe3-4ef4-99ef-dfb143bb1c7f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11683 | 2025.02.28 06:53:44.409409 [ 255 ] {a0da335e-dbe3-4ef4-99ef-dfb143bb1c7f} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002173 sec., 319834.3304187759 rows/sec., 25.54 MiB/sec. | ||
| 11684 | 2025.02.28 06:53:44.409482 [ 255 ] {a0da335e-dbe3-4ef4-99ef-dfb143bb1c7f} <Debug> TCPHandler: Processed in 0.002566351 sec. | ||
| 11685 | 2025.02.28 06:53:44.409701 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11686 | 2025.02.28 06:53:44.409920 [ 4 ] {79169c6b-15f3-4c64-94fd-7c369e27a6b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11687 | 2025.02.28 06:53:44.409983 [ 4 ] {79169c6b-15f3-4c64-94fd-7c369e27a6b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11688 | 2025.02.28 06:53:44.410719 [ 4 ] {79169c6b-15f3-4c64-94fd-7c369e27a6b4} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11689 | 2025.02.28 06:53:44.410761 [ 4 ] {79169c6b-15f3-4c64-94fd-7c369e27a6b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11690 | 2025.02.28 06:53:44.411158 [ 4 ] {79169c6b-15f3-4c64-94fd-7c369e27a6b4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11691 | 2025.02.28 06:53:44.411411 [ 4 ] {79169c6b-15f3-4c64-94fd-7c369e27a6b4} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11692 | 2025.02.28 06:53:44.411669 [ 4 ] {79169c6b-15f3-4c64-94fd-7c369e27a6b4} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001776 sec., 81644.14414414414 rows/sec., 5.12 MiB/sec. | ||
| 11693 | 2025.02.28 06:53:44.411828 [ 4 ] {79169c6b-15f3-4c64-94fd-7c369e27a6b4} <Debug> TCPHandler: Processed in 0.002240257 sec. | ||
| 11694 | 2025.02.28 06:53:44.412041 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11695 | 2025.02.28 06:53:44.412181 [ 255 ] {8dcfa808-9567-47b6-921d-031f4caf10ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11696 | 2025.02.28 06:53:44.412237 [ 255 ] {8dcfa808-9567-47b6-921d-031f4caf10ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11697 | 2025.02.28 06:53:44.412920 [ 255 ] {8dcfa808-9567-47b6-921d-031f4caf10ce} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11698 | 2025.02.28 06:53:44.412958 [ 255 ] {8dcfa808-9567-47b6-921d-031f4caf10ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11699 | 2025.02.28 06:53:44.413323 [ 255 ] {8dcfa808-9567-47b6-921d-031f4caf10ce} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11700 | 2025.02.28 06:53:44.413580 [ 255 ] {8dcfa808-9567-47b6-921d-031f4caf10ce} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11701 | 2025.02.28 06:53:44.413821 [ 255 ] {8dcfa808-9567-47b6-921d-031f4caf10ce} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001661 sec., 68031.30644190247 rows/sec., 4.40 MiB/sec. | ||
| 11702 | 2025.02.28 06:53:44.413892 [ 255 ] {8dcfa808-9567-47b6-921d-031f4caf10ce} <Debug> TCPHandler: Processed in 0.001959774 sec. | ||
| 11703 | 2025.02.28 06:53:44.414112 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11704 | 2025.02.28 06:53:44.414255 [ 4 ] {fa90f608-89f8-44b3-b901-2af8768dfebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11705 | 2025.02.28 06:53:44.414311 [ 4 ] {fa90f608-89f8-44b3-b901-2af8768dfebc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11706 | 2025.02.28 06:53:44.414963 [ 4 ] {fa90f608-89f8-44b3-b901-2af8768dfebc} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11707 | 2025.02.28 06:53:44.415002 [ 4 ] {fa90f608-89f8-44b3-b901-2af8768dfebc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11708 | 2025.02.28 06:53:44.415371 [ 4 ] {fa90f608-89f8-44b3-b901-2af8768dfebc} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11709 | 2025.02.28 06:53:44.415624 [ 4 ] {fa90f608-89f8-44b3-b901-2af8768dfebc} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11710 | 2025.02.28 06:53:44.415840 [ 4 ] {fa90f608-89f8-44b3-b901-2af8768dfebc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001616 sec., 69306.93069306931 rows/sec., 3.95 MiB/sec. | ||
| 11711 | 2025.02.28 06:53:44.415893 [ 4 ] {fa90f608-89f8-44b3-b901-2af8768dfebc} <Debug> TCPHandler: Processed in 0.001873873 sec. | ||
| 11712 | 2025.02.28 06:53:44.416032 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11713 | 2025.02.28 06:53:44.416148 [ 255 ] {64c3310d-fd95-49f8-8acb-1d21e7118219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11714 | 2025.02.28 06:53:44.416196 [ 255 ] {64c3310d-fd95-49f8-8acb-1d21e7118219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11715 | 2025.02.28 06:53:44.416964 [ 255 ] {64c3310d-fd95-49f8-8acb-1d21e7118219} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11716 | 2025.02.28 06:53:44.417003 [ 255 ] {64c3310d-fd95-49f8-8acb-1d21e7118219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11717 | 2025.02.28 06:53:44.417383 [ 255 ] {64c3310d-fd95-49f8-8acb-1d21e7118219} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11718 | 2025.02.28 06:53:44.417619 [ 255 ] {64c3310d-fd95-49f8-8acb-1d21e7118219} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11719 | 2025.02.28 06:53:44.417841 [ 255 ] {64c3310d-fd95-49f8-8acb-1d21e7118219} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001716 sec., 245337.99533799532 rows/sec., 17.48 MiB/sec. | ||
| 11720 | 2025.02.28 06:53:44.417894 [ 255 ] {64c3310d-fd95-49f8-8acb-1d21e7118219} <Debug> TCPHandler: Processed in 0.001918453 sec. | ||
| 11721 | 2025.02.28 06:53:44.418060 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11722 | 2025.02.28 06:53:44.418199 [ 4 ] {7467f838-7c01-4d07-901c-5c52b0c9fd2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11723 | 2025.02.28 06:53:44.418257 [ 4 ] {7467f838-7c01-4d07-901c-5c52b0c9fd2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11724 | 2025.02.28 06:53:44.418795 [ 4 ] {7467f838-7c01-4d07-901c-5c52b0c9fd2a} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11725 | 2025.02.28 06:53:44.418834 [ 4 ] {7467f838-7c01-4d07-901c-5c52b0c9fd2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11726 | 2025.02.28 06:53:44.419210 [ 4 ] {7467f838-7c01-4d07-901c-5c52b0c9fd2a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11727 | 2025.02.28 06:53:44.419462 [ 4 ] {7467f838-7c01-4d07-901c-5c52b0c9fd2a} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11728 | 2025.02.28 06:53:44.419671 [ 4 ] {7467f838-7c01-4d07-901c-5c52b0c9fd2a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001505 sec., 3986.7109634551493 rows/sec., 208.29 KiB/sec. | ||
| 11729 | 2025.02.28 06:53:44.419724 [ 4 ] {7467f838-7c01-4d07-901c-5c52b0c9fd2a} <Debug> TCPHandler: Processed in 0.001733301 sec. | ||
| 11730 | 2025.02.28 06:53:44.419872 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11731 | 2025.02.28 06:53:44.420009 [ 255 ] {ffa38667-17b0-402e-a99a-75f09cc556be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11732 | 2025.02.28 06:53:44.420070 [ 255 ] {ffa38667-17b0-402e-a99a-75f09cc556be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11733 | 2025.02.28 06:53:44.420731 [ 255 ] {ffa38667-17b0-402e-a99a-75f09cc556be} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11734 | 2025.02.28 06:53:44.420770 [ 255 ] {ffa38667-17b0-402e-a99a-75f09cc556be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11735 | 2025.02.28 06:53:44.421169 [ 255 ] {ffa38667-17b0-402e-a99a-75f09cc556be} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11736 | 2025.02.28 06:53:44.421406 [ 255 ] {ffa38667-17b0-402e-a99a-75f09cc556be} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11737 | 2025.02.28 06:53:44.421600 [ 255 ] {ffa38667-17b0-402e-a99a-75f09cc556be} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001629 sec., 145488.02946593 rows/sec., 9.75 MiB/sec. | ||
| 11738 | 2025.02.28 06:53:44.421648 [ 255 ] {ffa38667-17b0-402e-a99a-75f09cc556be} <Debug> TCPHandler: Processed in 0.001855092 sec. | ||
| 11739 | 2025.02.28 06:53:44.421793 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11740 | 2025.02.28 06:53:44.421924 [ 4 ] {27ff5703-9c99-48a3-ac1c-102a674e6df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11741 | 2025.02.28 06:53:44.421980 [ 4 ] {27ff5703-9c99-48a3-ac1c-102a674e6df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11742 | 2025.02.28 06:53:44.422568 [ 4 ] {27ff5703-9c99-48a3-ac1c-102a674e6df3} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11743 | 2025.02.28 06:53:44.422606 [ 4 ] {27ff5703-9c99-48a3-ac1c-102a674e6df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11744 | 2025.02.28 06:53:44.422987 [ 4 ] {27ff5703-9c99-48a3-ac1c-102a674e6df3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11745 | 2025.02.28 06:53:44.423236 [ 4 ] {27ff5703-9c99-48a3-ac1c-102a674e6df3} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11746 | 2025.02.28 06:53:44.423474 [ 4 ] {27ff5703-9c99-48a3-ac1c-102a674e6df3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001546 sec., 646.8305304010349 rows/sec., 43.59 KiB/sec. | ||
| 11747 | 2025.02.28 06:53:44.423549 [ 4 ] {27ff5703-9c99-48a3-ac1c-102a674e6df3} <Debug> TCPHandler: Processed in 0.001795681 sec. | ||
| 11748 | 2025.02.28 06:53:44.423746 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11749 | 2025.02.28 06:53:44.423872 [ 255 ] {4788ee9b-6136-4f41-a66d-af5b7a30171f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11750 | 2025.02.28 06:53:44.423953 [ 255 ] {4788ee9b-6136-4f41-a66d-af5b7a30171f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11751 | 2025.02.28 06:53:44.425119 [ 255 ] {4788ee9b-6136-4f41-a66d-af5b7a30171f} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11752 | 2025.02.28 06:53:44.425157 [ 255 ] {4788ee9b-6136-4f41-a66d-af5b7a30171f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11753 | 2025.02.28 06:53:44.425822 [ 255 ] {4788ee9b-6136-4f41-a66d-af5b7a30171f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11754 | 2025.02.28 06:53:44.426078 [ 255 ] {4788ee9b-6136-4f41-a66d-af5b7a30171f} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11755 | 2025.02.28 06:53:44.426368 [ 255 ] {4788ee9b-6136-4f41-a66d-af5b7a30171f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002516 sec., 15500.794912559619 rows/sec., 27.78 MiB/sec. | ||
| 11756 | 2025.02.28 06:53:44.426958 [ 255 ] {4788ee9b-6136-4f41-a66d-af5b7a30171f} <Debug> TCPHandler: Processed in 0.003306639 sec. | ||
| 11757 | 2025.02.28 06:53:44.427272 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11758 | 2025.02.28 06:53:44.427492 [ 4 ] {8ba4d7dc-05d0-4908-94c6-f765506f5a0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11759 | 2025.02.28 06:53:44.427583 [ 4 ] {8ba4d7dc-05d0-4908-94c6-f765506f5a0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11760 | 2025.02.28 06:53:44.428041 [ 4 ] {8ba4d7dc-05d0-4908-94c6-f765506f5a0c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11761 | 2025.02.28 06:53:44.428079 [ 4 ] {8ba4d7dc-05d0-4908-94c6-f765506f5a0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11762 | 2025.02.28 06:53:44.428450 [ 4 ] {8ba4d7dc-05d0-4908-94c6-f765506f5a0c} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 11763 | 2025.02.28 06:53:44.428699 [ 4 ] {8ba4d7dc-05d0-4908-94c6-f765506f5a0c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11764 | 2025.02.28 06:53:44.428940 [ 4 ] {8ba4d7dc-05d0-4908-94c6-f765506f5a0c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001499 sec., 54703.13542361575 rows/sec., 3.47 MiB/sec. | ||
| 11765 | 2025.02.28 06:53:44.429025 [ 4 ] {8ba4d7dc-05d0-4908-94c6-f765506f5a0c} <Debug> TCPHandler: Processed in 0.001950933 sec. | ||
| 11766 | 2025.02.28 06:53:48.624816 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11767 | 2025.02.28 06:53:48.624917 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11768 | 2025.02.28 06:53:48.810672 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426 | ||
| 11769 | 2025.02.28 06:53:48.811320 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11770 | 2025.02.28 06:53:48.811367 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11771 | 2025.02.28 06:53:48.811906 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11772 | 2025.02.28 06:53:48.812173 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11773 | 2025.02.28 06:53:48.812474 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 11774 | 2025.02.28 06:53:49.394847 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11775 | 2025.02.28 06:53:49.395161 [ 4 ] {1a90f4e6-846f-47d8-94e1-f633455c21f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11776 | 2025.02.28 06:53:49.395279 [ 4 ] {1a90f4e6-846f-47d8-94e1-f633455c21f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11777 | 2025.02.28 06:53:49.396283 [ 4 ] {1a90f4e6-846f-47d8-94e1-f633455c21f1} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11778 | 2025.02.28 06:53:49.396339 [ 4 ] {1a90f4e6-846f-47d8-94e1-f633455c21f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11779 | 2025.02.28 06:53:49.396795 [ 4 ] {1a90f4e6-846f-47d8-94e1-f633455c21f1} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11780 | 2025.02.28 06:53:49.397063 [ 4 ] {1a90f4e6-846f-47d8-94e1-f633455c21f1} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11781 | 2025.02.28 06:53:49.397313 [ 4 ] {1a90f4e6-846f-47d8-94e1-f633455c21f1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002232 sec., 25089.605734767025 rows/sec., 1.93 MiB/sec. | ||
| 11782 | 2025.02.28 06:53:49.397400 [ 4 ] {1a90f4e6-846f-47d8-94e1-f633455c21f1} <Debug> TCPHandler: Processed in 0.002744313 sec. | ||
| 11783 | 2025.02.28 06:53:49.397722 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11784 | 2025.02.28 06:53:49.397959 [ 255 ] {66c86ae9-8b7d-4c05-ba30-ef7800d8fa66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11785 | 2025.02.28 06:53:49.398040 [ 255 ] {66c86ae9-8b7d-4c05-ba30-ef7800d8fa66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11786 | 2025.02.28 06:53:49.398895 [ 255 ] {66c86ae9-8b7d-4c05-ba30-ef7800d8fa66} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11787 | 2025.02.28 06:53:49.398940 [ 255 ] {66c86ae9-8b7d-4c05-ba30-ef7800d8fa66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11788 | 2025.02.28 06:53:49.399380 [ 255 ] {66c86ae9-8b7d-4c05-ba30-ef7800d8fa66} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11789 | 2025.02.28 06:53:49.399647 [ 255 ] {66c86ae9-8b7d-4c05-ba30-ef7800d8fa66} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11790 | 2025.02.28 06:53:49.399852 [ 255 ] {66c86ae9-8b7d-4c05-ba30-ef7800d8fa66} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001952 sec., 32786.88524590164 rows/sec., 2.56 MiB/sec. | ||
| 11791 | 2025.02.28 06:53:49.399918 [ 255 ] {66c86ae9-8b7d-4c05-ba30-ef7800d8fa66} <Debug> TCPHandler: Processed in 0.002381209 sec. | ||
| 11792 | 2025.02.28 06:53:49.400076 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11793 | 2025.02.28 06:53:49.400224 [ 4 ] {4256e8e3-3565-4145-9b52-5be61c598227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11794 | 2025.02.28 06:53:49.400289 [ 4 ] {4256e8e3-3565-4145-9b52-5be61c598227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11795 | 2025.02.28 06:53:49.400965 [ 4 ] {4256e8e3-3565-4145-9b52-5be61c598227} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11796 | 2025.02.28 06:53:49.401007 [ 4 ] {4256e8e3-3565-4145-9b52-5be61c598227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11797 | 2025.02.28 06:53:49.401426 [ 4 ] {4256e8e3-3565-4145-9b52-5be61c598227} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11798 | 2025.02.28 06:53:49.401680 [ 4 ] {4256e8e3-3565-4145-9b52-5be61c598227} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11799 | 2025.02.28 06:53:49.401910 [ 4 ] {4256e8e3-3565-4145-9b52-5be61c598227} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001719 sec., 93077.37056428156 rows/sec., 6.48 MiB/sec. | ||
| 11800 | 2025.02.28 06:53:49.401994 [ 4 ] {4256e8e3-3565-4145-9b52-5be61c598227} <Debug> TCPHandler: Processed in 0.001985243 sec. | ||
| 11801 | 2025.02.28 06:53:49.402225 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11802 | 2025.02.28 06:53:49.402604 [ 255 ] {df503ba3-c926-4ac2-b470-07dd6085789c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11803 | 2025.02.28 06:53:49.402706 [ 255 ] {df503ba3-c926-4ac2-b470-07dd6085789c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11804 | 2025.02.28 06:53:49.403254 [ 255 ] {df503ba3-c926-4ac2-b470-07dd6085789c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11805 | 2025.02.28 06:53:49.403293 [ 255 ] {df503ba3-c926-4ac2-b470-07dd6085789c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11806 | 2025.02.28 06:53:49.403682 [ 255 ] {df503ba3-c926-4ac2-b470-07dd6085789c} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 11807 | 2025.02.28 06:53:49.403915 [ 255 ] {df503ba3-c926-4ac2-b470-07dd6085789c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11808 | 2025.02.28 06:53:49.404095 [ 255 ] {df503ba3-c926-4ac2-b470-07dd6085789c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001588 sec., 37783.37531486146 rows/sec., 2.55 MiB/sec. | ||
| 11809 | 2025.02.28 06:53:49.404144 [ 255 ] {df503ba3-c926-4ac2-b470-07dd6085789c} <Debug> TCPHandler: Processed in 0.002054755 sec. | ||
| 11810 | 2025.02.28 06:53:50.842714 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 11811 | 2025.02.28 06:53:50.861879 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11812 | 2025.02.28 06:53:50.861945 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11813 | 2025.02.28 06:53:50.868966 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11814 | 2025.02.28 06:53:50.869734 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11815 | 2025.02.28 06:53:50.872413 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 11816 | 2025.02.28 06:53:51.828257 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11817 | 2025.02.28 06:53:51.828572 [ 4 ] {51b16d43-37f6-4289-97ba-53f628175633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11818 | 2025.02.28 06:53:51.828693 [ 4 ] {51b16d43-37f6-4289-97ba-53f628175633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11819 | 2025.02.28 06:53:51.829633 [ 4 ] {51b16d43-37f6-4289-97ba-53f628175633} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11820 | 2025.02.28 06:53:51.829690 [ 4 ] {51b16d43-37f6-4289-97ba-53f628175633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11821 | 2025.02.28 06:53:51.830147 [ 4 ] {51b16d43-37f6-4289-97ba-53f628175633} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11822 | 2025.02.28 06:53:51.830413 [ 4 ] {51b16d43-37f6-4289-97ba-53f628175633} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11823 | 2025.02.28 06:53:51.830642 [ 43 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 11824 | 2025.02.28 06:53:51.830676 [ 4 ] {51b16d43-37f6-4289-97ba-53f628175633} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002192 sec., 96715.32846715329 rows/sec., 6.15 MiB/sec. | ||
| 11825 | 2025.02.28 06:53:51.830785 [ 43 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11826 | 2025.02.28 06:53:51.830861 [ 4 ] {51b16d43-37f6-4289-97ba-53f628175633} <Debug> TCPHandler: Processed in 0.002790903 sec. | ||
| 11827 | 2025.02.28 06:53:51.830876 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11828 | 2025.02.28 06:53:51.831160 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::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 | ||
| 11829 | 2025.02.28 06:53:51.831271 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11830 | 2025.02.28 06:53:51.831432 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11831 | 2025.02.28 06:53:51.831564 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 212 rows starting from the beginning of the part | ||
| 11832 | 2025.02.28 06:53:51.831732 [ 255 ] {34452dad-043b-46f5-b987-6eceb1ddfa1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11833 | 2025.02.28 06:53:51.831916 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 212 rows starting from the beginning of the part | ||
| 11834 | 2025.02.28 06:53:51.832010 [ 255 ] {34452dad-043b-46f5-b987-6eceb1ddfa1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11835 | 2025.02.28 06:53:51.832236 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 212 rows starting from the beginning of the part | ||
| 11836 | 2025.02.28 06:53:51.832551 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 212 rows starting from the beginning of the part | ||
| 11837 | 2025.02.28 06:53:51.832708 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 212 rows starting from the beginning of the part | ||
| 11838 | 2025.02.28 06:53:51.834686 [ 255 ] {34452dad-043b-46f5-b987-6eceb1ddfa1c} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11839 | 2025.02.28 06:53:51.834769 [ 255 ] {34452dad-043b-46f5-b987-6eceb1ddfa1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11840 | 2025.02.28 06:53:51.835670 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004652776 sec., 227820.9825704053 rows/sec., 15.36 MiB/sec. | ||
| 11841 | 2025.02.28 06:53:51.835749 [ 255 ] {34452dad-043b-46f5-b987-6eceb1ddfa1c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 11842 | 2025.02.28 06:53:51.835857 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 11843 | 2025.02.28 06:53:51.836234 [ 255 ] {34452dad-043b-46f5-b987-6eceb1ddfa1c} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11844 | 2025.02.28 06:53:51.836420 [ 192 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_45_11} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11845 | 2025.02.28 06:53:51.836706 [ 192 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_45_11} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 11846 | 2025.02.28 06:53:51.836717 [ 255 ] {34452dad-043b-46f5-b987-6eceb1ddfa1c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005133 sec., 389.6356906292616 rows/sec., 31.77 KiB/sec. | ||
| 11847 | 2025.02.28 06:53:51.837002 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 11848 | 2025.02.28 06:53:51.837016 [ 255 ] {34452dad-043b-46f5-b987-6eceb1ddfa1c} <Debug> TCPHandler: Processed in 0.005973762 sec. | ||
| 11849 | 2025.02.28 06:53:51.837209 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11850 | 2025.02.28 06:53:51.837336 [ 4 ] {0e97b52d-f06c-4adb-87b5-ff89a5ead15f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11851 | 2025.02.28 06:53:51.837390 [ 4 ] {0e97b52d-f06c-4adb-87b5-ff89a5ead15f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11852 | 2025.02.28 06:53:51.838804 [ 4 ] {0e97b52d-f06c-4adb-87b5-ff89a5ead15f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11853 | 2025.02.28 06:53:51.838845 [ 4 ] {0e97b52d-f06c-4adb-87b5-ff89a5ead15f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11854 | 2025.02.28 06:53:51.839340 [ 4 ] {0e97b52d-f06c-4adb-87b5-ff89a5ead15f} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11855 | 2025.02.28 06:53:51.839596 [ 4 ] {0e97b52d-f06c-4adb-87b5-ff89a5ead15f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11856 | 2025.02.28 06:53:51.839822 [ 4 ] {0e97b52d-f06c-4adb-87b5-ff89a5ead15f} <Debug> executeQuery: Read 1836 rows, 153.46 KiB in 0.002517 sec., 729439.8092967819 rows/sec., 59.54 MiB/sec. | ||
| 11857 | 2025.02.28 06:53:51.839902 [ 4 ] {0e97b52d-f06c-4adb-87b5-ff89a5ead15f} <Debug> TCPHandler: Processed in 0.002731372 sec. | ||
| 11858 | 2025.02.28 06:53:51.840057 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11859 | 2025.02.28 06:53:51.840187 [ 255 ] {8e9cd7e3-0318-4fbc-81fa-182f4489bfdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11860 | 2025.02.28 06:53:51.840243 [ 255 ] {8e9cd7e3-0318-4fbc-81fa-182f4489bfdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11861 | 2025.02.28 06:53:51.841042 [ 255 ] {8e9cd7e3-0318-4fbc-81fa-182f4489bfdc} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11862 | 2025.02.28 06:53:51.841084 [ 255 ] {8e9cd7e3-0318-4fbc-81fa-182f4489bfdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11863 | 2025.02.28 06:53:51.841469 [ 255 ] {8e9cd7e3-0318-4fbc-81fa-182f4489bfdc} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11864 | 2025.02.28 06:53:51.841713 [ 255 ] {8e9cd7e3-0318-4fbc-81fa-182f4489bfdc} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11865 | 2025.02.28 06:53:51.841945 [ 255 ] {8e9cd7e3-0318-4fbc-81fa-182f4489bfdc} <Debug> executeQuery: Read 147 rows, 9.46 KiB in 0.001789 sec., 82168.80939072107 rows/sec., 5.16 MiB/sec. | ||
| 11866 | 2025.02.28 06:53:51.842012 [ 255 ] {8e9cd7e3-0318-4fbc-81fa-182f4489bfdc} <Debug> TCPHandler: Processed in 0.002014814 sec. | ||
| 11867 | 2025.02.28 06:53:51.842160 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11868 | 2025.02.28 06:53:51.842280 [ 4 ] {462c73c1-d903-4551-a0d2-08727f8709ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11869 | 2025.02.28 06:53:51.842330 [ 4 ] {462c73c1-d903-4551-a0d2-08727f8709ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11870 | 2025.02.28 06:53:51.843039 [ 4 ] {462c73c1-d903-4551-a0d2-08727f8709ce} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11871 | 2025.02.28 06:53:51.843081 [ 4 ] {462c73c1-d903-4551-a0d2-08727f8709ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11872 | 2025.02.28 06:53:51.843460 [ 4 ] {462c73c1-d903-4551-a0d2-08727f8709ce} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11873 | 2025.02.28 06:53:51.843719 [ 4 ] {462c73c1-d903-4551-a0d2-08727f8709ce} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11874 | 2025.02.28 06:53:51.843934 [ 4 ] {462c73c1-d903-4551-a0d2-08727f8709ce} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001678 sec., 203218.1168057211 rows/sec., 13.56 MiB/sec. | ||
| 11875 | 2025.02.28 06:53:51.843990 [ 4 ] {462c73c1-d903-4551-a0d2-08727f8709ce} <Debug> TCPHandler: Processed in 0.001886052 sec. | ||
| 11876 | 2025.02.28 06:53:51.844218 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11877 | 2025.02.28 06:53:51.844360 [ 255 ] {55e1a8cc-e92f-412f-b85a-a2c2396d8468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11878 | 2025.02.28 06:53:51.844413 [ 255 ] {55e1a8cc-e92f-412f-b85a-a2c2396d8468} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11879 | 2025.02.28 06:53:51.845185 [ 255 ] {55e1a8cc-e92f-412f-b85a-a2c2396d8468} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11880 | 2025.02.28 06:53:51.845237 [ 255 ] {55e1a8cc-e92f-412f-b85a-a2c2396d8468} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11881 | 2025.02.28 06:53:51.845758 [ 255 ] {55e1a8cc-e92f-412f-b85a-a2c2396d8468} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11882 | 2025.02.28 06:53:51.846109 [ 255 ] {55e1a8cc-e92f-412f-b85a-a2c2396d8468} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11883 | 2025.02.28 06:53:51.846327 [ 43 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 11884 | 2025.02.28 06:53:51.846399 [ 43 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11885 | 2025.02.28 06:53:51.846435 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11886 | 2025.02.28 06:53:51.846481 [ 255 ] {55e1a8cc-e92f-412f-b85a-a2c2396d8468} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00213 sec., 52582.15962441314 rows/sec., 3.00 MiB/sec. | ||
| 11887 | 2025.02.28 06:53:51.846700 [ 195 ] {ae10649f-1e0a-4033-8240-a3be65056305::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 | ||
| 11888 | 2025.02.28 06:53:51.846853 [ 255 ] {55e1a8cc-e92f-412f-b85a-a2c2396d8468} <Debug> TCPHandler: Processed in 0.002749943 sec. | ||
| 11889 | 2025.02.28 06:53:51.847206 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11890 | 2025.02.28 06:53:51.847317 [ 195 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11891 | 2025.02.28 06:53:51.847473 [ 195 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 112 rows starting from the beginning of the part | ||
| 11892 | 2025.02.28 06:53:51.847610 [ 4 ] {e64d7e25-40cc-4592-9afd-205b2107e950} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11893 | 2025.02.28 06:53:51.847872 [ 4 ] {e64d7e25-40cc-4592-9afd-205b2107e950} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11894 | 2025.02.28 06:53:51.847901 [ 195 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 112 rows starting from the beginning of the part | ||
| 11895 | 2025.02.28 06:53:51.848265 [ 195 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 112 rows starting from the beginning of the part | ||
| 11896 | 2025.02.28 06:53:51.848556 [ 195 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 112 rows starting from the beginning of the part | ||
| 11897 | 2025.02.28 06:53:51.849017 [ 195 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 112 rows starting from the beginning of the part | ||
| 11898 | 2025.02.28 06:53:51.851277 [ 4 ] {e64d7e25-40cc-4592-9afd-205b2107e950} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11899 | 2025.02.28 06:53:51.851371 [ 4 ] {e64d7e25-40cc-4592-9afd-205b2107e950} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11900 | 2025.02.28 06:53:51.852237 [ 195 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.005690798 sec., 98404.47684138498 rows/sec., 5.98 MiB/sec. | ||
| 11901 | 2025.02.28 06:53:51.852492 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 11902 | 2025.02.28 06:53:51.852685 [ 4 ] {e64d7e25-40cc-4592-9afd-205b2107e950} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11903 | 2025.02.28 06:53:51.852947 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_45_11} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11904 | 2025.02.28 06:53:51.853083 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_45_11} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 11905 | 2025.02.28 06:53:51.853158 [ 4 ] {e64d7e25-40cc-4592-9afd-205b2107e950} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11906 | 2025.02.28 06:53:51.853245 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11907 | 2025.02.28 06:53:51.853512 [ 4 ] {e64d7e25-40cc-4592-9afd-205b2107e950} <Debug> executeQuery: Read 879 rows, 65.16 KiB in 0.006044 sec., 145433.48775645267 rows/sec., 10.53 MiB/sec. | ||
| 11908 | 2025.02.28 06:53:51.853649 [ 4 ] {e64d7e25-40cc-4592-9afd-205b2107e950} <Debug> TCPHandler: Processed in 0.00664808 sec. | ||
| 11909 | 2025.02.28 06:53:51.853830 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11910 | 2025.02.28 06:53:51.853971 [ 255 ] {54eada9d-9d7c-4054-adfc-ce92910f3662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11911 | 2025.02.28 06:53:51.854026 [ 255 ] {54eada9d-9d7c-4054-adfc-ce92910f3662} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11912 | 2025.02.28 06:53:51.854568 [ 255 ] {54eada9d-9d7c-4054-adfc-ce92910f3662} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11913 | 2025.02.28 06:53:51.854609 [ 255 ] {54eada9d-9d7c-4054-adfc-ce92910f3662} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11914 | 2025.02.28 06:53:51.855001 [ 255 ] {54eada9d-9d7c-4054-adfc-ce92910f3662} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11915 | 2025.02.28 06:53:51.855243 [ 255 ] {54eada9d-9d7c-4054-adfc-ce92910f3662} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11916 | 2025.02.28 06:53:51.855510 [ 255 ] {54eada9d-9d7c-4054-adfc-ce92910f3662} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001566 sec., 3831.417624521073 rows/sec., 200.18 KiB/sec. | ||
| 11917 | 2025.02.28 06:53:51.855569 [ 255 ] {54eada9d-9d7c-4054-adfc-ce92910f3662} <Debug> TCPHandler: Processed in 0.001828182 sec. | ||
| 11918 | 2025.02.28 06:53:51.855705 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11919 | 2025.02.28 06:53:51.855822 [ 4 ] {49afb919-dff8-47cc-8028-f3a3588b4547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11920 | 2025.02.28 06:53:51.855882 [ 4 ] {49afb919-dff8-47cc-8028-f3a3588b4547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11921 | 2025.02.28 06:53:51.856769 [ 4 ] {49afb919-dff8-47cc-8028-f3a3588b4547} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11922 | 2025.02.28 06:53:51.856815 [ 4 ] {49afb919-dff8-47cc-8028-f3a3588b4547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11923 | 2025.02.28 06:53:51.857267 [ 4 ] {49afb919-dff8-47cc-8028-f3a3588b4547} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11924 | 2025.02.28 06:53:51.857542 [ 4 ] {49afb919-dff8-47cc-8028-f3a3588b4547} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11925 | 2025.02.28 06:53:51.857757 [ 4 ] {49afb919-dff8-47cc-8028-f3a3588b4547} <Debug> executeQuery: Read 1020 rows, 69.60 KiB in 0.001958 sec., 520939.73442288046 rows/sec., 34.72 MiB/sec. | ||
| 11926 | 2025.02.28 06:53:51.857808 [ 4 ] {49afb919-dff8-47cc-8028-f3a3588b4547} <Debug> TCPHandler: Processed in 0.002157566 sec. | ||
| 11927 | 2025.02.28 06:53:51.857951 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11928 | 2025.02.28 06:53:51.858076 [ 255 ] {d6d70f0f-7391-4549-9764-cb8fe3ab2d85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11929 | 2025.02.28 06:53:51.858131 [ 255 ] {d6d70f0f-7391-4549-9764-cb8fe3ab2d85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11930 | 2025.02.28 06:53:51.858634 [ 255 ] {d6d70f0f-7391-4549-9764-cb8fe3ab2d85} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11931 | 2025.02.28 06:53:51.858671 [ 255 ] {d6d70f0f-7391-4549-9764-cb8fe3ab2d85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11932 | 2025.02.28 06:53:51.859075 [ 255 ] {d6d70f0f-7391-4549-9764-cb8fe3ab2d85} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11933 | 2025.02.28 06:53:51.859316 [ 255 ] {d6d70f0f-7391-4549-9764-cb8fe3ab2d85} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11934 | 2025.02.28 06:53:51.859496 [ 255 ] {d6d70f0f-7391-4549-9764-cb8fe3ab2d85} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001447 sec., 691.0850034554251 rows/sec., 46.57 KiB/sec. | ||
| 11935 | 2025.02.28 06:53:51.859550 [ 255 ] {d6d70f0f-7391-4549-9764-cb8fe3ab2d85} <Debug> TCPHandler: Processed in 0.0016569 sec. | ||
| 11936 | 2025.02.28 06:53:51.859696 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11937 | 2025.02.28 06:53:51.859815 [ 4 ] {2e8eeeff-84dd-4291-9738-b7b449c7f79c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11938 | 2025.02.28 06:53:51.859895 [ 4 ] {2e8eeeff-84dd-4291-9738-b7b449c7f79c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11939 | 2025.02.28 06:53:51.861048 [ 4 ] {2e8eeeff-84dd-4291-9738-b7b449c7f79c} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11940 | 2025.02.28 06:53:51.861088 [ 4 ] {2e8eeeff-84dd-4291-9738-b7b449c7f79c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11941 | 2025.02.28 06:53:51.861731 [ 4 ] {2e8eeeff-84dd-4291-9738-b7b449c7f79c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11942 | 2025.02.28 06:53:51.862000 [ 4 ] {2e8eeeff-84dd-4291-9738-b7b449c7f79c} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11943 | 2025.02.28 06:53:51.862249 [ 4 ] {2e8eeeff-84dd-4291-9738-b7b449c7f79c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002458 sec., 15866.558177379982 rows/sec., 28.43 MiB/sec. | ||
| 11944 | 2025.02.28 06:53:51.862342 [ 4 ] {2e8eeeff-84dd-4291-9738-b7b449c7f79c} <Debug> TCPHandler: Processed in 0.002701662 sec. | ||
| 11945 | 2025.02.28 06:53:51.862504 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11946 | 2025.02.28 06:53:51.862647 [ 255 ] {2c2ee707-a2c1-4755-9818-972fc01a8a78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11947 | 2025.02.28 06:53:51.862708 [ 255 ] {2c2ee707-a2c1-4755-9818-972fc01a8a78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11948 | 2025.02.28 06:53:51.863228 [ 255 ] {2c2ee707-a2c1-4755-9818-972fc01a8a78} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11949 | 2025.02.28 06:53:51.863266 [ 255 ] {2c2ee707-a2c1-4755-9818-972fc01a8a78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11950 | 2025.02.28 06:53:51.863641 [ 255 ] {2c2ee707-a2c1-4755-9818-972fc01a8a78} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 11951 | 2025.02.28 06:53:51.863882 [ 255 ] {2c2ee707-a2c1-4755-9818-972fc01a8a78} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11952 | 2025.02.28 06:53:51.864069 [ 255 ] {2c2ee707-a2c1-4755-9818-972fc01a8a78} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001456 sec., 39835.16483516483 rows/sec., 2.47 MiB/sec. | ||
| 11953 | 2025.02.28 06:53:51.864126 [ 255 ] {2c2ee707-a2c1-4755-9818-972fc01a8a78} <Debug> TCPHandler: Processed in 0.001689411 sec. | ||
| 11954 | 2025.02.28 06:53:53.945040 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1682 | ||
| 11955 | 2025.02.28 06:53:53.948630 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11956 | 2025.02.28 06:53:53.948693 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11957 | 2025.02.28 06:53:53.950182 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 11958 | 2025.02.28 06:53:53.950510 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11959 | 2025.02.28 06:53:53.950798 [ 171 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 11960 | 2025.02.28 06:53:53.950976 [ 171 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11961 | 2025.02.28 06:53:53.951119 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11962 | 2025.02.28 06:53:53.951686 [ 188 ] {885f53be-7430-4b34-b89a-ac37c386aff3::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 | ||
| 11963 | 2025.02.28 06:53:53.953096 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1682 | ||
| 11964 | 2025.02.28 06:53:53.953482 [ 188 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11965 | 2025.02.28 06:53:53.953640 [ 188 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1498 rows starting from the beginning of the part | ||
| 11966 | 2025.02.28 06:53:53.954250 [ 188 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 30 rows starting from the beginning of the part | ||
| 11967 | 2025.02.28 06:53:53.955058 [ 188 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 54 rows starting from the beginning of the part | ||
| 11968 | 2025.02.28 06:53:53.955806 [ 188 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 16 rows starting from the beginning of the part | ||
| 11969 | 2025.02.28 06:53:53.956313 [ 188 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 30 rows starting from the beginning of the part | ||
| 11970 | 2025.02.28 06:53:53.956785 [ 188 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 54 rows starting from the beginning of the part | ||
| 11971 | 2025.02.28 06:53:53.964942 [ 197 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1682 rows, containing 72 columns (72 merged, 0 gathered) in 0.013612903 sec., 123559.24375572204 rows/sec., 94.75 MiB/sec. | ||
| 11972 | 2025.02.28 06:53:53.966892 [ 197 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 11973 | 2025.02.28 06:53:53.967773 [ 197 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_46_9} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11974 | 2025.02.28 06:53:53.967876 [ 197 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_46_9} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 11975 | 2025.02.28 06:53:53.968236 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.96 MiB. | ||
| 11976 | 2025.02.28 06:53:54.390273 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11977 | 2025.02.28 06:53:54.390471 [ 4 ] {6963f9d1-137f-4f29-970b-9491846137f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11978 | 2025.02.28 06:53:54.390547 [ 4 ] {6963f9d1-137f-4f29-970b-9491846137f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11979 | 2025.02.28 06:53:54.391341 [ 4 ] {6963f9d1-137f-4f29-970b-9491846137f0} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11980 | 2025.02.28 06:53:54.391393 [ 4 ] {6963f9d1-137f-4f29-970b-9491846137f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11981 | 2025.02.28 06:53:54.391831 [ 4 ] {6963f9d1-137f-4f29-970b-9491846137f0} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 11982 | 2025.02.28 06:53:54.392085 [ 4 ] {6963f9d1-137f-4f29-970b-9491846137f0} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11983 | 2025.02.28 06:53:54.392325 [ 171 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 11984 | 2025.02.28 06:53:54.392338 [ 4 ] {6963f9d1-137f-4f29-970b-9491846137f0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001914 sec., 29258.098223615467 rows/sec., 2.25 MiB/sec. | ||
| 11985 | 2025.02.28 06:53:54.392417 [ 171 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11986 | 2025.02.28 06:53:54.392495 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 11987 | 2025.02.28 06:53:54.392505 [ 4 ] {6963f9d1-137f-4f29-970b-9491846137f0} <Debug> TCPHandler: Processed in 0.002369129 sec. | ||
| 11988 | 2025.02.28 06:53:54.392804 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11989 | 2025.02.28 06:53:54.392822 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 11990 | 2025.02.28 06:53:54.393264 [ 255 ] {ee6c4895-2107-4978-bdf0-8df8b1c179fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11991 | 2025.02.28 06:53:54.393367 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11992 | 2025.02.28 06:53:54.393472 [ 255 ] {ee6c4895-2107-4978-bdf0-8df8b1c179fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11993 | 2025.02.28 06:53:54.393502 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1844 rows starting from the beginning of the part | ||
| 11994 | 2025.02.28 06:53:54.394055 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 11995 | 2025.02.28 06:53:54.394684 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 695 rows starting from the beginning of the part | ||
| 11996 | 2025.02.28 06:53:54.395209 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 56 rows starting from the beginning of the part | ||
| 11997 | 2025.02.28 06:53:54.395565 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1836 rows starting from the beginning of the part | ||
| 11998 | 2025.02.28 06:53:54.395846 [ 201 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 56 rows starting from the beginning of the part | ||
| 11999 | 2025.02.28 06:53:54.396817 [ 255 ] {ee6c4895-2107-4978-bdf0-8df8b1c179fc} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12000 | 2025.02.28 06:53:54.396865 [ 255 ] {ee6c4895-2107-4978-bdf0-8df8b1c179fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12001 | 2025.02.28 06:53:54.397429 [ 255 ] {ee6c4895-2107-4978-bdf0-8df8b1c179fc} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12002 | 2025.02.28 06:53:54.397720 [ 255 ] {ee6c4895-2107-4978-bdf0-8df8b1c179fc} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12003 | 2025.02.28 06:53:54.397978 [ 171 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12004 | 2025.02.28 06:53:54.398099 [ 255 ] {ee6c4895-2107-4978-bdf0-8df8b1c179fc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00499 sec., 12825.65130260521 rows/sec., 1.00 MiB/sec. | ||
| 12005 | 2025.02.28 06:53:54.398099 [ 171 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12006 | 2025.02.28 06:53:54.398266 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12007 | 2025.02.28 06:53:54.398300 [ 255 ] {ee6c4895-2107-4978-bdf0-8df8b1c179fc} <Debug> TCPHandler: Processed in 0.005640567 sec. | ||
| 12008 | 2025.02.28 06:53:54.398728 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12009 | 2025.02.28 06:53:54.399173 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 12010 | 2025.02.28 06:53:54.399447 [ 4 ] {ef5b7c56-80b7-46ba-b953-162aac4aae01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12011 | 2025.02.28 06:53:54.399795 [ 4 ] {ef5b7c56-80b7-46ba-b953-162aac4aae01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12012 | 2025.02.28 06:53:54.399991 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4543 rows, containing 5 columns (5 merged, 0 gathered) in 0.007330377 sec., 619749.8436983528 rows/sec., 52.66 MiB/sec. | ||
| 12013 | 2025.02.28 06:53:54.400169 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12014 | 2025.02.28 06:53:54.400505 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 913 rows starting from the beginning of the part | ||
| 12015 | 2025.02.28 06:53:54.400611 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12016 | 2025.02.28 06:53:54.402104 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_106_21} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12017 | 2025.02.28 06:53:54.402503 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_106_21} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12018 | 2025.02.28 06:53:54.402590 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 12019 | 2025.02.28 06:53:54.402831 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 12020 | 2025.02.28 06:53:54.403248 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 421 rows starting from the beginning of the part | ||
| 12021 | 2025.02.28 06:53:54.403601 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 64 rows starting from the beginning of the part | ||
| 12022 | 2025.02.28 06:53:54.403938 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 879 rows starting from the beginning of the part | ||
| 12023 | 2025.02.28 06:53:54.404289 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part | ||
| 12024 | 2025.02.28 06:53:54.404358 [ 4 ] {ef5b7c56-80b7-46ba-b953-162aac4aae01} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12025 | 2025.02.28 06:53:54.404494 [ 4 ] {ef5b7c56-80b7-46ba-b953-162aac4aae01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12026 | 2025.02.28 06:53:54.405495 [ 4 ] {ef5b7c56-80b7-46ba-b953-162aac4aae01} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12027 | 2025.02.28 06:53:54.406025 [ 4 ] {ef5b7c56-80b7-46ba-b953-162aac4aae01} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12028 | 2025.02.28 06:53:54.406414 [ 171 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0 | ||
| 12029 | 2025.02.28 06:53:54.406501 [ 171 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12030 | 2025.02.28 06:53:54.406540 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12031 | 2025.02.28 06:53:54.406587 [ 4 ] {ef5b7c56-80b7-46ba-b953-162aac4aae01} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.007354 sec., 8702.746804460157 rows/sec., 620.68 KiB/sec. | ||
| 12032 | 2025.02.28 06:53:54.407037 [ 4 ] {ef5b7c56-80b7-46ba-b953-162aac4aae01} <Debug> TCPHandler: Processed in 0.008572953 sec. | ||
| 12033 | 2025.02.28 06:53:54.407061 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_101_20 to all_105_105_0 into Compact with storage Full | ||
| 12034 | 2025.02.28 06:53:54.407430 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12035 | 2025.02.28 06:53:54.408106 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12036 | 2025.02.28 06:53:54.408213 [ 255 ] {64468737-da84-4156-9867-9ad0abf98717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12037 | 2025.02.28 06:53:54.408357 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 30395 rows starting from the beginning of the part | ||
| 12038 | 2025.02.28 06:53:54.408544 [ 255 ] {64468737-da84-4156-9867-9ad0abf98717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12039 | 2025.02.28 06:53:54.409125 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.010675008 sec., 225292.5712093143 rows/sec., 17.25 MiB/sec. | ||
| 12040 | 2025.02.28 06:53:54.409319 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part | ||
| 12041 | 2025.02.28 06:53:54.409823 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12042 | 2025.02.28 06:53:54.410158 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 237 rows starting from the beginning of the part | ||
| 12043 | 2025.02.28 06:53:54.410917 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part | ||
| 12044 | 2025.02.28 06:53:54.411238 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_106_21} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12045 | 2025.02.28 06:53:54.411610 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1020 rows starting from the beginning of the part | ||
| 12046 | 2025.02.28 06:53:54.411808 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_106_21} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12047 | 2025.02.28 06:53:54.412251 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 12048 | 2025.02.28 06:53:54.412840 [ 255 ] {64468737-da84-4156-9867-9ad0abf98717} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12049 | 2025.02.28 06:53:54.412914 [ 255 ] {64468737-da84-4156-9867-9ad0abf98717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12050 | 2025.02.28 06:53:54.413545 [ 255 ] {64468737-da84-4156-9867-9ad0abf98717} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12051 | 2025.02.28 06:53:54.413812 [ 255 ] {64468737-da84-4156-9867-9ad0abf98717} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12052 | 2025.02.28 06:53:54.414063 [ 171 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12053 | 2025.02.28 06:53:54.414190 [ 171 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12054 | 2025.02.28 06:53:54.414215 [ 255 ] {64468737-da84-4156-9867-9ad0abf98717} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.00625 sec., 3840 rows/sec., 265.00 KiB/sec. | ||
| 12055 | 2025.02.28 06:53:54.414277 [ 171 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12056 | 2025.02.28 06:53:54.414509 [ 255 ] {64468737-da84-4156-9867-9ad0abf98717} <Debug> TCPHandler: Processed in 0.007317507 sec. | ||
| 12057 | 2025.02.28 06:53:54.414837 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 12058 | 2025.02.28 06:53:54.415125 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12059 | 2025.02.28 06:53:54.415194 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6130 rows starting from the beginning of the part | ||
| 12060 | 2025.02.28 06:53:54.415325 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part | ||
| 12061 | 2025.02.28 06:53:54.415439 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 12062 | 2025.02.28 06:53:54.415702 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 12063 | 2025.02.28 06:53:54.416020 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 58 rows starting from the beginning of the part | ||
| 12064 | 2025.02.28 06:53:54.416190 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 24 rows starting from the beginning of the part | ||
| 12065 | 2025.02.28 06:53:54.419809 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6414 rows, containing 4 columns (4 merged, 0 gathered) in 0.005366045 sec., 1195293.7405482065 rows/sec., 77.89 MiB/sec. | ||
| 12066 | 2025.02.28 06:53:54.420535 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 12067 | 2025.02.28 06:53:54.420947 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_106_21} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12068 | 2025.02.28 06:53:54.421051 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_106_21} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 12069 | 2025.02.28 06:53:54.421156 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
| 12070 | 2025.02.28 06:53:54.421460 [ 192 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31972 rows, containing 5 columns (5 merged, 0 gathered) in 0.014788777 sec., 2161909.6697448343 rows/sec., 145.93 MiB/sec. | ||
| 12071 | 2025.02.28 06:53:54.421977 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) | ||
| 12072 | 2025.02.28 06:53:54.422267 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12073 | 2025.02.28 06:53:54.422344 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21 | ||
| 12074 | 2025.02.28 06:53:54.422435 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 12075 | 2025.02.28 06:53:55.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.36 MiB, peak 257.29 MiB, free memory in arenas 0.00 B, will set to 247.29 MiB (RSS), difference: 1.93 MiB | ||
| 12076 | 2025.02.28 06:53:56.312721 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914 | ||
| 12077 | 2025.02.28 06:53:56.313442 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12078 | 2025.02.28 06:53:56.313492 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12079 | 2025.02.28 06:53:56.314041 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12080 | 2025.02.28 06:53:56.314302 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12081 | 2025.02.28 06:53:56.314553 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 | ||
| 12082 | 2025.02.28 06:53:58.372590 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 12083 | 2025.02.28 06:53:58.392928 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12084 | 2025.02.28 06:53:58.392981 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12085 | 2025.02.28 06:53:58.400382 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12086 | 2025.02.28 06:53:58.401147 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12087 | 2025.02.28 06:53:58.403751 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 12088 | 2025.02.28 06:53:59.395144 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12089 | 2025.02.28 06:53:59.395353 [ 4 ] {98c8ca72-df82-4b5d-8847-d2535f0ca95d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12090 | 2025.02.28 06:53:59.395428 [ 4 ] {98c8ca72-df82-4b5d-8847-d2535f0ca95d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12091 | 2025.02.28 06:53:59.396246 [ 4 ] {98c8ca72-df82-4b5d-8847-d2535f0ca95d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12092 | 2025.02.28 06:53:59.396298 [ 4 ] {98c8ca72-df82-4b5d-8847-d2535f0ca95d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12093 | 2025.02.28 06:53:59.396740 [ 4 ] {98c8ca72-df82-4b5d-8847-d2535f0ca95d} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12094 | 2025.02.28 06:53:59.397011 [ 4 ] {98c8ca72-df82-4b5d-8847-d2535f0ca95d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12095 | 2025.02.28 06:53:59.397257 [ 4 ] {98c8ca72-df82-4b5d-8847-d2535f0ca95d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001955 sec., 28644.501278772375 rows/sec., 2.20 MiB/sec. | ||
| 12096 | 2025.02.28 06:53:59.397327 [ 4 ] {98c8ca72-df82-4b5d-8847-d2535f0ca95d} <Debug> TCPHandler: Processed in 0.002311628 sec. | ||
| 12097 | 2025.02.28 06:53:59.397586 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12098 | 2025.02.28 06:53:59.397780 [ 255 ] {231429b6-d86a-4c79-ad8b-a9ef441ff06b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12099 | 2025.02.28 06:53:59.397858 [ 255 ] {231429b6-d86a-4c79-ad8b-a9ef441ff06b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12100 | 2025.02.28 06:53:59.398655 [ 255 ] {231429b6-d86a-4c79-ad8b-a9ef441ff06b} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12101 | 2025.02.28 06:53:59.398710 [ 255 ] {231429b6-d86a-4c79-ad8b-a9ef441ff06b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12102 | 2025.02.28 06:53:59.399139 [ 255 ] {231429b6-d86a-4c79-ad8b-a9ef441ff06b} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12103 | 2025.02.28 06:53:59.399384 [ 255 ] {231429b6-d86a-4c79-ad8b-a9ef441ff06b} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12104 | 2025.02.28 06:53:59.399619 [ 255 ] {231429b6-d86a-4c79-ad8b-a9ef441ff06b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001952 sec., 32786.88524590164 rows/sec., 2.56 MiB/sec. | ||
| 12105 | 2025.02.28 06:53:59.399750 [ 255 ] {231429b6-d86a-4c79-ad8b-a9ef441ff06b} <Debug> TCPHandler: Processed in 0.002298518 sec. | ||
| 12106 | 2025.02.28 06:53:59.399908 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12107 | 2025.02.28 06:53:59.400035 [ 4 ] {1939842c-7a65-4ac3-9f94-f5583306f710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12108 | 2025.02.28 06:53:59.400094 [ 4 ] {1939842c-7a65-4ac3-9f94-f5583306f710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12109 | 2025.02.28 06:53:59.400794 [ 4 ] {1939842c-7a65-4ac3-9f94-f5583306f710} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12110 | 2025.02.28 06:53:59.400844 [ 4 ] {1939842c-7a65-4ac3-9f94-f5583306f710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12111 | 2025.02.28 06:53:59.401295 [ 4 ] {1939842c-7a65-4ac3-9f94-f5583306f710} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12112 | 2025.02.28 06:53:59.401546 [ 4 ] {1939842c-7a65-4ac3-9f94-f5583306f710} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12113 | 2025.02.28 06:53:59.401761 [ 4 ] {1939842c-7a65-4ac3-9f94-f5583306f710} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001755 sec., 91168.09116809117 rows/sec., 6.35 MiB/sec. | ||
| 12114 | 2025.02.28 06:53:59.401818 [ 4 ] {1939842c-7a65-4ac3-9f94-f5583306f710} <Debug> TCPHandler: Processed in 0.001968074 sec. | ||
| 12115 | 2025.02.28 06:53:59.401977 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12116 | 2025.02.28 06:53:59.402108 [ 255 ] {c28f8028-9199-4480-92f1-05b3ee890d9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12117 | 2025.02.28 06:53:59.402167 [ 255 ] {c28f8028-9199-4480-92f1-05b3ee890d9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12118 | 2025.02.28 06:53:59.402698 [ 255 ] {c28f8028-9199-4480-92f1-05b3ee890d9f} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12119 | 2025.02.28 06:53:59.402743 [ 255 ] {c28f8028-9199-4480-92f1-05b3ee890d9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12120 | 2025.02.28 06:53:59.403153 [ 255 ] {c28f8028-9199-4480-92f1-05b3ee890d9f} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 12121 | 2025.02.28 06:53:59.403401 [ 255 ] {c28f8028-9199-4480-92f1-05b3ee890d9f} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12122 | 2025.02.28 06:53:59.403614 [ 255 ] {c28f8028-9199-4480-92f1-05b3ee890d9f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001538 sec., 39011.70351105331 rows/sec., 2.63 MiB/sec. | ||
| 12123 | 2025.02.28 06:53:59.403664 [ 255 ] {c28f8028-9199-4480-92f1-05b3ee890d9f} <Debug> TCPHandler: Processed in 0.001752051 sec. | ||
| 12124 | 2025.02.28 06:54:02.588453 [ 154 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Selected 5 parts from all_1_41_9 to all_45_45_0 | ||
| 12125 | 2025.02.28 06:54:02.588514 [ 154 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12126 | 2025.02.28 06:54:02.588537 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12127 | 2025.02.28 06:54:02.588747 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_45_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_41_9 to all_45_45_0 into Compact with storage Full | ||
| 12128 | 2025.02.28 06:54:02.589044 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_45_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12129 | 2025.02.28 06:54:02.589083 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_9, total 41 rows starting from the beginning of the part | ||
| 12130 | 2025.02.28 06:54:02.589161 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 12131 | 2025.02.28 06:54:02.589274 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
| 12132 | 2025.02.28 06:54:02.589545 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
| 12133 | 2025.02.28 06:54:02.589716 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_45_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 12134 | 2025.02.28 06:54:02.590694 [ 195 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_45_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.002071535 sec., 21723.02181715491 rows/sec., 1.43 MiB/sec. | ||
| 12135 | 2025.02.28 06:54:02.590855 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_45_10} <Trace> MergedBlockOutputStream: filled checksums all_1_45_10 (state Temporary) | ||
| 12136 | 2025.02.28 06:54:02.591136 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_45_10} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_merge_all_1_45_10 to all_1_45_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12137 | 2025.02.28 06:54:02.591217 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_45_10} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Merged 5 parts: [all_1_41_9, all_45_45_0] -> all_1_45_10 | ||
| 12138 | 2025.02.28 06:54:02.591295 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12139 | 2025.02.28 06:54:03.624984 [ 153 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12140 | 2025.02.28 06:54:03.625047 [ 153 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12141 | 2025.02.28 06:54:03.814798 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29341 | ||
| 12142 | 2025.02.28 06:54:03.815516 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12143 | 2025.02.28 06:54:03.815568 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12144 | 2025.02.28 06:54:03.816137 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12145 | 2025.02.28 06:54:03.816404 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12146 | 2025.02.28 06:54:03.816659 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 12147 | 2025.02.28 06:54:03.953514 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1698 | ||
| 12148 | 2025.02.28 06:54:03.956177 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12149 | 2025.02.28 06:54:03.956228 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12150 | 2025.02.28 06:54:03.957673 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12151 | 2025.02.28 06:54:03.957975 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12152 | 2025.02.28 06:54:03.959440 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1698 | ||
| 12153 | 2025.02.28 06:54:04.002646 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002133546 sec. | ||
| 12154 | 2025.02.28 06:54:04.404293 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12155 | 2025.02.28 06:54:04.404486 [ 4 ] {1b3ae576-f3ee-4c18-9368-4b8a8d33966d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12156 | 2025.02.28 06:54:04.404562 [ 4 ] {1b3ae576-f3ee-4c18-9368-4b8a8d33966d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12157 | 2025.02.28 06:54:04.405448 [ 4 ] {1b3ae576-f3ee-4c18-9368-4b8a8d33966d} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12158 | 2025.02.28 06:54:04.405505 [ 4 ] {1b3ae576-f3ee-4c18-9368-4b8a8d33966d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12159 | 2025.02.28 06:54:04.405953 [ 4 ] {1b3ae576-f3ee-4c18-9368-4b8a8d33966d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12160 | 2025.02.28 06:54:04.406228 [ 4 ] {1b3ae576-f3ee-4c18-9368-4b8a8d33966d} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12161 | 2025.02.28 06:54:04.406451 [ 4 ] {1b3ae576-f3ee-4c18-9368-4b8a8d33966d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002015 sec., 105210.91811414393 rows/sec., 6.69 MiB/sec. | ||
| 12162 | 2025.02.28 06:54:04.406572 [ 4 ] {1b3ae576-f3ee-4c18-9368-4b8a8d33966d} <Debug> TCPHandler: Processed in 0.002414149 sec. | ||
| 12163 | 2025.02.28 06:54:04.406863 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12164 | 2025.02.28 06:54:04.407049 [ 255 ] {651126a3-469f-4f87-9e9a-a8149399e57f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12165 | 2025.02.28 06:54:04.407120 [ 255 ] {651126a3-469f-4f87-9e9a-a8149399e57f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12166 | 2025.02.28 06:54:04.408186 [ 255 ] {651126a3-469f-4f87-9e9a-a8149399e57f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12167 | 2025.02.28 06:54:04.408227 [ 255 ] {651126a3-469f-4f87-9e9a-a8149399e57f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12168 | 2025.02.28 06:54:04.408700 [ 255 ] {651126a3-469f-4f87-9e9a-a8149399e57f} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12169 | 2025.02.28 06:54:04.408958 [ 255 ] {651126a3-469f-4f87-9e9a-a8149399e57f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12170 | 2025.02.28 06:54:04.409156 [ 255 ] {651126a3-469f-4f87-9e9a-a8149399e57f} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002159 sec., 321908.2908754053 rows/sec., 25.70 MiB/sec. | ||
| 12171 | 2025.02.28 06:54:04.409209 [ 255 ] {651126a3-469f-4f87-9e9a-a8149399e57f} <Debug> TCPHandler: Processed in 0.00250323 sec. | ||
| 12172 | 2025.02.28 06:54:04.409373 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12173 | 2025.02.28 06:54:04.409500 [ 4 ] {b7d2f4d2-7414-4287-b74a-b0c3d1a006b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12174 | 2025.02.28 06:54:04.409554 [ 4 ] {b7d2f4d2-7414-4287-b74a-b0c3d1a006b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12175 | 2025.02.28 06:54:04.410219 [ 4 ] {b7d2f4d2-7414-4287-b74a-b0c3d1a006b0} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12176 | 2025.02.28 06:54:04.410261 [ 4 ] {b7d2f4d2-7414-4287-b74a-b0c3d1a006b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12177 | 2025.02.28 06:54:04.410641 [ 4 ] {b7d2f4d2-7414-4287-b74a-b0c3d1a006b0} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12178 | 2025.02.28 06:54:04.410888 [ 4 ] {b7d2f4d2-7414-4287-b74a-b0c3d1a006b0} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12179 | 2025.02.28 06:54:04.411111 [ 4 ] {b7d2f4d2-7414-4287-b74a-b0c3d1a006b0} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001639 sec., 88468.5784014643 rows/sec., 5.55 MiB/sec. | ||
| 12180 | 2025.02.28 06:54:04.411180 [ 4 ] {b7d2f4d2-7414-4287-b74a-b0c3d1a006b0} <Debug> TCPHandler: Processed in 0.001867913 sec. | ||
| 12181 | 2025.02.28 06:54:04.411356 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12182 | 2025.02.28 06:54:04.411499 [ 255 ] {70031ff2-02dc-4b44-846c-ec701094461e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12183 | 2025.02.28 06:54:04.411558 [ 255 ] {70031ff2-02dc-4b44-846c-ec701094461e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12184 | 2025.02.28 06:54:04.412320 [ 255 ] {70031ff2-02dc-4b44-846c-ec701094461e} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12185 | 2025.02.28 06:54:04.412357 [ 255 ] {70031ff2-02dc-4b44-846c-ec701094461e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12186 | 2025.02.28 06:54:04.412719 [ 255 ] {70031ff2-02dc-4b44-846c-ec701094461e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12187 | 2025.02.28 06:54:04.412971 [ 255 ] {70031ff2-02dc-4b44-846c-ec701094461e} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12188 | 2025.02.28 06:54:04.413177 [ 255 ] {70031ff2-02dc-4b44-846c-ec701094461e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001737 sec., 65054.69199769718 rows/sec., 4.21 MiB/sec. | ||
| 12189 | 2025.02.28 06:54:04.413227 [ 255 ] {70031ff2-02dc-4b44-846c-ec701094461e} <Debug> TCPHandler: Processed in 0.001970514 sec. | ||
| 12190 | 2025.02.28 06:54:04.413368 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12191 | 2025.02.28 06:54:04.413481 [ 4 ] {7c3c33dc-3ca8-4862-9ee2-392d2397e03b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12192 | 2025.02.28 06:54:04.413529 [ 4 ] {7c3c33dc-3ca8-4862-9ee2-392d2397e03b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12193 | 2025.02.28 06:54:04.414195 [ 4 ] {7c3c33dc-3ca8-4862-9ee2-392d2397e03b} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12194 | 2025.02.28 06:54:04.414233 [ 4 ] {7c3c33dc-3ca8-4862-9ee2-392d2397e03b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12195 | 2025.02.28 06:54:04.414598 [ 4 ] {7c3c33dc-3ca8-4862-9ee2-392d2397e03b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12196 | 2025.02.28 06:54:04.414850 [ 4 ] {7c3c33dc-3ca8-4862-9ee2-392d2397e03b} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12197 | 2025.02.28 06:54:04.415038 [ 4 ] {7c3c33dc-3ca8-4862-9ee2-392d2397e03b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001533 sec., 73059.3607305936 rows/sec., 4.16 MiB/sec. | ||
| 12198 | 2025.02.28 06:54:04.415118 [ 4 ] {7c3c33dc-3ca8-4862-9ee2-392d2397e03b} <Debug> TCPHandler: Processed in 0.001767951 sec. | ||
| 12199 | 2025.02.28 06:54:04.415295 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12200 | 2025.02.28 06:54:04.415411 [ 255 ] {f45b4ce1-e2c2-41e6-acaa-c156ae146b45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12201 | 2025.02.28 06:54:04.415461 [ 255 ] {f45b4ce1-e2c2-41e6-acaa-c156ae146b45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12202 | 2025.02.28 06:54:04.416212 [ 255 ] {f45b4ce1-e2c2-41e6-acaa-c156ae146b45} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12203 | 2025.02.28 06:54:04.416251 [ 255 ] {f45b4ce1-e2c2-41e6-acaa-c156ae146b45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12204 | 2025.02.28 06:54:04.416640 [ 255 ] {f45b4ce1-e2c2-41e6-acaa-c156ae146b45} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12205 | 2025.02.28 06:54:04.416899 [ 255 ] {f45b4ce1-e2c2-41e6-acaa-c156ae146b45} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12206 | 2025.02.28 06:54:04.417122 [ 255 ] {f45b4ce1-e2c2-41e6-acaa-c156ae146b45} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001732 sec., 243071.5935334873 rows/sec., 17.31 MiB/sec. | ||
| 12207 | 2025.02.28 06:54:04.417177 [ 255 ] {f45b4ce1-e2c2-41e6-acaa-c156ae146b45} <Debug> TCPHandler: Processed in 0.001955484 sec. | ||
| 12208 | 2025.02.28 06:54:04.417376 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12209 | 2025.02.28 06:54:04.417653 [ 4 ] {8f418675-6149-4dfa-aa8a-ce3dc8ddefa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12210 | 2025.02.28 06:54:04.417707 [ 4 ] {8f418675-6149-4dfa-aa8a-ce3dc8ddefa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12211 | 2025.02.28 06:54:04.418207 [ 4 ] {8f418675-6149-4dfa-aa8a-ce3dc8ddefa1} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12212 | 2025.02.28 06:54:04.418244 [ 4 ] {8f418675-6149-4dfa-aa8a-ce3dc8ddefa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12213 | 2025.02.28 06:54:04.418622 [ 4 ] {8f418675-6149-4dfa-aa8a-ce3dc8ddefa1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12214 | 2025.02.28 06:54:04.418870 [ 4 ] {8f418675-6149-4dfa-aa8a-ce3dc8ddefa1} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12215 | 2025.02.28 06:54:04.419068 [ 4 ] {8f418675-6149-4dfa-aa8a-ce3dc8ddefa1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001491 sec., 4024.144869215292 rows/sec., 210.25 KiB/sec. | ||
| 12216 | 2025.02.28 06:54:04.419158 [ 4 ] {8f418675-6149-4dfa-aa8a-ce3dc8ddefa1} <Debug> TCPHandler: Processed in 0.001889093 sec. | ||
| 12217 | 2025.02.28 06:54:04.419376 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12218 | 2025.02.28 06:54:04.419524 [ 255 ] {6ceb2845-60b0-41c9-83da-445cb5f4f73c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12219 | 2025.02.28 06:54:04.419579 [ 255 ] {6ceb2845-60b0-41c9-83da-445cb5f4f73c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12220 | 2025.02.28 06:54:04.420173 [ 255 ] {6ceb2845-60b0-41c9-83da-445cb5f4f73c} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12221 | 2025.02.28 06:54:04.420212 [ 255 ] {6ceb2845-60b0-41c9-83da-445cb5f4f73c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12222 | 2025.02.28 06:54:04.420607 [ 255 ] {6ceb2845-60b0-41c9-83da-445cb5f4f73c} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12223 | 2025.02.28 06:54:04.420847 [ 255 ] {6ceb2845-60b0-41c9-83da-445cb5f4f73c} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12224 | 2025.02.28 06:54:04.421073 [ 255 ] {6ceb2845-60b0-41c9-83da-445cb5f4f73c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001572 sec., 150763.35877862596 rows/sec., 10.11 MiB/sec. | ||
| 12225 | 2025.02.28 06:54:04.421124 [ 255 ] {6ceb2845-60b0-41c9-83da-445cb5f4f73c} <Debug> TCPHandler: Processed in 0.001869373 sec. | ||
| 12226 | 2025.02.28 06:54:04.421273 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12227 | 2025.02.28 06:54:04.421408 [ 4 ] {b59b793d-37c1-4f81-8205-82e932dd727d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12228 | 2025.02.28 06:54:04.421468 [ 4 ] {b59b793d-37c1-4f81-8205-82e932dd727d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12229 | 2025.02.28 06:54:04.422019 [ 4 ] {b59b793d-37c1-4f81-8205-82e932dd727d} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12230 | 2025.02.28 06:54:04.422063 [ 4 ] {b59b793d-37c1-4f81-8205-82e932dd727d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12231 | 2025.02.28 06:54:04.422459 [ 4 ] {b59b793d-37c1-4f81-8205-82e932dd727d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12232 | 2025.02.28 06:54:04.422704 [ 4 ] {b59b793d-37c1-4f81-8205-82e932dd727d} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12233 | 2025.02.28 06:54:04.422882 [ 4 ] {b59b793d-37c1-4f81-8205-82e932dd727d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001505 sec., 664.4518272425249 rows/sec., 44.77 KiB/sec. | ||
| 12234 | 2025.02.28 06:54:04.422935 [ 4 ] {b59b793d-37c1-4f81-8205-82e932dd727d} <Debug> TCPHandler: Processed in 0.001716881 sec. | ||
| 12235 | 2025.02.28 06:54:04.423089 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12236 | 2025.02.28 06:54:04.423212 [ 255 ] {4a114e0b-a932-47ca-bbf7-c356d151fe29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12237 | 2025.02.28 06:54:04.423295 [ 255 ] {4a114e0b-a932-47ca-bbf7-c356d151fe29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12238 | 2025.02.28 06:54:04.424461 [ 255 ] {4a114e0b-a932-47ca-bbf7-c356d151fe29} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12239 | 2025.02.28 06:54:04.424500 [ 255 ] {4a114e0b-a932-47ca-bbf7-c356d151fe29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12240 | 2025.02.28 06:54:04.425162 [ 255 ] {4a114e0b-a932-47ca-bbf7-c356d151fe29} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12241 | 2025.02.28 06:54:04.425417 [ 255 ] {4a114e0b-a932-47ca-bbf7-c356d151fe29} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12242 | 2025.02.28 06:54:04.425609 [ 152 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 12243 | 2025.02.28 06:54:04.425677 [ 152 ] {} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12244 | 2025.02.28 06:54:04.425699 [ 255 ] {4a114e0b-a932-47ca-bbf7-c356d151fe29} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002507 sec., 15556.441962504985 rows/sec., 27.88 MiB/sec. | ||
| 12245 | 2025.02.28 06:54:04.425715 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12246 | 2025.02.28 06:54:04.426113 [ 192 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::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 | ||
| 12247 | 2025.02.28 06:54:04.426140 [ 255 ] {4a114e0b-a932-47ca-bbf7-c356d151fe29} <Debug> TCPHandler: Processed in 0.003110597 sec. | ||
| 12248 | 2025.02.28 06:54:04.426378 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12249 | 2025.02.28 06:54:04.426556 [ 4 ] {bd17f52f-833e-4a5b-8fab-a4ff6d483ec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12250 | 2025.02.28 06:54:04.426588 [ 192 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12251 | 2025.02.28 06:54:04.426631 [ 4 ] {bd17f52f-833e-4a5b-8fab-a4ff6d483ec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12252 | 2025.02.28 06:54:04.426682 [ 192 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1491 rows starting from the beginning of the part | ||
| 12253 | 2025.02.28 06:54:04.427206 [ 192 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 39 rows starting from the beginning of the part | ||
| 12254 | 2025.02.28 06:54:04.427596 [ 192 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 39 rows starting from the beginning of the part | ||
| 12255 | 2025.02.28 06:54:04.428045 [ 4 ] {bd17f52f-833e-4a5b-8fab-a4ff6d483ec9} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12256 | 2025.02.28 06:54:04.428053 [ 192 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 39 rows starting from the beginning of the part | ||
| 12257 | 2025.02.28 06:54:04.428091 [ 4 ] {bd17f52f-833e-4a5b-8fab-a4ff6d483ec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12258 | 2025.02.28 06:54:04.428417 [ 192 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 39 rows starting from the beginning of the part | ||
| 12259 | 2025.02.28 06:54:04.428810 [ 192 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 39 rows starting from the beginning of the part | ||
| 12260 | 2025.02.28 06:54:04.428973 [ 4 ] {bd17f52f-833e-4a5b-8fab-a4ff6d483ec9} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 12261 | 2025.02.28 06:54:04.429394 [ 4 ] {bd17f52f-833e-4a5b-8fab-a4ff6d483ec9} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12262 | 2025.02.28 06:54:04.429660 [ 4 ] {bd17f52f-833e-4a5b-8fab-a4ff6d483ec9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003146 sec., 26064.84424666243 rows/sec., 1.66 MiB/sec. | ||
| 12263 | 2025.02.28 06:54:04.429765 [ 4 ] {bd17f52f-833e-4a5b-8fab-a4ff6d483ec9} <Debug> TCPHandler: Processed in 0.003506662 sec. | ||
| 12264 | 2025.02.28 06:54:04.437478 [ 192 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1686 rows, containing 19 columns (19 merged, 0 gathered) in 0.011636569 sec., 144888.06795198825 rows/sec., 259.63 MiB/sec. | ||
| 12265 | 2025.02.28 06:54:04.439146 [ 195 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 12266 | 2025.02.28 06:54:04.439637 [ 195 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12267 | 2025.02.28 06:54:04.439733 [ 195 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 12268 | 2025.02.28 06:54:04.439913 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB. | ||
| 12269 | 2025.02.28 06:54:05.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 248.14 MiB, peak 259.78 MiB, free memory in arenas 0.00 B, will set to 251.33 MiB (RSS), difference: 3.19 MiB | ||
| 12270 | 2025.02.28 06:54:05.903919 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 12271 | 2025.02.28 06:54:05.925599 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12272 | 2025.02.28 06:54:05.925661 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 12273 | 2025.02.28 06:54:05.932969 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12274 | 2025.02.28 06:54:05.933749 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12275 | 2025.02.28 06:54:05.937643 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 12276 | 2025.02.28 06:54:09.395304 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12277 | 2025.02.28 06:54:09.395520 [ 4 ] {409166cd-3984-4c6d-b227-a5848964df4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12278 | 2025.02.28 06:54:09.395595 [ 4 ] {409166cd-3984-4c6d-b227-a5848964df4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12279 | 2025.02.28 06:54:09.396581 [ 4 ] {409166cd-3984-4c6d-b227-a5848964df4a} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12280 | 2025.02.28 06:54:09.396634 [ 4 ] {409166cd-3984-4c6d-b227-a5848964df4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12281 | 2025.02.28 06:54:09.397167 [ 4 ] {409166cd-3984-4c6d-b227-a5848964df4a} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12282 | 2025.02.28 06:54:09.397497 [ 4 ] {409166cd-3984-4c6d-b227-a5848964df4a} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12283 | 2025.02.28 06:54:09.397779 [ 4 ] {409166cd-3984-4c6d-b227-a5848964df4a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00227 sec., 24669.603524229075 rows/sec., 1.90 MiB/sec. | ||
| 12284 | 2025.02.28 06:54:09.397854 [ 4 ] {409166cd-3984-4c6d-b227-a5848964df4a} <Debug> TCPHandler: Processed in 0.002659642 sec. | ||
| 12285 | 2025.02.28 06:54:09.398134 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12286 | 2025.02.28 06:54:09.398356 [ 255 ] {b530b69b-ffe6-4a9e-968c-c0127845a2d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12287 | 2025.02.28 06:54:09.398441 [ 255 ] {b530b69b-ffe6-4a9e-968c-c0127845a2d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12288 | 2025.02.28 06:54:09.399240 [ 255 ] {b530b69b-ffe6-4a9e-968c-c0127845a2d2} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12289 | 2025.02.28 06:54:09.399293 [ 255 ] {b530b69b-ffe6-4a9e-968c-c0127845a2d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12290 | 2025.02.28 06:54:09.399736 [ 255 ] {b530b69b-ffe6-4a9e-968c-c0127845a2d2} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12291 | 2025.02.28 06:54:09.399987 [ 255 ] {b530b69b-ffe6-4a9e-968c-c0127845a2d2} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12292 | 2025.02.28 06:54:09.400232 [ 255 ] {b530b69b-ffe6-4a9e-968c-c0127845a2d2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001935 sec., 33074.93540051679 rows/sec., 2.58 MiB/sec. | ||
| 12293 | 2025.02.28 06:54:09.400303 [ 255 ] {b530b69b-ffe6-4a9e-968c-c0127845a2d2} <Debug> TCPHandler: Processed in 0.002312258 sec. | ||
| 12294 | 2025.02.28 06:54:09.400464 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12295 | 2025.02.28 06:54:09.400590 [ 4 ] {82811339-40af-4432-ac8d-e12aea2f5996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12296 | 2025.02.28 06:54:09.400646 [ 4 ] {82811339-40af-4432-ac8d-e12aea2f5996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12297 | 2025.02.28 06:54:09.401252 [ 4 ] {82811339-40af-4432-ac8d-e12aea2f5996} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12298 | 2025.02.28 06:54:09.401293 [ 4 ] {82811339-40af-4432-ac8d-e12aea2f5996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12299 | 2025.02.28 06:54:09.401696 [ 4 ] {82811339-40af-4432-ac8d-e12aea2f5996} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12300 | 2025.02.28 06:54:09.401933 [ 4 ] {82811339-40af-4432-ac8d-e12aea2f5996} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12301 | 2025.02.28 06:54:09.402141 [ 4 ] {82811339-40af-4432-ac8d-e12aea2f5996} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001566 sec., 102171.13665389529 rows/sec., 7.12 MiB/sec. | ||
| 12302 | 2025.02.28 06:54:09.402224 [ 4 ] {82811339-40af-4432-ac8d-e12aea2f5996} <Debug> TCPHandler: Processed in 0.001823072 sec. | ||
| 12303 | 2025.02.28 06:54:09.402454 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12304 | 2025.02.28 06:54:09.402915 [ 255 ] {2360ffac-60dc-4646-810f-aee7d45faf8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12305 | 2025.02.28 06:54:09.403166 [ 255 ] {2360ffac-60dc-4646-810f-aee7d45faf8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12306 | 2025.02.28 06:54:09.405479 [ 255 ] {2360ffac-60dc-4646-810f-aee7d45faf8c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12307 | 2025.02.28 06:54:09.405521 [ 255 ] {2360ffac-60dc-4646-810f-aee7d45faf8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12308 | 2025.02.28 06:54:09.405907 [ 255 ] {2360ffac-60dc-4646-810f-aee7d45faf8c} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 12309 | 2025.02.28 06:54:09.406149 [ 255 ] {2360ffac-60dc-4646-810f-aee7d45faf8c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12310 | 2025.02.28 06:54:09.406370 [ 255 ] {2360ffac-60dc-4646-810f-aee7d45faf8c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003634 sec., 16510.73197578426 rows/sec., 1.11 MiB/sec. | ||
| 12311 | 2025.02.28 06:54:09.406424 [ 255 ] {2360ffac-60dc-4646-810f-aee7d45faf8c} <Debug> TCPHandler: Processed in 0.004108859 sec. | ||
| 12312 | 2025.02.28 06:54:11.316894 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829 | ||
| 12313 | 2025.02.28 06:54:11.317586 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12314 | 2025.02.28 06:54:11.317640 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12315 | 2025.02.28 06:54:11.318193 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12316 | 2025.02.28 06:54:11.318460 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12317 | 2025.02.28 06:54:11.318730 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 | ||
| 12318 | 2025.02.28 06:54:13.437830 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 12319 | 2025.02.28 06:54:13.461635 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12320 | 2025.02.28 06:54:13.461706 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12321 | 2025.02.28 06:54:13.469350 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12322 | 2025.02.28 06:54:13.470167 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12323 | 2025.02.28 06:54:13.475616 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 12324 | 2025.02.28 06:54:13.959716 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1728 | ||
| 12325 | 2025.02.28 06:54:13.962870 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12326 | 2025.02.28 06:54:13.962920 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12327 | 2025.02.28 06:54:13.964404 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12328 | 2025.02.28 06:54:13.964708 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12329 | 2025.02.28 06:54:13.966148 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1728 | ||
| 12330 | 2025.02.28 06:54:14.403789 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12331 | 2025.02.28 06:54:14.403991 [ 4 ] {d3936fe0-0d0b-4897-bbcd-b2a0ce95bd9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12332 | 2025.02.28 06:54:14.404065 [ 4 ] {d3936fe0-0d0b-4897-bbcd-b2a0ce95bd9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12333 | 2025.02.28 06:54:14.404896 [ 4 ] {d3936fe0-0d0b-4897-bbcd-b2a0ce95bd9c} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12334 | 2025.02.28 06:54:14.404948 [ 4 ] {d3936fe0-0d0b-4897-bbcd-b2a0ce95bd9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12335 | 2025.02.28 06:54:14.405391 [ 4 ] {d3936fe0-0d0b-4897-bbcd-b2a0ce95bd9c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12336 | 2025.02.28 06:54:14.405652 [ 4 ] {d3936fe0-0d0b-4897-bbcd-b2a0ce95bd9c} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12337 | 2025.02.28 06:54:14.405895 [ 4 ] {d3936fe0-0d0b-4897-bbcd-b2a0ce95bd9c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001965 sec., 107888.04071246818 rows/sec., 6.86 MiB/sec. | ||
| 12338 | 2025.02.28 06:54:14.405953 [ 4 ] {d3936fe0-0d0b-4897-bbcd-b2a0ce95bd9c} <Debug> TCPHandler: Processed in 0.002303537 sec. | ||
| 12339 | 2025.02.28 06:54:14.406200 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12340 | 2025.02.28 06:54:14.406403 [ 255 ] {ded02bda-7cf4-47f9-bcd2-4e73daac6c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12341 | 2025.02.28 06:54:14.406480 [ 255 ] {ded02bda-7cf4-47f9-bcd2-4e73daac6c17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12342 | 2025.02.28 06:54:14.407630 [ 255 ] {ded02bda-7cf4-47f9-bcd2-4e73daac6c17} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12343 | 2025.02.28 06:54:14.407686 [ 255 ] {ded02bda-7cf4-47f9-bcd2-4e73daac6c17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12344 | 2025.02.28 06:54:14.408188 [ 255 ] {ded02bda-7cf4-47f9-bcd2-4e73daac6c17} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12345 | 2025.02.28 06:54:14.408465 [ 255 ] {ded02bda-7cf4-47f9-bcd2-4e73daac6c17} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12346 | 2025.02.28 06:54:14.408719 [ 255 ] {ded02bda-7cf4-47f9-bcd2-4e73daac6c17} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002371 sec., 293125.2636018558 rows/sec., 23.40 MiB/sec. | ||
| 12347 | 2025.02.28 06:54:14.408790 [ 255 ] {ded02bda-7cf4-47f9-bcd2-4e73daac6c17} <Debug> TCPHandler: Processed in 0.002728093 sec. | ||
| 12348 | 2025.02.28 06:54:14.408933 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12349 | 2025.02.28 06:54:14.409050 [ 4 ] {893567c7-5482-43e3-abe2-2767523674db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12350 | 2025.02.28 06:54:14.409097 [ 4 ] {893567c7-5482-43e3-abe2-2767523674db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12351 | 2025.02.28 06:54:14.409698 [ 4 ] {893567c7-5482-43e3-abe2-2767523674db} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12352 | 2025.02.28 06:54:14.409733 [ 4 ] {893567c7-5482-43e3-abe2-2767523674db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12353 | 2025.02.28 06:54:14.410158 [ 4 ] {893567c7-5482-43e3-abe2-2767523674db} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12354 | 2025.02.28 06:54:14.410408 [ 4 ] {893567c7-5482-43e3-abe2-2767523674db} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12355 | 2025.02.28 06:54:14.410592 [ 146 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 | ||
| 12356 | 2025.02.28 06:54:14.410674 [ 4 ] {893567c7-5482-43e3-abe2-2767523674db} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001632 sec., 88848.03921568628 rows/sec., 5.58 MiB/sec. | ||
| 12357 | 2025.02.28 06:54:14.410675 [ 146 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12358 | 2025.02.28 06:54:14.410763 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12359 | 2025.02.28 06:54:14.410813 [ 4 ] {893567c7-5482-43e3-abe2-2767523674db} <Debug> TCPHandler: Processed in 0.001934894 sec. | ||
| 12360 | 2025.02.28 06:54:14.411096 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12361 | 2025.02.28 06:54:14.411122 [ 191 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full | ||
| 12362 | 2025.02.28 06:54:14.411585 [ 255 ] {dc483322-5814-4af5-a7ff-50efb32caf95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12363 | 2025.02.28 06:54:14.411819 [ 191 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12364 | 2025.02.28 06:54:14.411835 [ 255 ] {dc483322-5814-4af5-a7ff-50efb32caf95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12365 | 2025.02.28 06:54:14.411940 [ 191 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 163 rows starting from the beginning of the part | ||
| 12366 | 2025.02.28 06:54:14.412268 [ 191 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 145 rows starting from the beginning of the part | ||
| 12367 | 2025.02.28 06:54:14.412544 [ 191 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 145 rows starting from the beginning of the part | ||
| 12368 | 2025.02.28 06:54:14.412892 [ 191 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 147 rows starting from the beginning of the part | ||
| 12369 | 2025.02.28 06:54:14.413267 [ 191 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 145 rows starting from the beginning of the part | ||
| 12370 | 2025.02.28 06:54:14.413585 [ 191 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 145 rows starting from the beginning of the part | ||
| 12371 | 2025.02.28 06:54:14.414931 [ 255 ] {dc483322-5814-4af5-a7ff-50efb32caf95} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12372 | 2025.02.28 06:54:14.415008 [ 255 ] {dc483322-5814-4af5-a7ff-50efb32caf95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12373 | 2025.02.28 06:54:14.416030 [ 255 ] {dc483322-5814-4af5-a7ff-50efb32caf95} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12374 | 2025.02.28 06:54:14.416537 [ 255 ] {dc483322-5814-4af5-a7ff-50efb32caf95} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12375 | 2025.02.28 06:54:14.416713 [ 186 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 890 rows, containing 5 columns (5 merged, 0 gathered) in 0.00581468 sec., 153060.87351324578 rows/sec., 10.21 MiB/sec. | ||
| 12376 | 2025.02.28 06:54:14.416839 [ 146 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 | ||
| 12377 | 2025.02.28 06:54:14.416928 [ 146 ] {} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12378 | 2025.02.28 06:54:14.417002 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12379 | 2025.02.28 06:54:14.417079 [ 255 ] {dc483322-5814-4af5-a7ff-50efb32caf95} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005667 sec., 19940.003529204165 rows/sec., 1.29 MiB/sec. | ||
| 12380 | 2025.02.28 06:54:14.417103 [ 186 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 12381 | 2025.02.28 06:54:14.417460 [ 194 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full | ||
| 12382 | 2025.02.28 06:54:14.417821 [ 255 ] {dc483322-5814-4af5-a7ff-50efb32caf95} <Debug> TCPHandler: Processed in 0.006881612 sec. | ||
| 12383 | 2025.02.28 06:54:14.418228 [ 194 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12384 | 2025.02.28 06:54:14.418237 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12385 | 2025.02.28 06:54:14.418500 [ 194 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 341 rows starting from the beginning of the part | ||
| 12386 | 2025.02.28 06:54:14.418500 [ 186 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_47_10} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12387 | 2025.02.28 06:54:14.419073 [ 4 ] {1b16a653-2b71-41b3-9c68-17f38a6e3cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12388 | 2025.02.28 06:54:14.419155 [ 194 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 113 rows starting from the beginning of the part | ||
| 12389 | 2025.02.28 06:54:14.419346 [ 186 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_47_10} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 | ||
| 12390 | 2025.02.28 06:54:14.419334 [ 4 ] {1b16a653-2b71-41b3-9c68-17f38a6e3cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12391 | 2025.02.28 06:54:14.419657 [ 194 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 113 rows starting from the beginning of the part | ||
| 12392 | 2025.02.28 06:54:14.419707 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 12393 | 2025.02.28 06:54:14.420069 [ 194 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 341 rows starting from the beginning of the part | ||
| 12394 | 2025.02.28 06:54:14.420567 [ 194 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 113 rows starting from the beginning of the part | ||
| 12395 | 2025.02.28 06:54:14.420831 [ 194 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 113 rows starting from the beginning of the part | ||
| 12396 | 2025.02.28 06:54:14.422519 [ 4 ] {1b16a653-2b71-41b3-9c68-17f38a6e3cb8} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12397 | 2025.02.28 06:54:14.422614 [ 4 ] {1b16a653-2b71-41b3-9c68-17f38a6e3cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12398 | 2025.02.28 06:54:14.423648 [ 4 ] {1b16a653-2b71-41b3-9c68-17f38a6e3cb8} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12399 | 2025.02.28 06:54:14.424180 [ 187 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.007058664 sec., 160653.63077205545 rows/sec., 11.20 MiB/sec. | ||
| 12400 | 2025.02.28 06:54:14.424194 [ 4 ] {1b16a653-2b71-41b3-9c68-17f38a6e3cb8} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12401 | 2025.02.28 06:54:14.424453 [ 186 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 12402 | 2025.02.28 06:54:14.424656 [ 4 ] {1b16a653-2b71-41b3-9c68-17f38a6e3cb8} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.006031 sec., 18570.717957221026 rows/sec., 1.06 MiB/sec. | ||
| 12403 | 2025.02.28 06:54:14.424816 [ 4 ] {1b16a653-2b71-41b3-9c68-17f38a6e3cb8} <Debug> TCPHandler: Processed in 0.00670955 sec. | ||
| 12404 | 2025.02.28 06:54:14.425044 [ 190 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_47_10} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12405 | 2025.02.28 06:54:14.425059 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12406 | 2025.02.28 06:54:14.425185 [ 190 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_47_10} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 | ||
| 12407 | 2025.02.28 06:54:14.425292 [ 255 ] {8a698940-c687-42a6-8989-f783ad3d575d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12408 | 2025.02.28 06:54:14.425336 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 12409 | 2025.02.28 06:54:14.425392 [ 255 ] {8a698940-c687-42a6-8989-f783ad3d575d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12410 | 2025.02.28 06:54:14.426245 [ 255 ] {8a698940-c687-42a6-8989-f783ad3d575d} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12411 | 2025.02.28 06:54:14.426285 [ 255 ] {8a698940-c687-42a6-8989-f783ad3d575d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12412 | 2025.02.28 06:54:14.426666 [ 255 ] {8a698940-c687-42a6-8989-f783ad3d575d} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12413 | 2025.02.28 06:54:14.426903 [ 255 ] {8a698940-c687-42a6-8989-f783ad3d575d} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12414 | 2025.02.28 06:54:14.427123 [ 255 ] {8a698940-c687-42a6-8989-f783ad3d575d} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001905 sec., 220997.375328084 rows/sec., 15.74 MiB/sec. | ||
| 12415 | 2025.02.28 06:54:14.427176 [ 255 ] {8a698940-c687-42a6-8989-f783ad3d575d} <Debug> TCPHandler: Processed in 0.002258627 sec. | ||
| 12416 | 2025.02.28 06:54:14.427358 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12417 | 2025.02.28 06:54:14.427475 [ 4 ] {529aca91-f744-4192-b251-dde389527b71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12418 | 2025.02.28 06:54:14.427526 [ 4 ] {529aca91-f744-4192-b251-dde389527b71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12419 | 2025.02.28 06:54:14.428036 [ 4 ] {529aca91-f744-4192-b251-dde389527b71} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12420 | 2025.02.28 06:54:14.428075 [ 4 ] {529aca91-f744-4192-b251-dde389527b71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12421 | 2025.02.28 06:54:14.428437 [ 4 ] {529aca91-f744-4192-b251-dde389527b71} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12422 | 2025.02.28 06:54:14.428678 [ 4 ] {529aca91-f744-4192-b251-dde389527b71} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12423 | 2025.02.28 06:54:14.428855 [ 147 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 | ||
| 12424 | 2025.02.28 06:54:14.428912 [ 4 ] {529aca91-f744-4192-b251-dde389527b71} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001456 sec., 4120.879120879121 rows/sec., 215.30 KiB/sec. | ||
| 12425 | 2025.02.28 06:54:14.428922 [ 147 ] {} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12426 | 2025.02.28 06:54:14.429000 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12427 | 2025.02.28 06:54:14.429021 [ 4 ] {529aca91-f744-4192-b251-dde389527b71} <Debug> TCPHandler: Processed in 0.00171646 sec. | ||
| 12428 | 2025.02.28 06:54:14.429427 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12429 | 2025.02.28 06:54:14.429498 [ 186 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full | ||
| 12430 | 2025.02.28 06:54:14.430054 [ 255 ] {f13a4929-0bf7-47ae-936d-09dda81f4d23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12431 | 2025.02.28 06:54:14.430124 [ 186 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12432 | 2025.02.28 06:54:14.430233 [ 186 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 252 rows starting from the beginning of the part | ||
| 12433 | 2025.02.28 06:54:14.430240 [ 255 ] {f13a4929-0bf7-47ae-936d-09dda81f4d23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12434 | 2025.02.28 06:54:14.430509 [ 186 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 12435 | 2025.02.28 06:54:14.430919 [ 186 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 12436 | 2025.02.28 06:54:14.431233 [ 186 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 12437 | 2025.02.28 06:54:14.431548 [ 186 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
| 12438 | 2025.02.28 06:54:14.431803 [ 186 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
| 12439 | 2025.02.28 06:54:14.432805 [ 255 ] {f13a4929-0bf7-47ae-936d-09dda81f4d23} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12440 | 2025.02.28 06:54:14.432875 [ 255 ] {f13a4929-0bf7-47ae-936d-09dda81f4d23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12441 | 2025.02.28 06:54:14.433946 [ 255 ] {f13a4929-0bf7-47ae-936d-09dda81f4d23} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12442 | 2025.02.28 06:54:14.434305 [ 190 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 4 columns (4 merged, 0 gathered) in 0.005205313 sec., 54175.41654075366 rows/sec., 2.76 MiB/sec. | ||
| 12443 | 2025.02.28 06:54:14.434458 [ 255 ] {f13a4929-0bf7-47ae-936d-09dda81f4d23} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12444 | 2025.02.28 06:54:14.434552 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 12445 | 2025.02.28 06:54:14.434731 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 | ||
| 12446 | 2025.02.28 06:54:14.434847 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12447 | 2025.02.28 06:54:14.434904 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12448 | 2025.02.28 06:54:14.434969 [ 255 ] {f13a4929-0bf7-47ae-936d-09dda81f4d23} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00519 sec., 45664.739884393064 rows/sec., 3.06 MiB/sec. | ||
| 12449 | 2025.02.28 06:54:14.435505 [ 255 ] {f13a4929-0bf7-47ae-936d-09dda81f4d23} <Debug> TCPHandler: Processed in 0.006391976 sec. | ||
| 12450 | 2025.02.28 06:54:14.435534 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_47_10} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12451 | 2025.02.28 06:54:14.435849 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_110_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_105_21 to all_110_110_0 into Compact with storage Full | ||
| 12452 | 2025.02.28 06:54:14.435923 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12453 | 2025.02.28 06:54:14.435996 [ 187 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_47_10} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 | ||
| 12454 | 2025.02.28 06:54:14.436441 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12455 | 2025.02.28 06:54:14.436566 [ 4 ] {3c099d81-c999-4961-8ae0-34b71b2ea4e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12456 | 2025.02.28 06:54:14.436719 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12457 | 2025.02.28 06:54:14.436794 [ 4 ] {3c099d81-c999-4961-8ae0-34b71b2ea4e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12458 | 2025.02.28 06:54:14.436817 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 31972 rows starting from the beginning of the part | ||
| 12459 | 2025.02.28 06:54:14.437376 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part | ||
| 12460 | 2025.02.28 06:54:14.437872 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part | ||
| 12461 | 2025.02.28 06:54:14.438376 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 237 rows starting from the beginning of the part | ||
| 12462 | 2025.02.28 06:54:14.438903 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part | ||
| 12463 | 2025.02.28 06:54:14.439191 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 237 rows starting from the beginning of the part | ||
| 12464 | 2025.02.28 06:54:14.439868 [ 4 ] {3c099d81-c999-4961-8ae0-34b71b2ea4e7} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12465 | 2025.02.28 06:54:14.439925 [ 4 ] {3c099d81-c999-4961-8ae0-34b71b2ea4e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12466 | 2025.02.28 06:54:14.440470 [ 4 ] {3c099d81-c999-4961-8ae0-34b71b2ea4e7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12467 | 2025.02.28 06:54:14.440943 [ 4 ] {3c099d81-c999-4961-8ae0-34b71b2ea4e7} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12468 | 2025.02.28 06:54:14.441210 [ 4 ] {3c099d81-c999-4961-8ae0-34b71b2ea4e7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00487 sec., 205.3388090349076 rows/sec., 13.84 KiB/sec. | ||
| 12469 | 2025.02.28 06:54:14.441287 [ 4 ] {3c099d81-c999-4961-8ae0-34b71b2ea4e7} <Debug> TCPHandler: Processed in 0.005578236 sec. | ||
| 12470 | 2025.02.28 06:54:14.441475 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12471 | 2025.02.28 06:54:14.441742 [ 255 ] {796b191d-6c47-41b0-8cb3-cd7050514081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12472 | 2025.02.28 06:54:14.442012 [ 255 ] {796b191d-6c47-41b0-8cb3-cd7050514081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12473 | 2025.02.28 06:54:14.443917 [ 255 ] {796b191d-6c47-41b0-8cb3-cd7050514081} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12474 | 2025.02.28 06:54:14.443988 [ 255 ] {796b191d-6c47-41b0-8cb3-cd7050514081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12475 | 2025.02.28 06:54:14.444833 [ 255 ] {796b191d-6c47-41b0-8cb3-cd7050514081} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12476 | 2025.02.28 06:54:14.445176 [ 255 ] {796b191d-6c47-41b0-8cb3-cd7050514081} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12477 | 2025.02.28 06:54:14.445697 [ 255 ] {796b191d-6c47-41b0-8cb3-cd7050514081} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004031 sec., 9675.018605805011 rows/sec., 17.34 MiB/sec. | ||
| 12478 | 2025.02.28 06:54:14.446348 [ 255 ] {796b191d-6c47-41b0-8cb3-cd7050514081} <Debug> TCPHandler: Processed in 0.004960789 sec. | ||
| 12479 | 2025.02.28 06:54:14.446558 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12480 | 2025.02.28 06:54:14.446703 [ 4 ] {665b5c41-34f8-4cdb-80c2-0ade1a18aa50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12481 | 2025.02.28 06:54:14.446790 [ 4 ] {665b5c41-34f8-4cdb-80c2-0ade1a18aa50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12482 | 2025.02.28 06:54:14.447466 [ 4 ] {665b5c41-34f8-4cdb-80c2-0ade1a18aa50} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12483 | 2025.02.28 06:54:14.447512 [ 4 ] {665b5c41-34f8-4cdb-80c2-0ade1a18aa50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12484 | 2025.02.28 06:54:14.448038 [ 4 ] {665b5c41-34f8-4cdb-80c2-0ade1a18aa50} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 12485 | 2025.02.28 06:54:14.448368 [ 4 ] {665b5c41-34f8-4cdb-80c2-0ade1a18aa50} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12486 | 2025.02.28 06:54:14.448645 [ 4 ] {665b5c41-34f8-4cdb-80c2-0ade1a18aa50} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001971 sec., 41603.247082699134 rows/sec., 2.64 MiB/sec. | ||
| 12487 | 2025.02.28 06:54:14.448756 [ 4 ] {665b5c41-34f8-4cdb-80c2-0ade1a18aa50} <Debug> TCPHandler: Processed in 0.002307038 sec. | ||
| 12488 | 2025.02.28 06:54:14.448841 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32830 rows, containing 5 columns (5 merged, 0 gathered) in 0.013793775 sec., 2380059.1208715527 rows/sec., 160.70 MiB/sec. | ||
| 12489 | 2025.02.28 06:54:14.449128 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) | ||
| 12490 | 2025.02.28 06:54:14.449497 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12491 | 2025.02.28 06:54:14.449593 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 | ||
| 12492 | 2025.02.28 06:54:14.449702 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 12493 | 2025.02.28 06:54:18.625101 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12494 | 2025.02.28 06:54:18.625166 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12495 | 2025.02.28 06:54:18.818968 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256 | ||
| 12496 | 2025.02.28 06:54:18.819613 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12497 | 2025.02.28 06:54:18.819664 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12498 | 2025.02.28 06:54:18.820251 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12499 | 2025.02.28 06:54:18.820535 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12500 | 2025.02.28 06:54:18.820747 [ 142 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12501 | 2025.02.28 06:54:18.820805 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 12502 | 2025.02.28 06:54:18.820832 [ 142 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12503 | 2025.02.28 06:54:18.820864 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12504 | 2025.02.28 06:54:18.821006 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 12505 | 2025.02.28 06:54:18.821166 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12506 | 2025.02.28 06:54:18.821209 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 12507 | 2025.02.28 06:54:18.821294 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 12508 | 2025.02.28 06:54:18.821499 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 12509 | 2025.02.28 06:54:18.821739 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 12510 | 2025.02.28 06:54:18.821921 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 12511 | 2025.02.28 06:54:18.822143 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 12512 | 2025.02.28 06:54:18.824959 [ 198 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.004022539 sec., 7521617.565423231 rows/sec., 107.60 MiB/sec. | ||
| 12513 | 2025.02.28 06:54:18.825217 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12514 | 2025.02.28 06:54:18.825526 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_66_13} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12515 | 2025.02.28 06:54:18.825612 [ 187 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_66_13} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12516 | 2025.02.28 06:54:18.825705 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. | ||
| 12517 | 2025.02.28 06:54:19.394749 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12518 | 2025.02.28 06:54:19.394932 [ 4 ] {dcd0bf7d-01ac-41d3-b54c-d81fe28d7f5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12519 | 2025.02.28 06:54:19.395002 [ 4 ] {dcd0bf7d-01ac-41d3-b54c-d81fe28d7f5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12520 | 2025.02.28 06:54:19.395754 [ 4 ] {dcd0bf7d-01ac-41d3-b54c-d81fe28d7f5a} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12521 | 2025.02.28 06:54:19.395797 [ 4 ] {dcd0bf7d-01ac-41d3-b54c-d81fe28d7f5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12522 | 2025.02.28 06:54:19.396239 [ 4 ] {dcd0bf7d-01ac-41d3-b54c-d81fe28d7f5a} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12523 | 2025.02.28 06:54:19.396516 [ 4 ] {dcd0bf7d-01ac-41d3-b54c-d81fe28d7f5a} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12524 | 2025.02.28 06:54:19.396683 [ 140 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12525 | 2025.02.28 06:54:19.396726 [ 140 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12526 | 2025.02.28 06:54:19.396726 [ 4 ] {dcd0bf7d-01ac-41d3-b54c-d81fe28d7f5a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001842 sec., 30401.73724212812 rows/sec., 2.34 MiB/sec. | ||
| 12527 | 2025.02.28 06:54:19.396751 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12528 | 2025.02.28 06:54:19.396848 [ 4 ] {dcd0bf7d-01ac-41d3-b54c-d81fe28d7f5a} <Debug> TCPHandler: Processed in 0.002223777 sec. | ||
| 12529 | 2025.02.28 06:54:19.397005 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 12530 | 2025.02.28 06:54:19.397112 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12531 | 2025.02.28 06:54:19.397181 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12532 | 2025.02.28 06:54:19.397259 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1844 rows starting from the beginning of the part | ||
| 12533 | 2025.02.28 06:54:19.397318 [ 255 ] {959ea894-acaf-4f6c-8cba-67cda68d588e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12534 | 2025.02.28 06:54:19.397427 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 56 rows starting from the beginning of the part | ||
| 12535 | 2025.02.28 06:54:19.397495 [ 255 ] {959ea894-acaf-4f6c-8cba-67cda68d588e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12536 | 2025.02.28 06:54:19.397825 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 695 rows starting from the beginning of the part | ||
| 12537 | 2025.02.28 06:54:19.397980 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 12538 | 2025.02.28 06:54:19.398173 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 695 rows starting from the beginning of the part | ||
| 12539 | 2025.02.28 06:54:19.398375 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 56 rows starting from the beginning of the part | ||
| 12540 | 2025.02.28 06:54:19.399340 [ 255 ] {959ea894-acaf-4f6c-8cba-67cda68d588e} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12541 | 2025.02.28 06:54:19.399393 [ 255 ] {959ea894-acaf-4f6c-8cba-67cda68d588e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12542 | 2025.02.28 06:54:19.400000 [ 255 ] {959ea894-acaf-4f6c-8cba-67cda68d588e} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12543 | 2025.02.28 06:54:19.400278 [ 255 ] {959ea894-acaf-4f6c-8cba-67cda68d588e} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12544 | 2025.02.28 06:54:19.400510 [ 140 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12545 | 2025.02.28 06:54:19.400612 [ 140 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12546 | 2025.02.28 06:54:19.400672 [ 255 ] {959ea894-acaf-4f6c-8cba-67cda68d588e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003383 sec., 18918.120011823823 rows/sec., 1.48 MiB/sec. | ||
| 12547 | 2025.02.28 06:54:19.400682 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12548 | 2025.02.28 06:54:19.401198 [ 255 ] {959ea894-acaf-4f6c-8cba-67cda68d588e} <Debug> TCPHandler: Processed in 0.00421088 sec. | ||
| 12549 | 2025.02.28 06:54:19.401502 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 12550 | 2025.02.28 06:54:19.401534 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12551 | 2025.02.28 06:54:19.401743 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3402 rows, containing 5 columns (5 merged, 0 gathered) in 0.004875789 sec., 697733.2284067256 rows/sec., 58.92 MiB/sec. | ||
| 12552 | 2025.02.28 06:54:19.402030 [ 4 ] {75e7d592-3f72-4970-beeb-afbc08b963d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12553 | 2025.02.28 06:54:19.402159 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12554 | 2025.02.28 06:54:19.402275 [ 4 ] {75e7d592-3f72-4970-beeb-afbc08b963d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12555 | 2025.02.28 06:54:19.402307 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 913 rows starting from the beginning of the part | ||
| 12556 | 2025.02.28 06:54:19.402483 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12557 | 2025.02.28 06:54:19.402803 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 64 rows starting from the beginning of the part | ||
| 12558 | 2025.02.28 06:54:19.403505 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 421 rows starting from the beginning of the part | ||
| 12559 | 2025.02.28 06:54:19.404220 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 12560 | 2025.02.28 06:54:19.404861 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 421 rows starting from the beginning of the part | ||
| 12561 | 2025.02.28 06:54:19.405343 [ 188 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 64 rows starting from the beginning of the part | ||
| 12562 | 2025.02.28 06:54:19.405473 [ 189 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_111_22} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12563 | 2025.02.28 06:54:19.406190 [ 189 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_111_22} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12564 | 2025.02.28 06:54:19.406578 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 12565 | 2025.02.28 06:54:19.407674 [ 4 ] {75e7d592-3f72-4970-beeb-afbc08b963d1} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12566 | 2025.02.28 06:54:19.407721 [ 4 ] {75e7d592-3f72-4970-beeb-afbc08b963d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12567 | 2025.02.28 06:54:19.408332 [ 4 ] {75e7d592-3f72-4970-beeb-afbc08b963d1} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12568 | 2025.02.28 06:54:19.408632 [ 4 ] {75e7d592-3f72-4970-beeb-afbc08b963d1} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12569 | 2025.02.28 06:54:19.408833 [ 189 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.007902335 sec., 246382.87291034864 rows/sec., 18.82 MiB/sec. | ||
| 12570 | 2025.02.28 06:54:19.409062 [ 4 ] {75e7d592-3f72-4970-beeb-afbc08b963d1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007199 sec., 22225.309070704265 rows/sec., 1.55 MiB/sec. | ||
| 12571 | 2025.02.28 06:54:19.409160 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12572 | 2025.02.28 06:54:19.409195 [ 4 ] {75e7d592-3f72-4970-beeb-afbc08b963d1} <Debug> TCPHandler: Processed in 0.007820113 sec. | ||
| 12573 | 2025.02.28 06:54:19.409663 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12574 | 2025.02.28 06:54:19.410005 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_111_22} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12575 | 2025.02.28 06:54:19.410344 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_111_22} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12576 | 2025.02.28 06:54:19.410402 [ 255 ] {85018b7b-b5fc-4416-a069-3a38c3eae58a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12577 | 2025.02.28 06:54:19.410611 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 12578 | 2025.02.28 06:54:19.410726 [ 255 ] {85018b7b-b5fc-4416-a069-3a38c3eae58a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12579 | 2025.02.28 06:54:19.411304 [ 255 ] {85018b7b-b5fc-4416-a069-3a38c3eae58a} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12580 | 2025.02.28 06:54:19.411353 [ 255 ] {85018b7b-b5fc-4416-a069-3a38c3eae58a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12581 | 2025.02.28 06:54:19.411790 [ 255 ] {85018b7b-b5fc-4416-a069-3a38c3eae58a} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 12582 | 2025.02.28 06:54:19.412035 [ 255 ] {85018b7b-b5fc-4416-a069-3a38c3eae58a} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12583 | 2025.02.28 06:54:19.412244 [ 140 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 12584 | 2025.02.28 06:54:19.412305 [ 140 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12585 | 2025.02.28 06:54:19.412315 [ 255 ] {85018b7b-b5fc-4416-a069-3a38c3eae58a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002256 sec., 26595.74468085106 rows/sec., 1.79 MiB/sec. | ||
| 12586 | 2025.02.28 06:54:19.412339 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12587 | 2025.02.28 06:54:19.412491 [ 255 ] {85018b7b-b5fc-4416-a069-3a38c3eae58a} <Debug> TCPHandler: Processed in 0.003167718 sec. | ||
| 12588 | 2025.02.28 06:54:19.412564 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 12589 | 2025.02.28 06:54:19.412722 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12590 | 2025.02.28 06:54:19.412782 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6414 rows starting from the beginning of the part | ||
| 12591 | 2025.02.28 06:54:19.413057 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part | ||
| 12592 | 2025.02.28 06:54:19.413442 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 82 rows starting from the beginning of the part | ||
| 12593 | 2025.02.28 06:54:19.413818 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part | ||
| 12594 | 2025.02.28 06:54:19.414208 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 12595 | 2025.02.28 06:54:19.414469 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 12596 | 2025.02.28 06:54:19.416468 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6758 rows, containing 4 columns (4 merged, 0 gathered) in 0.004000068 sec., 1689471.2789882573 rows/sec., 110.12 MiB/sec. | ||
| 12597 | 2025.02.28 06:54:19.417040 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 12598 | 2025.02.28 06:54:19.417393 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_111_22} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12599 | 2025.02.28 06:54:19.417492 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_111_22} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 12600 | 2025.02.28 06:54:19.417598 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. | ||
| 12601 | 2025.02.28 06:54:20.975796 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 12602 | 2025.02.28 06:54:20.998994 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12603 | 2025.02.28 06:54:20.999088 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12604 | 2025.02.28 06:54:21.006923 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12605 | 2025.02.28 06:54:21.007714 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12606 | 2025.02.28 06:54:21.008032 [ 139 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12607 | 2025.02.28 06:54:21.008113 [ 139 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12608 | 2025.02.28 06:54:21.008161 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12609 | 2025.02.28 06:54:21.008444 [ 199 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 12610 | 2025.02.28 06:54:21.016431 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 12611 | 2025.02.28 06:54:21.017827 [ 199 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12612 | 2025.02.28 06:54:21.018731 [ 199 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 12613 | 2025.02.28 06:54:21.023411 [ 199 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 12614 | 2025.02.28 06:54:21.028073 [ 199 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 12615 | 2025.02.28 06:54:21.033264 [ 199 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 12616 | 2025.02.28 06:54:21.038895 [ 199 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 12617 | 2025.02.28 06:54:21.044850 [ 199 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 12618 | 2025.02.28 06:54:21.105784 [ 189 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.097515998 sec., 5106.854364552573 rows/sec., 26.41 MiB/sec. | ||
| 12619 | 2025.02.28 06:54:21.109356 [ 192 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12620 | 2025.02.28 06:54:21.112429 [ 192 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_66_13} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12621 | 2025.02.28 06:54:21.112559 [ 192 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_66_13} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12622 | 2025.02.28 06:54:21.114979 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.28 MiB. | ||
| 12623 | 2025.02.28 06:54:21.829960 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12624 | 2025.02.28 06:54:21.830188 [ 4 ] {ec4d1782-b48e-43a0-a322-b32346e910e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12625 | 2025.02.28 06:54:21.830269 [ 4 ] {ec4d1782-b48e-43a0-a322-b32346e910e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12626 | 2025.02.28 06:54:21.831236 [ 4 ] {ec4d1782-b48e-43a0-a322-b32346e910e9} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12627 | 2025.02.28 06:54:21.831289 [ 4 ] {ec4d1782-b48e-43a0-a322-b32346e910e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12628 | 2025.02.28 06:54:21.831738 [ 4 ] {ec4d1782-b48e-43a0-a322-b32346e910e9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12629 | 2025.02.28 06:54:21.832010 [ 4 ] {ec4d1782-b48e-43a0-a322-b32346e910e9} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12630 | 2025.02.28 06:54:21.832243 [ 4 ] {ec4d1782-b48e-43a0-a322-b32346e910e9} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002115 sec., 100236.40661938534 rows/sec., 6.37 MiB/sec. | ||
| 12631 | 2025.02.28 06:54:21.832305 [ 4 ] {ec4d1782-b48e-43a0-a322-b32346e910e9} <Debug> TCPHandler: Processed in 0.002532281 sec. | ||
| 12632 | 2025.02.28 06:54:21.832565 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12633 | 2025.02.28 06:54:21.832782 [ 255 ] {c4075624-99bb-4763-8b80-12396965a4a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12634 | 2025.02.28 06:54:21.832865 [ 255 ] {c4075624-99bb-4763-8b80-12396965a4a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12635 | 2025.02.28 06:54:21.833627 [ 255 ] {c4075624-99bb-4763-8b80-12396965a4a6} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12636 | 2025.02.28 06:54:21.833679 [ 255 ] {c4075624-99bb-4763-8b80-12396965a4a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12637 | 2025.02.28 06:54:21.834099 [ 255 ] {c4075624-99bb-4763-8b80-12396965a4a6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 12638 | 2025.02.28 06:54:21.834345 [ 255 ] {c4075624-99bb-4763-8b80-12396965a4a6} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12639 | 2025.02.28 06:54:21.834611 [ 255 ] {c4075624-99bb-4763-8b80-12396965a4a6} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001881 sec., 8506.113769271664 rows/sec., 693.61 KiB/sec. | ||
| 12640 | 2025.02.28 06:54:21.834734 [ 255 ] {c4075624-99bb-4763-8b80-12396965a4a6} <Debug> TCPHandler: Processed in 0.002308588 sec. | ||
| 12641 | 2025.02.28 06:54:21.834956 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12642 | 2025.02.28 06:54:21.835186 [ 4 ] {c9c59106-ac26-43c1-98ab-23175637da39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12643 | 2025.02.28 06:54:21.835280 [ 4 ] {c9c59106-ac26-43c1-98ab-23175637da39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12644 | 2025.02.28 06:54:21.836836 [ 4 ] {c9c59106-ac26-43c1-98ab-23175637da39} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12645 | 2025.02.28 06:54:21.836878 [ 4 ] {c9c59106-ac26-43c1-98ab-23175637da39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12646 | 2025.02.28 06:54:21.837367 [ 4 ] {c9c59106-ac26-43c1-98ab-23175637da39} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12647 | 2025.02.28 06:54:21.837626 [ 4 ] {c9c59106-ac26-43c1-98ab-23175637da39} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12648 | 2025.02.28 06:54:21.837844 [ 4 ] {c9c59106-ac26-43c1-98ab-23175637da39} <Debug> executeQuery: Read 1843 rows, 153.97 KiB in 0.002718 sec., 678072.1118469463 rows/sec., 55.32 MiB/sec. | ||
| 12649 | 2025.02.28 06:54:21.837897 [ 4 ] {c9c59106-ac26-43c1-98ab-23175637da39} <Debug> TCPHandler: Processed in 0.003044477 sec. | ||
| 12650 | 2025.02.28 06:54:21.838134 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12651 | 2025.02.28 06:54:21.838358 [ 255 ] {b65f33c8-9c7f-45b2-8e28-7aea263f58f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12652 | 2025.02.28 06:54:21.838450 [ 255 ] {b65f33c8-9c7f-45b2-8e28-7aea263f58f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12653 | 2025.02.28 06:54:21.839350 [ 255 ] {b65f33c8-9c7f-45b2-8e28-7aea263f58f0} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12654 | 2025.02.28 06:54:21.839391 [ 255 ] {b65f33c8-9c7f-45b2-8e28-7aea263f58f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12655 | 2025.02.28 06:54:21.839770 [ 255 ] {b65f33c8-9c7f-45b2-8e28-7aea263f58f0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12656 | 2025.02.28 06:54:21.840014 [ 255 ] {b65f33c8-9c7f-45b2-8e28-7aea263f58f0} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12657 | 2025.02.28 06:54:21.840216 [ 255 ] {b65f33c8-9c7f-45b2-8e28-7aea263f58f0} <Debug> executeQuery: Read 161 rows, 10.44 KiB in 0.001912 sec., 84205.0209205021 rows/sec., 5.33 MiB/sec. | ||
| 12658 | 2025.02.28 06:54:21.840267 [ 255 ] {b65f33c8-9c7f-45b2-8e28-7aea263f58f0} <Debug> TCPHandler: Processed in 0.002244517 sec. | ||
| 12659 | 2025.02.28 06:54:21.840403 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12660 | 2025.02.28 06:54:21.840520 [ 4 ] {d61f0e57-bf76-43c2-ba46-e090c5dda0fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12661 | 2025.02.28 06:54:21.840568 [ 4 ] {d61f0e57-bf76-43c2-ba46-e090c5dda0fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12662 | 2025.02.28 06:54:21.841248 [ 4 ] {d61f0e57-bf76-43c2-ba46-e090c5dda0fb} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12663 | 2025.02.28 06:54:21.841287 [ 4 ] {d61f0e57-bf76-43c2-ba46-e090c5dda0fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12664 | 2025.02.28 06:54:21.841671 [ 4 ] {d61f0e57-bf76-43c2-ba46-e090c5dda0fb} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12665 | 2025.02.28 06:54:21.841918 [ 4 ] {d61f0e57-bf76-43c2-ba46-e090c5dda0fb} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12666 | 2025.02.28 06:54:21.842126 [ 4 ] {d61f0e57-bf76-43c2-ba46-e090c5dda0fb} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.00163 sec., 209202.45398773006 rows/sec., 13.96 MiB/sec. | ||
| 12667 | 2025.02.28 06:54:21.842179 [ 4 ] {d61f0e57-bf76-43c2-ba46-e090c5dda0fb} <Debug> TCPHandler: Processed in 0.001830782 sec. | ||
| 12668 | 2025.02.28 06:54:21.842388 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12669 | 2025.02.28 06:54:21.842607 [ 255 ] {935c4c57-a76b-44d5-902b-a41044e672d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12670 | 2025.02.28 06:54:21.842693 [ 255 ] {935c4c57-a76b-44d5-902b-a41044e672d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12671 | 2025.02.28 06:54:21.843443 [ 255 ] {935c4c57-a76b-44d5-902b-a41044e672d7} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12672 | 2025.02.28 06:54:21.843481 [ 255 ] {935c4c57-a76b-44d5-902b-a41044e672d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12673 | 2025.02.28 06:54:21.843834 [ 255 ] {935c4c57-a76b-44d5-902b-a41044e672d7} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12674 | 2025.02.28 06:54:21.844070 [ 255 ] {935c4c57-a76b-44d5-902b-a41044e672d7} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12675 | 2025.02.28 06:54:21.844273 [ 255 ] {935c4c57-a76b-44d5-902b-a41044e672d7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00172 sec., 65116.27906976744 rows/sec., 3.71 MiB/sec. | ||
| 12676 | 2025.02.28 06:54:21.844324 [ 255 ] {935c4c57-a76b-44d5-902b-a41044e672d7} <Debug> TCPHandler: Processed in 0.002047195 sec. | ||
| 12677 | 2025.02.28 06:54:21.844457 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12678 | 2025.02.28 06:54:21.844572 [ 4 ] {24e48729-aa79-4a51-8f91-d76574bb6629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12679 | 2025.02.28 06:54:21.844621 [ 4 ] {24e48729-aa79-4a51-8f91-d76574bb6629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12680 | 2025.02.28 06:54:21.845476 [ 4 ] {24e48729-aa79-4a51-8f91-d76574bb6629} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12681 | 2025.02.28 06:54:21.845515 [ 4 ] {24e48729-aa79-4a51-8f91-d76574bb6629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12682 | 2025.02.28 06:54:21.845926 [ 4 ] {24e48729-aa79-4a51-8f91-d76574bb6629} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12683 | 2025.02.28 06:54:21.846188 [ 4 ] {24e48729-aa79-4a51-8f91-d76574bb6629} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12684 | 2025.02.28 06:54:21.846401 [ 4 ] {24e48729-aa79-4a51-8f91-d76574bb6629} <Debug> executeQuery: Read 893 rows, 66.30 KiB in 0.001852 sec., 482181.42548596114 rows/sec., 34.96 MiB/sec. | ||
| 12685 | 2025.02.28 06:54:21.846461 [ 4 ] {24e48729-aa79-4a51-8f91-d76574bb6629} <Debug> TCPHandler: Processed in 0.002058734 sec. | ||
| 12686 | 2025.02.28 06:54:21.846629 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12687 | 2025.02.28 06:54:21.846937 [ 255 ] {9b083314-c97f-4ec0-81ba-273f21f4caeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12688 | 2025.02.28 06:54:21.847019 [ 255 ] {9b083314-c97f-4ec0-81ba-273f21f4caeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12689 | 2025.02.28 06:54:21.847507 [ 255 ] {9b083314-c97f-4ec0-81ba-273f21f4caeb} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12690 | 2025.02.28 06:54:21.847545 [ 255 ] {9b083314-c97f-4ec0-81ba-273f21f4caeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12691 | 2025.02.28 06:54:21.847904 [ 255 ] {9b083314-c97f-4ec0-81ba-273f21f4caeb} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12692 | 2025.02.28 06:54:21.848139 [ 255 ] {9b083314-c97f-4ec0-81ba-273f21f4caeb} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12693 | 2025.02.28 06:54:21.848341 [ 255 ] {9b083314-c97f-4ec0-81ba-273f21f4caeb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001519 sec., 3949.9670836076366 rows/sec., 206.37 KiB/sec. | ||
| 12694 | 2025.02.28 06:54:21.848390 [ 255 ] {9b083314-c97f-4ec0-81ba-273f21f4caeb} <Debug> TCPHandler: Processed in 0.001851613 sec. | ||
| 12695 | 2025.02.28 06:54:21.848541 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12696 | 2025.02.28 06:54:21.848678 [ 4 ] {93437a44-3228-4ca3-9d54-c5ce948d4f8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12697 | 2025.02.28 06:54:21.848741 [ 4 ] {93437a44-3228-4ca3-9d54-c5ce948d4f8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12698 | 2025.02.28 06:54:21.849544 [ 4 ] {93437a44-3228-4ca3-9d54-c5ce948d4f8e} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12699 | 2025.02.28 06:54:21.849586 [ 4 ] {93437a44-3228-4ca3-9d54-c5ce948d4f8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12700 | 2025.02.28 06:54:21.850043 [ 4 ] {93437a44-3228-4ca3-9d54-c5ce948d4f8e} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12701 | 2025.02.28 06:54:21.850285 [ 4 ] {93437a44-3228-4ca3-9d54-c5ce948d4f8e} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12702 | 2025.02.28 06:54:21.850515 [ 4 ] {93437a44-3228-4ca3-9d54-c5ce948d4f8e} <Debug> executeQuery: Read 1027 rows, 70.10 KiB in 0.001865 sec., 550670.2412868633 rows/sec., 36.70 MiB/sec. | ||
| 12703 | 2025.02.28 06:54:21.850577 [ 4 ] {93437a44-3228-4ca3-9d54-c5ce948d4f8e} <Debug> TCPHandler: Processed in 0.002098486 sec. | ||
| 12704 | 2025.02.28 06:54:21.850747 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12705 | 2025.02.28 06:54:21.851030 [ 255 ] {2f7944b9-0a1b-4f1b-ac6b-5c0dff256b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12706 | 2025.02.28 06:54:21.851187 [ 255 ] {2f7944b9-0a1b-4f1b-ac6b-5c0dff256b78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12707 | 2025.02.28 06:54:21.851747 [ 255 ] {2f7944b9-0a1b-4f1b-ac6b-5c0dff256b78} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12708 | 2025.02.28 06:54:21.851785 [ 255 ] {2f7944b9-0a1b-4f1b-ac6b-5c0dff256b78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12709 | 2025.02.28 06:54:21.852139 [ 255 ] {2f7944b9-0a1b-4f1b-ac6b-5c0dff256b78} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12710 | 2025.02.28 06:54:21.852377 [ 255 ] {2f7944b9-0a1b-4f1b-ac6b-5c0dff256b78} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12711 | 2025.02.28 06:54:21.852585 [ 255 ] {2f7944b9-0a1b-4f1b-ac6b-5c0dff256b78} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001652 sec., 605.3268765133172 rows/sec., 40.79 KiB/sec. | ||
| 12712 | 2025.02.28 06:54:21.852633 [ 255 ] {2f7944b9-0a1b-4f1b-ac6b-5c0dff256b78} <Debug> TCPHandler: Processed in 0.001971253 sec. | ||
| 12713 | 2025.02.28 06:54:21.852778 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12714 | 2025.02.28 06:54:21.852894 [ 4 ] {d1e4c191-7dd7-48d1-8d16-7cbf4caccf58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12715 | 2025.02.28 06:54:21.852980 [ 4 ] {d1e4c191-7dd7-48d1-8d16-7cbf4caccf58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12716 | 2025.02.28 06:54:21.854286 [ 4 ] {d1e4c191-7dd7-48d1-8d16-7cbf4caccf58} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12717 | 2025.02.28 06:54:21.854324 [ 4 ] {d1e4c191-7dd7-48d1-8d16-7cbf4caccf58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12718 | 2025.02.28 06:54:21.854984 [ 4 ] {d1e4c191-7dd7-48d1-8d16-7cbf4caccf58} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12719 | 2025.02.28 06:54:21.855236 [ 4 ] {d1e4c191-7dd7-48d1-8d16-7cbf4caccf58} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12720 | 2025.02.28 06:54:21.855475 [ 4 ] {d1e4c191-7dd7-48d1-8d16-7cbf4caccf58} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002605 sec., 14971.209213051823 rows/sec., 26.83 MiB/sec. | ||
| 12721 | 2025.02.28 06:54:21.855567 [ 4 ] {d1e4c191-7dd7-48d1-8d16-7cbf4caccf58} <Debug> TCPHandler: Processed in 0.002843245 sec. | ||
| 12722 | 2025.02.28 06:54:21.855761 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12723 | 2025.02.28 06:54:21.855982 [ 255 ] {3ccf5520-3277-4f45-ac59-4bb0623205b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12724 | 2025.02.28 06:54:21.856046 [ 255 ] {3ccf5520-3277-4f45-ac59-4bb0623205b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12725 | 2025.02.28 06:54:21.856619 [ 255 ] {3ccf5520-3277-4f45-ac59-4bb0623205b4} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12726 | 2025.02.28 06:54:21.856664 [ 255 ] {3ccf5520-3277-4f45-ac59-4bb0623205b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12727 | 2025.02.28 06:54:21.857075 [ 255 ] {3ccf5520-3277-4f45-ac59-4bb0623205b4} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 12728 | 2025.02.28 06:54:21.857312 [ 255 ] {3ccf5520-3277-4f45-ac59-4bb0623205b4} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12729 | 2025.02.28 06:54:21.857523 [ 255 ] {3ccf5520-3277-4f45-ac59-4bb0623205b4} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001595 sec., 36363.63636363636 rows/sec., 2.25 MiB/sec. | ||
| 12730 | 2025.02.28 06:54:21.857572 [ 255 ] {3ccf5520-3277-4f45-ac59-4bb0623205b4} <Debug> TCPHandler: Processed in 0.001920103 sec. | ||
| 12731 | 2025.02.28 06:54:22.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 253.90 MiB, peak 266.77 MiB, free memory in arenas 0.00 B, will set to 252.79 MiB (RSS), difference: -1.11 MiB | ||
| 12732 | 2025.02.28 06:54:23.966486 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1782 | ||
| 12733 | 2025.02.28 06:54:23.969966 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12734 | 2025.02.28 06:54:23.970014 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12735 | 2025.02.28 06:54:23.971467 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12736 | 2025.02.28 06:54:23.971769 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12737 | 2025.02.28 06:54:23.973207 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1782 | ||
| 12738 | 2025.02.28 06:54:24.391620 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12739 | 2025.02.28 06:54:24.391838 [ 4 ] {2c2006cd-a234-437b-9e49-2fd636abd307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12740 | 2025.02.28 06:54:24.391922 [ 4 ] {2c2006cd-a234-437b-9e49-2fd636abd307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12741 | 2025.02.28 06:54:24.392819 [ 4 ] {2c2006cd-a234-437b-9e49-2fd636abd307} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12742 | 2025.02.28 06:54:24.392871 [ 4 ] {2c2006cd-a234-437b-9e49-2fd636abd307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12743 | 2025.02.28 06:54:24.393356 [ 4 ] {2c2006cd-a234-437b-9e49-2fd636abd307} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12744 | 2025.02.28 06:54:24.393653 [ 4 ] {2c2006cd-a234-437b-9e49-2fd636abd307} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12745 | 2025.02.28 06:54:24.393895 [ 4 ] {2c2006cd-a234-437b-9e49-2fd636abd307} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002114 sec., 26490.066225165563 rows/sec., 2.04 MiB/sec. | ||
| 12746 | 2025.02.28 06:54:24.393957 [ 4 ] {2c2006cd-a234-437b-9e49-2fd636abd307} <Debug> TCPHandler: Processed in 0.00248967 sec. | ||
| 12747 | 2025.02.28 06:54:24.394268 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12748 | 2025.02.28 06:54:24.394505 [ 255 ] {33976942-c098-495d-bd6c-8b4f22b0c014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12749 | 2025.02.28 06:54:24.394601 [ 255 ] {33976942-c098-495d-bd6c-8b4f22b0c014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12750 | 2025.02.28 06:54:24.395546 [ 255 ] {33976942-c098-495d-bd6c-8b4f22b0c014} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12751 | 2025.02.28 06:54:24.395605 [ 255 ] {33976942-c098-495d-bd6c-8b4f22b0c014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12752 | 2025.02.28 06:54:24.396089 [ 255 ] {33976942-c098-495d-bd6c-8b4f22b0c014} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12753 | 2025.02.28 06:54:24.396388 [ 255 ] {33976942-c098-495d-bd6c-8b4f22b0c014} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12754 | 2025.02.28 06:54:24.396652 [ 255 ] {33976942-c098-495d-bd6c-8b4f22b0c014} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002213 sec., 28920.018075011296 rows/sec., 2.26 MiB/sec. | ||
| 12755 | 2025.02.28 06:54:24.396729 [ 255 ] {33976942-c098-495d-bd6c-8b4f22b0c014} <Debug> TCPHandler: Processed in 0.002618862 sec. | ||
| 12756 | 2025.02.28 06:54:24.396893 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12757 | 2025.02.28 06:54:24.397018 [ 4 ] {d8faef2f-e74c-4881-b17b-81855fb63e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12758 | 2025.02.28 06:54:24.397087 [ 4 ] {d8faef2f-e74c-4881-b17b-81855fb63e4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12759 | 2025.02.28 06:54:24.397793 [ 4 ] {d8faef2f-e74c-4881-b17b-81855fb63e4d} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12760 | 2025.02.28 06:54:24.397843 [ 4 ] {d8faef2f-e74c-4881-b17b-81855fb63e4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12761 | 2025.02.28 06:54:24.398299 [ 4 ] {d8faef2f-e74c-4881-b17b-81855fb63e4d} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12762 | 2025.02.28 06:54:24.398561 [ 4 ] {d8faef2f-e74c-4881-b17b-81855fb63e4d} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12763 | 2025.02.28 06:54:24.398798 [ 4 ] {d8faef2f-e74c-4881-b17b-81855fb63e4d} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001805 sec., 35457.06371191136 rows/sec., 2.47 MiB/sec. | ||
| 12764 | 2025.02.28 06:54:24.398855 [ 4 ] {d8faef2f-e74c-4881-b17b-81855fb63e4d} <Debug> TCPHandler: Processed in 0.002024254 sec. | ||
| 12765 | 2025.02.28 06:54:24.399030 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12766 | 2025.02.28 06:54:24.399196 [ 255 ] {ee90f1af-237a-440e-b430-47793fd93000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12767 | 2025.02.28 06:54:24.399272 [ 255 ] {ee90f1af-237a-440e-b430-47793fd93000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12768 | 2025.02.28 06:54:24.399934 [ 255 ] {ee90f1af-237a-440e-b430-47793fd93000} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12769 | 2025.02.28 06:54:24.399985 [ 255 ] {ee90f1af-237a-440e-b430-47793fd93000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12770 | 2025.02.28 06:54:24.400432 [ 255 ] {ee90f1af-237a-440e-b430-47793fd93000} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 12771 | 2025.02.28 06:54:24.400717 [ 255 ] {ee90f1af-237a-440e-b430-47793fd93000} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12772 | 2025.02.28 06:54:24.400959 [ 255 ] {ee90f1af-237a-440e-b430-47793fd93000} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001805 sec., 13296.398891966759 rows/sec., 917.59 KiB/sec. | ||
| 12773 | 2025.02.28 06:54:24.401025 [ 255 ] {ee90f1af-237a-440e-b430-47793fd93000} <Debug> TCPHandler: Processed in 0.002062744 sec. | ||
| 12774 | 2025.02.28 06:54:26.321043 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744 | ||
| 12775 | 2025.02.28 06:54:26.322156 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12776 | 2025.02.28 06:54:26.322202 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12777 | 2025.02.28 06:54:26.322744 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12778 | 2025.02.28 06:54:26.323007 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12779 | 2025.02.28 06:54:26.323242 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 | ||
| 12780 | 2025.02.28 06:54:28.516603 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 12781 | 2025.02.28 06:54:28.535267 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12782 | 2025.02.28 06:54:28.535316 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12783 | 2025.02.28 06:54:28.542184 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12784 | 2025.02.28 06:54:28.542950 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12785 | 2025.02.28 06:54:28.545461 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 12786 | 2025.02.28 06:54:29.395409 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12787 | 2025.02.28 06:54:29.395714 [ 4 ] {9e16540d-3bf4-47fa-9159-5b269bd3ed5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12788 | 2025.02.28 06:54:29.395831 [ 4 ] {9e16540d-3bf4-47fa-9159-5b269bd3ed5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12789 | 2025.02.28 06:54:29.396821 [ 4 ] {9e16540d-3bf4-47fa-9159-5b269bd3ed5d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12790 | 2025.02.28 06:54:29.396871 [ 4 ] {9e16540d-3bf4-47fa-9159-5b269bd3ed5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12791 | 2025.02.28 06:54:29.397321 [ 4 ] {9e16540d-3bf4-47fa-9159-5b269bd3ed5d} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12792 | 2025.02.28 06:54:29.397580 [ 4 ] {9e16540d-3bf4-47fa-9159-5b269bd3ed5d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12793 | 2025.02.28 06:54:29.397809 [ 4 ] {9e16540d-3bf4-47fa-9159-5b269bd3ed5d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00218 sec., 25688.07339449541 rows/sec., 1.97 MiB/sec. | ||
| 12794 | 2025.02.28 06:54:29.397876 [ 4 ] {9e16540d-3bf4-47fa-9159-5b269bd3ed5d} <Debug> TCPHandler: Processed in 0.002655142 sec. | ||
| 12795 | 2025.02.28 06:54:29.398213 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12796 | 2025.02.28 06:54:29.398515 [ 255 ] {1ddadf49-f614-47a1-88f5-c2450f441aa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12797 | 2025.02.28 06:54:29.398633 [ 255 ] {1ddadf49-f614-47a1-88f5-c2450f441aa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12798 | 2025.02.28 06:54:29.399674 [ 255 ] {1ddadf49-f614-47a1-88f5-c2450f441aa1} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12799 | 2025.02.28 06:54:29.399724 [ 255 ] {1ddadf49-f614-47a1-88f5-c2450f441aa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12800 | 2025.02.28 06:54:29.400173 [ 255 ] {1ddadf49-f614-47a1-88f5-c2450f441aa1} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12801 | 2025.02.28 06:54:29.400428 [ 255 ] {1ddadf49-f614-47a1-88f5-c2450f441aa1} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12802 | 2025.02.28 06:54:29.400668 [ 255 ] {1ddadf49-f614-47a1-88f5-c2450f441aa1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002235 sec., 28635.346756152125 rows/sec., 2.24 MiB/sec. | ||
| 12803 | 2025.02.28 06:54:29.400735 [ 255 ] {1ddadf49-f614-47a1-88f5-c2450f441aa1} <Debug> TCPHandler: Processed in 0.002711122 sec. | ||
| 12804 | 2025.02.28 06:54:29.400878 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12805 | 2025.02.28 06:54:29.401001 [ 4 ] {796975d9-f3b5-4f91-aa08-d794b2ff0caf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12806 | 2025.02.28 06:54:29.401058 [ 4 ] {796975d9-f3b5-4f91-aa08-d794b2ff0caf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12807 | 2025.02.28 06:54:29.401642 [ 4 ] {796975d9-f3b5-4f91-aa08-d794b2ff0caf} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12808 | 2025.02.28 06:54:29.401682 [ 4 ] {796975d9-f3b5-4f91-aa08-d794b2ff0caf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12809 | 2025.02.28 06:54:29.402097 [ 4 ] {796975d9-f3b5-4f91-aa08-d794b2ff0caf} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12810 | 2025.02.28 06:54:29.402336 [ 4 ] {796975d9-f3b5-4f91-aa08-d794b2ff0caf} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12811 | 2025.02.28 06:54:29.402573 [ 4 ] {796975d9-f3b5-4f91-aa08-d794b2ff0caf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001598 sec., 100125.15644555695 rows/sec., 6.97 MiB/sec. | ||
| 12812 | 2025.02.28 06:54:29.402645 [ 4 ] {796975d9-f3b5-4f91-aa08-d794b2ff0caf} <Debug> TCPHandler: Processed in 0.001815002 sec. | ||
| 12813 | 2025.02.28 06:54:29.402839 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12814 | 2025.02.28 06:54:29.403051 [ 255 ] {9ec37334-cbd4-46f2-b9d6-bea042791b66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12815 | 2025.02.28 06:54:29.403120 [ 255 ] {9ec37334-cbd4-46f2-b9d6-bea042791b66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12816 | 2025.02.28 06:54:29.403661 [ 255 ] {9ec37334-cbd4-46f2-b9d6-bea042791b66} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12817 | 2025.02.28 06:54:29.403701 [ 255 ] {9ec37334-cbd4-46f2-b9d6-bea042791b66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12818 | 2025.02.28 06:54:29.404099 [ 255 ] {9ec37334-cbd4-46f2-b9d6-bea042791b66} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 12819 | 2025.02.28 06:54:29.404344 [ 255 ] {9ec37334-cbd4-46f2-b9d6-bea042791b66} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12820 | 2025.02.28 06:54:29.404567 [ 255 ] {9ec37334-cbd4-46f2-b9d6-bea042791b66} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001572 sec., 38167.93893129771 rows/sec., 2.57 MiB/sec. | ||
| 12821 | 2025.02.28 06:54:29.404627 [ 255 ] {9ec37334-cbd4-46f2-b9d6-bea042791b66} <Debug> TCPHandler: Processed in 0.001875303 sec. | ||
| 12822 | 2025.02.28 06:54:33.625229 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12823 | 2025.02.28 06:54:33.625323 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12824 | 2025.02.28 06:54:33.823494 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171 | ||
| 12825 | 2025.02.28 06:54:33.824144 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12826 | 2025.02.28 06:54:33.824195 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12827 | 2025.02.28 06:54:33.824737 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12828 | 2025.02.28 06:54:33.824998 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12829 | 2025.02.28 06:54:33.825263 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 12830 | 2025.02.28 06:54:33.973652 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1798 | ||
| 12831 | 2025.02.28 06:54:33.976701 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12832 | 2025.02.28 06:54:33.976751 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12833 | 2025.02.28 06:54:33.978200 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 12834 | 2025.02.28 06:54:33.978517 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12835 | 2025.02.28 06:54:33.980197 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1798 | ||
| 12836 | 2025.02.28 06:54:34.403974 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12837 | 2025.02.28 06:54:34.404165 [ 4 ] {7a132618-9915-4ba6-abcc-d42a55a88903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12838 | 2025.02.28 06:54:34.404240 [ 4 ] {7a132618-9915-4ba6-abcc-d42a55a88903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12839 | 2025.02.28 06:54:34.405097 [ 4 ] {7a132618-9915-4ba6-abcc-d42a55a88903} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12840 | 2025.02.28 06:54:34.405152 [ 4 ] {7a132618-9915-4ba6-abcc-d42a55a88903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12841 | 2025.02.28 06:54:34.405612 [ 4 ] {7a132618-9915-4ba6-abcc-d42a55a88903} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12842 | 2025.02.28 06:54:34.405870 [ 4 ] {7a132618-9915-4ba6-abcc-d42a55a88903} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12843 | 2025.02.28 06:54:34.406088 [ 126 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 12844 | 2025.02.28 06:54:34.406127 [ 4 ] {7a132618-9915-4ba6-abcc-d42a55a88903} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002007 sec., 105630.29397110114 rows/sec., 6.72 MiB/sec. | ||
| 12845 | 2025.02.28 06:54:34.406174 [ 126 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12846 | 2025.02.28 06:54:34.406240 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12847 | 2025.02.28 06:54:34.406273 [ 4 ] {7a132618-9915-4ba6-abcc-d42a55a88903} <Debug> TCPHandler: Processed in 0.002429769 sec. | ||
| 12848 | 2025.02.28 06:54:34.406563 [ 194 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::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 | ||
| 12849 | 2025.02.28 06:54:34.406588 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12850 | 2025.02.28 06:54:34.407033 [ 255 ] {526c39a3-2238-4f59-b84f-05c38f12424d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12851 | 2025.02.28 06:54:34.407173 [ 194 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12852 | 2025.02.28 06:54:34.407220 [ 255 ] {526c39a3-2238-4f59-b84f-05c38f12424d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12853 | 2025.02.28 06:54:34.407356 [ 194 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 212 rows starting from the beginning of the part | ||
| 12854 | 2025.02.28 06:54:34.407728 [ 194 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 212 rows starting from the beginning of the part | ||
| 12855 | 2025.02.28 06:54:34.408036 [ 194 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 212 rows starting from the beginning of the part | ||
| 12856 | 2025.02.28 06:54:34.408355 [ 194 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 212 rows starting from the beginning of the part | ||
| 12857 | 2025.02.28 06:54:34.408694 [ 194 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 212 rows starting from the beginning of the part | ||
| 12858 | 2025.02.28 06:54:34.410753 [ 255 ] {526c39a3-2238-4f59-b84f-05c38f12424d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12859 | 2025.02.28 06:54:34.410835 [ 255 ] {526c39a3-2238-4f59-b84f-05c38f12424d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12860 | 2025.02.28 06:54:34.411402 [ 194 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.005065321 sec., 209266.10574137353 rows/sec., 14.11 MiB/sec. | ||
| 12861 | 2025.02.28 06:54:34.411618 [ 194 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 12862 | 2025.02.28 06:54:34.411736 [ 255 ] {526c39a3-2238-4f59-b84f-05c38f12424d} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12863 | 2025.02.28 06:54:34.412045 [ 194 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_49_12} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12864 | 2025.02.28 06:54:34.412191 [ 255 ] {526c39a3-2238-4f59-b84f-05c38f12424d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12865 | 2025.02.28 06:54:34.412256 [ 194 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_49_12} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 12866 | 2025.02.28 06:54:34.412401 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 12867 | 2025.02.28 06:54:34.412597 [ 255 ] {526c39a3-2238-4f59-b84f-05c38f12424d} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.005723 sec., 121439.80429844487 rows/sec., 9.70 MiB/sec. | ||
| 12868 | 2025.02.28 06:54:34.412728 [ 255 ] {526c39a3-2238-4f59-b84f-05c38f12424d} <Debug> TCPHandler: Processed in 0.006335216 sec. | ||
| 12869 | 2025.02.28 06:54:34.412910 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12870 | 2025.02.28 06:54:34.413115 [ 4 ] {62fd72da-756d-4dd7-83e1-daf4b9ce3bbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12871 | 2025.02.28 06:54:34.413180 [ 4 ] {62fd72da-756d-4dd7-83e1-daf4b9ce3bbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12872 | 2025.02.28 06:54:34.413905 [ 4 ] {62fd72da-756d-4dd7-83e1-daf4b9ce3bbe} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12873 | 2025.02.28 06:54:34.413946 [ 4 ] {62fd72da-756d-4dd7-83e1-daf4b9ce3bbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12874 | 2025.02.28 06:54:34.414338 [ 4 ] {62fd72da-756d-4dd7-83e1-daf4b9ce3bbe} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12875 | 2025.02.28 06:54:34.414580 [ 4 ] {62fd72da-756d-4dd7-83e1-daf4b9ce3bbe} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12876 | 2025.02.28 06:54:34.414794 [ 4 ] {62fd72da-756d-4dd7-83e1-daf4b9ce3bbe} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001733 sec., 83669.93652625506 rows/sec., 5.25 MiB/sec. | ||
| 12877 | 2025.02.28 06:54:34.414851 [ 4 ] {62fd72da-756d-4dd7-83e1-daf4b9ce3bbe} <Debug> TCPHandler: Processed in 0.002032074 sec. | ||
| 12878 | 2025.02.28 06:54:34.415039 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12879 | 2025.02.28 06:54:34.415180 [ 255 ] {6d4c563e-7824-4e9e-a4e7-0e41c6589218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12880 | 2025.02.28 06:54:34.415239 [ 255 ] {6d4c563e-7824-4e9e-a4e7-0e41c6589218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12881 | 2025.02.28 06:54:34.415902 [ 255 ] {6d4c563e-7824-4e9e-a4e7-0e41c6589218} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12882 | 2025.02.28 06:54:34.415943 [ 255 ] {6d4c563e-7824-4e9e-a4e7-0e41c6589218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12883 | 2025.02.28 06:54:34.416299 [ 255 ] {6d4c563e-7824-4e9e-a4e7-0e41c6589218} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12884 | 2025.02.28 06:54:34.416532 [ 255 ] {6d4c563e-7824-4e9e-a4e7-0e41c6589218} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12885 | 2025.02.28 06:54:34.416743 [ 255 ] {6d4c563e-7824-4e9e-a4e7-0e41c6589218} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001594 sec., 70890.84065244668 rows/sec., 4.59 MiB/sec. | ||
| 12886 | 2025.02.28 06:54:34.416796 [ 255 ] {6d4c563e-7824-4e9e-a4e7-0e41c6589218} <Debug> TCPHandler: Processed in 0.001825502 sec. | ||
| 12887 | 2025.02.28 06:54:34.416948 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12888 | 2025.02.28 06:54:34.417067 [ 4 ] {5226b741-0804-4409-b37a-7913dd463e40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12889 | 2025.02.28 06:54:34.417116 [ 4 ] {5226b741-0804-4409-b37a-7913dd463e40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12890 | 2025.02.28 06:54:34.417737 [ 4 ] {5226b741-0804-4409-b37a-7913dd463e40} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12891 | 2025.02.28 06:54:34.417777 [ 4 ] {5226b741-0804-4409-b37a-7913dd463e40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12892 | 2025.02.28 06:54:34.418140 [ 4 ] {5226b741-0804-4409-b37a-7913dd463e40} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12893 | 2025.02.28 06:54:34.418392 [ 4 ] {5226b741-0804-4409-b37a-7913dd463e40} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12894 | 2025.02.28 06:54:34.418556 [ 126 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 12895 | 2025.02.28 06:54:34.418615 [ 126 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12896 | 2025.02.28 06:54:34.418631 [ 4 ] {5226b741-0804-4409-b37a-7913dd463e40} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001577 sec., 71020.92580849714 rows/sec., 4.05 MiB/sec. | ||
| 12897 | 2025.02.28 06:54:34.418660 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12898 | 2025.02.28 06:54:34.418776 [ 4 ] {5226b741-0804-4409-b37a-7913dd463e40} <Debug> TCPHandler: Processed in 0.001875062 sec. | ||
| 12899 | 2025.02.28 06:54:34.419011 [ 189 ] {ae10649f-1e0a-4033-8240-a3be65056305::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 | ||
| 12900 | 2025.02.28 06:54:34.419050 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12901 | 2025.02.28 06:54:34.419346 [ 255 ] {7ebc242c-57a3-478f-81da-305390cf50a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12902 | 2025.02.28 06:54:34.419414 [ 189 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12903 | 2025.02.28 06:54:34.419462 [ 255 ] {7ebc242c-57a3-478f-81da-305390cf50a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12904 | 2025.02.28 06:54:34.419496 [ 189 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 112 rows starting from the beginning of the part | ||
| 12905 | 2025.02.28 06:54:34.419756 [ 189 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 112 rows starting from the beginning of the part | ||
| 12906 | 2025.02.28 06:54:34.419952 [ 189 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 112 rows starting from the beginning of the part | ||
| 12907 | 2025.02.28 06:54:34.420157 [ 189 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 112 rows starting from the beginning of the part | ||
| 12908 | 2025.02.28 06:54:34.420378 [ 189 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 112 rows starting from the beginning of the part | ||
| 12909 | 2025.02.28 06:54:34.421364 [ 255 ] {7ebc242c-57a3-478f-81da-305390cf50a7} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12910 | 2025.02.28 06:54:34.421409 [ 255 ] {7ebc242c-57a3-478f-81da-305390cf50a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12911 | 2025.02.28 06:54:34.421877 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003076947 sec., 181998.58496100194 rows/sec., 11.06 MiB/sec. | ||
| 12912 | 2025.02.28 06:54:34.422052 [ 255 ] {7ebc242c-57a3-478f-81da-305390cf50a7} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12913 | 2025.02.28 06:54:34.422077 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 12914 | 2025.02.28 06:54:34.422495 [ 255 ] {7ebc242c-57a3-478f-81da-305390cf50a7} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12915 | 2025.02.28 06:54:34.422606 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_49_12} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12916 | 2025.02.28 06:54:34.422858 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_49_12} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 12917 | 2025.02.28 06:54:34.423001 [ 255 ] {7ebc242c-57a3-478f-81da-305390cf50a7} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.003691 sec., 114061.23001896506 rows/sec., 8.12 MiB/sec. | ||
| 12918 | 2025.02.28 06:54:34.423059 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 12919 | 2025.02.28 06:54:34.423272 [ 255 ] {7ebc242c-57a3-478f-81da-305390cf50a7} <Debug> TCPHandler: Processed in 0.004358322 sec. | ||
| 12920 | 2025.02.28 06:54:34.423487 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12921 | 2025.02.28 06:54:34.423646 [ 4 ] {d118398c-e038-4a46-b45d-e92d21cb6ff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12922 | 2025.02.28 06:54:34.423696 [ 4 ] {d118398c-e038-4a46-b45d-e92d21cb6ff3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12923 | 2025.02.28 06:54:34.424166 [ 4 ] {d118398c-e038-4a46-b45d-e92d21cb6ff3} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12924 | 2025.02.28 06:54:34.424205 [ 4 ] {d118398c-e038-4a46-b45d-e92d21cb6ff3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12925 | 2025.02.28 06:54:34.424572 [ 4 ] {d118398c-e038-4a46-b45d-e92d21cb6ff3} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12926 | 2025.02.28 06:54:34.424811 [ 4 ] {d118398c-e038-4a46-b45d-e92d21cb6ff3} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12927 | 2025.02.28 06:54:34.425063 [ 4 ] {d118398c-e038-4a46-b45d-e92d21cb6ff3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001446 sec., 4149.377593360996 rows/sec., 216.79 KiB/sec. | ||
| 12928 | 2025.02.28 06:54:34.425215 [ 4 ] {d118398c-e038-4a46-b45d-e92d21cb6ff3} <Debug> TCPHandler: Processed in 0.001815101 sec. | ||
| 12929 | 2025.02.28 06:54:34.425482 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12930 | 2025.02.28 06:54:34.425619 [ 255 ] {a798704e-ed5f-4f76-95a0-e3538213c2e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12931 | 2025.02.28 06:54:34.425682 [ 255 ] {a798704e-ed5f-4f76-95a0-e3538213c2e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12932 | 2025.02.28 06:54:34.426356 [ 255 ] {a798704e-ed5f-4f76-95a0-e3538213c2e1} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12933 | 2025.02.28 06:54:34.426403 [ 255 ] {a798704e-ed5f-4f76-95a0-e3538213c2e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12934 | 2025.02.28 06:54:34.426809 [ 255 ] {a798704e-ed5f-4f76-95a0-e3538213c2e1} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12935 | 2025.02.28 06:54:34.427070 [ 255 ] {a798704e-ed5f-4f76-95a0-e3538213c2e1} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12936 | 2025.02.28 06:54:34.427285 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0 | ||
| 12937 | 2025.02.28 06:54:34.427296 [ 255 ] {a798704e-ed5f-4f76-95a0-e3538213c2e1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001703 sec., 139166.17733411625 rows/sec., 9.33 MiB/sec. | ||
| 12938 | 2025.02.28 06:54:34.427372 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12939 | 2025.02.28 06:54:34.427455 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12940 | 2025.02.28 06:54:34.427461 [ 255 ] {a798704e-ed5f-4f76-95a0-e3538213c2e1} <Debug> TCPHandler: Processed in 0.002136265 sec. | ||
| 12941 | 2025.02.28 06:54:34.427803 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_115_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_110_22 to all_115_115_0 into Compact with storage Full | ||
| 12942 | 2025.02.28 06:54:34.427819 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12943 | 2025.02.28 06:54:34.428219 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_115_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12944 | 2025.02.28 06:54:34.428403 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_110_22, total 32830 rows starting from the beginning of the part | ||
| 12945 | 2025.02.28 06:54:34.428481 [ 4 ] {f02658e6-01e4-4ab7-a9d0-ecce1da3e0ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12946 | 2025.02.28 06:54:34.428704 [ 4 ] {f02658e6-01e4-4ab7-a9d0-ecce1da3e0ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12947 | 2025.02.28 06:54:34.429242 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part | ||
| 12948 | 2025.02.28 06:54:34.429977 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1027 rows starting from the beginning of the part | ||
| 12949 | 2025.02.28 06:54:34.430776 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part | ||
| 12950 | 2025.02.28 06:54:34.431239 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part | ||
| 12951 | 2025.02.28 06:54:34.431510 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 237 rows starting from the beginning of the part | ||
| 12952 | 2025.02.28 06:54:34.432072 [ 4 ] {f02658e6-01e4-4ab7-a9d0-ecce1da3e0ec} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12953 | 2025.02.28 06:54:34.432148 [ 4 ] {f02658e6-01e4-4ab7-a9d0-ecce1da3e0ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12954 | 2025.02.28 06:54:34.432946 [ 4 ] {f02658e6-01e4-4ab7-a9d0-ecce1da3e0ec} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12955 | 2025.02.28 06:54:34.433276 [ 4 ] {f02658e6-01e4-4ab7-a9d0-ecce1da3e0ec} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12956 | 2025.02.28 06:54:34.433660 [ 4 ] {f02658e6-01e4-4ab7-a9d0-ecce1da3e0ec} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005377 sec., 185.9773107680863 rows/sec., 12.53 KiB/sec. | ||
| 12957 | 2025.02.28 06:54:34.433994 [ 4 ] {f02658e6-01e4-4ab7-a9d0-ecce1da3e0ec} <Debug> TCPHandler: Processed in 0.006398416 sec. | ||
| 12958 | 2025.02.28 06:54:34.434501 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12959 | 2025.02.28 06:54:34.434849 [ 255 ] {ac219e53-25e9-4771-a259-67835776d0ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12960 | 2025.02.28 06:54:34.435097 [ 255 ] {ac219e53-25e9-4771-a259-67835776d0ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12961 | 2025.02.28 06:54:34.436892 [ 255 ] {ac219e53-25e9-4771-a259-67835776d0ca} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12962 | 2025.02.28 06:54:34.436935 [ 255 ] {ac219e53-25e9-4771-a259-67835776d0ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12963 | 2025.02.28 06:54:34.437871 [ 255 ] {ac219e53-25e9-4771-a259-67835776d0ca} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12964 | 2025.02.28 06:54:34.438264 [ 255 ] {ac219e53-25e9-4771-a259-67835776d0ca} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12965 | 2025.02.28 06:54:34.438587 [ 255 ] {ac219e53-25e9-4771-a259-67835776d0ca} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003831 sec., 10180.109631949883 rows/sec., 18.24 MiB/sec. | ||
| 12966 | 2025.02.28 06:54:34.438784 [ 255 ] {ac219e53-25e9-4771-a259-67835776d0ca} <Debug> TCPHandler: Processed in 0.004621435 sec. | ||
| 12967 | 2025.02.28 06:54:34.438984 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12968 | 2025.02.28 06:54:34.439132 [ 4 ] {7ae6c773-e39a-4641-8f08-bb3fd5b82bdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12969 | 2025.02.28 06:54:34.439187 [ 4 ] {7ae6c773-e39a-4641-8f08-bb3fd5b82bdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12970 | 2025.02.28 06:54:34.439877 [ 4 ] {7ae6c773-e39a-4641-8f08-bb3fd5b82bdb} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12971 | 2025.02.28 06:54:34.439937 [ 4 ] {7ae6c773-e39a-4641-8f08-bb3fd5b82bdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12972 | 2025.02.28 06:54:34.440369 [ 4 ] {7ae6c773-e39a-4641-8f08-bb3fd5b82bdb} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 12973 | 2025.02.28 06:54:34.440713 [ 4 ] {7ae6c773-e39a-4641-8f08-bb3fd5b82bdb} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12974 | 2025.02.28 06:54:34.440953 [ 4 ] {7ae6c773-e39a-4641-8f08-bb3fd5b82bdb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001856 sec., 44181.03448275862 rows/sec., 2.81 MiB/sec. | ||
| 12975 | 2025.02.28 06:54:34.441099 [ 4 ] {7ae6c773-e39a-4641-8f08-bb3fd5b82bdb} <Debug> TCPHandler: Processed in 0.002174216 sec. | ||
| 12976 | 2025.02.28 06:54:34.441430 [ 191 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_115_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34478 rows, containing 5 columns (5 merged, 0 gathered) in 0.013866727 sec., 2486383.4126106324 rows/sec., 167.87 MiB/sec. | ||
| 12977 | 2025.02.28 06:54:34.441767 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_115_23} <Trace> MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) | ||
| 12978 | 2025.02.28 06:54:34.442133 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12979 | 2025.02.28 06:54:34.442228 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23 | ||
| 12980 | 2025.02.28 06:54:34.442336 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 12981 | 2025.02.28 06:54:36.045627 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 12982 | 2025.02.28 06:54:36.066747 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12983 | 2025.02.28 06:54:36.066812 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 12984 | 2025.02.28 06:54:36.074285 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 12985 | 2025.02.28 06:54:36.075089 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12986 | 2025.02.28 06:54:36.078530 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 12987 | 2025.02.28 06:54:39.396130 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12988 | 2025.02.28 06:54:39.396339 [ 4 ] {456d7b90-d4c8-45fb-a3fc-49f75fb259ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12989 | 2025.02.28 06:54:39.396417 [ 4 ] {456d7b90-d4c8-45fb-a3fc-49f75fb259ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12990 | 2025.02.28 06:54:39.397209 [ 4 ] {456d7b90-d4c8-45fb-a3fc-49f75fb259ba} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12991 | 2025.02.28 06:54:39.397265 [ 4 ] {456d7b90-d4c8-45fb-a3fc-49f75fb259ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 12992 | 2025.02.28 06:54:39.397707 [ 4 ] {456d7b90-d4c8-45fb-a3fc-49f75fb259ba} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 12993 | 2025.02.28 06:54:39.397973 [ 4 ] {456d7b90-d4c8-45fb-a3fc-49f75fb259ba} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12994 | 2025.02.28 06:54:39.398194 [ 118 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 12995 | 2025.02.28 06:54:39.398220 [ 4 ] {456d7b90-d4c8-45fb-a3fc-49f75fb259ba} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00193 sec., 29015.544041450776 rows/sec., 2.23 MiB/sec. | ||
| 12996 | 2025.02.28 06:54:39.398292 [ 118 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12997 | 2025.02.28 06:54:39.398377 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 12998 | 2025.02.28 06:54:39.398384 [ 4 ] {456d7b90-d4c8-45fb-a3fc-49f75fb259ba} <Debug> TCPHandler: Processed in 0.002390289 sec. | ||
| 12999 | 2025.02.28 06:54:39.398646 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 13000 | 2025.02.28 06:54:39.398704 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13001 | 2025.02.28 06:54:39.398861 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13002 | 2025.02.28 06:54:39.398942 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1844 rows starting from the beginning of the part | ||
| 13003 | 2025.02.28 06:54:39.399006 [ 255 ] {d6d7ef28-54c4-4974-bbf7-5c09e976723a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13004 | 2025.02.28 06:54:39.399126 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1843 rows starting from the beginning of the part | ||
| 13005 | 2025.02.28 06:54:39.399232 [ 255 ] {d6d7ef28-54c4-4974-bbf7-5c09e976723a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13006 | 2025.02.28 06:54:39.399505 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 56 rows starting from the beginning of the part | ||
| 13007 | 2025.02.28 06:54:39.399886 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 56 rows starting from the beginning of the part | ||
| 13008 | 2025.02.28 06:54:39.400138 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 695 rows starting from the beginning of the part | ||
| 13009 | 2025.02.28 06:54:39.400426 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 13010 | 2025.02.28 06:54:39.402102 [ 255 ] {d6d7ef28-54c4-4974-bbf7-5c09e976723a} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13011 | 2025.02.28 06:54:39.402182 [ 255 ] {d6d7ef28-54c4-4974-bbf7-5c09e976723a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13012 | 2025.02.28 06:54:39.403261 [ 255 ] {d6d7ef28-54c4-4974-bbf7-5c09e976723a} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13013 | 2025.02.28 06:54:39.403568 [ 255 ] {d6d7ef28-54c4-4974-bbf7-5c09e976723a} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13014 | 2025.02.28 06:54:39.403792 [ 118 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 13015 | 2025.02.28 06:54:39.403846 [ 118 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13016 | 2025.02.28 06:54:39.403926 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13017 | 2025.02.28 06:54:39.403940 [ 255 ] {d6d7ef28-54c4-4974-bbf7-5c09e976723a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005004 sec., 12789.76818545164 rows/sec., 1022.23 KiB/sec. | ||
| 13018 | 2025.02.28 06:54:39.404573 [ 255 ] {d6d7ef28-54c4-4974-bbf7-5c09e976723a} <Debug> TCPHandler: Processed in 0.006058892 sec. | ||
| 13019 | 2025.02.28 06:54:39.404594 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 13020 | 2025.02.28 06:54:39.404906 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13021 | 2025.02.28 06:54:39.405049 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4550 rows, containing 5 columns (5 merged, 0 gathered) in 0.006542988 sec., 695400.9391427892 rows/sec., 59.08 MiB/sec. | ||
| 13022 | 2025.02.28 06:54:39.405357 [ 4 ] {37e4e7a8-dfb1-4a98-a6c7-9ba0af17d23d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13023 | 2025.02.28 06:54:39.405506 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13024 | 2025.02.28 06:54:39.405575 [ 4 ] {37e4e7a8-dfb1-4a98-a6c7-9ba0af17d23d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13025 | 2025.02.28 06:54:39.406061 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13026 | 2025.02.28 06:54:39.406619 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_116_23} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13027 | 2025.02.28 06:54:39.406980 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_116_23} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13028 | 2025.02.28 06:54:39.407282 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 913 rows starting from the beginning of the part | ||
| 13029 | 2025.02.28 06:54:39.407310 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 13030 | 2025.02.28 06:54:39.408277 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 893 rows starting from the beginning of the part | ||
| 13031 | 2025.02.28 06:54:39.408844 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part | ||
| 13032 | 2025.02.28 06:54:39.409205 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 64 rows starting from the beginning of the part | ||
| 13033 | 2025.02.28 06:54:39.409270 [ 4 ] {37e4e7a8-dfb1-4a98-a6c7-9ba0af17d23d} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13034 | 2025.02.28 06:54:39.409384 [ 4 ] {37e4e7a8-dfb1-4a98-a6c7-9ba0af17d23d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13035 | 2025.02.28 06:54:39.409384 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 421 rows starting from the beginning of the part | ||
| 13036 | 2025.02.28 06:54:39.409756 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 13037 | 2025.02.28 06:54:39.410776 [ 4 ] {37e4e7a8-dfb1-4a98-a6c7-9ba0af17d23d} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13038 | 2025.02.28 06:54:39.411238 [ 4 ] {37e4e7a8-dfb1-4a98-a6c7-9ba0af17d23d} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13039 | 2025.02.28 06:54:39.411782 [ 4 ] {37e4e7a8-dfb1-4a98-a6c7-9ba0af17d23d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006563 sec., 24379.094926100868 rows/sec., 1.70 MiB/sec. | ||
| 13040 | 2025.02.28 06:54:39.411983 [ 4 ] {37e4e7a8-dfb1-4a98-a6c7-9ba0af17d23d} <Debug> TCPHandler: Processed in 0.007266587 sec. | ||
| 13041 | 2025.02.28 06:54:39.412181 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13042 | 2025.02.28 06:54:39.412320 [ 255 ] {f33e9cfb-c476-4701-8622-4dead4cb2072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13043 | 2025.02.28 06:54:39.412380 [ 255 ] {f33e9cfb-c476-4701-8622-4dead4cb2072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13044 | 2025.02.28 06:54:39.412836 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.008769375 sec., 275846.34024659684 rows/sec., 21.13 MiB/sec. | ||
| 13045 | 2025.02.28 06:54:39.413075 [ 255 ] {f33e9cfb-c476-4701-8622-4dead4cb2072} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13046 | 2025.02.28 06:54:39.413112 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13047 | 2025.02.28 06:54:39.413141 [ 255 ] {f33e9cfb-c476-4701-8622-4dead4cb2072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13048 | 2025.02.28 06:54:39.413689 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_116_23} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13049 | 2025.02.28 06:54:39.413875 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_116_23} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13050 | 2025.02.28 06:54:39.413875 [ 255 ] {f33e9cfb-c476-4701-8622-4dead4cb2072} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 13051 | 2025.02.28 06:54:39.414030 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 13052 | 2025.02.28 06:54:39.414246 [ 255 ] {f33e9cfb-c476-4701-8622-4dead4cb2072} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13053 | 2025.02.28 06:54:39.414435 [ 118 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 13054 | 2025.02.28 06:54:39.414500 [ 118 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13055 | 2025.02.28 06:54:39.414514 [ 255 ] {f33e9cfb-c476-4701-8622-4dead4cb2072} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002215 sec., 27088.03611738149 rows/sec., 1.83 MiB/sec. | ||
| 13056 | 2025.02.28 06:54:39.414548 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13057 | 2025.02.28 06:54:39.414718 [ 255 ] {f33e9cfb-c476-4701-8622-4dead4cb2072} <Debug> TCPHandler: Processed in 0.002633752 sec. | ||
| 13058 | 2025.02.28 06:54:39.414930 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 13059 | 2025.02.28 06:54:39.415274 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13060 | 2025.02.28 06:54:39.415369 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6758 rows starting from the beginning of the part | ||
| 13061 | 2025.02.28 06:54:39.415750 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 58 rows starting from the beginning of the part | ||
| 13062 | 2025.02.28 06:54:39.416094 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 24 rows starting from the beginning of the part | ||
| 13063 | 2025.02.28 06:54:39.416448 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part | ||
| 13064 | 2025.02.28 06:54:39.416779 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 82 rows starting from the beginning of the part | ||
| 13065 | 2025.02.28 06:54:39.416928 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part | ||
| 13066 | 2025.02.28 06:54:39.419184 [ 187 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7042 rows, containing 4 columns (4 merged, 0 gathered) in 0.004500884 sec., 1564581.5355383519 rows/sec., 101.98 MiB/sec. | ||
| 13067 | 2025.02.28 06:54:39.419654 [ 187 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 13068 | 2025.02.28 06:54:39.419963 [ 187 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_116_23} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13069 | 2025.02.28 06:54:39.420050 [ 187 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_116_23} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 13070 | 2025.02.28 06:54:39.420141 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. | ||
| 13071 | 2025.02.28 06:54:41.325498 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659 | ||
| 13072 | 2025.02.28 06:54:41.326193 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13073 | 2025.02.28 06:54:41.326247 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13074 | 2025.02.28 06:54:41.326810 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13075 | 2025.02.28 06:54:41.327090 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13076 | 2025.02.28 06:54:41.327381 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 | ||
| 13077 | 2025.02.28 06:54:43.578701 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 13078 | 2025.02.28 06:54:43.600963 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13079 | 2025.02.28 06:54:43.601031 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13080 | 2025.02.28 06:54:43.608468 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13081 | 2025.02.28 06:54:43.609250 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13082 | 2025.02.28 06:54:43.613311 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 13083 | 2025.02.28 06:54:43.980467 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1828 | ||
| 13084 | 2025.02.28 06:54:43.983605 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13085 | 2025.02.28 06:54:43.983656 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13086 | 2025.02.28 06:54:43.985974 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13087 | 2025.02.28 06:54:43.986286 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13088 | 2025.02.28 06:54:43.986449 [ 114 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 13089 | 2025.02.28 06:54:43.986507 [ 114 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13090 | 2025.02.28 06:54:43.986544 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13091 | 2025.02.28 06:54:43.987025 [ 195 ] {885f53be-7430-4b34-b89a-ac37c386aff3::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 | ||
| 13092 | 2025.02.28 06:54:43.987628 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1828 | ||
| 13093 | 2025.02.28 06:54:43.988172 [ 195 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13094 | 2025.02.28 06:54:43.988367 [ 195 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1682 rows starting from the beginning of the part | ||
| 13095 | 2025.02.28 06:54:43.989009 [ 195 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 16 rows starting from the beginning of the part | ||
| 13096 | 2025.02.28 06:54:43.989637 [ 195 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 30 rows starting from the beginning of the part | ||
| 13097 | 2025.02.28 06:54:43.990287 [ 195 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 54 rows starting from the beginning of the part | ||
| 13098 | 2025.02.28 06:54:43.990907 [ 195 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 16 rows starting from the beginning of the part | ||
| 13099 | 2025.02.28 06:54:43.991473 [ 195 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 30 rows starting from the beginning of the part | ||
| 13100 | 2025.02.28 06:54:44.000234 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 259.14 MiB, peak 266.77 MiB, free memory in arenas 0.00 B, will set to 253.00 MiB (RSS), difference: -6.15 MiB | ||
| 13101 | 2025.02.28 06:54:44.001244 [ 197 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1828 rows, containing 72 columns (72 merged, 0 gathered) in 0.014556255 sec., 125581.7516249887 rows/sec., 95.70 MiB/sec. | ||
| 13102 | 2025.02.28 06:54:44.002906 [ 199 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 13103 | 2025.02.28 06:54:44.003623 [ 199 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_51_10} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13104 | 2025.02.28 06:54:44.003717 [ 199 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_51_10} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 13105 | 2025.02.28 06:54:44.003934 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. | ||
| 13106 | 2025.02.28 06:54:44.403435 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13107 | 2025.02.28 06:54:44.403628 [ 4 ] {e03a178c-7e88-4b41-8a28-9673daeae203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13108 | 2025.02.28 06:54:44.403705 [ 4 ] {e03a178c-7e88-4b41-8a28-9673daeae203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13109 | 2025.02.28 06:54:44.404583 [ 4 ] {e03a178c-7e88-4b41-8a28-9673daeae203} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13110 | 2025.02.28 06:54:44.404639 [ 4 ] {e03a178c-7e88-4b41-8a28-9673daeae203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13111 | 2025.02.28 06:54:44.405099 [ 4 ] {e03a178c-7e88-4b41-8a28-9673daeae203} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13112 | 2025.02.28 06:54:44.405358 [ 4 ] {e03a178c-7e88-4b41-8a28-9673daeae203} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13113 | 2025.02.28 06:54:44.405592 [ 4 ] {e03a178c-7e88-4b41-8a28-9673daeae203} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002014 sec., 105263.15789473684 rows/sec., 6.69 MiB/sec. | ||
| 13114 | 2025.02.28 06:54:44.405656 [ 4 ] {e03a178c-7e88-4b41-8a28-9673daeae203} <Debug> TCPHandler: Processed in 0.002360438 sec. | ||
| 13115 | 2025.02.28 06:54:44.405945 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13116 | 2025.02.28 06:54:44.406137 [ 255 ] {7ede3bed-b7ce-4792-b62e-de11e5c64e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13117 | 2025.02.28 06:54:44.406216 [ 255 ] {7ede3bed-b7ce-4792-b62e-de11e5c64e52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13118 | 2025.02.28 06:54:44.407371 [ 255 ] {7ede3bed-b7ce-4792-b62e-de11e5c64e52} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13119 | 2025.02.28 06:54:44.407425 [ 255 ] {7ede3bed-b7ce-4792-b62e-de11e5c64e52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13120 | 2025.02.28 06:54:44.407910 [ 255 ] {7ede3bed-b7ce-4792-b62e-de11e5c64e52} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13121 | 2025.02.28 06:54:44.408169 [ 255 ] {7ede3bed-b7ce-4792-b62e-de11e5c64e52} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13122 | 2025.02.28 06:54:44.408409 [ 255 ] {7ede3bed-b7ce-4792-b62e-de11e5c64e52} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002327 sec., 298667.81263429305 rows/sec., 23.85 MiB/sec. | ||
| 13123 | 2025.02.28 06:54:44.408477 [ 255 ] {7ede3bed-b7ce-4792-b62e-de11e5c64e52} <Debug> TCPHandler: Processed in 0.002672422 sec. | ||
| 13124 | 2025.02.28 06:54:44.408649 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13125 | 2025.02.28 06:54:44.408780 [ 4 ] {20bcdce9-2ed4-4a0b-8c5b-b7f36b3c33be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13126 | 2025.02.28 06:54:44.408845 [ 4 ] {20bcdce9-2ed4-4a0b-8c5b-b7f36b3c33be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13127 | 2025.02.28 06:54:44.409627 [ 4 ] {20bcdce9-2ed4-4a0b-8c5b-b7f36b3c33be} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13128 | 2025.02.28 06:54:44.409677 [ 4 ] {20bcdce9-2ed4-4a0b-8c5b-b7f36b3c33be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13129 | 2025.02.28 06:54:44.410076 [ 4 ] {20bcdce9-2ed4-4a0b-8c5b-b7f36b3c33be} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13130 | 2025.02.28 06:54:44.410322 [ 4 ] {20bcdce9-2ed4-4a0b-8c5b-b7f36b3c33be} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13131 | 2025.02.28 06:54:44.410543 [ 4 ] {20bcdce9-2ed4-4a0b-8c5b-b7f36b3c33be} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001794 sec., 80824.97212931995 rows/sec., 5.07 MiB/sec. | ||
| 13132 | 2025.02.28 06:54:44.410601 [ 4 ] {20bcdce9-2ed4-4a0b-8c5b-b7f36b3c33be} <Debug> TCPHandler: Processed in 0.002017705 sec. | ||
| 13133 | 2025.02.28 06:54:44.410760 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13134 | 2025.02.28 06:54:44.410906 [ 255 ] {823b12c0-2e99-4733-a491-84a4dbde0867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13135 | 2025.02.28 06:54:44.410972 [ 255 ] {823b12c0-2e99-4733-a491-84a4dbde0867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13136 | 2025.02.28 06:54:44.411727 [ 255 ] {823b12c0-2e99-4733-a491-84a4dbde0867} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13137 | 2025.02.28 06:54:44.411777 [ 255 ] {823b12c0-2e99-4733-a491-84a4dbde0867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13138 | 2025.02.28 06:54:44.412160 [ 255 ] {823b12c0-2e99-4733-a491-84a4dbde0867} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13139 | 2025.02.28 06:54:44.412409 [ 255 ] {823b12c0-2e99-4733-a491-84a4dbde0867} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13140 | 2025.02.28 06:54:44.412643 [ 255 ] {823b12c0-2e99-4733-a491-84a4dbde0867} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001771 sec., 63805.75945793337 rows/sec., 4.13 MiB/sec. | ||
| 13141 | 2025.02.28 06:54:44.412723 [ 255 ] {823b12c0-2e99-4733-a491-84a4dbde0867} <Debug> TCPHandler: Processed in 0.002025434 sec. | ||
| 13142 | 2025.02.28 06:54:44.413199 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13143 | 2025.02.28 06:54:44.413331 [ 4 ] {c4b70f3b-f856-46b5-a953-161847cf2bab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13144 | 2025.02.28 06:54:44.413390 [ 4 ] {c4b70f3b-f856-46b5-a953-161847cf2bab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13145 | 2025.02.28 06:54:44.414304 [ 4 ] {c4b70f3b-f856-46b5-a953-161847cf2bab} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13146 | 2025.02.28 06:54:44.414361 [ 4 ] {c4b70f3b-f856-46b5-a953-161847cf2bab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13147 | 2025.02.28 06:54:44.414860 [ 4 ] {c4b70f3b-f856-46b5-a953-161847cf2bab} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13148 | 2025.02.28 06:54:44.415204 [ 4 ] {c4b70f3b-f856-46b5-a953-161847cf2bab} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13149 | 2025.02.28 06:54:44.415479 [ 4 ] {c4b70f3b-f856-46b5-a953-161847cf2bab} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002179 sec., 51399.724644332266 rows/sec., 2.93 MiB/sec. | ||
| 13150 | 2025.02.28 06:54:44.415557 [ 4 ] {c4b70f3b-f856-46b5-a953-161847cf2bab} <Debug> TCPHandler: Processed in 0.002426369 sec. | ||
| 13151 | 2025.02.28 06:54:44.415721 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13152 | 2025.02.28 06:54:44.415845 [ 255 ] {f235751e-ae75-47fb-8d74-c87e59ecd90e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13153 | 2025.02.28 06:54:44.415898 [ 255 ] {f235751e-ae75-47fb-8d74-c87e59ecd90e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13154 | 2025.02.28 06:54:44.416683 [ 255 ] {f235751e-ae75-47fb-8d74-c87e59ecd90e} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13155 | 2025.02.28 06:54:44.416725 [ 255 ] {f235751e-ae75-47fb-8d74-c87e59ecd90e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13156 | 2025.02.28 06:54:44.417116 [ 255 ] {f235751e-ae75-47fb-8d74-c87e59ecd90e} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13157 | 2025.02.28 06:54:44.417360 [ 255 ] {f235751e-ae75-47fb-8d74-c87e59ecd90e} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13158 | 2025.02.28 06:54:44.417584 [ 255 ] {f235751e-ae75-47fb-8d74-c87e59ecd90e} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001764 sec., 238662.13151927438 rows/sec., 17.00 MiB/sec. | ||
| 13159 | 2025.02.28 06:54:44.417648 [ 255 ] {f235751e-ae75-47fb-8d74-c87e59ecd90e} <Debug> TCPHandler: Processed in 0.001988244 sec. | ||
| 13160 | 2025.02.28 06:54:44.417854 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13161 | 2025.02.28 06:54:44.418104 [ 4 ] {e426f06b-d5dc-4999-a4ca-b1f10053882e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13162 | 2025.02.28 06:54:44.418164 [ 4 ] {e426f06b-d5dc-4999-a4ca-b1f10053882e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13163 | 2025.02.28 06:54:44.418669 [ 4 ] {e426f06b-d5dc-4999-a4ca-b1f10053882e} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13164 | 2025.02.28 06:54:44.418710 [ 4 ] {e426f06b-d5dc-4999-a4ca-b1f10053882e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13165 | 2025.02.28 06:54:44.419104 [ 4 ] {e426f06b-d5dc-4999-a4ca-b1f10053882e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13166 | 2025.02.28 06:54:44.419355 [ 4 ] {e426f06b-d5dc-4999-a4ca-b1f10053882e} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13167 | 2025.02.28 06:54:44.419572 [ 4 ] {e426f06b-d5dc-4999-a4ca-b1f10053882e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001528 sec., 3926.7015706806283 rows/sec., 205.15 KiB/sec. | ||
| 13168 | 2025.02.28 06:54:44.419626 [ 4 ] {e426f06b-d5dc-4999-a4ca-b1f10053882e} <Debug> TCPHandler: Processed in 0.001884283 sec. | ||
| 13169 | 2025.02.28 06:54:44.419776 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13170 | 2025.02.28 06:54:44.419897 [ 255 ] {2d6abb3f-75f1-4c04-8776-c2c6a56ea794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13171 | 2025.02.28 06:54:44.419952 [ 255 ] {2d6abb3f-75f1-4c04-8776-c2c6a56ea794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13172 | 2025.02.28 06:54:44.420540 [ 255 ] {2d6abb3f-75f1-4c04-8776-c2c6a56ea794} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13173 | 2025.02.28 06:54:44.420578 [ 255 ] {2d6abb3f-75f1-4c04-8776-c2c6a56ea794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13174 | 2025.02.28 06:54:44.421042 [ 255 ] {2d6abb3f-75f1-4c04-8776-c2c6a56ea794} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13175 | 2025.02.28 06:54:44.421284 [ 255 ] {2d6abb3f-75f1-4c04-8776-c2c6a56ea794} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13176 | 2025.02.28 06:54:44.421471 [ 255 ] {2d6abb3f-75f1-4c04-8776-c2c6a56ea794} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0016 sec., 148125 rows/sec., 9.93 MiB/sec. | ||
| 13177 | 2025.02.28 06:54:44.421522 [ 255 ] {2d6abb3f-75f1-4c04-8776-c2c6a56ea794} <Debug> TCPHandler: Processed in 0.001802191 sec. | ||
| 13178 | 2025.02.28 06:54:44.421685 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13179 | 2025.02.28 06:54:44.421813 [ 4 ] {2441c50d-905d-4d86-a18f-345280f09279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13180 | 2025.02.28 06:54:44.421867 [ 4 ] {2441c50d-905d-4d86-a18f-345280f09279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13181 | 2025.02.28 06:54:44.422357 [ 4 ] {2441c50d-905d-4d86-a18f-345280f09279} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13182 | 2025.02.28 06:54:44.422398 [ 4 ] {2441c50d-905d-4d86-a18f-345280f09279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13183 | 2025.02.28 06:54:44.422799 [ 4 ] {2441c50d-905d-4d86-a18f-345280f09279} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13184 | 2025.02.28 06:54:44.423058 [ 4 ] {2441c50d-905d-4d86-a18f-345280f09279} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13185 | 2025.02.28 06:54:44.423243 [ 113 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Selected 6 parts from all_1_45_10 to all_50_50_0 | ||
| 13186 | 2025.02.28 06:54:44.423305 [ 113 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13187 | 2025.02.28 06:54:44.423320 [ 4 ] {2441c50d-905d-4d86-a18f-345280f09279} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001521 sec., 657.4621959237344 rows/sec., 44.30 KiB/sec. | ||
| 13188 | 2025.02.28 06:54:44.423350 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13189 | 2025.02.28 06:54:44.423445 [ 4 ] {2441c50d-905d-4d86-a18f-345280f09279} <Debug> TCPHandler: Processed in 0.001824152 sec. | ||
| 13190 | 2025.02.28 06:54:44.423692 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13191 | 2025.02.28 06:54:44.423708 [ 192 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_50_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_10 to all_50_50_0 into Compact with storage Full | ||
| 13192 | 2025.02.28 06:54:44.424056 [ 255 ] {78824f92-6343-418f-adf4-57fb0a3abe3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13193 | 2025.02.28 06:54:44.424370 [ 192 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_50_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13194 | 2025.02.28 06:54:44.424474 [ 255 ] {78824f92-6343-418f-adf4-57fb0a3abe3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13195 | 2025.02.28 06:54:44.424514 [ 192 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_10, total 45 rows starting from the beginning of the part | ||
| 13196 | 2025.02.28 06:54:44.424959 [ 192 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
| 13197 | 2025.02.28 06:54:44.425328 [ 192 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
| 13198 | 2025.02.28 06:54:44.425718 [ 192 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part | ||
| 13199 | 2025.02.28 06:54:44.426087 [ 192 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
| 13200 | 2025.02.28 06:54:44.426458 [ 192 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_50_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part | ||
| 13201 | 2025.02.28 06:54:44.430062 [ 192 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_50_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.006586539 sec., 7591.240255314666 rows/sec., 511.52 KiB/sec. | ||
| 13202 | 2025.02.28 06:54:44.430273 [ 197 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_50_11} <Trace> MergedBlockOutputStream: filled checksums all_1_50_11 (state Temporary) | ||
| 13203 | 2025.02.28 06:54:44.430274 [ 255 ] {78824f92-6343-418f-adf4-57fb0a3abe3e} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13204 | 2025.02.28 06:54:44.430337 [ 255 ] {78824f92-6343-418f-adf4-57fb0a3abe3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13205 | 2025.02.28 06:54:44.430676 [ 197 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_50_11} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_merge_all_1_50_11 to all_1_50_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13206 | 2025.02.28 06:54:44.430787 [ 197 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_50_11} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Merged 6 parts: [all_1_45_10, all_50_50_0] -> all_1_50_11 | ||
| 13207 | 2025.02.28 06:54:44.430896 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 13208 | 2025.02.28 06:54:44.431192 [ 255 ] {78824f92-6343-418f-adf4-57fb0a3abe3e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13209 | 2025.02.28 06:54:44.431454 [ 255 ] {78824f92-6343-418f-adf4-57fb0a3abe3e} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13210 | 2025.02.28 06:54:44.431690 [ 255 ] {78824f92-6343-418f-adf4-57fb0a3abe3e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00779 sec., 5006.418485237484 rows/sec., 8.97 MiB/sec. | ||
| 13211 | 2025.02.28 06:54:44.431822 [ 255 ] {78824f92-6343-418f-adf4-57fb0a3abe3e} <Debug> TCPHandler: Processed in 0.008253089 sec. | ||
| 13212 | 2025.02.28 06:54:44.432051 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13213 | 2025.02.28 06:54:44.432171 [ 4 ] {bd1ff74f-2209-4fef-a9fc-2ad63be5df9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13214 | 2025.02.28 06:54:44.432223 [ 4 ] {bd1ff74f-2209-4fef-a9fc-2ad63be5df9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13215 | 2025.02.28 06:54:44.432730 [ 4 ] {bd1ff74f-2209-4fef-a9fc-2ad63be5df9d} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13216 | 2025.02.28 06:54:44.432769 [ 4 ] {bd1ff74f-2209-4fef-a9fc-2ad63be5df9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13217 | 2025.02.28 06:54:44.433154 [ 4 ] {bd1ff74f-2209-4fef-a9fc-2ad63be5df9d} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 13218 | 2025.02.28 06:54:44.433433 [ 4 ] {bd1ff74f-2209-4fef-a9fc-2ad63be5df9d} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13219 | 2025.02.28 06:54:44.433670 [ 4 ] {bd1ff74f-2209-4fef-a9fc-2ad63be5df9d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001518 sec., 54018.445322793144 rows/sec., 3.43 MiB/sec. | ||
| 13220 | 2025.02.28 06:54:44.433727 [ 4 ] {bd1ff74f-2209-4fef-a9fc-2ad63be5df9d} <Debug> TCPHandler: Processed in 0.001749621 sec. | ||
| 13221 | 2025.02.28 06:54:45.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 248.27 MiB, peak 266.77 MiB, free memory in arenas 0.00 B, will set to 253.00 MiB (RSS), difference: 4.72 MiB | ||
| 13222 | 2025.02.28 06:54:48.625374 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13223 | 2025.02.28 06:54:48.625430 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13224 | 2025.02.28 06:54:48.827620 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086 | ||
| 13225 | 2025.02.28 06:54:48.828317 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13226 | 2025.02.28 06:54:48.828365 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13227 | 2025.02.28 06:54:48.828872 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13228 | 2025.02.28 06:54:48.829122 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13229 | 2025.02.28 06:54:48.829355 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 13230 | 2025.02.28 06:54:48.835022 [ 221 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 13231 | 2025.02.28 06:54:48.835099 [ 221 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 13232 | 2025.02.28 06:54:48.842206 [ 221 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 13233 | 2025.02.28 06:54:49.072230 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 13234 | 2025.02.28 06:54:49.072291 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 13235 | 2025.02.28 06:54:49.074593 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 13236 | 2025.02.28 06:54:49.396631 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13237 | 2025.02.28 06:54:49.396951 [ 4 ] {186191b9-1307-4aec-9fa8-3b7cb7166f4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13238 | 2025.02.28 06:54:49.397061 [ 4 ] {186191b9-1307-4aec-9fa8-3b7cb7166f4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13239 | 2025.02.28 06:54:49.397885 [ 4 ] {186191b9-1307-4aec-9fa8-3b7cb7166f4d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13240 | 2025.02.28 06:54:49.397944 [ 4 ] {186191b9-1307-4aec-9fa8-3b7cb7166f4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13241 | 2025.02.28 06:54:49.398406 [ 4 ] {186191b9-1307-4aec-9fa8-3b7cb7166f4d} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13242 | 2025.02.28 06:54:49.398676 [ 4 ] {186191b9-1307-4aec-9fa8-3b7cb7166f4d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13243 | 2025.02.28 06:54:49.398960 [ 4 ] {186191b9-1307-4aec-9fa8-3b7cb7166f4d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002091 sec., 26781.444285031084 rows/sec., 2.06 MiB/sec. | ||
| 13244 | 2025.02.28 06:54:49.399026 [ 223 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 13245 | 2025.02.28 06:54:49.399065 [ 4 ] {186191b9-1307-4aec-9fa8-3b7cb7166f4d} <Debug> TCPHandler: Processed in 0.002629801 sec. | ||
| 13246 | 2025.02.28 06:54:49.399103 [ 223 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 13247 | 2025.02.28 06:54:49.399374 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13248 | 2025.02.28 06:54:49.399618 [ 255 ] {fdb2275c-a8ee-4a84-81b3-0407299e8a94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13249 | 2025.02.28 06:54:49.399750 [ 255 ] {fdb2275c-a8ee-4a84-81b3-0407299e8a94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13250 | 2025.02.28 06:54:49.401372 [ 255 ] {fdb2275c-a8ee-4a84-81b3-0407299e8a94} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13251 | 2025.02.28 06:54:49.401417 [ 255 ] {fdb2275c-a8ee-4a84-81b3-0407299e8a94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13252 | 2025.02.28 06:54:49.402127 [ 255 ] {fdb2275c-a8ee-4a84-81b3-0407299e8a94} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13253 | 2025.02.28 06:54:49.402579 [ 255 ] {fdb2275c-a8ee-4a84-81b3-0407299e8a94} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13254 | 2025.02.28 06:54:49.402943 [ 223 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 13255 | 2025.02.28 06:54:49.403074 [ 255 ] {fdb2275c-a8ee-4a84-81b3-0407299e8a94} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003503 sec., 18270.054239223522 rows/sec., 1.43 MiB/sec. | ||
| 13256 | 2025.02.28 06:54:49.403232 [ 255 ] {fdb2275c-a8ee-4a84-81b3-0407299e8a94} <Debug> TCPHandler: Processed in 0.004006008 sec. | ||
| 13257 | 2025.02.28 06:54:49.403449 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13258 | 2025.02.28 06:54:49.403687 [ 4 ] {b9f7a814-6165-4fb8-af52-96d9195c7e25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13259 | 2025.02.28 06:54:49.403744 [ 4 ] {b9f7a814-6165-4fb8-af52-96d9195c7e25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13260 | 2025.02.28 06:54:49.404373 [ 4 ] {b9f7a814-6165-4fb8-af52-96d9195c7e25} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13261 | 2025.02.28 06:54:49.404415 [ 4 ] {b9f7a814-6165-4fb8-af52-96d9195c7e25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13262 | 2025.02.28 06:54:49.404828 [ 4 ] {b9f7a814-6165-4fb8-af52-96d9195c7e25} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13263 | 2025.02.28 06:54:49.405091 [ 4 ] {b9f7a814-6165-4fb8-af52-96d9195c7e25} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13264 | 2025.02.28 06:54:49.405318 [ 4 ] {b9f7a814-6165-4fb8-af52-96d9195c7e25} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001699 sec., 94173.04296645086 rows/sec., 6.56 MiB/sec. | ||
| 13265 | 2025.02.28 06:54:49.405376 [ 4 ] {b9f7a814-6165-4fb8-af52-96d9195c7e25} <Debug> TCPHandler: Processed in 0.002033504 sec. | ||
| 13266 | 2025.02.28 06:54:49.405532 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13267 | 2025.02.28 06:54:49.405680 [ 255 ] {5466b6e3-d54c-4c16-81ab-edceb604d47c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13268 | 2025.02.28 06:54:49.405745 [ 255 ] {5466b6e3-d54c-4c16-81ab-edceb604d47c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13269 | 2025.02.28 06:54:49.406307 [ 255 ] {5466b6e3-d54c-4c16-81ab-edceb604d47c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13270 | 2025.02.28 06:54:49.406346 [ 255 ] {5466b6e3-d54c-4c16-81ab-edceb604d47c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13271 | 2025.02.28 06:54:49.406736 [ 255 ] {5466b6e3-d54c-4c16-81ab-edceb604d47c} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 13272 | 2025.02.28 06:54:49.406979 [ 255 ] {5466b6e3-d54c-4c16-81ab-edceb604d47c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13273 | 2025.02.28 06:54:49.407201 [ 255 ] {5466b6e3-d54c-4c16-81ab-edceb604d47c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001558 sec., 38510.91142490372 rows/sec., 2.60 MiB/sec. | ||
| 13274 | 2025.02.28 06:54:49.407254 [ 255 ] {5466b6e3-d54c-4c16-81ab-edceb604d47c} <Debug> TCPHandler: Processed in 0.001790751 sec. | ||
| 13275 | 2025.02.28 06:54:49.703415 [ 219 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 13276 | 2025.02.28 06:54:49.703460 [ 219 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 13277 | 2025.02.28 06:54:49.705592 [ 219 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 13278 | 2025.02.28 06:54:50.399079 [ 224 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 13279 | 2025.02.28 06:54:50.399161 [ 224 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 13280 | 2025.02.28 06:54:50.401523 [ 224 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 13281 | 2025.02.28 06:54:50.495560 [ 218 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 13282 | 2025.02.28 06:54:50.495628 [ 218 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 13283 | 2025.02.28 06:54:50.497783 [ 218 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 13284 | 2025.02.28 06:54:51.113482 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 13285 | 2025.02.28 06:54:51.135269 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13286 | 2025.02.28 06:54:51.135356 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13287 | 2025.02.28 06:54:51.142376 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13288 | 2025.02.28 06:54:51.143186 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13289 | 2025.02.28 06:54:51.147635 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 13290 | 2025.02.28 06:54:51.828456 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13291 | 2025.02.28 06:54:51.828768 [ 4 ] {62d5aca2-50f4-4406-8c20-ef0a492d6b98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13292 | 2025.02.28 06:54:51.828882 [ 4 ] {62d5aca2-50f4-4406-8c20-ef0a492d6b98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13293 | 2025.02.28 06:54:51.829769 [ 4 ] {62d5aca2-50f4-4406-8c20-ef0a492d6b98} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13294 | 2025.02.28 06:54:51.829821 [ 4 ] {62d5aca2-50f4-4406-8c20-ef0a492d6b98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13295 | 2025.02.28 06:54:51.830277 [ 4 ] {62d5aca2-50f4-4406-8c20-ef0a492d6b98} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13296 | 2025.02.28 06:54:51.830565 [ 4 ] {62d5aca2-50f4-4406-8c20-ef0a492d6b98} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13297 | 2025.02.28 06:54:51.830825 [ 4 ] {62d5aca2-50f4-4406-8c20-ef0a492d6b98} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002137 sec., 99204.49227889565 rows/sec., 6.31 MiB/sec. | ||
| 13298 | 2025.02.28 06:54:51.830940 [ 4 ] {62d5aca2-50f4-4406-8c20-ef0a492d6b98} <Debug> TCPHandler: Processed in 0.002675732 sec. | ||
| 13299 | 2025.02.28 06:54:51.831255 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13300 | 2025.02.28 06:54:51.831564 [ 255 ] {7fff8abb-215e-418f-9ffe-58234f11c7d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13301 | 2025.02.28 06:54:51.831680 [ 255 ] {7fff8abb-215e-418f-9ffe-58234f11c7d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13302 | 2025.02.28 06:54:51.832570 [ 255 ] {7fff8abb-215e-418f-9ffe-58234f11c7d5} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13303 | 2025.02.28 06:54:51.832618 [ 255 ] {7fff8abb-215e-418f-9ffe-58234f11c7d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13304 | 2025.02.28 06:54:51.833033 [ 255 ] {7fff8abb-215e-418f-9ffe-58234f11c7d5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 13305 | 2025.02.28 06:54:51.833284 [ 255 ] {7fff8abb-215e-418f-9ffe-58234f11c7d5} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13306 | 2025.02.28 06:54:51.833563 [ 255 ] {7fff8abb-215e-418f-9ffe-58234f11c7d5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002082 sec., 960.6147934678194 rows/sec., 78.33 KiB/sec. | ||
| 13307 | 2025.02.28 06:54:51.833788 [ 255 ] {7fff8abb-215e-418f-9ffe-58234f11c7d5} <Debug> TCPHandler: Processed in 0.002735423 sec. | ||
| 13308 | 2025.02.28 06:54:51.833967 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13309 | 2025.02.28 06:54:51.834130 [ 4 ] {25580eb6-4f8f-4d22-9e95-f4abdb17968f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13310 | 2025.02.28 06:54:51.834220 [ 4 ] {25580eb6-4f8f-4d22-9e95-f4abdb17968f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13311 | 2025.02.28 06:54:51.836030 [ 4 ] {25580eb6-4f8f-4d22-9e95-f4abdb17968f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13312 | 2025.02.28 06:54:51.836071 [ 4 ] {25580eb6-4f8f-4d22-9e95-f4abdb17968f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13313 | 2025.02.28 06:54:51.836554 [ 4 ] {25580eb6-4f8f-4d22-9e95-f4abdb17968f} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13314 | 2025.02.28 06:54:51.836801 [ 4 ] {25580eb6-4f8f-4d22-9e95-f4abdb17968f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13315 | 2025.02.28 06:54:51.837029 [ 4 ] {25580eb6-4f8f-4d22-9e95-f4abdb17968f} <Debug> executeQuery: Read 1836 rows, 153.46 KiB in 0.002953 sec., 621740.6027768372 rows/sec., 50.75 MiB/sec. | ||
| 13316 | 2025.02.28 06:54:51.837082 [ 4 ] {25580eb6-4f8f-4d22-9e95-f4abdb17968f} <Debug> TCPHandler: Processed in 0.003192179 sec. | ||
| 13317 | 2025.02.28 06:54:51.837250 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13318 | 2025.02.28 06:54:51.837395 [ 255 ] {c951d3bb-407c-45e8-a110-9cb06414253c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13319 | 2025.02.28 06:54:51.837458 [ 255 ] {c951d3bb-407c-45e8-a110-9cb06414253c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13320 | 2025.02.28 06:54:51.838200 [ 255 ] {c951d3bb-407c-45e8-a110-9cb06414253c} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13321 | 2025.02.28 06:54:51.838241 [ 255 ] {c951d3bb-407c-45e8-a110-9cb06414253c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13322 | 2025.02.28 06:54:51.838619 [ 255 ] {c951d3bb-407c-45e8-a110-9cb06414253c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13323 | 2025.02.28 06:54:51.838853 [ 255 ] {c951d3bb-407c-45e8-a110-9cb06414253c} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13324 | 2025.02.28 06:54:51.839067 [ 255 ] {c951d3bb-407c-45e8-a110-9cb06414253c} <Debug> executeQuery: Read 147 rows, 9.46 KiB in 0.001708 sec., 86065.5737704918 rows/sec., 5.41 MiB/sec. | ||
| 13325 | 2025.02.28 06:54:51.839125 [ 255 ] {c951d3bb-407c-45e8-a110-9cb06414253c} <Debug> TCPHandler: Processed in 0.001944663 sec. | ||
| 13326 | 2025.02.28 06:54:51.839285 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13327 | 2025.02.28 06:54:51.839422 [ 4 ] {5d60129e-d6e2-47cb-964d-f7820c10e1d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13328 | 2025.02.28 06:54:51.839478 [ 4 ] {5d60129e-d6e2-47cb-964d-f7820c10e1d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13329 | 2025.02.28 06:54:51.840339 [ 4 ] {5d60129e-d6e2-47cb-964d-f7820c10e1d4} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13330 | 2025.02.28 06:54:51.840378 [ 4 ] {5d60129e-d6e2-47cb-964d-f7820c10e1d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13331 | 2025.02.28 06:54:51.840771 [ 4 ] {5d60129e-d6e2-47cb-964d-f7820c10e1d4} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13332 | 2025.02.28 06:54:51.841016 [ 4 ] {5d60129e-d6e2-47cb-964d-f7820c10e1d4} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13333 | 2025.02.28 06:54:51.841243 [ 4 ] {5d60129e-d6e2-47cb-964d-f7820c10e1d4} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001852 sec., 184125.26997840175 rows/sec., 12.29 MiB/sec. | ||
| 13334 | 2025.02.28 06:54:51.841294 [ 4 ] {5d60129e-d6e2-47cb-964d-f7820c10e1d4} <Debug> TCPHandler: Processed in 0.002075845 sec. | ||
| 13335 | 2025.02.28 06:54:51.841434 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13336 | 2025.02.28 06:54:51.841579 [ 255 ] {06f45d72-bc9f-4e9d-befc-6db3c33e62f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13337 | 2025.02.28 06:54:51.841638 [ 255 ] {06f45d72-bc9f-4e9d-befc-6db3c33e62f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13338 | 2025.02.28 06:54:51.842342 [ 255 ] {06f45d72-bc9f-4e9d-befc-6db3c33e62f4} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13339 | 2025.02.28 06:54:51.842382 [ 255 ] {06f45d72-bc9f-4e9d-befc-6db3c33e62f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13340 | 2025.02.28 06:54:51.842742 [ 255 ] {06f45d72-bc9f-4e9d-befc-6db3c33e62f4} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13341 | 2025.02.28 06:54:51.842981 [ 255 ] {06f45d72-bc9f-4e9d-befc-6db3c33e62f4} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13342 | 2025.02.28 06:54:51.843190 [ 255 ] {06f45d72-bc9f-4e9d-befc-6db3c33e62f4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001643 sec., 68167.98539257456 rows/sec., 3.88 MiB/sec. | ||
| 13343 | 2025.02.28 06:54:51.843240 [ 255 ] {06f45d72-bc9f-4e9d-befc-6db3c33e62f4} <Debug> TCPHandler: Processed in 0.001871262 sec. | ||
| 13344 | 2025.02.28 06:54:51.843400 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13345 | 2025.02.28 06:54:51.843539 [ 4 ] {63507865-82a7-4ea3-b985-3337ff355daf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13346 | 2025.02.28 06:54:51.843596 [ 4 ] {63507865-82a7-4ea3-b985-3337ff355daf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13347 | 2025.02.28 06:54:51.844534 [ 4 ] {63507865-82a7-4ea3-b985-3337ff355daf} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13348 | 2025.02.28 06:54:51.844574 [ 4 ] {63507865-82a7-4ea3-b985-3337ff355daf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13349 | 2025.02.28 06:54:51.844982 [ 4 ] {63507865-82a7-4ea3-b985-3337ff355daf} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13350 | 2025.02.28 06:54:51.845229 [ 4 ] {63507865-82a7-4ea3-b985-3337ff355daf} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13351 | 2025.02.28 06:54:51.845438 [ 4 ] {63507865-82a7-4ea3-b985-3337ff355daf} <Debug> executeQuery: Read 879 rows, 65.16 KiB in 0.00193 sec., 455440.414507772 rows/sec., 32.97 MiB/sec. | ||
| 13352 | 2025.02.28 06:54:51.845490 [ 4 ] {63507865-82a7-4ea3-b985-3337ff355daf} <Debug> TCPHandler: Processed in 0.002156516 sec. | ||
| 13353 | 2025.02.28 06:54:51.845640 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13354 | 2025.02.28 06:54:51.845758 [ 255 ] {bcdca6ec-4dd6-4376-8a4b-63f261760a9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13355 | 2025.02.28 06:54:51.845808 [ 255 ] {bcdca6ec-4dd6-4376-8a4b-63f261760a9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13356 | 2025.02.28 06:54:51.846298 [ 255 ] {bcdca6ec-4dd6-4376-8a4b-63f261760a9a} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13357 | 2025.02.28 06:54:51.846335 [ 255 ] {bcdca6ec-4dd6-4376-8a4b-63f261760a9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13358 | 2025.02.28 06:54:51.846689 [ 255 ] {bcdca6ec-4dd6-4376-8a4b-63f261760a9a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13359 | 2025.02.28 06:54:51.846910 [ 255 ] {bcdca6ec-4dd6-4376-8a4b-63f261760a9a} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13360 | 2025.02.28 06:54:51.847102 [ 255 ] {bcdca6ec-4dd6-4376-8a4b-63f261760a9a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001365 sec., 4395.604395604396 rows/sec., 229.65 KiB/sec. | ||
| 13361 | 2025.02.28 06:54:51.847198 [ 255 ] {bcdca6ec-4dd6-4376-8a4b-63f261760a9a} <Debug> TCPHandler: Processed in 0.001611869 sec. | ||
| 13362 | 2025.02.28 06:54:51.847407 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13363 | 2025.02.28 06:54:51.847548 [ 4 ] {dc02b6bd-1255-4b60-926e-c08659a56f7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13364 | 2025.02.28 06:54:51.847609 [ 4 ] {dc02b6bd-1255-4b60-926e-c08659a56f7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13365 | 2025.02.28 06:54:51.848533 [ 4 ] {dc02b6bd-1255-4b60-926e-c08659a56f7c} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13366 | 2025.02.28 06:54:51.848572 [ 4 ] {dc02b6bd-1255-4b60-926e-c08659a56f7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13367 | 2025.02.28 06:54:51.849024 [ 4 ] {dc02b6bd-1255-4b60-926e-c08659a56f7c} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13368 | 2025.02.28 06:54:51.849270 [ 4 ] {dc02b6bd-1255-4b60-926e-c08659a56f7c} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13369 | 2025.02.28 06:54:51.849489 [ 4 ] {dc02b6bd-1255-4b60-926e-c08659a56f7c} <Debug> executeQuery: Read 1020 rows, 69.60 KiB in 0.001973 sec., 516979.2194627471 rows/sec., 34.45 MiB/sec. | ||
| 13370 | 2025.02.28 06:54:51.849539 [ 4 ] {dc02b6bd-1255-4b60-926e-c08659a56f7c} <Debug> TCPHandler: Processed in 0.002249677 sec. | ||
| 13371 | 2025.02.28 06:54:51.849701 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13372 | 2025.02.28 06:54:51.849838 [ 255 ] {3d393d48-62f5-4712-b55b-18bb6543e4ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13373 | 2025.02.28 06:54:51.849897 [ 255 ] {3d393d48-62f5-4712-b55b-18bb6543e4ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13374 | 2025.02.28 06:54:51.850392 [ 255 ] {3d393d48-62f5-4712-b55b-18bb6543e4ad} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13375 | 2025.02.28 06:54:51.850429 [ 255 ] {3d393d48-62f5-4712-b55b-18bb6543e4ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13376 | 2025.02.28 06:54:51.850779 [ 255 ] {3d393d48-62f5-4712-b55b-18bb6543e4ad} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13377 | 2025.02.28 06:54:51.851011 [ 255 ] {3d393d48-62f5-4712-b55b-18bb6543e4ad} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13378 | 2025.02.28 06:54:51.851203 [ 255 ] {3d393d48-62f5-4712-b55b-18bb6543e4ad} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001394 sec., 717.3601147776184 rows/sec., 48.34 KiB/sec. | ||
| 13379 | 2025.02.28 06:54:51.851301 [ 255 ] {3d393d48-62f5-4712-b55b-18bb6543e4ad} <Debug> TCPHandler: Processed in 0.00166633 sec. | ||
| 13380 | 2025.02.28 06:54:51.851508 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13381 | 2025.02.28 06:54:51.851654 [ 4 ] {3e275e31-88e2-4154-8640-8e1ef0b429ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13382 | 2025.02.28 06:54:51.851748 [ 4 ] {3e275e31-88e2-4154-8640-8e1ef0b429ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13383 | 2025.02.28 06:54:51.852932 [ 4 ] {3e275e31-88e2-4154-8640-8e1ef0b429ff} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13384 | 2025.02.28 06:54:51.852973 [ 4 ] {3e275e31-88e2-4154-8640-8e1ef0b429ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13385 | 2025.02.28 06:54:51.853647 [ 4 ] {3e275e31-88e2-4154-8640-8e1ef0b429ff} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13386 | 2025.02.28 06:54:51.853915 [ 4 ] {3e275e31-88e2-4154-8640-8e1ef0b429ff} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13387 | 2025.02.28 06:54:51.854111 [ 105 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 13388 | 2025.02.28 06:54:51.854205 [ 4 ] {3e275e31-88e2-4154-8640-8e1ef0b429ff} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002574 sec., 15151.515151515152 rows/sec., 27.15 MiB/sec. | ||
| 13389 | 2025.02.28 06:54:51.854216 [ 105 ] {} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13390 | 2025.02.28 06:54:51.854315 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13391 | 2025.02.28 06:54:51.854526 [ 4 ] {3e275e31-88e2-4154-8640-8e1ef0b429ff} <Debug> TCPHandler: Processed in 0.003125398 sec. | ||
| 13392 | 2025.02.28 06:54:51.854577 [ 200 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::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 | ||
| 13393 | 2025.02.28 06:54:51.854784 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13394 | 2025.02.28 06:54:51.854918 [ 200 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13395 | 2025.02.28 06:54:51.855092 [ 200 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1686 rows starting from the beginning of the part | ||
| 13396 | 2025.02.28 06:54:51.855140 [ 255 ] {3322f896-dc49-478d-87d0-4c6138fc4d66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13397 | 2025.02.28 06:54:51.855268 [ 255 ] {3322f896-dc49-478d-87d0-4c6138fc4d66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13398 | 2025.02.28 06:54:51.855948 [ 200 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 39 rows starting from the beginning of the part | ||
| 13399 | 2025.02.28 06:54:51.856713 [ 200 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 39 rows starting from the beginning of the part | ||
| 13400 | 2025.02.28 06:54:51.857617 [ 200 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 39 rows starting from the beginning of the part | ||
| 13401 | 2025.02.28 06:54:51.857623 [ 255 ] {3322f896-dc49-478d-87d0-4c6138fc4d66} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13402 | 2025.02.28 06:54:51.857700 [ 255 ] {3322f896-dc49-478d-87d0-4c6138fc4d66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13403 | 2025.02.28 06:54:51.858223 [ 200 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 39 rows starting from the beginning of the part | ||
| 13404 | 2025.02.28 06:54:51.858914 [ 200 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 39 rows starting from the beginning of the part | ||
| 13405 | 2025.02.28 06:54:51.859233 [ 255 ] {3322f896-dc49-478d-87d0-4c6138fc4d66} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 13406 | 2025.02.28 06:54:51.859958 [ 255 ] {3322f896-dc49-478d-87d0-4c6138fc4d66} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13407 | 2025.02.28 06:54:51.860377 [ 255 ] {3322f896-dc49-478d-87d0-4c6138fc4d66} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.005328 sec., 10885.885885885886 rows/sec., 690.08 KiB/sec. | ||
| 13408 | 2025.02.28 06:54:51.860559 [ 255 ] {3322f896-dc49-478d-87d0-4c6138fc4d66} <Debug> TCPHandler: Processed in 0.005915901 sec. | ||
| 13409 | 2025.02.28 06:54:51.873066 [ 197 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1881 rows, containing 19 columns (19 merged, 0 gathered) in 0.018575553 sec., 101262.12662417103 rows/sec., 181.46 MiB/sec. | ||
| 13410 | 2025.02.28 06:54:51.874847 [ 201 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 13411 | 2025.02.28 06:54:51.875281 [ 201 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13412 | 2025.02.28 06:54:51.875367 [ 201 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 13413 | 2025.02.28 06:54:51.875524 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.46 MiB. | ||
| 13414 | 2025.02.28 06:54:52.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 254.60 MiB, peak 272.01 MiB, free memory in arenas 0.00 B, will set to 259.95 MiB (RSS), difference: 5.35 MiB | ||
| 13415 | 2025.02.28 06:54:53.987972 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1882 | ||
| 13416 | 2025.02.28 06:54:53.991649 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13417 | 2025.02.28 06:54:53.991690 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13418 | 2025.02.28 06:54:53.993165 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13419 | 2025.02.28 06:54:53.993475 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13420 | 2025.02.28 06:54:53.994976 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1882 | ||
| 13421 | 2025.02.28 06:54:54.391586 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13422 | 2025.02.28 06:54:54.391797 [ 4 ] {67d9c9c0-0604-49f6-a512-bcf9cfe020dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13423 | 2025.02.28 06:54:54.391876 [ 4 ] {67d9c9c0-0604-49f6-a512-bcf9cfe020dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13424 | 2025.02.28 06:54:54.392860 [ 4 ] {67d9c9c0-0604-49f6-a512-bcf9cfe020dd} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13425 | 2025.02.28 06:54:54.392915 [ 4 ] {67d9c9c0-0604-49f6-a512-bcf9cfe020dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13426 | 2025.02.28 06:54:54.393362 [ 4 ] {67d9c9c0-0604-49f6-a512-bcf9cfe020dd} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13427 | 2025.02.28 06:54:54.393643 [ 4 ] {67d9c9c0-0604-49f6-a512-bcf9cfe020dd} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13428 | 2025.02.28 06:54:54.393892 [ 4 ] {67d9c9c0-0604-49f6-a512-bcf9cfe020dd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002149 sec., 26058.631921824104 rows/sec., 2.00 MiB/sec. | ||
| 13429 | 2025.02.28 06:54:54.393967 [ 4 ] {67d9c9c0-0604-49f6-a512-bcf9cfe020dd} <Debug> TCPHandler: Processed in 0.002555031 sec. | ||
| 13430 | 2025.02.28 06:54:54.394251 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13431 | 2025.02.28 06:54:54.394449 [ 255 ] {513d8a68-e05c-4d9b-8b68-cce0ecefeb78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13432 | 2025.02.28 06:54:54.394524 [ 255 ] {513d8a68-e05c-4d9b-8b68-cce0ecefeb78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13433 | 2025.02.28 06:54:54.395327 [ 255 ] {513d8a68-e05c-4d9b-8b68-cce0ecefeb78} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13434 | 2025.02.28 06:54:54.395381 [ 255 ] {513d8a68-e05c-4d9b-8b68-cce0ecefeb78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13435 | 2025.02.28 06:54:54.395830 [ 255 ] {513d8a68-e05c-4d9b-8b68-cce0ecefeb78} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13436 | 2025.02.28 06:54:54.396101 [ 255 ] {513d8a68-e05c-4d9b-8b68-cce0ecefeb78} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13437 | 2025.02.28 06:54:54.396297 [ 255 ] {513d8a68-e05c-4d9b-8b68-cce0ecefeb78} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001904 sec., 33613.44537815126 rows/sec., 2.62 MiB/sec. | ||
| 13438 | 2025.02.28 06:54:54.396353 [ 255 ] {513d8a68-e05c-4d9b-8b68-cce0ecefeb78} <Debug> TCPHandler: Processed in 0.002243387 sec. | ||
| 13439 | 2025.02.28 06:54:54.396519 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13440 | 2025.02.28 06:54:54.396654 [ 4 ] {943d542f-a54d-47ef-bdb2-92e31c59f4ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13441 | 2025.02.28 06:54:54.396713 [ 4 ] {943d542f-a54d-47ef-bdb2-92e31c59f4ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13442 | 2025.02.28 06:54:54.397334 [ 4 ] {943d542f-a54d-47ef-bdb2-92e31c59f4ed} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13443 | 2025.02.28 06:54:54.397378 [ 4 ] {943d542f-a54d-47ef-bdb2-92e31c59f4ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13444 | 2025.02.28 06:54:54.397815 [ 4 ] {943d542f-a54d-47ef-bdb2-92e31c59f4ed} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13445 | 2025.02.28 06:54:54.398071 [ 4 ] {943d542f-a54d-47ef-bdb2-92e31c59f4ed} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13446 | 2025.02.28 06:54:54.398261 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 5 parts from all_1_115_23 to all_119_119_0 | ||
| 13447 | 2025.02.28 06:54:54.398312 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13448 | 2025.02.28 06:54:54.398338 [ 4 ] {943d542f-a54d-47ef-bdb2-92e31c59f4ed} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001712 sec., 37383.17757009346 rows/sec., 2.60 MiB/sec. | ||
| 13449 | 2025.02.28 06:54:54.398354 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13450 | 2025.02.28 06:54:54.398512 [ 4 ] {943d542f-a54d-47ef-bdb2-92e31c59f4ed} <Debug> TCPHandler: Processed in 0.002055495 sec. | ||
| 13451 | 2025.02.28 06:54:54.398625 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_119_24} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_115_23 to all_119_119_0 into Compact with storage Full | ||
| 13452 | 2025.02.28 06:54:54.398703 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13453 | 2025.02.28 06:54:54.398913 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13454 | 2025.02.28 06:54:54.398933 [ 255 ] {ff408cca-1468-4713-ab54-82983e07b47d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13455 | 2025.02.28 06:54:54.398985 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_115_23, total 34478 rows starting from the beginning of the part | ||
| 13456 | 2025.02.28 06:54:54.399027 [ 255 ] {ff408cca-1468-4713-ab54-82983e07b47d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13457 | 2025.02.28 06:54:54.399333 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 160 rows starting from the beginning of the part | ||
| 13458 | 2025.02.28 06:54:54.399723 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 237 rows starting from the beginning of the part | ||
| 13459 | 2025.02.28 06:54:54.400110 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part | ||
| 13460 | 2025.02.28 06:54:54.400458 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1020 rows starting from the beginning of the part | ||
| 13461 | 2025.02.28 06:54:54.401488 [ 255 ] {ff408cca-1468-4713-ab54-82983e07b47d} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13462 | 2025.02.28 06:54:54.401571 [ 255 ] {ff408cca-1468-4713-ab54-82983e07b47d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13463 | 2025.02.28 06:54:54.402195 [ 255 ] {ff408cca-1468-4713-ab54-82983e07b47d} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 13464 | 2025.02.28 06:54:54.402478 [ 255 ] {ff408cca-1468-4713-ab54-82983e07b47d} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13465 | 2025.02.28 06:54:54.402793 [ 255 ] {ff408cca-1468-4713-ab54-82983e07b47d} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.003931 sec., 6105.3167133045035 rows/sec., 421.33 KiB/sec. | ||
| 13466 | 2025.02.28 06:54:54.402983 [ 255 ] {ff408cca-1468-4713-ab54-82983e07b47d} <Debug> TCPHandler: Processed in 0.004373693 sec. | ||
| 13467 | 2025.02.28 06:54:54.408476 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36055 rows, containing 5 columns (5 merged, 0 gathered) in 0.009972069 sec., 3615598.7288094377 rows/sec., 244.07 MiB/sec. | ||
| 13468 | 2025.02.28 06:54:54.408823 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary) | ||
| 13469 | 2025.02.28 06:54:54.409178 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13470 | 2025.02.28 06:54:54.409261 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 5 parts: [all_1_115_23, all_119_119_0] -> all_1_119_24 | ||
| 13471 | 2025.02.28 06:54:54.409346 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 13472 | 2025.02.28 06:54:56.329578 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32574 | ||
| 13473 | 2025.02.28 06:54:56.330275 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13474 | 2025.02.28 06:54:56.330328 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13475 | 2025.02.28 06:54:56.330880 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13476 | 2025.02.28 06:54:56.331142 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13477 | 2025.02.28 06:54:56.331388 [ 98 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13478 | 2025.02.28 06:54:56.331407 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 | ||
| 13479 | 2025.02.28 06:54:56.331491 [ 98 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13480 | 2025.02.28 06:54:56.331525 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.43 GiB. | ||
| 13481 | 2025.02.28 06:54:56.331708 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 13482 | 2025.02.28 06:54:56.332092 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13483 | 2025.02.28 06:54:56.332219 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 13484 | 2025.02.28 06:54:56.332482 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 13485 | 2025.02.28 06:54:56.332603 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 13486 | 2025.02.28 06:54:56.332797 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 13487 | 2025.02.28 06:54:56.333046 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 13488 | 2025.02.28 06:54:56.333218 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 13489 | 2025.02.28 06:54:56.336076 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.004483124 sec., 7265915.464305694 rows/sec., 103.94 MiB/sec. | ||
| 13490 | 2025.02.28 06:54:56.336425 [ 198 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13491 | 2025.02.28 06:54:56.336779 [ 198 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_71_14} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13492 | 2025.02.28 06:54:56.336879 [ 198 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_71_14} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13493 | 2025.02.28 06:54:56.336988 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. | ||
| 13494 | 2025.02.28 06:54:58.647800 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 536 | ||
| 13495 | 2025.02.28 06:54:58.669571 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13496 | 2025.02.28 06:54:58.669637 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13497 | 2025.02.28 06:54:58.676824 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13498 | 2025.02.28 06:54:58.677589 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13499 | 2025.02.28 06:54:58.678019 [ 94 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13500 | 2025.02.28 06:54:58.678159 [ 94 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13501 | 2025.02.28 06:54:58.678228 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13502 | 2025.02.28 06:54:58.678756 [ 196 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 13503 | 2025.02.28 06:54:58.693148 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 536 | ||
| 13504 | 2025.02.28 06:54:58.694871 [ 196 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13505 | 2025.02.28 06:54:58.696137 [ 196 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 13506 | 2025.02.28 06:54:58.701548 [ 196 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 13507 | 2025.02.28 06:54:58.707143 [ 196 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 13508 | 2025.02.28 06:54:58.712797 [ 196 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 13509 | 2025.02.28 06:54:58.719456 [ 196 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 13510 | 2025.02.28 06:54:58.725511 [ 196 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part | ||
| 13511 | 2025.02.28 06:54:58.787888 [ 191 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 679 columns (679 merged, 0 gathered) in 0.109478641 sec., 4895.93216634832 rows/sec., 25.32 MiB/sec. | ||
| 13512 | 2025.02.28 06:54:58.791129 [ 191 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13513 | 2025.02.28 06:54:58.794211 [ 191 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_71_14} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13514 | 2025.02.28 06:54:58.794308 [ 191 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_71_14} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13515 | 2025.02.28 06:54:58.796756 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 13516 | 2025.02.28 06:54:59.396600 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13517 | 2025.02.28 06:54:59.396789 [ 4 ] {adebc716-7912-4fc8-b83c-0e352ef64ff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13518 | 2025.02.28 06:54:59.396860 [ 4 ] {adebc716-7912-4fc8-b83c-0e352ef64ff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13519 | 2025.02.28 06:54:59.397701 [ 4 ] {adebc716-7912-4fc8-b83c-0e352ef64ff0} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13520 | 2025.02.28 06:54:59.397750 [ 4 ] {adebc716-7912-4fc8-b83c-0e352ef64ff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13521 | 2025.02.28 06:54:59.398189 [ 4 ] {adebc716-7912-4fc8-b83c-0e352ef64ff0} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13522 | 2025.02.28 06:54:59.398445 [ 4 ] {adebc716-7912-4fc8-b83c-0e352ef64ff0} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13523 | 2025.02.28 06:54:59.398661 [ 94 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 13524 | 2025.02.28 06:54:59.398683 [ 4 ] {adebc716-7912-4fc8-b83c-0e352ef64ff0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00194 sec., 28865.979381443296 rows/sec., 2.22 MiB/sec. | ||
| 13525 | 2025.02.28 06:54:59.398745 [ 94 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13526 | 2025.02.28 06:54:59.398827 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13527 | 2025.02.28 06:54:59.398836 [ 4 ] {adebc716-7912-4fc8-b83c-0e352ef64ff0} <Debug> TCPHandler: Processed in 0.002373218 sec. | ||
| 13528 | 2025.02.28 06:54:59.399141 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 13529 | 2025.02.28 06:54:59.399215 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13530 | 2025.02.28 06:54:59.399571 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13531 | 2025.02.28 06:54:59.399697 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1844 rows starting from the beginning of the part | ||
| 13532 | 2025.02.28 06:54:59.399842 [ 255 ] {18d5627b-3aff-463d-bbda-845348ca6707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13533 | 2025.02.28 06:54:59.400099 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 695 rows starting from the beginning of the part | ||
| 13534 | 2025.02.28 06:54:59.400149 [ 255 ] {18d5627b-3aff-463d-bbda-845348ca6707} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13535 | 2025.02.28 06:54:59.400636 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 56 rows starting from the beginning of the part | ||
| 13536 | 2025.02.28 06:54:59.401272 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1836 rows starting from the beginning of the part | ||
| 13537 | 2025.02.28 06:54:59.401947 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 56 rows starting from the beginning of the part | ||
| 13538 | 2025.02.28 06:54:59.402653 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 56 rows starting from the beginning of the part | ||
| 13539 | 2025.02.28 06:54:59.405828 [ 255 ] {18d5627b-3aff-463d-bbda-845348ca6707} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13540 | 2025.02.28 06:54:59.405909 [ 255 ] {18d5627b-3aff-463d-bbda-845348ca6707} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13541 | 2025.02.28 06:54:59.406741 [ 255 ] {18d5627b-3aff-463d-bbda-845348ca6707} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13542 | 2025.02.28 06:54:59.407070 [ 255 ] {18d5627b-3aff-463d-bbda-845348ca6707} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13543 | 2025.02.28 06:54:59.407340 [ 94 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 13544 | 2025.02.28 06:54:59.407477 [ 94 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13545 | 2025.02.28 06:54:59.407583 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13546 | 2025.02.28 06:54:59.407777 [ 255 ] {18d5627b-3aff-463d-bbda-845348ca6707} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.008126 sec., 7875.953728771844 rows/sec., 629.49 KiB/sec. | ||
| 13547 | 2025.02.28 06:54:59.408216 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4543 rows, containing 5 columns (5 merged, 0 gathered) in 0.009273851 sec., 489872.00678553066 rows/sec., 41.62 MiB/sec. | ||
| 13548 | 2025.02.28 06:54:59.408271 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 13549 | 2025.02.28 06:54:59.408374 [ 255 ] {18d5627b-3aff-463d-bbda-845348ca6707} <Debug> TCPHandler: Processed in 0.009381332 sec. | ||
| 13550 | 2025.02.28 06:54:59.408787 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13551 | 2025.02.28 06:54:59.408815 [ 199 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 13552 | 2025.02.28 06:54:59.409150 [ 4 ] {e75137fb-3215-4cf4-91fd-094cf23e7a5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13553 | 2025.02.28 06:54:59.409365 [ 4 ] {e75137fb-3215-4cf4-91fd-094cf23e7a5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13554 | 2025.02.28 06:54:59.409831 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13555 | 2025.02.28 06:54:59.409904 [ 199 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_121_24} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13556 | 2025.02.28 06:54:59.409985 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 913 rows starting from the beginning of the part | ||
| 13557 | 2025.02.28 06:54:59.410314 [ 199 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_121_24} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 13558 | 2025.02.28 06:54:59.410610 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 421 rows starting from the beginning of the part | ||
| 13559 | 2025.02.28 06:54:59.410726 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 13560 | 2025.02.28 06:54:59.411123 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 64 rows starting from the beginning of the part | ||
| 13561 | 2025.02.28 06:54:59.412135 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 879 rows starting from the beginning of the part | ||
| 13562 | 2025.02.28 06:54:59.412845 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part | ||
| 13563 | 2025.02.28 06:54:59.413135 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 64 rows starting from the beginning of the part | ||
| 13564 | 2025.02.28 06:54:59.413636 [ 4 ] {e75137fb-3215-4cf4-91fd-094cf23e7a5e} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13565 | 2025.02.28 06:54:59.413705 [ 4 ] {e75137fb-3215-4cf4-91fd-094cf23e7a5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13566 | 2025.02.28 06:54:59.414888 [ 4 ] {e75137fb-3215-4cf4-91fd-094cf23e7a5e} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13567 | 2025.02.28 06:54:59.415448 [ 4 ] {e75137fb-3215-4cf4-91fd-094cf23e7a5e} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13568 | 2025.02.28 06:54:59.415822 [ 4 ] {e75137fb-3215-4cf4-91fd-094cf23e7a5e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006799 sec., 23532.87248124724 rows/sec., 1.64 MiB/sec. | ||
| 13569 | 2025.02.28 06:54:59.416103 [ 4 ] {e75137fb-3215-4cf4-91fd-094cf23e7a5e} <Debug> TCPHandler: Processed in 0.00753706 sec. | ||
| 13570 | 2025.02.28 06:54:59.416495 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13571 | 2025.02.28 06:54:59.417015 [ 255 ] {e45b684d-1b82-4425-a69f-2a3175b6ab22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13572 | 2025.02.28 06:54:59.417081 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.009333332 sec., 257678.6082398012 rows/sec., 19.73 MiB/sec. | ||
| 13573 | 2025.02.28 06:54:59.417211 [ 255 ] {e45b684d-1b82-4425-a69f-2a3175b6ab22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13574 | 2025.02.28 06:54:59.417483 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 13575 | 2025.02.28 06:54:59.418325 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_121_24} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13576 | 2025.02.28 06:54:59.418435 [ 193 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_121_24} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 13577 | 2025.02.28 06:54:59.418546 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 13578 | 2025.02.28 06:54:59.418692 [ 255 ] {e45b684d-1b82-4425-a69f-2a3175b6ab22} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13579 | 2025.02.28 06:54:59.418730 [ 255 ] {e45b684d-1b82-4425-a69f-2a3175b6ab22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13580 | 2025.02.28 06:54:59.419223 [ 255 ] {e45b684d-1b82-4425-a69f-2a3175b6ab22} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 13581 | 2025.02.28 06:54:59.419595 [ 255 ] {e45b684d-1b82-4425-a69f-2a3175b6ab22} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13582 | 2025.02.28 06:54:59.419843 [ 94 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 13583 | 2025.02.28 06:54:59.419924 [ 94 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13584 | 2025.02.28 06:54:59.419922 [ 255 ] {e45b684d-1b82-4425-a69f-2a3175b6ab22} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003097 sec., 19373.587342589602 rows/sec., 1.31 MiB/sec. | ||
| 13585 | 2025.02.28 06:54:59.419965 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13586 | 2025.02.28 06:54:59.420136 [ 255 ] {e45b684d-1b82-4425-a69f-2a3175b6ab22} <Debug> TCPHandler: Processed in 0.003876956 sec. | ||
| 13587 | 2025.02.28 06:54:59.420329 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 13588 | 2025.02.28 06:54:59.420490 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13589 | 2025.02.28 06:54:59.420534 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 7042 rows starting from the beginning of the part | ||
| 13590 | 2025.02.28 06:54:59.420648 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 13591 | 2025.02.28 06:54:59.420898 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 13592 | 2025.02.28 06:54:59.421039 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 58 rows starting from the beginning of the part | ||
| 13593 | 2025.02.28 06:54:59.421293 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 24 rows starting from the beginning of the part | ||
| 13594 | 2025.02.28 06:54:59.421450 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part | ||
| 13595 | 2025.02.28 06:54:59.423738 [ 199 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7326 rows, containing 4 columns (4 merged, 0 gathered) in 0.003590283 sec., 2040507.6702867155 rows/sec., 133.00 MiB/sec. | ||
| 13596 | 2025.02.28 06:54:59.424186 [ 199 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 13597 | 2025.02.28 06:54:59.424515 [ 199 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_121_24} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13598 | 2025.02.28 06:54:59.424608 [ 199 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_121_24} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 13599 | 2025.02.28 06:54:59.424706 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
| 13600 | 2025.02.28 06:55:02.017966 [ 89 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0 | ||
| 13601 | 2025.02.28 06:55:02.018034 [ 89 ] {} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13602 | 2025.02.28 06:55:02.018060 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13603 | 2025.02.28 06:55:02.018279 [ 195 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_47_10 to all_51_51_0 into Compact with storage Full | ||
| 13604 | 2025.02.28 06:55:02.018585 [ 195 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13605 | 2025.02.28 06:55:02.018623 [ 195 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 341 rows starting from the beginning of the part | ||
| 13606 | 2025.02.28 06:55:02.018711 [ 195 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 341 rows starting from the beginning of the part | ||
| 13607 | 2025.02.28 06:55:02.018932 [ 195 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 113 rows starting from the beginning of the part | ||
| 13608 | 2025.02.28 06:55:02.019172 [ 195 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 113 rows starting from the beginning of the part | ||
| 13609 | 2025.02.28 06:55:02.019433 [ 195 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 341 rows starting from the beginning of the part | ||
| 13610 | 2025.02.28 06:55:02.020755 [ 195 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.002611241 sec., 478316.6318237191 rows/sec., 33.57 MiB/sec. | ||
| 13611 | 2025.02.28 06:55:02.020962 [ 197 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 13612 | 2025.02.28 06:55:02.021333 [ 197 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_51_11} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13613 | 2025.02.28 06:55:02.021433 [ 197 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_51_11} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11 | ||
| 13614 | 2025.02.28 06:55:02.021536 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 13615 | 2025.02.28 06:55:03.024803 [ 87 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0 | ||
| 13616 | 2025.02.28 06:55:03.024905 [ 87 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13617 | 2025.02.28 06:55:03.024950 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13618 | 2025.02.28 06:55:03.025220 [ 201 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_47_10 to all_51_51_0 into Compact with storage Full | ||
| 13619 | 2025.02.28 06:55:03.025635 [ 201 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13620 | 2025.02.28 06:55:03.025670 [ 201 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 163 rows starting from the beginning of the part | ||
| 13621 | 2025.02.28 06:55:03.025749 [ 201 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 161 rows starting from the beginning of the part | ||
| 13622 | 2025.02.28 06:55:03.025850 [ 201 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 145 rows starting from the beginning of the part | ||
| 13623 | 2025.02.28 06:55:03.026105 [ 201 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 145 rows starting from the beginning of the part | ||
| 13624 | 2025.02.28 06:55:03.026291 [ 201 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 147 rows starting from the beginning of the part | ||
| 13625 | 2025.02.28 06:55:03.027356 [ 197 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 5 columns (5 merged, 0 gathered) in 0.002293637 sec., 331787.46244501637 rows/sec., 22.17 MiB/sec. | ||
| 13626 | 2025.02.28 06:55:03.027567 [ 195 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 13627 | 2025.02.28 06:55:03.027924 [ 195 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_51_11} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13628 | 2025.02.28 06:55:03.028019 [ 195 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_51_11} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11 | ||
| 13629 | 2025.02.28 06:55:03.028127 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 13630 | 2025.02.28 06:55:03.625682 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13631 | 2025.02.28 06:55:03.625757 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13632 | 2025.02.28 06:55:03.831699 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33001 | ||
| 13633 | 2025.02.28 06:55:03.832433 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13634 | 2025.02.28 06:55:03.832494 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13635 | 2025.02.28 06:55:03.833035 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13636 | 2025.02.28 06:55:03.833294 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13637 | 2025.02.28 06:55:03.833573 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
| 13638 | 2025.02.28 06:55:03.881260 [ 87 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0 | ||
| 13639 | 2025.02.28 06:55:03.881333 [ 87 ] {} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13640 | 2025.02.28 06:55:03.881362 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13641 | 2025.02.28 06:55:03.881508 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_47_10 to all_51_51_0 into Compact with storage Full | ||
| 13642 | 2025.02.28 06:55:03.881721 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13643 | 2025.02.28 06:55:03.881769 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 282 rows starting from the beginning of the part | ||
| 13644 | 2025.02.28 06:55:03.881845 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
| 13645 | 2025.02.28 06:55:03.881975 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
| 13646 | 2025.02.28 06:55:03.882306 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
| 13647 | 2025.02.28 06:55:03.882494 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
| 13648 | 2025.02.28 06:55:03.883485 [ 195 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.002046464 sec., 149526.20715536652 rows/sec., 7.63 MiB/sec. | ||
| 13649 | 2025.02.28 06:55:03.883743 [ 195 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 13650 | 2025.02.28 06:55:03.884106 [ 195 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_51_11} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13651 | 2025.02.28 06:55:03.884200 [ 195 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_51_11} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11 | ||
| 13652 | 2025.02.28 06:55:03.884304 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13653 | 2025.02.28 06:55:03.995393 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1898 | ||
| 13654 | 2025.02.28 06:55:03.998173 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13655 | 2025.02.28 06:55:03.998230 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13656 | 2025.02.28 06:55:04.001279 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13657 | 2025.02.28 06:55:04.001646 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13658 | 2025.02.28 06:55:04.002805 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1898 | ||
| 13659 | 2025.02.28 06:55:04.404135 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13660 | 2025.02.28 06:55:04.404333 [ 4 ] {825b231b-ba7b-44bd-b7f6-63505b619106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13661 | 2025.02.28 06:55:04.404406 [ 4 ] {825b231b-ba7b-44bd-b7f6-63505b619106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13662 | 2025.02.28 06:55:04.405254 [ 4 ] {825b231b-ba7b-44bd-b7f6-63505b619106} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13663 | 2025.02.28 06:55:04.405305 [ 4 ] {825b231b-ba7b-44bd-b7f6-63505b619106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13664 | 2025.02.28 06:55:04.405741 [ 4 ] {825b231b-ba7b-44bd-b7f6-63505b619106} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13665 | 2025.02.28 06:55:04.405988 [ 4 ] {825b231b-ba7b-44bd-b7f6-63505b619106} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13666 | 2025.02.28 06:55:04.406243 [ 4 ] {825b231b-ba7b-44bd-b7f6-63505b619106} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001919 sec., 110474.20531526838 rows/sec., 7.03 MiB/sec. | ||
| 13667 | 2025.02.28 06:55:04.406322 [ 4 ] {825b231b-ba7b-44bd-b7f6-63505b619106} <Debug> TCPHandler: Processed in 0.002297148 sec. | ||
| 13668 | 2025.02.28 06:55:04.406656 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13669 | 2025.02.28 06:55:04.406870 [ 255 ] {00f4e260-3ec1-4ee3-81f6-6b2c14dc5e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13670 | 2025.02.28 06:55:04.406953 [ 255 ] {00f4e260-3ec1-4ee3-81f6-6b2c14dc5e84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13671 | 2025.02.28 06:55:04.408124 [ 255 ] {00f4e260-3ec1-4ee3-81f6-6b2c14dc5e84} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13672 | 2025.02.28 06:55:04.408176 [ 255 ] {00f4e260-3ec1-4ee3-81f6-6b2c14dc5e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13673 | 2025.02.28 06:55:04.408651 [ 255 ] {00f4e260-3ec1-4ee3-81f6-6b2c14dc5e84} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13674 | 2025.02.28 06:55:04.408910 [ 255 ] {00f4e260-3ec1-4ee3-81f6-6b2c14dc5e84} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13675 | 2025.02.28 06:55:04.409141 [ 255 ] {00f4e260-3ec1-4ee3-81f6-6b2c14dc5e84} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002329 sec., 298411.33533705457 rows/sec., 23.83 MiB/sec. | ||
| 13676 | 2025.02.28 06:55:04.409198 [ 255 ] {00f4e260-3ec1-4ee3-81f6-6b2c14dc5e84} <Debug> TCPHandler: Processed in 0.002755083 sec. | ||
| 13677 | 2025.02.28 06:55:04.409381 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13678 | 2025.02.28 06:55:04.409519 [ 4 ] {5e8c83bd-7d90-427d-b2f2-ac3b49e1c3fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13679 | 2025.02.28 06:55:04.409578 [ 4 ] {5e8c83bd-7d90-427d-b2f2-ac3b49e1c3fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13680 | 2025.02.28 06:55:04.410319 [ 4 ] {5e8c83bd-7d90-427d-b2f2-ac3b49e1c3fd} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13681 | 2025.02.28 06:55:04.410366 [ 4 ] {5e8c83bd-7d90-427d-b2f2-ac3b49e1c3fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13682 | 2025.02.28 06:55:04.410764 [ 4 ] {5e8c83bd-7d90-427d-b2f2-ac3b49e1c3fd} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13683 | 2025.02.28 06:55:04.410997 [ 4 ] {5e8c83bd-7d90-427d-b2f2-ac3b49e1c3fd} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13684 | 2025.02.28 06:55:04.411198 [ 4 ] {5e8c83bd-7d90-427d-b2f2-ac3b49e1c3fd} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.00171 sec., 84795.32163742691 rows/sec., 5.32 MiB/sec. | ||
| 13685 | 2025.02.28 06:55:04.411250 [ 4 ] {5e8c83bd-7d90-427d-b2f2-ac3b49e1c3fd} <Debug> TCPHandler: Processed in 0.001937233 sec. | ||
| 13686 | 2025.02.28 06:55:04.411394 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13687 | 2025.02.28 06:55:04.411513 [ 255 ] {4b32edb2-0e71-4956-b327-943510e25155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13688 | 2025.02.28 06:55:04.411586 [ 255 ] {4b32edb2-0e71-4956-b327-943510e25155} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13689 | 2025.02.28 06:55:04.412640 [ 255 ] {4b32edb2-0e71-4956-b327-943510e25155} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13690 | 2025.02.28 06:55:04.412681 [ 255 ] {4b32edb2-0e71-4956-b327-943510e25155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13691 | 2025.02.28 06:55:04.413042 [ 255 ] {4b32edb2-0e71-4956-b327-943510e25155} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13692 | 2025.02.28 06:55:04.413279 [ 255 ] {4b32edb2-0e71-4956-b327-943510e25155} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13693 | 2025.02.28 06:55:04.413489 [ 255 ] {4b32edb2-0e71-4956-b327-943510e25155} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002 sec., 56500 rows/sec., 3.66 MiB/sec. | ||
| 13694 | 2025.02.28 06:55:04.413541 [ 255 ] {4b32edb2-0e71-4956-b327-943510e25155} <Debug> TCPHandler: Processed in 0.002202416 sec. | ||
| 13695 | 2025.02.28 06:55:04.413677 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13696 | 2025.02.28 06:55:04.413801 [ 4 ] {49ec6f02-c2fe-463d-a63a-efd8dd46b2e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13697 | 2025.02.28 06:55:04.413848 [ 4 ] {49ec6f02-c2fe-463d-a63a-efd8dd46b2e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13698 | 2025.02.28 06:55:04.414459 [ 4 ] {49ec6f02-c2fe-463d-a63a-efd8dd46b2e1} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13699 | 2025.02.28 06:55:04.414498 [ 4 ] {49ec6f02-c2fe-463d-a63a-efd8dd46b2e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13700 | 2025.02.28 06:55:04.414852 [ 4 ] {49ec6f02-c2fe-463d-a63a-efd8dd46b2e1} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13701 | 2025.02.28 06:55:04.415086 [ 4 ] {49ec6f02-c2fe-463d-a63a-efd8dd46b2e1} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13702 | 2025.02.28 06:55:04.415302 [ 4 ] {49ec6f02-c2fe-463d-a63a-efd8dd46b2e1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001525 sec., 73442.62295081967 rows/sec., 4.18 MiB/sec. | ||
| 13703 | 2025.02.28 06:55:04.415353 [ 4 ] {49ec6f02-c2fe-463d-a63a-efd8dd46b2e1} <Debug> TCPHandler: Processed in 0.001731291 sec. | ||
| 13704 | 2025.02.28 06:55:04.415492 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13705 | 2025.02.28 06:55:04.415695 [ 255 ] {71780be3-c93a-4871-ac7a-3045d130225a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13706 | 2025.02.28 06:55:04.415786 [ 255 ] {71780be3-c93a-4871-ac7a-3045d130225a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13707 | 2025.02.28 06:55:04.416832 [ 255 ] {71780be3-c93a-4871-ac7a-3045d130225a} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13708 | 2025.02.28 06:55:04.416871 [ 255 ] {71780be3-c93a-4871-ac7a-3045d130225a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13709 | 2025.02.28 06:55:04.417249 [ 255 ] {71780be3-c93a-4871-ac7a-3045d130225a} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13710 | 2025.02.28 06:55:04.417499 [ 255 ] {71780be3-c93a-4871-ac7a-3045d130225a} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13711 | 2025.02.28 06:55:04.417745 [ 255 ] {71780be3-c93a-4871-ac7a-3045d130225a} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.002098 sec., 200667.30219256436 rows/sec., 14.29 MiB/sec. | ||
| 13712 | 2025.02.28 06:55:04.417807 [ 255 ] {71780be3-c93a-4871-ac7a-3045d130225a} <Debug> TCPHandler: Processed in 0.002376258 sec. | ||
| 13713 | 2025.02.28 06:55:04.417965 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13714 | 2025.02.28 06:55:04.418311 [ 4 ] {28502782-1e01-4dcf-bb28-88da12296b92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13715 | 2025.02.28 06:55:04.418469 [ 4 ] {28502782-1e01-4dcf-bb28-88da12296b92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13716 | 2025.02.28 06:55:04.419296 [ 4 ] {28502782-1e01-4dcf-bb28-88da12296b92} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13717 | 2025.02.28 06:55:04.419335 [ 4 ] {28502782-1e01-4dcf-bb28-88da12296b92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13718 | 2025.02.28 06:55:04.419684 [ 4 ] {28502782-1e01-4dcf-bb28-88da12296b92} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13719 | 2025.02.28 06:55:04.419918 [ 4 ] {28502782-1e01-4dcf-bb28-88da12296b92} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13720 | 2025.02.28 06:55:04.420125 [ 4 ] {28502782-1e01-4dcf-bb28-88da12296b92} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001935 sec., 3100.7751937984494 rows/sec., 162.00 KiB/sec. | ||
| 13721 | 2025.02.28 06:55:04.420175 [ 4 ] {28502782-1e01-4dcf-bb28-88da12296b92} <Debug> TCPHandler: Processed in 0.002280338 sec. | ||
| 13722 | 2025.02.28 06:55:04.420327 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13723 | 2025.02.28 06:55:04.420467 [ 255 ] {afb7e5ab-c736-4a29-99c8-45cdd2efc9ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13724 | 2025.02.28 06:55:04.420530 [ 255 ] {afb7e5ab-c736-4a29-99c8-45cdd2efc9ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13725 | 2025.02.28 06:55:04.421218 [ 255 ] {afb7e5ab-c736-4a29-99c8-45cdd2efc9ee} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13726 | 2025.02.28 06:55:04.421262 [ 255 ] {afb7e5ab-c736-4a29-99c8-45cdd2efc9ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13727 | 2025.02.28 06:55:04.421690 [ 255 ] {afb7e5ab-c736-4a29-99c8-45cdd2efc9ee} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13728 | 2025.02.28 06:55:04.421925 [ 255 ] {afb7e5ab-c736-4a29-99c8-45cdd2efc9ee} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13729 | 2025.02.28 06:55:04.422117 [ 255 ] {afb7e5ab-c736-4a29-99c8-45cdd2efc9ee} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001676 sec., 141408.11455847256 rows/sec., 9.48 MiB/sec. | ||
| 13730 | 2025.02.28 06:55:04.422184 [ 255 ] {afb7e5ab-c736-4a29-99c8-45cdd2efc9ee} <Debug> TCPHandler: Processed in 0.001920543 sec. | ||
| 13731 | 2025.02.28 06:55:04.422350 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13732 | 2025.02.28 06:55:04.422649 [ 4 ] {69afac02-23a4-4472-992a-875cc34f35a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13733 | 2025.02.28 06:55:04.422823 [ 4 ] {69afac02-23a4-4472-992a-875cc34f35a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13734 | 2025.02.28 06:55:04.423504 [ 4 ] {69afac02-23a4-4472-992a-875cc34f35a0} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13735 | 2025.02.28 06:55:04.423545 [ 4 ] {69afac02-23a4-4472-992a-875cc34f35a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13736 | 2025.02.28 06:55:04.423902 [ 4 ] {69afac02-23a4-4472-992a-875cc34f35a0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13737 | 2025.02.28 06:55:04.424135 [ 4 ] {69afac02-23a4-4472-992a-875cc34f35a0} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13738 | 2025.02.28 06:55:04.424343 [ 4 ] {69afac02-23a4-4472-992a-875cc34f35a0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001808 sec., 553.0973451327434 rows/sec., 37.27 KiB/sec. | ||
| 13739 | 2025.02.28 06:55:04.424394 [ 4 ] {69afac02-23a4-4472-992a-875cc34f35a0} <Debug> TCPHandler: Processed in 0.002123545 sec. | ||
| 13740 | 2025.02.28 06:55:04.424553 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13741 | 2025.02.28 06:55:04.424776 [ 255 ] {5c485b4d-6fe8-40fb-adbe-744583e8a746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13742 | 2025.02.28 06:55:04.424916 [ 255 ] {5c485b4d-6fe8-40fb-adbe-744583e8a746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13743 | 2025.02.28 06:55:04.426367 [ 255 ] {5c485b4d-6fe8-40fb-adbe-744583e8a746} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13744 | 2025.02.28 06:55:04.426404 [ 255 ] {5c485b4d-6fe8-40fb-adbe-744583e8a746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13745 | 2025.02.28 06:55:04.427065 [ 255 ] {5c485b4d-6fe8-40fb-adbe-744583e8a746} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13746 | 2025.02.28 06:55:04.427325 [ 255 ] {5c485b4d-6fe8-40fb-adbe-744583e8a746} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13747 | 2025.02.28 06:55:04.427522 [ 255 ] {5c485b4d-6fe8-40fb-adbe-744583e8a746} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002799 sec., 13933.547695605574 rows/sec., 24.97 MiB/sec. | ||
| 13748 | 2025.02.28 06:55:04.427615 [ 255 ] {5c485b4d-6fe8-40fb-adbe-744583e8a746} <Debug> TCPHandler: Processed in 0.003137128 sec. | ||
| 13749 | 2025.02.28 06:55:04.427772 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13750 | 2025.02.28 06:55:04.427911 [ 4 ] {8e9ab9a9-c2a8-48da-a256-c2103c067e7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13751 | 2025.02.28 06:55:04.427970 [ 4 ] {8e9ab9a9-c2a8-48da-a256-c2103c067e7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13752 | 2025.02.28 06:55:04.428547 [ 4 ] {8e9ab9a9-c2a8-48da-a256-c2103c067e7c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13753 | 2025.02.28 06:55:04.428586 [ 4 ] {8e9ab9a9-c2a8-48da-a256-c2103c067e7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13754 | 2025.02.28 06:55:04.428947 [ 4 ] {8e9ab9a9-c2a8-48da-a256-c2103c067e7c} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 13755 | 2025.02.28 06:55:04.429182 [ 4 ] {8e9ab9a9-c2a8-48da-a256-c2103c067e7c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13756 | 2025.02.28 06:55:04.429395 [ 4 ] {8e9ab9a9-c2a8-48da-a256-c2103c067e7c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001514 sec., 54161.16248348745 rows/sec., 3.44 MiB/sec. | ||
| 13757 | 2025.02.28 06:55:04.429447 [ 4 ] {8e9ab9a9-c2a8-48da-a256-c2103c067e7c} <Debug> TCPHandler: Processed in 0.001741121 sec. | ||
| 13758 | 2025.02.28 06:55:06.193345 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 543 | ||
| 13759 | 2025.02.28 06:55:06.216123 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13760 | 2025.02.28 06:55:06.216177 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13761 | 2025.02.28 06:55:06.223515 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13762 | 2025.02.28 06:55:06.224320 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13763 | 2025.02.28 06:55:06.227204 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 13764 | 2025.02.28 06:55:09.221491 [ 224 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 13765 | 2025.02.28 06:55:09.221598 [ 224 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 13766 | 2025.02.28 06:55:09.224079 [ 224 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 13767 | 2025.02.28 06:55:09.396130 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13768 | 2025.02.28 06:55:09.396300 [ 4 ] {ee11a6af-a851-40cb-903e-a6c14427cb58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13769 | 2025.02.28 06:55:09.396370 [ 4 ] {ee11a6af-a851-40cb-903e-a6c14427cb58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13770 | 2025.02.28 06:55:09.397141 [ 4 ] {ee11a6af-a851-40cb-903e-a6c14427cb58} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13771 | 2025.02.28 06:55:09.397185 [ 4 ] {ee11a6af-a851-40cb-903e-a6c14427cb58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13772 | 2025.02.28 06:55:09.397608 [ 4 ] {ee11a6af-a851-40cb-903e-a6c14427cb58} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13773 | 2025.02.28 06:55:09.397864 [ 4 ] {ee11a6af-a851-40cb-903e-a6c14427cb58} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13774 | 2025.02.28 06:55:09.398095 [ 4 ] {ee11a6af-a851-40cb-903e-a6c14427cb58} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001843 sec., 30385.24145415084 rows/sec., 2.33 MiB/sec. | ||
| 13775 | 2025.02.28 06:55:09.398165 [ 4 ] {ee11a6af-a851-40cb-903e-a6c14427cb58} <Debug> TCPHandler: Processed in 0.002157446 sec. | ||
| 13776 | 2025.02.28 06:55:09.398188 [ 224 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 13777 | 2025.02.28 06:55:09.398232 [ 224 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 13778 | 2025.02.28 06:55:09.398429 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13779 | 2025.02.28 06:55:09.398729 [ 255 ] {3e336740-5ed4-4f6c-b71f-7d8643bd4c77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13780 | 2025.02.28 06:55:09.398854 [ 255 ] {3e336740-5ed4-4f6c-b71f-7d8643bd4c77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13781 | 2025.02.28 06:55:09.400463 [ 255 ] {3e336740-5ed4-4f6c-b71f-7d8643bd4c77} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13782 | 2025.02.28 06:55:09.400514 [ 255 ] {3e336740-5ed4-4f6c-b71f-7d8643bd4c77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13783 | 2025.02.28 06:55:09.401319 [ 255 ] {3e336740-5ed4-4f6c-b71f-7d8643bd4c77} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13784 | 2025.02.28 06:55:09.401750 [ 255 ] {3e336740-5ed4-4f6c-b71f-7d8643bd4c77} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13785 | 2025.02.28 06:55:09.401935 [ 224 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 13786 | 2025.02.28 06:55:09.402309 [ 255 ] {3e336740-5ed4-4f6c-b71f-7d8643bd4c77} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003692 sec., 17334.77789815818 rows/sec., 1.35 MiB/sec. | ||
| 13787 | 2025.02.28 06:55:09.402504 [ 255 ] {3e336740-5ed4-4f6c-b71f-7d8643bd4c77} <Debug> TCPHandler: Processed in 0.00421638 sec. | ||
| 13788 | 2025.02.28 06:55:09.402732 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13789 | 2025.02.28 06:55:09.402922 [ 4 ] {4242e20a-87c3-4abe-9e99-f6042652401b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13790 | 2025.02.28 06:55:09.402987 [ 4 ] {4242e20a-87c3-4abe-9e99-f6042652401b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13791 | 2025.02.28 06:55:09.403640 [ 4 ] {4242e20a-87c3-4abe-9e99-f6042652401b} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13792 | 2025.02.28 06:55:09.403687 [ 4 ] {4242e20a-87c3-4abe-9e99-f6042652401b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13793 | 2025.02.28 06:55:09.404097 [ 4 ] {4242e20a-87c3-4abe-9e99-f6042652401b} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13794 | 2025.02.28 06:55:09.404348 [ 4 ] {4242e20a-87c3-4abe-9e99-f6042652401b} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13795 | 2025.02.28 06:55:09.404627 [ 4 ] {4242e20a-87c3-4abe-9e99-f6042652401b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001748 sec., 91533.18077803204 rows/sec., 6.38 MiB/sec. | ||
| 13796 | 2025.02.28 06:55:09.404687 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 13797 | 2025.02.28 06:55:09.404709 [ 4 ] {4242e20a-87c3-4abe-9e99-f6042652401b} <Debug> TCPHandler: Processed in 0.002070954 sec. | ||
| 13798 | 2025.02.28 06:55:09.404748 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 13799 | 2025.02.28 06:55:09.405101 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13800 | 2025.02.28 06:55:09.405745 [ 255 ] {9ccf927e-3b93-4af4-9377-989881d3e8ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13801 | 2025.02.28 06:55:09.406206 [ 255 ] {9ccf927e-3b93-4af4-9377-989881d3e8ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13802 | 2025.02.28 06:55:09.407888 [ 255 ] {9ccf927e-3b93-4af4-9377-989881d3e8ae} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13803 | 2025.02.28 06:55:09.407930 [ 255 ] {9ccf927e-3b93-4af4-9377-989881d3e8ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13804 | 2025.02.28 06:55:09.408728 [ 255 ] {9ccf927e-3b93-4af4-9377-989881d3e8ae} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 13805 | 2025.02.28 06:55:09.409137 [ 255 ] {9ccf927e-3b93-4af4-9377-989881d3e8ae} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13806 | 2025.02.28 06:55:09.409548 [ 255 ] {9ccf927e-3b93-4af4-9377-989881d3e8ae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004066 sec., 14756.517461878995 rows/sec., 1018.35 KiB/sec. | ||
| 13807 | 2025.02.28 06:55:09.409560 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 13808 | 2025.02.28 06:55:09.409567 [ 222 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 13809 | 2025.02.28 06:55:09.409703 [ 222 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 13810 | 2025.02.28 06:55:09.409722 [ 255 ] {9ccf927e-3b93-4af4-9377-989881d3e8ae} <Debug> TCPHandler: Processed in 0.004886729 sec. | ||
| 13811 | 2025.02.28 06:55:09.412070 [ 222 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 13812 | 2025.02.28 06:55:11.333832 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33489 | ||
| 13813 | 2025.02.28 06:55:11.334696 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13814 | 2025.02.28 06:55:11.334760 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13815 | 2025.02.28 06:55:11.335428 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13816 | 2025.02.28 06:55:11.335750 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13817 | 2025.02.28 06:55:11.336053 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489 | ||
| 13818 | 2025.02.28 06:55:13.727372 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551 | ||
| 13819 | 2025.02.28 06:55:13.750606 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13820 | 2025.02.28 06:55:13.750670 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13821 | 2025.02.28 06:55:13.758084 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 13822 | 2025.02.28 06:55:13.758878 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13823 | 2025.02.28 06:55:13.762051 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551 | ||
| 13824 | 2025.02.28 06:55:14.003101 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1928 | ||
| 13825 | 2025.02.28 06:55:14.006535 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13826 | 2025.02.28 06:55:14.006597 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13827 | 2025.02.28 06:55:14.008173 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 13828 | 2025.02.28 06:55:14.008491 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13829 | 2025.02.28 06:55:14.008981 [ 220 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): 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] | ||
| 13830 | 2025.02.28 06:55:14.009155 [ 220 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): 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] | ||
| 13831 | 2025.02.28 06:55:14.011214 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1928 | ||
| 13832 | 2025.02.28 06:55:14.012546 [ 220 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): 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] | ||
| 13833 | 2025.02.28 06:55:14.063479 [ 218 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): 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] | ||
| 13834 | 2025.02.28 06:55:14.063521 [ 218 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): 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] | ||
| 13835 | 2025.02.28 06:55:14.065112 [ 218 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): 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] | ||
| 13836 | 2025.02.28 06:55:14.407414 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13837 | 2025.02.28 06:55:14.407631 [ 4 ] {9c5dd031-e74a-4622-ab7e-bdcb093fbf0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13838 | 2025.02.28 06:55:14.407712 [ 4 ] {9c5dd031-e74a-4622-ab7e-bdcb093fbf0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13839 | 2025.02.28 06:55:14.408579 [ 4 ] {9c5dd031-e74a-4622-ab7e-bdcb093fbf0f} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13840 | 2025.02.28 06:55:14.408629 [ 4 ] {9c5dd031-e74a-4622-ab7e-bdcb093fbf0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13841 | 2025.02.28 06:55:14.409068 [ 4 ] {9c5dd031-e74a-4622-ab7e-bdcb093fbf0f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13842 | 2025.02.28 06:55:14.409321 [ 4 ] {9c5dd031-e74a-4622-ab7e-bdcb093fbf0f} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13843 | 2025.02.28 06:55:14.409526 [ 70 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 13844 | 2025.02.28 06:55:14.409552 [ 4 ] {9c5dd031-e74a-4622-ab7e-bdcb093fbf0f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001974 sec., 107396.14994934143 rows/sec., 6.83 MiB/sec. | ||
| 13845 | 2025.02.28 06:55:14.409615 [ 70 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13846 | 2025.02.28 06:55:14.409687 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13847 | 2025.02.28 06:55:14.409688 [ 4 ] {9c5dd031-e74a-4622-ab7e-bdcb093fbf0f} <Debug> TCPHandler: Processed in 0.002418599 sec. | ||
| 13848 | 2025.02.28 06:55:14.409919 [ 189 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::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 | ||
| 13849 | 2025.02.28 06:55:14.410016 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13850 | 2025.02.28 06:55:14.410095 [ 189 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13851 | 2025.02.28 06:55:14.410142 [ 189 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 212 rows starting from the beginning of the part | ||
| 13852 | 2025.02.28 06:55:14.410206 [ 255 ] {91493252-d7fa-4116-844f-4ecf4e7d0241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13853 | 2025.02.28 06:55:14.410278 [ 189 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 212 rows starting from the beginning of the part | ||
| 13854 | 2025.02.28 06:55:14.410365 [ 255 ] {91493252-d7fa-4116-844f-4ecf4e7d0241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13855 | 2025.02.28 06:55:14.410711 [ 189 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 212 rows starting from the beginning of the part | ||
| 13856 | 2025.02.28 06:55:14.411143 [ 189 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 212 rows starting from the beginning of the part | ||
| 13857 | 2025.02.28 06:55:14.411368 [ 189 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 212 rows starting from the beginning of the part | ||
| 13858 | 2025.02.28 06:55:14.413044 [ 255 ] {91493252-d7fa-4116-844f-4ecf4e7d0241} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13859 | 2025.02.28 06:55:14.413093 [ 255 ] {91493252-d7fa-4116-844f-4ecf4e7d0241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13860 | 2025.02.28 06:55:14.413296 [ 197 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003474271 sec., 305099.97636914335 rows/sec., 20.57 MiB/sec. | ||
| 13861 | 2025.02.28 06:55:14.413465 [ 197 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 13862 | 2025.02.28 06:55:14.413691 [ 255 ] {91493252-d7fa-4116-844f-4ecf4e7d0241} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13863 | 2025.02.28 06:55:14.413853 [ 197 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_53_13} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13864 | 2025.02.28 06:55:14.413951 [ 197 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_53_13} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 13865 | 2025.02.28 06:55:14.414019 [ 255 ] {91493252-d7fa-4116-844f-4ecf4e7d0241} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13866 | 2025.02.28 06:55:14.414055 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 13867 | 2025.02.28 06:55:14.414260 [ 255 ] {91493252-d7fa-4116-844f-4ecf4e7d0241} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.00412 sec., 168689.3203883495 rows/sec., 13.47 MiB/sec. | ||
| 13868 | 2025.02.28 06:55:14.414314 [ 255 ] {91493252-d7fa-4116-844f-4ecf4e7d0241} <Debug> TCPHandler: Processed in 0.004441704 sec. | ||
| 13869 | 2025.02.28 06:55:14.414485 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13870 | 2025.02.28 06:55:14.414626 [ 4 ] {5fa462c1-6122-4a32-bba1-2fe2b010a620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13871 | 2025.02.28 06:55:14.414683 [ 4 ] {5fa462c1-6122-4a32-bba1-2fe2b010a620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13872 | 2025.02.28 06:55:14.415348 [ 4 ] {5fa462c1-6122-4a32-bba1-2fe2b010a620} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13873 | 2025.02.28 06:55:14.415386 [ 4 ] {5fa462c1-6122-4a32-bba1-2fe2b010a620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13874 | 2025.02.28 06:55:14.415759 [ 4 ] {5fa462c1-6122-4a32-bba1-2fe2b010a620} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13875 | 2025.02.28 06:55:14.416005 [ 4 ] {5fa462c1-6122-4a32-bba1-2fe2b010a620} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13876 | 2025.02.28 06:55:14.416230 [ 4 ] {5fa462c1-6122-4a32-bba1-2fe2b010a620} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001627 sec., 89121.08174554395 rows/sec., 5.59 MiB/sec. | ||
| 13877 | 2025.02.28 06:55:14.416332 [ 4 ] {5fa462c1-6122-4a32-bba1-2fe2b010a620} <Debug> TCPHandler: Processed in 0.001913873 sec. | ||
| 13878 | 2025.02.28 06:55:14.416533 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13879 | 2025.02.28 06:55:14.416694 [ 255 ] {cdbf57a3-22e9-4dc4-a0db-9afe0e7ead25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13880 | 2025.02.28 06:55:14.416755 [ 255 ] {cdbf57a3-22e9-4dc4-a0db-9afe0e7ead25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13881 | 2025.02.28 06:55:14.417388 [ 255 ] {cdbf57a3-22e9-4dc4-a0db-9afe0e7ead25} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13882 | 2025.02.28 06:55:14.417427 [ 255 ] {cdbf57a3-22e9-4dc4-a0db-9afe0e7ead25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13883 | 2025.02.28 06:55:14.417792 [ 255 ] {cdbf57a3-22e9-4dc4-a0db-9afe0e7ead25} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13884 | 2025.02.28 06:55:14.418032 [ 255 ] {cdbf57a3-22e9-4dc4-a0db-9afe0e7ead25} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13885 | 2025.02.28 06:55:14.418258 [ 255 ] {cdbf57a3-22e9-4dc4-a0db-9afe0e7ead25} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001589 sec., 71113.90811831341 rows/sec., 4.60 MiB/sec. | ||
| 13886 | 2025.02.28 06:55:14.418324 [ 255 ] {cdbf57a3-22e9-4dc4-a0db-9afe0e7ead25} <Debug> TCPHandler: Processed in 0.001899823 sec. | ||
| 13887 | 2025.02.28 06:55:14.418533 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13888 | 2025.02.28 06:55:14.418674 [ 4 ] {5aa6e3c4-e482-40fe-b421-a8216f466d4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13889 | 2025.02.28 06:55:14.418728 [ 4 ] {5aa6e3c4-e482-40fe-b421-a8216f466d4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13890 | 2025.02.28 06:55:14.419373 [ 4 ] {5aa6e3c4-e482-40fe-b421-a8216f466d4b} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13891 | 2025.02.28 06:55:14.419411 [ 4 ] {5aa6e3c4-e482-40fe-b421-a8216f466d4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13892 | 2025.02.28 06:55:14.419775 [ 4 ] {5aa6e3c4-e482-40fe-b421-a8216f466d4b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13893 | 2025.02.28 06:55:14.420027 [ 4 ] {5aa6e3c4-e482-40fe-b421-a8216f466d4b} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13894 | 2025.02.28 06:55:14.420187 [ 70 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 13895 | 2025.02.28 06:55:14.420234 [ 70 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13896 | 2025.02.28 06:55:14.420254 [ 4 ] {5aa6e3c4-e482-40fe-b421-a8216f466d4b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001601 sec., 69956.27732667082 rows/sec., 3.99 MiB/sec. | ||
| 13897 | 2025.02.28 06:55:14.420271 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13898 | 2025.02.28 06:55:14.420427 [ 4 ] {5aa6e3c4-e482-40fe-b421-a8216f466d4b} <Debug> TCPHandler: Processed in 0.001998254 sec. | ||
| 13899 | 2025.02.28 06:55:14.420504 [ 219 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): 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] | ||
| 13900 | 2025.02.28 06:55:14.420635 [ 219 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): 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] | ||
| 13901 | 2025.02.28 06:55:14.420657 [ 197 ] {ae10649f-1e0a-4033-8240-a3be65056305::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 | ||
| 13902 | 2025.02.28 06:55:14.420686 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13903 | 2025.02.28 06:55:14.421079 [ 255 ] {c07f91b1-69b7-4c84-b87b-470ccf0c3a70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13904 | 2025.02.28 06:55:14.421123 [ 197 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13905 | 2025.02.28 06:55:14.421196 [ 197 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 112 rows starting from the beginning of the part | ||
| 13906 | 2025.02.28 06:55:14.421203 [ 255 ] {c07f91b1-69b7-4c84-b87b-470ccf0c3a70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13907 | 2025.02.28 06:55:14.421581 [ 197 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 112 rows starting from the beginning of the part | ||
| 13908 | 2025.02.28 06:55:14.422282 [ 197 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 112 rows starting from the beginning of the part | ||
| 13909 | 2025.02.28 06:55:14.422808 [ 197 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 112 rows starting from the beginning of the part | ||
| 13910 | 2025.02.28 06:55:14.423393 [ 197 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 112 rows starting from the beginning of the part | ||
| 13911 | 2025.02.28 06:55:14.425750 [ 255 ] {c07f91b1-69b7-4c84-b87b-470ccf0c3a70} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13912 | 2025.02.28 06:55:14.425832 [ 255 ] {c07f91b1-69b7-4c84-b87b-470ccf0c3a70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13913 | 2025.02.28 06:55:14.426745 [ 197 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.006337145 sec., 88367.86912718583 rows/sec., 5.37 MiB/sec. | ||
| 13914 | 2025.02.28 06:55:14.426884 [ 255 ] {c07f91b1-69b7-4c84-b87b-470ccf0c3a70} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13915 | 2025.02.28 06:55:14.426946 [ 219 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): 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] | ||
| 13916 | 2025.02.28 06:55:14.426963 [ 197 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 13917 | 2025.02.28 06:55:14.427729 [ 255 ] {c07f91b1-69b7-4c84-b87b-470ccf0c3a70} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13918 | 2025.02.28 06:55:14.427909 [ 197 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_53_13} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13919 | 2025.02.28 06:55:14.428365 [ 197 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_53_13} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 13920 | 2025.02.28 06:55:14.428654 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13921 | 2025.02.28 06:55:14.428731 [ 255 ] {c07f91b1-69b7-4c84-b87b-470ccf0c3a70} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.007768 sec., 54196.70442842431 rows/sec., 3.86 MiB/sec. | ||
| 13922 | 2025.02.28 06:55:14.428832 [ 255 ] {c07f91b1-69b7-4c84-b87b-470ccf0c3a70} <Debug> TCPHandler: Processed in 0.00827872 sec. | ||
| 13923 | 2025.02.28 06:55:14.429028 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13924 | 2025.02.28 06:55:14.429230 [ 4 ] {529a3d68-d0ae-4101-9ade-774ce6407387} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13925 | 2025.02.28 06:55:14.429314 [ 4 ] {529a3d68-d0ae-4101-9ade-774ce6407387} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13926 | 2025.02.28 06:55:14.430035 [ 4 ] {529a3d68-d0ae-4101-9ade-774ce6407387} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13927 | 2025.02.28 06:55:14.430073 [ 4 ] {529a3d68-d0ae-4101-9ade-774ce6407387} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13928 | 2025.02.28 06:55:14.430445 [ 4 ] {529a3d68-d0ae-4101-9ade-774ce6407387} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13929 | 2025.02.28 06:55:14.430681 [ 4 ] {529a3d68-d0ae-4101-9ade-774ce6407387} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13930 | 2025.02.28 06:55:14.430905 [ 4 ] {529a3d68-d0ae-4101-9ade-774ce6407387} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001722 sec., 3484.320557491289 rows/sec., 182.04 KiB/sec. | ||
| 13931 | 2025.02.28 06:55:14.430957 [ 4 ] {529a3d68-d0ae-4101-9ade-774ce6407387} <Debug> TCPHandler: Processed in 0.002029934 sec. | ||
| 13932 | 2025.02.28 06:55:14.431164 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13933 | 2025.02.28 06:55:14.431317 [ 255 ] {129ee770-841e-425f-a313-619165ec55f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13934 | 2025.02.28 06:55:14.431380 [ 255 ] {129ee770-841e-425f-a313-619165ec55f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13935 | 2025.02.28 06:55:14.432035 [ 255 ] {129ee770-841e-425f-a313-619165ec55f3} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13936 | 2025.02.28 06:55:14.432073 [ 255 ] {129ee770-841e-425f-a313-619165ec55f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13937 | 2025.02.28 06:55:14.432474 [ 255 ] {129ee770-841e-425f-a313-619165ec55f3} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13938 | 2025.02.28 06:55:14.432713 [ 255 ] {129ee770-841e-425f-a313-619165ec55f3} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13939 | 2025.02.28 06:55:14.432885 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_119_24 to all_124_124_0 | ||
| 13940 | 2025.02.28 06:55:14.432939 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13941 | 2025.02.28 06:55:14.432951 [ 255 ] {129ee770-841e-425f-a313-619165ec55f3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001658 sec., 142943.30518697225 rows/sec., 9.58 MiB/sec. | ||
| 13942 | 2025.02.28 06:55:14.432973 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13943 | 2025.02.28 06:55:14.433201 [ 255 ] {129ee770-841e-425f-a313-619165ec55f3} <Debug> TCPHandler: Processed in 0.002144586 sec. | ||
| 13944 | 2025.02.28 06:55:14.433362 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_124_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_119_24 to all_124_124_0 into Compact with storage Full | ||
| 13945 | 2025.02.28 06:55:14.433463 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13946 | 2025.02.28 06:55:14.433821 [ 4 ] {456e15e2-f1a1-49bc-a39b-08923eefdd03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13947 | 2025.02.28 06:55:14.434004 [ 4 ] {456e15e2-f1a1-49bc-a39b-08923eefdd03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13948 | 2025.02.28 06:55:14.434083 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_124_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13949 | 2025.02.28 06:55:14.434283 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_119_24, total 36055 rows starting from the beginning of the part | ||
| 13950 | 2025.02.28 06:55:14.434899 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part | ||
| 13951 | 2025.02.28 06:55:14.435574 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part | ||
| 13952 | 2025.02.28 06:55:14.436032 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 237 rows starting from the beginning of the part | ||
| 13953 | 2025.02.28 06:55:14.436462 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part | ||
| 13954 | 2025.02.28 06:55:14.436866 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 237 rows starting from the beginning of the part | ||
| 13955 | 2025.02.28 06:55:14.437548 [ 4 ] {456e15e2-f1a1-49bc-a39b-08923eefdd03} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13956 | 2025.02.28 06:55:14.437668 [ 4 ] {456e15e2-f1a1-49bc-a39b-08923eefdd03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13957 | 2025.02.28 06:55:14.438506 [ 4 ] {456e15e2-f1a1-49bc-a39b-08923eefdd03} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13958 | 2025.02.28 06:55:14.438923 [ 4 ] {456e15e2-f1a1-49bc-a39b-08923eefdd03} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13959 | 2025.02.28 06:55:14.439167 [ 224 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): 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] | ||
| 13960 | 2025.02.28 06:55:14.439179 [ 4 ] {456e15e2-f1a1-49bc-a39b-08923eefdd03} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005488 sec., 182.21574344023324 rows/sec., 12.28 KiB/sec. | ||
| 13961 | 2025.02.28 06:55:14.439201 [ 224 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): 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] | ||
| 13962 | 2025.02.28 06:55:14.439451 [ 4 ] {456e15e2-f1a1-49bc-a39b-08923eefdd03} <Debug> TCPHandler: Processed in 0.006092124 sec. | ||
| 13963 | 2025.02.28 06:55:14.439847 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13964 | 2025.02.28 06:55:14.440267 [ 255 ] {9f385bac-b6fd-43c7-9eeb-df5de6403d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13965 | 2025.02.28 06:55:14.440771 [ 255 ] {9f385bac-b6fd-43c7-9eeb-df5de6403d7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13966 | 2025.02.28 06:55:14.444203 [ 224 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): 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] | ||
| 13967 | 2025.02.28 06:55:14.445842 [ 255 ] {9f385bac-b6fd-43c7-9eeb-df5de6403d7f} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13968 | 2025.02.28 06:55:14.445892 [ 255 ] {9f385bac-b6fd-43c7-9eeb-df5de6403d7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13969 | 2025.02.28 06:55:14.447064 [ 255 ] {9f385bac-b6fd-43c7-9eeb-df5de6403d7f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13970 | 2025.02.28 06:55:14.447397 [ 255 ] {9f385bac-b6fd-43c7-9eeb-df5de6403d7f} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13971 | 2025.02.28 06:55:14.447716 [ 255 ] {9f385bac-b6fd-43c7-9eeb-df5de6403d7f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007587 sec., 5140.371688414393 rows/sec., 9.21 MiB/sec. | ||
| 13972 | 2025.02.28 06:55:14.448166 [ 255 ] {9f385bac-b6fd-43c7-9eeb-df5de6403d7f} <Debug> TCPHandler: Processed in 0.008594933 sec. | ||
| 13973 | 2025.02.28 06:55:14.448553 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13974 | 2025.02.28 06:55:14.448759 [ 4 ] {47e9e0f9-7596-4d14-928a-55a9c8ce3dbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13975 | 2025.02.28 06:55:14.448903 [ 4 ] {47e9e0f9-7596-4d14-928a-55a9c8ce3dbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13976 | 2025.02.28 06:55:14.449438 [ 198 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_124_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36913 rows, containing 5 columns (5 merged, 0 gathered) in 0.016319775 sec., 2261857.164084676 rows/sec., 152.72 MiB/sec. | ||
| 13977 | 2025.02.28 06:55:14.449848 [ 198 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_124_25} <Trace> MergedBlockOutputStream: filled checksums all_1_124_25 (state Temporary) | ||
| 13978 | 2025.02.28 06:55:14.450121 [ 4 ] {47e9e0f9-7596-4d14-928a-55a9c8ce3dbc} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13979 | 2025.02.28 06:55:14.450187 [ 4 ] {47e9e0f9-7596-4d14-928a-55a9c8ce3dbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13980 | 2025.02.28 06:55:14.450447 [ 198 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_124_25 to all_1_124_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13981 | 2025.02.28 06:55:14.450617 [ 198 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_119_24, all_124_124_0] -> all_1_124_25 | ||
| 13982 | 2025.02.28 06:55:14.450772 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 13983 | 2025.02.28 06:55:14.450901 [ 4 ] {47e9e0f9-7596-4d14-928a-55a9c8ce3dbc} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 13984 | 2025.02.28 06:55:14.451155 [ 4 ] {47e9e0f9-7596-4d14-928a-55a9c8ce3dbc} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13985 | 2025.02.28 06:55:14.451367 [ 4 ] {47e9e0f9-7596-4d14-928a-55a9c8ce3dbc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002655 sec., 30885.12241054614 rows/sec., 1.96 MiB/sec. | ||
| 13986 | 2025.02.28 06:55:14.451421 [ 4 ] {47e9e0f9-7596-4d14-928a-55a9c8ce3dbc} <Debug> TCPHandler: Processed in 0.003141117 sec. | ||
| 13987 | 2025.02.28 06:55:18.625804 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13988 | 2025.02.28 06:55:18.625873 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13989 | 2025.02.28 06:55:18.836317 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33916 | ||
| 13990 | 2025.02.28 06:55:18.837272 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13991 | 2025.02.28 06:55:18.837309 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 13992 | 2025.02.28 06:55:18.837841 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 13993 | 2025.02.28 06:55:18.838096 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13994 | 2025.02.28 06:55:18.838278 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
| 13995 | 2025.02.28 06:55:19.397356 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13996 | 2025.02.28 06:55:19.397663 [ 4 ] {7bfd5740-ecc9-4456-8668-4eaa5c0839dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13997 | 2025.02.28 06:55:19.397778 [ 4 ] {7bfd5740-ecc9-4456-8668-4eaa5c0839dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13998 | 2025.02.28 06:55:19.398762 [ 4 ] {7bfd5740-ecc9-4456-8668-4eaa5c0839dc} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13999 | 2025.02.28 06:55:19.398806 [ 4 ] {7bfd5740-ecc9-4456-8668-4eaa5c0839dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 14000 | 2025.02.28 06:55:19.399254 [ 4 ] {7bfd5740-ecc9-4456-8668-4eaa5c0839dc} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14001 | 2025.02.28 06:55:19.399526 [ 4 ] {7bfd5740-ecc9-4456-8668-4eaa5c0839dc} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14002 | 2025.02.28 06:55:19.399771 [ 4 ] {7bfd5740-ecc9-4456-8668-4eaa5c0839dc} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002192 sec., 25547.445255474453 rows/sec., 1.96 MiB/sec. | ||
| 14003 | 2025.02.28 06:55:19.399828 [ 4 ] {7bfd5740-ecc9-4456-8668-4eaa5c0839dc} <Debug> TCPHandler: Processed in 0.002660352 sec. | ||
| 14004 | 2025.02.28 06:55:19.400168 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14005 | 2025.02.28 06:55:19.400477 [ 255 ] {de204ea3-4ae9-4c77-859b-3191f7baf7df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14006 | 2025.02.28 06:55:19.400595 [ 255 ] {de204ea3-4ae9-4c77-859b-3191f7baf7df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14007 | 2025.02.28 06:55:19.401592 [ 255 ] {de204ea3-4ae9-4c77-859b-3191f7baf7df} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14008 | 2025.02.28 06:55:19.401640 [ 255 ] {de204ea3-4ae9-4c77-859b-3191f7baf7df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 14009 | 2025.02.28 06:55:19.402093 [ 255 ] {de204ea3-4ae9-4c77-859b-3191f7baf7df} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14010 | 2025.02.28 06:55:19.402347 [ 255 ] {de204ea3-4ae9-4c77-859b-3191f7baf7df} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14011 | 2025.02.28 06:55:19.402590 [ 255 ] {de204ea3-4ae9-4c77-859b-3191f7baf7df} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002201 sec., 29077.69195820082 rows/sec., 2.27 MiB/sec. | ||
| 14012 | 2025.02.28 06:55:19.402655 [ 255 ] {de204ea3-4ae9-4c77-859b-3191f7baf7df} <Debug> TCPHandler: Processed in 0.002671562 sec. | ||
| 14013 | 2025.02.28 06:55:19.402795 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14014 | 2025.02.28 06:55:19.402916 [ 4 ] {bea33a54-871d-4b38-beec-bbcfef8fcd9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14015 | 2025.02.28 06:55:19.402972 [ 4 ] {bea33a54-871d-4b38-beec-bbcfef8fcd9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14016 | 2025.02.28 06:55:19.403545 [ 4 ] {bea33a54-871d-4b38-beec-bbcfef8fcd9e} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14017 | 2025.02.28 06:55:19.403592 [ 4 ] {bea33a54-871d-4b38-beec-bbcfef8fcd9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 14018 | 2025.02.28 06:55:19.404503 [ 4 ] {bea33a54-871d-4b38-beec-bbcfef8fcd9e} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14019 | 2025.02.28 06:55:19.404757 [ 4 ] {bea33a54-871d-4b38-beec-bbcfef8fcd9e} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14020 | 2025.02.28 06:55:19.405001 [ 4 ] {bea33a54-871d-4b38-beec-bbcfef8fcd9e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002111 sec., 75793.4628138323 rows/sec., 5.28 MiB/sec. | ||
| 14021 | 2025.02.28 06:55:19.405094 [ 4 ] {bea33a54-871d-4b38-beec-bbcfef8fcd9e} <Debug> TCPHandler: Processed in 0.002354458 sec. | ||
| 14022 | 2025.02.28 06:55:19.405309 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14023 | 2025.02.28 06:55:19.405516 [ 255 ] {1850bfb2-d233-46a0-85f3-979894b1e9c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14024 | 2025.02.28 06:55:19.405580 [ 255 ] {1850bfb2-d233-46a0-85f3-979894b1e9c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14025 | 2025.02.28 06:55:19.406164 [ 255 ] {1850bfb2-d233-46a0-85f3-979894b1e9c3} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14026 | 2025.02.28 06:55:19.406203 [ 255 ] {1850bfb2-d233-46a0-85f3-979894b1e9c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 14027 | 2025.02.28 06:55:19.406594 [ 255 ] {1850bfb2-d233-46a0-85f3-979894b1e9c3} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 14028 | 2025.02.28 06:55:19.406836 [ 255 ] {1850bfb2-d233-46a0-85f3-979894b1e9c3} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14029 | 2025.02.28 06:55:19.407048 [ 255 ] {1850bfb2-d233-46a0-85f3-979894b1e9c3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001569 sec., 38240.917782026765 rows/sec., 2.58 MiB/sec. | ||
| 14030 | 2025.02.28 06:55:19.407113 [ 255 ] {1850bfb2-d233-46a0-85f3-979894b1e9c3} <Debug> TCPHandler: Processed in 0.001926414 sec. | ||
| 14031 | 2025.02.28 06:55:21.262229 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558 | ||
| 14032 | 2025.02.28 06:55:21.286475 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14033 | 2025.02.28 06:55:21.286545 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 14034 | 2025.02.28 06:55:21.294127 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14035 | 2025.02.28 06:55:21.294985 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14036 | 2025.02.28 06:55:21.298787 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 14037 | 2025.02.28 06:55:21.832334 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14038 | 2025.02.28 06:55:21.832546 [ 4 ] {a594aa8c-7b5a-463a-a808-94d779a0cff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14039 | 2025.02.28 06:55:21.832630 [ 4 ] {a594aa8c-7b5a-463a-a808-94d779a0cff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14040 | 2025.02.28 06:55:21.833512 [ 4 ] {a594aa8c-7b5a-463a-a808-94d779a0cff6} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14041 | 2025.02.28 06:55:21.833565 [ 4 ] {a594aa8c-7b5a-463a-a808-94d779a0cff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 14042 | 2025.02.28 06:55:21.834033 [ 4 ] {a594aa8c-7b5a-463a-a808-94d779a0cff6} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14043 | 2025.02.28 06:55:21.834302 [ 4 ] {a594aa8c-7b5a-463a-a808-94d779a0cff6} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14044 | 2025.02.28 06:55:21.834539 [ 4 ] {a594aa8c-7b5a-463a-a808-94d779a0cff6} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002053 sec., 103263.51680467608 rows/sec., 6.57 MiB/sec. | ||
| 14045 | 2025.02.28 06:55:21.834607 [ 4 ] {a594aa8c-7b5a-463a-a808-94d779a0cff6} <Debug> TCPHandler: Processed in 0.002420719 sec. | ||
| 14046 | 2025.02.28 06:55:21.834949 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14047 | 2025.02.28 06:55:21.835154 [ 255 ] {d8f4d412-a6ab-4fe1-89d4-da19d0bc6d5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14048 | 2025.02.28 06:55:21.835231 [ 255 ] {d8f4d412-a6ab-4fe1-89d4-da19d0bc6d5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14049 | 2025.02.28 06:55:21.836029 [ 255 ] {d8f4d412-a6ab-4fe1-89d4-da19d0bc6d5f} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14050 | 2025.02.28 06:55:21.836082 [ 255 ] {d8f4d412-a6ab-4fe1-89d4-da19d0bc6d5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 14051 | 2025.02.28 06:55:21.836523 [ 255 ] {d8f4d412-a6ab-4fe1-89d4-da19d0bc6d5f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 14052 | 2025.02.28 06:55:21.836794 [ 255 ] {d8f4d412-a6ab-4fe1-89d4-da19d0bc6d5f} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14053 | 2025.02.28 06:55:21.837074 [ 255 ] {d8f4d412-a6ab-4fe1-89d4-da19d0bc6d5f} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001964 sec., 8146.639511201629 rows/sec., 664.30 KiB/sec. | ||
| 14054 | 2025.02.28 06:55:21.837226 [ 255 ] {d8f4d412-a6ab-4fe1-89d4-da19d0bc6d5f} <Debug> TCPHandler: Processed in 0.00249644 sec. | ||
| 14055 | 2025.02.28 06:55:21.837427 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14056 | 2025.02.28 06:55:21.837559 [ 4 ] {c4d4db85-7504-45e4-847c-b1fd9ab9ee98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14057 | 2025.02.28 06:55:21.837614 [ 4 ] {c4d4db85-7504-45e4-847c-b1fd9ab9ee98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14058 | 2025.02.28 06:55:21.839273 [ 4 ] {c4d4db85-7504-45e4-847c-b1fd9ab9ee98} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14059 | 2025.02.28 06:55:21.839318 [ 4 ] {c4d4db85-7504-45e4-847c-b1fd9ab9ee98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 14060 | 2025.02.28 06:55:21.839820 [ 4 ] {c4d4db85-7504-45e4-847c-b1fd9ab9ee98} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14061 | 2025.02.28 06:55:21.840076 [ 4 ] {c4d4db85-7504-45e4-847c-b1fd9ab9ee98} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14062 | 2025.02.28 06:55:21.840282 [ 55 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14063 | 2025.02.28 06:55:21.840304 [ 4 ] {c4d4db85-7504-45e4-847c-b1fd9ab9ee98} <Debug> executeQuery: Read 1843 rows, 153.97 KiB in 0.002776 sec., 663904.8991354468 rows/sec., 54.16 MiB/sec. | ||
| 14064 | 2025.02.28 06:55:21.840358 [ 55 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14065 | 2025.02.28 06:55:21.840429 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 14066 | 2025.02.28 06:55:21.840442 [ 4 ] {c4d4db85-7504-45e4-847c-b1fd9ab9ee98} <Debug> TCPHandler: Processed in 0.003084877 sec. | ||
| 14067 | 2025.02.28 06:55:21.840636 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 14068 | 2025.02.28 06:55:21.840669 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14069 | 2025.02.28 06:55:21.840884 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14070 | 2025.02.28 06:55:21.840917 [ 255 ] {b8ade54e-5732-4f20-a4bb-d20786983c9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14071 | 2025.02.28 06:55:21.840959 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1844 rows starting from the beginning of the part | ||
| 14072 | 2025.02.28 06:55:21.841029 [ 255 ] {b8ade54e-5732-4f20-a4bb-d20786983c9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14073 | 2025.02.28 06:55:21.841244 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 695 rows starting from the beginning of the part | ||
| 14074 | 2025.02.28 06:55:21.841661 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 14075 | 2025.02.28 06:55:21.842042 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 695 rows starting from the beginning of the part | ||
| 14076 | 2025.02.28 06:55:21.842393 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 56 rows starting from the beginning of the part | ||
| 14077 | 2025.02.28 06:55:21.842706 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 1843 rows starting from the beginning of the part | ||
| 14078 | 2025.02.28 06:55:21.844141 [ 255 ] {b8ade54e-5732-4f20-a4bb-d20786983c9e} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14079 | 2025.02.28 06:55:21.844202 [ 255 ] {b8ade54e-5732-4f20-a4bb-d20786983c9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 14080 | 2025.02.28 06:55:21.845234 [ 255 ] {b8ade54e-5732-4f20-a4bb-d20786983c9e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14081 | 2025.02.28 06:55:21.845677 [ 255 ] {b8ade54e-5732-4f20-a4bb-d20786983c9e} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14082 | 2025.02.28 06:55:21.845983 [ 219 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): 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] | ||
| 14083 | 2025.02.28 06:55:21.846006 [ 255 ] {b8ade54e-5732-4f20-a4bb-d20786983c9e} <Debug> executeQuery: Read 161 rows, 10.44 KiB in 0.005167 sec., 31159.280046448617 rows/sec., 1.97 MiB/sec. | ||
| 14084 | 2025.02.28 06:55:21.846037 [ 219 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): 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] | ||
| 14085 | 2025.02.28 06:55:21.846202 [ 255 ] {b8ade54e-5732-4f20-a4bb-d20786983c9e} <Debug> TCPHandler: Processed in 0.005635818 sec. | ||
| 14086 | 2025.02.28 06:55:21.846464 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14087 | 2025.02.28 06:55:21.846885 [ 4 ] {8dbc8632-3211-4991-a577-eeba5c80acc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14088 | 2025.02.28 06:55:21.847177 [ 4 ] {8dbc8632-3211-4991-a577-eeba5c80acc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14089 | 2025.02.28 06:55:21.847198 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5189 rows, containing 5 columns (5 merged, 0 gathered) in 0.00668387 sec., 776346.6375019263 rows/sec., 65.86 MiB/sec. | ||
| 14090 | 2025.02.28 06:55:21.847629 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 14091 | 2025.02.28 06:55:21.848297 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_126_25} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14092 | 2025.02.28 06:55:21.848649 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_126_25} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 14093 | 2025.02.28 06:55:21.848898 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 14094 | 2025.02.28 06:55:21.850310 [ 4 ] {8dbc8632-3211-4991-a577-eeba5c80acc9} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14095 | 2025.02.28 06:55:21.850389 [ 4 ] {8dbc8632-3211-4991-a577-eeba5c80acc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 14096 | 2025.02.28 06:55:21.851023 [ 219 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): 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] | ||
| 14097 | 2025.02.28 06:55:21.851403 [ 4 ] {8dbc8632-3211-4991-a577-eeba5c80acc9} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14098 | 2025.02.28 06:55:21.851886 [ 4 ] {8dbc8632-3211-4991-a577-eeba5c80acc9} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14099 | 2025.02.28 06:55:21.852185 [ 4 ] {8dbc8632-3211-4991-a577-eeba5c80acc9} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.005525 sec., 61719.457013574654 rows/sec., 4.12 MiB/sec. | ||
| 14100 | 2025.02.28 06:55:21.852186 [ 222 ] {} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): 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] | ||
| 14101 | 2025.02.28 06:55:21.852288 [ 222 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): 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] | ||
| 14102 | 2025.02.28 06:55:21.852335 [ 4 ] {8dbc8632-3211-4991-a577-eeba5c80acc9} <Debug> TCPHandler: Processed in 0.005998092 sec. | ||
| 14103 | 2025.02.28 06:55:21.852543 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14104 | 2025.02.28 06:55:21.852694 [ 255 ] {e84f06a9-08de-4140-baa8-8679c3399bf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14105 | 2025.02.28 06:55:21.852782 [ 255 ] {e84f06a9-08de-4140-baa8-8679c3399bf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14106 | 2025.02.28 06:55:21.854031 [ 255 ] {e84f06a9-08de-4140-baa8-8679c3399bf1} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14107 | 2025.02.28 06:55:21.854087 [ 255 ] {e84f06a9-08de-4140-baa8-8679c3399bf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 14108 | 2025.02.28 06:55:21.854869 [ 255 ] {e84f06a9-08de-4140-baa8-8679c3399bf1} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14109 | 2025.02.28 06:55:21.855276 [ 255 ] {e84f06a9-08de-4140-baa8-8679c3399bf1} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14110 | 2025.02.28 06:55:21.855729 [ 255 ] {e84f06a9-08de-4140-baa8-8679c3399bf1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.003053 sec., 36685.227644939405 rows/sec., 2.09 MiB/sec. | ||
| 14111 | 2025.02.28 06:55:21.855809 [ 255 ] {e84f06a9-08de-4140-baa8-8679c3399bf1} <Debug> TCPHandler: Processed in 0.003354141 sec. | ||
| 14112 | 2025.02.28 06:55:21.855989 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14113 | 2025.02.28 06:55:21.856161 [ 222 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): 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] | ||
| 14114 | 2025.02.28 06:55:21.856188 [ 4 ] {8ed3f53e-b717-4869-848d-0cf9b2486a67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14115 | 2025.02.28 06:55:21.856340 [ 4 ] {8ed3f53e-b717-4869-848d-0cf9b2486a67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14116 | 2025.02.28 06:55:21.858048 [ 4 ] {8ed3f53e-b717-4869-848d-0cf9b2486a67} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14117 | 2025.02.28 06:55:21.858090 [ 4 ] {8ed3f53e-b717-4869-848d-0cf9b2486a67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 14118 | 2025.02.28 06:55:21.858530 [ 4 ] {8ed3f53e-b717-4869-848d-0cf9b2486a67} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14119 | 2025.02.28 06:55:21.858795 [ 4 ] {8ed3f53e-b717-4869-848d-0cf9b2486a67} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14120 | 2025.02.28 06:55:21.858986 [ 55 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14121 | 2025.02.28 06:55:21.859017 [ 4 ] {8ed3f53e-b717-4869-848d-0cf9b2486a67} <Debug> executeQuery: Read 893 rows, 66.30 KiB in 0.002894 sec., 308569.45404284727 rows/sec., 22.37 MiB/sec. | ||
| 14122 | 2025.02.28 06:55:21.859041 [ 55 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14123 | 2025.02.28 06:55:21.859108 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 14124 | 2025.02.28 06:55:21.859143 [ 4 ] {8ed3f53e-b717-4869-848d-0cf9b2486a67} <Debug> TCPHandler: Processed in 0.003230268 sec. | ||
| 14125 | 2025.02.28 06:55:21.859428 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 14126 | 2025.02.28 06:55:21.859453 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14127 | 2025.02.28 06:55:21.859838 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14128 | 2025.02.28 06:55:21.859976 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 913 rows starting from the beginning of the part | ||
| 14129 | 2025.02.28 06:55:21.859996 [ 255 ] {0a54bc3a-0d73-4261-b16f-22966dc60008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14130 | 2025.02.28 06:55:21.860371 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 421 rows starting from the beginning of the part | ||
| 14131 | 2025.02.28 06:55:21.860809 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 14132 | 2025.02.28 06:55:21.860790 [ 255 ] {0a54bc3a-0d73-4261-b16f-22966dc60008} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14133 | 2025.02.28 06:55:21.861251 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 421 rows starting from the beginning of the part | ||
| 14134 | 2025.02.28 06:55:21.861678 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 64 rows starting from the beginning of the part | ||
| 14135 | 2025.02.28 06:55:21.862126 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 893 rows starting from the beginning of the part | ||
| 14136 | 2025.02.28 06:55:21.864372 [ 255 ] {0a54bc3a-0d73-4261-b16f-22966dc60008} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14137 | 2025.02.28 06:55:21.864451 [ 255 ] {0a54bc3a-0d73-4261-b16f-22966dc60008} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 14138 | 2025.02.28 06:55:21.865280 [ 255 ] {0a54bc3a-0d73-4261-b16f-22966dc60008} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14139 | 2025.02.28 06:55:21.865788 [ 255 ] {0a54bc3a-0d73-4261-b16f-22966dc60008} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14140 | 2025.02.28 06:55:21.865809 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2776 rows, containing 5 columns (5 merged, 0 gathered) in 0.006596009 sec., 420860.55370755255 rows/sec., 32.08 MiB/sec. | ||
| 14141 | 2025.02.28 06:55:21.866089 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 14142 | 2025.02.28 06:55:21.866217 [ 224 ] {} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): 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] | ||
| 14143 | 2025.02.28 06:55:21.866270 [ 224 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): 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] | ||
| 14144 | 2025.02.28 06:55:21.866335 [ 255 ] {0a54bc3a-0d73-4261-b16f-22966dc60008} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006589 sec., 910.6085900743664 rows/sec., 47.58 KiB/sec. | ||
| 14145 | 2025.02.28 06:55:21.866603 [ 255 ] {0a54bc3a-0d73-4261-b16f-22966dc60008} <Debug> TCPHandler: Processed in 0.007333568 sec. | ||
| 14146 | 2025.02.28 06:55:21.866818 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14147 | 2025.02.28 06:55:21.866830 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_126_25} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14148 | 2025.02.28 06:55:21.866979 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_126_25} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 14149 | 2025.02.28 06:55:21.867011 [ 4 ] {12fc6f48-3589-4781-8d29-2804d91022b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14150 | 2025.02.28 06:55:21.867115 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 14151 | 2025.02.28 06:55:21.867128 [ 4 ] {12fc6f48-3589-4781-8d29-2804d91022b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14152 | 2025.02.28 06:55:21.868146 [ 4 ] {12fc6f48-3589-4781-8d29-2804d91022b2} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14153 | 2025.02.28 06:55:21.868190 [ 4 ] {12fc6f48-3589-4781-8d29-2804d91022b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 14154 | 2025.02.28 06:55:21.868742 [ 4 ] {12fc6f48-3589-4781-8d29-2804d91022b2} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14155 | 2025.02.28 06:55:21.868974 [ 224 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): 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] | ||
| 14156 | 2025.02.28 06:55:21.869057 [ 4 ] {12fc6f48-3589-4781-8d29-2804d91022b2} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14157 | 2025.02.28 06:55:21.869406 [ 4 ] {12fc6f48-3589-4781-8d29-2804d91022b2} <Debug> executeQuery: Read 1027 rows, 70.10 KiB in 0.002457 sec., 417989.41798941797 rows/sec., 27.86 MiB/sec. | ||
| 14158 | 2025.02.28 06:55:21.869521 [ 4 ] {12fc6f48-3589-4781-8d29-2804d91022b2} <Debug> TCPHandler: Processed in 0.002787124 sec. | ||
| 14159 | 2025.02.28 06:55:21.869721 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14160 | 2025.02.28 06:55:21.869855 [ 255 ] {f6e30c60-ca4e-4af5-a0f5-bf9696a0d5d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14161 | 2025.02.28 06:55:21.869914 [ 255 ] {f6e30c60-ca4e-4af5-a0f5-bf9696a0d5d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14162 | 2025.02.28 06:55:21.870466 [ 255 ] {f6e30c60-ca4e-4af5-a0f5-bf9696a0d5d4} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14163 | 2025.02.28 06:55:21.870504 [ 255 ] {f6e30c60-ca4e-4af5-a0f5-bf9696a0d5d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 14164 | 2025.02.28 06:55:21.870891 [ 255 ] {f6e30c60-ca4e-4af5-a0f5-bf9696a0d5d4} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14165 | 2025.02.28 06:55:21.871149 [ 255 ] {f6e30c60-ca4e-4af5-a0f5-bf9696a0d5d4} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14166 | 2025.02.28 06:55:21.871345 [ 255 ] {f6e30c60-ca4e-4af5-a0f5-bf9696a0d5d4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001521 sec., 657.4621959237344 rows/sec., 44.30 KiB/sec. | ||
| 14167 | 2025.02.28 06:55:21.871405 [ 255 ] {f6e30c60-ca4e-4af5-a0f5-bf9696a0d5d4} <Debug> TCPHandler: Processed in 0.001751092 sec. | ||
| 14168 | 2025.02.28 06:55:21.871568 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14169 | 2025.02.28 06:55:21.871696 [ 4 ] {0336eb56-7b82-4677-bffb-f8a95560a346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14170 | 2025.02.28 06:55:21.871780 [ 4 ] {0336eb56-7b82-4677-bffb-f8a95560a346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14171 | 2025.02.28 06:55:21.873014 [ 4 ] {0336eb56-7b82-4677-bffb-f8a95560a346} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14172 | 2025.02.28 06:55:21.873054 [ 4 ] {0336eb56-7b82-4677-bffb-f8a95560a346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 14173 | 2025.02.28 06:55:21.873754 [ 4 ] {0336eb56-7b82-4677-bffb-f8a95560a346} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14174 | 2025.02.28 06:55:21.874025 [ 4 ] {0336eb56-7b82-4677-bffb-f8a95560a346} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14175 | 2025.02.28 06:55:21.874277 [ 4 ] {0336eb56-7b82-4677-bffb-f8a95560a346} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002609 sec., 14948.256036795707 rows/sec., 26.79 MiB/sec. | ||
| 14176 | 2025.02.28 06:55:21.874395 [ 4 ] {0336eb56-7b82-4677-bffb-f8a95560a346} <Debug> TCPHandler: Processed in 0.002886034 sec. | ||
| 14177 | 2025.02.28 06:55:21.874557 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14178 | 2025.02.28 06:55:21.874683 [ 255 ] {93c1ba8e-4a8e-4758-99a1-299ddfaedcb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14179 | 2025.02.28 06:55:21.874737 [ 255 ] {93c1ba8e-4a8e-4758-99a1-299ddfaedcb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14180 | 2025.02.28 06:55:21.875255 [ 255 ] {93c1ba8e-4a8e-4758-99a1-299ddfaedcb3} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14181 | 2025.02.28 06:55:21.875292 [ 255 ] {93c1ba8e-4a8e-4758-99a1-299ddfaedcb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 14182 | 2025.02.28 06:55:21.875667 [ 255 ] {93c1ba8e-4a8e-4758-99a1-299ddfaedcb3} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 14183 | 2025.02.28 06:55:21.875902 [ 255 ] {93c1ba8e-4a8e-4758-99a1-299ddfaedcb3} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14184 | 2025.02.28 06:55:21.876049 [ 53 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 14185 | 2025.02.28 06:55:21.876094 [ 53 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14186 | 2025.02.28 06:55:21.876094 [ 255 ] {93c1ba8e-4a8e-4758-99a1-299ddfaedcb3} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001439 sec., 40305.76789437109 rows/sec., 2.50 MiB/sec. | ||
| 14187 | 2025.02.28 06:55:21.876119 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.42 GiB. | ||
| 14188 | 2025.02.28 06:55:21.876221 [ 255 ] {93c1ba8e-4a8e-4758-99a1-299ddfaedcb3} <Debug> TCPHandler: Processed in 0.001720691 sec. | ||
| 14189 | 2025.02.28 06:55:21.876322 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 14190 | 2025.02.28 06:55:21.876441 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14191 | 2025.02.28 06:55:21.876472 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7326 rows starting from the beginning of the part | ||
| 14192 | 2025.02.28 06:55:21.876530 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 82 rows starting from the beginning of the part | ||
| 14193 | 2025.02.28 06:55:21.876629 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part | ||
| 14194 | 2025.02.28 06:55:21.876863 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 14195 | 2025.02.28 06:55:21.877018 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 14196 | 2025.02.28 06:55:21.877189 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 58 rows starting from the beginning of the part | ||
| 14197 | 2025.02.28 06:55:21.879241 [ 191 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7668 rows, containing 4 columns (4 merged, 0 gathered) in 0.003018286 sec., 2540514.715967937 rows/sec., 165.52 MiB/sec. | ||
| 14198 | 2025.02.28 06:55:21.879654 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 14199 | 2025.02.28 06:55:21.879932 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_126_25} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14200 | 2025.02.28 06:55:21.880009 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_126_25} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 14201 | 2025.02.28 06:55:21.880081 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. | ||
| 14202 | 2025.02.28 06:55:22.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.40 MiB, peak 278.98 MiB, free memory in arenas 0.00 B, will set to 261.93 MiB (RSS), difference: -1.47 MiB | ||
| 14203 | 2025.02.28 06:55:22.452352 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): 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] | ||
| 14204 | 2025.02.28 06:55:22.452400 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): 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] | ||
| 14205 | 2025.02.28 06:55:22.454407 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): 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] | ||
| 14206 | 2025.02.28 06:55:24.011526 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1982 | ||
| 14207 | 2025.02.28 06:55:24.015203 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14208 | 2025.02.28 06:55:24.015256 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14209 | 2025.02.28 06:55:24.016778 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14210 | 2025.02.28 06:55:24.017088 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14211 | 2025.02.28 06:55:24.017663 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1982 | ||
| 14212 | 2025.02.28 06:55:24.391878 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14213 | 2025.02.28 06:55:24.392074 [ 4 ] {79e205f3-4a7d-46f2-8ad2-7f777425afd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14214 | 2025.02.28 06:55:24.392148 [ 4 ] {79e205f3-4a7d-46f2-8ad2-7f777425afd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14215 | 2025.02.28 06:55:24.392943 [ 4 ] {79e205f3-4a7d-46f2-8ad2-7f777425afd1} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14216 | 2025.02.28 06:55:24.392989 [ 4 ] {79e205f3-4a7d-46f2-8ad2-7f777425afd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14217 | 2025.02.28 06:55:24.393426 [ 4 ] {79e205f3-4a7d-46f2-8ad2-7f777425afd1} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14218 | 2025.02.28 06:55:24.393687 [ 4 ] {79e205f3-4a7d-46f2-8ad2-7f777425afd1} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14219 | 2025.02.28 06:55:24.393920 [ 4 ] {79e205f3-4a7d-46f2-8ad2-7f777425afd1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001901 sec., 29458.179905312994 rows/sec., 2.26 MiB/sec. | ||
| 14220 | 2025.02.28 06:55:24.393976 [ 4 ] {79e205f3-4a7d-46f2-8ad2-7f777425afd1} <Debug> TCPHandler: Processed in 0.002232337 sec. | ||
| 14221 | 2025.02.28 06:55:24.394242 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14222 | 2025.02.28 06:55:24.394435 [ 255 ] {20b7a90d-cf52-47fe-9471-1c77c5e96c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14223 | 2025.02.28 06:55:24.394507 [ 255 ] {20b7a90d-cf52-47fe-9471-1c77c5e96c82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14224 | 2025.02.28 06:55:24.395297 [ 255 ] {20b7a90d-cf52-47fe-9471-1c77c5e96c82} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14225 | 2025.02.28 06:55:24.395343 [ 255 ] {20b7a90d-cf52-47fe-9471-1c77c5e96c82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14226 | 2025.02.28 06:55:24.395796 [ 255 ] {20b7a90d-cf52-47fe-9471-1c77c5e96c82} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14227 | 2025.02.28 06:55:24.396054 [ 255 ] {20b7a90d-cf52-47fe-9471-1c77c5e96c82} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14228 | 2025.02.28 06:55:24.396260 [ 255 ] {20b7a90d-cf52-47fe-9471-1c77c5e96c82} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001883 sec., 33988.316516197556 rows/sec., 2.65 MiB/sec. | ||
| 14229 | 2025.02.28 06:55:24.396330 [ 255 ] {20b7a90d-cf52-47fe-9471-1c77c5e96c82} <Debug> TCPHandler: Processed in 0.002217906 sec. | ||
| 14230 | 2025.02.28 06:55:24.396514 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14231 | 2025.02.28 06:55:24.396635 [ 4 ] {e4d58e66-3bcb-4a8f-8f43-a0e0c2e280cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14232 | 2025.02.28 06:55:24.396689 [ 4 ] {e4d58e66-3bcb-4a8f-8f43-a0e0c2e280cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14233 | 2025.02.28 06:55:24.397240 [ 4 ] {e4d58e66-3bcb-4a8f-8f43-a0e0c2e280cb} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14234 | 2025.02.28 06:55:24.397283 [ 4 ] {e4d58e66-3bcb-4a8f-8f43-a0e0c2e280cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14235 | 2025.02.28 06:55:24.397682 [ 4 ] {e4d58e66-3bcb-4a8f-8f43-a0e0c2e280cb} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14236 | 2025.02.28 06:55:24.397929 [ 4 ] {e4d58e66-3bcb-4a8f-8f43-a0e0c2e280cb} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14237 | 2025.02.28 06:55:24.398160 [ 4 ] {e4d58e66-3bcb-4a8f-8f43-a0e0c2e280cb} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001547 sec., 41370.39431157078 rows/sec., 2.88 MiB/sec. | ||
| 14238 | 2025.02.28 06:55:24.398221 [ 4 ] {e4d58e66-3bcb-4a8f-8f43-a0e0c2e280cb} <Debug> TCPHandler: Processed in 0.001769111 sec. | ||
| 14239 | 2025.02.28 06:55:24.398435 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14240 | 2025.02.28 06:55:24.398744 [ 255 ] {8d4fbf23-1947-4cd6-b81f-60322c961a2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14241 | 2025.02.28 06:55:24.398867 [ 255 ] {8d4fbf23-1947-4cd6-b81f-60322c961a2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14242 | 2025.02.28 06:55:24.399394 [ 255 ] {8d4fbf23-1947-4cd6-b81f-60322c961a2e} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14243 | 2025.02.28 06:55:24.399433 [ 255 ] {8d4fbf23-1947-4cd6-b81f-60322c961a2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14244 | 2025.02.28 06:55:24.399835 [ 255 ] {8d4fbf23-1947-4cd6-b81f-60322c961a2e} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 14245 | 2025.02.28 06:55:24.400083 [ 255 ] {8d4fbf23-1947-4cd6-b81f-60322c961a2e} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14246 | 2025.02.28 06:55:24.400264 [ 255 ] {8d4fbf23-1947-4cd6-b81f-60322c961a2e} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001637 sec., 14660.965180207697 rows/sec., 1011.76 KiB/sec. | ||
| 14247 | 2025.02.28 06:55:24.400318 [ 255 ] {8d4fbf23-1947-4cd6-b81f-60322c961a2e} <Debug> TCPHandler: Processed in 0.001971003 sec. | ||
| 14248 | 2025.02.28 06:55:26.338533 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34404 | ||
| 14249 | 2025.02.28 06:55:26.339558 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14250 | 2025.02.28 06:55:26.339613 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14251 | 2025.02.28 06:55:26.340174 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14252 | 2025.02.28 06:55:26.340451 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14253 | 2025.02.28 06:55:26.340730 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404 | ||
| 14254 | 2025.02.28 06:55:26.502230 [ 219 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 14255 | 2025.02.28 06:55:26.502318 [ 219 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 14256 | 2025.02.28 06:55:26.504237 [ 219 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 14257 | 2025.02.28 06:55:27.000240 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.94 MiB, peak 278.98 MiB, free memory in arenas 0.00 B, will set to 261.93 MiB (RSS), difference: 3.99 MiB | ||
| 14258 | 2025.02.28 06:55:27.388078 [ 223 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 14259 | 2025.02.28 06:55:27.388137 [ 223 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 14260 | 2025.02.28 06:55:27.389987 [ 223 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 14261 | 2025.02.28 06:55:28.798961 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 14262 | 2025.02.28 06:55:28.821053 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14263 | 2025.02.28 06:55:28.821117 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14264 | 2025.02.28 06:55:28.828745 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14265 | 2025.02.28 06:55:28.829532 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14266 | 2025.02.28 06:55:28.833715 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 14267 | 2025.02.28 06:55:29.161508 [ 220 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 14268 | 2025.02.28 06:55:29.161566 [ 220 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 14269 | 2025.02.28 06:55:29.170711 [ 220 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 14270 | 2025.02.28 06:55:29.396173 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14271 | 2025.02.28 06:55:29.396354 [ 4 ] {72e2a74c-0a19-45d5-9d85-de0ee470e24f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14272 | 2025.02.28 06:55:29.396427 [ 4 ] {72e2a74c-0a19-45d5-9d85-de0ee470e24f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14273 | 2025.02.28 06:55:29.397239 [ 4 ] {72e2a74c-0a19-45d5-9d85-de0ee470e24f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14274 | 2025.02.28 06:55:29.397287 [ 4 ] {72e2a74c-0a19-45d5-9d85-de0ee470e24f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14275 | 2025.02.28 06:55:29.397724 [ 4 ] {72e2a74c-0a19-45d5-9d85-de0ee470e24f} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14276 | 2025.02.28 06:55:29.397979 [ 4 ] {72e2a74c-0a19-45d5-9d85-de0ee470e24f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14277 | 2025.02.28 06:55:29.398221 [ 4 ] {72e2a74c-0a19-45d5-9d85-de0ee470e24f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00192 sec., 29166.666666666664 rows/sec., 2.24 MiB/sec. | ||
| 14278 | 2025.02.28 06:55:29.398289 [ 4 ] {72e2a74c-0a19-45d5-9d85-de0ee470e24f} <Debug> TCPHandler: Processed in 0.002242917 sec. | ||
| 14279 | 2025.02.28 06:55:29.398547 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14280 | 2025.02.28 06:55:29.398759 [ 255 ] {5efc86b9-f20e-4a27-aa30-ee8d76cab875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14281 | 2025.02.28 06:55:29.398838 [ 255 ] {5efc86b9-f20e-4a27-aa30-ee8d76cab875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14282 | 2025.02.28 06:55:29.399681 [ 255 ] {5efc86b9-f20e-4a27-aa30-ee8d76cab875} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14283 | 2025.02.28 06:55:29.399722 [ 255 ] {5efc86b9-f20e-4a27-aa30-ee8d76cab875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14284 | 2025.02.28 06:55:29.400162 [ 255 ] {5efc86b9-f20e-4a27-aa30-ee8d76cab875} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14285 | 2025.02.28 06:55:29.400404 [ 255 ] {5efc86b9-f20e-4a27-aa30-ee8d76cab875} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14286 | 2025.02.28 06:55:29.400617 [ 255 ] {5efc86b9-f20e-4a27-aa30-ee8d76cab875} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001912 sec., 33472.803347280336 rows/sec., 2.61 MiB/sec. | ||
| 14287 | 2025.02.28 06:55:29.400687 [ 255 ] {5efc86b9-f20e-4a27-aa30-ee8d76cab875} <Debug> TCPHandler: Processed in 0.002271597 sec. | ||
| 14288 | 2025.02.28 06:55:29.400709 [ 219 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 14289 | 2025.02.28 06:55:29.400774 [ 219 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 14290 | 2025.02.28 06:55:29.400891 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14291 | 2025.02.28 06:55:29.401072 [ 4 ] {0332fc77-447b-4393-9989-95dac12edea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14292 | 2025.02.28 06:55:29.401183 [ 4 ] {0332fc77-447b-4393-9989-95dac12edea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14293 | 2025.02.28 06:55:29.402518 [ 4 ] {0332fc77-447b-4393-9989-95dac12edea2} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14294 | 2025.02.28 06:55:29.402579 [ 4 ] {0332fc77-447b-4393-9989-95dac12edea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14295 | 2025.02.28 06:55:29.403506 [ 4 ] {0332fc77-447b-4393-9989-95dac12edea2} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14296 | 2025.02.28 06:55:29.403943 [ 4 ] {0332fc77-447b-4393-9989-95dac12edea2} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14297 | 2025.02.28 06:55:29.404257 [ 4 ] {0332fc77-447b-4393-9989-95dac12edea2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003218 sec., 49720.323182100685 rows/sec., 3.46 MiB/sec. | ||
| 14298 | 2025.02.28 06:55:29.404441 [ 4 ] {0332fc77-447b-4393-9989-95dac12edea2} <Debug> TCPHandler: Processed in 0.003628003 sec. | ||
| 14299 | 2025.02.28 06:55:29.404453 [ 219 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 14300 | 2025.02.28 06:55:29.404697 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14301 | 2025.02.28 06:55:29.404903 [ 255 ] {483e31f3-47da-4ef7-8539-bc86efb4484a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14302 | 2025.02.28 06:55:29.405057 [ 255 ] {483e31f3-47da-4ef7-8539-bc86efb4484a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14303 | 2025.02.28 06:55:29.406445 [ 255 ] {483e31f3-47da-4ef7-8539-bc86efb4484a} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14304 | 2025.02.28 06:55:29.406485 [ 255 ] {483e31f3-47da-4ef7-8539-bc86efb4484a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14305 | 2025.02.28 06:55:29.406862 [ 255 ] {483e31f3-47da-4ef7-8539-bc86efb4484a} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 14306 | 2025.02.28 06:55:29.407102 [ 255 ] {483e31f3-47da-4ef7-8539-bc86efb4484a} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14307 | 2025.02.28 06:55:29.407330 [ 255 ] {483e31f3-47da-4ef7-8539-bc86efb4484a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002502 sec., 23980.815347721822 rows/sec., 1.62 MiB/sec. | ||
| 14308 | 2025.02.28 06:55:29.407381 [ 255 ] {483e31f3-47da-4ef7-8539-bc86efb4484a} <Debug> TCPHandler: Processed in 0.002835394 sec. | ||
| 14309 | 2025.02.28 06:55:30.167437 [ 218 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 14310 | 2025.02.28 06:55:30.167491 [ 218 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 14311 | 2025.02.28 06:55:30.169370 [ 218 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 14312 | 2025.02.28 06:55:30.404451 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 14313 | 2025.02.28 06:55:30.404532 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 14314 | 2025.02.28 06:55:30.406685 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 14315 | 2025.02.28 06:55:33.156543 [ 40 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Selected 5 parts from all_1_50_11 to all_54_54_0 | ||
| 14316 | 2025.02.28 06:55:33.156617 [ 40 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14317 | 2025.02.28 06:55:33.156644 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14318 | 2025.02.28 06:55:33.156856 [ 199 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_54_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_50_11 to all_54_54_0 into Compact with storage Full | ||
| 14319 | 2025.02.28 06:55:33.157321 [ 199 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_54_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14320 | 2025.02.28 06:55:33.157388 [ 199 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_11, total 50 rows starting from the beginning of the part | ||
| 14321 | 2025.02.28 06:55:33.157473 [ 199 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part | ||
| 14322 | 2025.02.28 06:55:33.157707 [ 199 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part | ||
| 14323 | 2025.02.28 06:55:33.157968 [ 199 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part | ||
| 14324 | 2025.02.28 06:55:33.158219 [ 199 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_54_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part | ||
| 14325 | 2025.02.28 06:55:33.159385 [ 201 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_54_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.002649221 sec., 20383.350426408364 rows/sec., 1.34 MiB/sec. | ||
| 14326 | 2025.02.28 06:55:33.159548 [ 199 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_54_12} <Trace> MergedBlockOutputStream: filled checksums all_1_54_12 (state Temporary) | ||
| 14327 | 2025.02.28 06:55:33.159840 [ 199 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_54_12} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_merge_all_1_54_12 to all_1_54_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14328 | 2025.02.28 06:55:33.159924 [ 199 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_54_12} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Merged 5 parts: [all_1_50_11, all_54_54_0] -> all_1_54_12 | ||
| 14329 | 2025.02.28 06:55:33.160005 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 14330 | 2025.02.28 06:55:33.626135 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14331 | 2025.02.28 06:55:33.626200 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14332 | 2025.02.28 06:55:33.840993 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34831 | ||
| 14333 | 2025.02.28 06:55:33.842071 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14334 | 2025.02.28 06:55:33.842115 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14335 | 2025.02.28 06:55:33.842653 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14336 | 2025.02.28 06:55:33.842907 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14337 | 2025.02.28 06:55:33.843087 [ 40 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14338 | 2025.02.28 06:55:33.843098 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
| 14339 | 2025.02.28 06:55:33.843135 [ 40 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14340 | 2025.02.28 06:55:33.843164 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14341 | 2025.02.28 06:55:33.843463 [ 191 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 14342 | 2025.02.28 06:55:33.843773 [ 191 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14343 | 2025.02.28 06:55:33.843820 [ 191 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 14344 | 2025.02.28 06:55:33.843902 [ 191 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 14345 | 2025.02.28 06:55:33.844099 [ 191 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 14346 | 2025.02.28 06:55:33.844404 [ 191 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 14347 | 2025.02.28 06:55:33.844643 [ 191 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 14348 | 2025.02.28 06:55:33.844920 [ 191 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 14349 | 2025.02.28 06:55:33.848085 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.004805528 sec., 7248110.925584036 rows/sec., 103.69 MiB/sec. | ||
| 14350 | 2025.02.28 06:55:33.848556 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14351 | 2025.02.28 06:55:33.848901 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_76_15} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14352 | 2025.02.28 06:55:33.848988 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_76_15} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14353 | 2025.02.28 06:55:33.849176 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. | ||
| 14354 | 2025.02.28 06:55:34.018079 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1998 | ||
| 14355 | 2025.02.28 06:55:34.020944 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14356 | 2025.02.28 06:55:34.021009 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14357 | 2025.02.28 06:55:34.022545 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14358 | 2025.02.28 06:55:34.022871 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14359 | 2025.02.28 06:55:34.023090 [ 36 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 14360 | 2025.02.28 06:55:34.023207 [ 36 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14361 | 2025.02.28 06:55:34.023266 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14362 | 2025.02.28 06:55:34.023741 [ 195 ] {885f53be-7430-4b34-b89a-ac37c386aff3::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 | ||
| 14363 | 2025.02.28 06:55:34.024570 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1998 | ||
| 14364 | 2025.02.28 06:55:34.025043 [ 195 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14365 | 2025.02.28 06:55:34.025236 [ 195 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1828 rows starting from the beginning of the part | ||
| 14366 | 2025.02.28 06:55:34.025954 [ 195 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 54 rows starting from the beginning of the part | ||
| 14367 | 2025.02.28 06:55:34.026635 [ 195 ] {885f53be-7430-4b34-b89a-ac37c386aff3::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 | ||
| 14368 | 2025.02.28 06:55:34.027287 [ 195 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 30 rows starting from the beginning of the part | ||
| 14369 | 2025.02.28 06:55:34.027934 [ 195 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 54 rows starting from the beginning of the part | ||
| 14370 | 2025.02.28 06:55:34.028615 [ 195 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 16 rows starting from the beginning of the part | ||
| 14371 | 2025.02.28 06:55:34.037713 [ 200 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1998 rows, containing 72 columns (72 merged, 0 gathered) in 0.014315201 sec., 139571.91379988307 rows/sec., 105.70 MiB/sec. | ||
| 14372 | 2025.02.28 06:55:34.039777 [ 189 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 14373 | 2025.02.28 06:55:34.040588 [ 189 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_56_11} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14374 | 2025.02.28 06:55:34.040677 [ 189 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_56_11} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 14375 | 2025.02.28 06:55:34.041024 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.02 MiB. | ||
| 14376 | 2025.02.28 06:55:34.307831 [ 36 ] {} <Debug> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 14377 | 2025.02.28 06:55:34.307907 [ 36 ] {} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14378 | 2025.02.28 06:55:34.307946 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14379 | 2025.02.28 06:55:34.308166 [ 200 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::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 | ||
| 14380 | 2025.02.28 06:55:34.308427 [ 200 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14381 | 2025.02.28 06:55:34.308494 [ 200 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::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 | ||
| 14382 | 2025.02.28 06:55:34.308675 [ 200 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::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 | ||
| 14383 | 2025.02.28 06:55:34.309087 [ 200 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 16 rows starting from the beginning of the part | ||
| 14384 | 2025.02.28 06:55:34.309323 [ 200 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
| 14385 | 2025.02.28 06:55:34.309622 [ 200 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part | ||
| 14386 | 2025.02.28 06:55:34.310659 [ 186 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002621961 sec., 20595.2720120551 rows/sec., 1.72 MiB/sec. | ||
| 14387 | 2025.02.28 06:55:34.310832 [ 198 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 14388 | 2025.02.28 06:55:34.311182 [ 198 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_17_4} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14389 | 2025.02.28 06:55:34.311288 [ 198 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_17_4} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 14390 | 2025.02.28 06:55:34.311397 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14391 | 2025.02.28 06:55:34.404979 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14392 | 2025.02.28 06:55:34.405166 [ 4 ] {48f03005-9066-49ea-9c2c-0de0508a37a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14393 | 2025.02.28 06:55:34.405240 [ 4 ] {48f03005-9066-49ea-9c2c-0de0508a37a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14394 | 2025.02.28 06:55:34.406036 [ 4 ] {48f03005-9066-49ea-9c2c-0de0508a37a0} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14395 | 2025.02.28 06:55:34.406077 [ 4 ] {48f03005-9066-49ea-9c2c-0de0508a37a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14396 | 2025.02.28 06:55:34.406495 [ 4 ] {48f03005-9066-49ea-9c2c-0de0508a37a0} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14397 | 2025.02.28 06:55:34.406743 [ 4 ] {48f03005-9066-49ea-9c2c-0de0508a37a0} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14398 | 2025.02.28 06:55:34.406952 [ 4 ] {48f03005-9066-49ea-9c2c-0de0508a37a0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001842 sec., 115092.29098805645 rows/sec., 7.32 MiB/sec. | ||
| 14399 | 2025.02.28 06:55:34.407007 [ 4 ] {48f03005-9066-49ea-9c2c-0de0508a37a0} <Debug> TCPHandler: Processed in 0.002154005 sec. | ||
| 14400 | 2025.02.28 06:55:34.407246 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14401 | 2025.02.28 06:55:34.407453 [ 255 ] {0efc2d9d-784e-495f-9dce-0b03b15aa570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14402 | 2025.02.28 06:55:34.407535 [ 255 ] {0efc2d9d-784e-495f-9dce-0b03b15aa570} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14403 | 2025.02.28 06:55:34.408587 [ 255 ] {0efc2d9d-784e-495f-9dce-0b03b15aa570} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14404 | 2025.02.28 06:55:34.408638 [ 255 ] {0efc2d9d-784e-495f-9dce-0b03b15aa570} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14405 | 2025.02.28 06:55:34.409111 [ 255 ] {0efc2d9d-784e-495f-9dce-0b03b15aa570} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14406 | 2025.02.28 06:55:34.409366 [ 255 ] {0efc2d9d-784e-495f-9dce-0b03b15aa570} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14407 | 2025.02.28 06:55:34.409601 [ 255 ] {0efc2d9d-784e-495f-9dce-0b03b15aa570} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.00221 sec., 314479.63800904976 rows/sec., 25.11 MiB/sec. | ||
| 14408 | 2025.02.28 06:55:34.409673 [ 255 ] {0efc2d9d-784e-495f-9dce-0b03b15aa570} <Debug> TCPHandler: Processed in 0.002562271 sec. | ||
| 14409 | 2025.02.28 06:55:34.409820 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14410 | 2025.02.28 06:55:34.409960 [ 4 ] {99c98b7b-a783-45ff-9573-c4c78a1f2845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14411 | 2025.02.28 06:55:34.410017 [ 4 ] {99c98b7b-a783-45ff-9573-c4c78a1f2845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14412 | 2025.02.28 06:55:34.410723 [ 4 ] {99c98b7b-a783-45ff-9573-c4c78a1f2845} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14413 | 2025.02.28 06:55:34.410760 [ 4 ] {99c98b7b-a783-45ff-9573-c4c78a1f2845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14414 | 2025.02.28 06:55:34.411122 [ 4 ] {99c98b7b-a783-45ff-9573-c4c78a1f2845} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14415 | 2025.02.28 06:55:34.411356 [ 4 ] {99c98b7b-a783-45ff-9573-c4c78a1f2845} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14416 | 2025.02.28 06:55:34.411574 [ 4 ] {99c98b7b-a783-45ff-9573-c4c78a1f2845} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001638 sec., 88522.58852258853 rows/sec., 5.56 MiB/sec. | ||
| 14417 | 2025.02.28 06:55:34.411676 [ 4 ] {99c98b7b-a783-45ff-9573-c4c78a1f2845} <Debug> TCPHandler: Processed in 0.001918694 sec. | ||
| 14418 | 2025.02.28 06:55:34.411912 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14419 | 2025.02.28 06:55:34.412099 [ 255 ] {12527315-5e2e-4172-83de-a625aa865acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14420 | 2025.02.28 06:55:34.412162 [ 255 ] {12527315-5e2e-4172-83de-a625aa865acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14421 | 2025.02.28 06:55:34.412863 [ 255 ] {12527315-5e2e-4172-83de-a625aa865acc} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14422 | 2025.02.28 06:55:34.412906 [ 255 ] {12527315-5e2e-4172-83de-a625aa865acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14423 | 2025.02.28 06:55:34.413280 [ 255 ] {12527315-5e2e-4172-83de-a625aa865acc} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14424 | 2025.02.28 06:55:34.413516 [ 255 ] {12527315-5e2e-4172-83de-a625aa865acc} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14425 | 2025.02.28 06:55:34.413765 [ 255 ] {12527315-5e2e-4172-83de-a625aa865acc} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001699 sec., 66509.71159505591 rows/sec., 4.31 MiB/sec. | ||
| 14426 | 2025.02.28 06:55:34.413839 [ 255 ] {12527315-5e2e-4172-83de-a625aa865acc} <Debug> TCPHandler: Processed in 0.002078665 sec. | ||
| 14427 | 2025.02.28 06:55:34.414049 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14428 | 2025.02.28 06:55:34.414210 [ 4 ] {d9803ea8-f68f-4275-94e1-63ba0fa2819a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14429 | 2025.02.28 06:55:34.414267 [ 4 ] {d9803ea8-f68f-4275-94e1-63ba0fa2819a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14430 | 2025.02.28 06:55:34.414890 [ 4 ] {d9803ea8-f68f-4275-94e1-63ba0fa2819a} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14431 | 2025.02.28 06:55:34.414930 [ 4 ] {d9803ea8-f68f-4275-94e1-63ba0fa2819a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14432 | 2025.02.28 06:55:34.415313 [ 4 ] {d9803ea8-f68f-4275-94e1-63ba0fa2819a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14433 | 2025.02.28 06:55:34.415552 [ 4 ] {d9803ea8-f68f-4275-94e1-63ba0fa2819a} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14434 | 2025.02.28 06:55:34.415761 [ 4 ] {d9803ea8-f68f-4275-94e1-63ba0fa2819a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00159 sec., 70440.25157232705 rows/sec., 4.01 MiB/sec. | ||
| 14435 | 2025.02.28 06:55:34.415813 [ 4 ] {d9803ea8-f68f-4275-94e1-63ba0fa2819a} <Debug> TCPHandler: Processed in 0.001885422 sec. | ||
| 14436 | 2025.02.28 06:55:34.415954 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14437 | 2025.02.28 06:55:34.416098 [ 255 ] {dd916d6a-0243-489c-9ed9-bbe5df36306e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14438 | 2025.02.28 06:55:34.416164 [ 255 ] {dd916d6a-0243-489c-9ed9-bbe5df36306e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14439 | 2025.02.28 06:55:34.417032 [ 255 ] {dd916d6a-0243-489c-9ed9-bbe5df36306e} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14440 | 2025.02.28 06:55:34.417073 [ 255 ] {dd916d6a-0243-489c-9ed9-bbe5df36306e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14441 | 2025.02.28 06:55:34.417464 [ 255 ] {dd916d6a-0243-489c-9ed9-bbe5df36306e} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14442 | 2025.02.28 06:55:34.417714 [ 255 ] {dd916d6a-0243-489c-9ed9-bbe5df36306e} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14443 | 2025.02.28 06:55:34.417929 [ 255 ] {dd916d6a-0243-489c-9ed9-bbe5df36306e} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001865 sec., 225737.2654155496 rows/sec., 16.08 MiB/sec. | ||
| 14444 | 2025.02.28 06:55:34.417985 [ 255 ] {dd916d6a-0243-489c-9ed9-bbe5df36306e} <Debug> TCPHandler: Processed in 0.002097745 sec. | ||
| 14445 | 2025.02.28 06:55:34.418160 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14446 | 2025.02.28 06:55:34.418300 [ 4 ] {f223c201-8d65-44f6-b05f-07b0b2e06e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14447 | 2025.02.28 06:55:34.418360 [ 4 ] {f223c201-8d65-44f6-b05f-07b0b2e06e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14448 | 2025.02.28 06:55:34.418896 [ 4 ] {f223c201-8d65-44f6-b05f-07b0b2e06e46} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14449 | 2025.02.28 06:55:34.418935 [ 4 ] {f223c201-8d65-44f6-b05f-07b0b2e06e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14450 | 2025.02.28 06:55:34.419304 [ 4 ] {f223c201-8d65-44f6-b05f-07b0b2e06e46} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14451 | 2025.02.28 06:55:34.419547 [ 4 ] {f223c201-8d65-44f6-b05f-07b0b2e06e46} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14452 | 2025.02.28 06:55:34.419757 [ 4 ] {f223c201-8d65-44f6-b05f-07b0b2e06e46} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001487 sec., 4034.9697377269667 rows/sec., 210.81 KiB/sec. | ||
| 14453 | 2025.02.28 06:55:34.419805 [ 4 ] {f223c201-8d65-44f6-b05f-07b0b2e06e46} <Debug> TCPHandler: Processed in 0.001714471 sec. | ||
| 14454 | 2025.02.28 06:55:34.420024 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14455 | 2025.02.28 06:55:34.420250 [ 255 ] {d14dd7c3-0cae-4ff1-9be5-6d2bc41795f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14456 | 2025.02.28 06:55:34.420349 [ 255 ] {d14dd7c3-0cae-4ff1-9be5-6d2bc41795f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14457 | 2025.02.28 06:55:34.421078 [ 255 ] {d14dd7c3-0cae-4ff1-9be5-6d2bc41795f5} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14458 | 2025.02.28 06:55:34.421117 [ 255 ] {d14dd7c3-0cae-4ff1-9be5-6d2bc41795f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14459 | 2025.02.28 06:55:34.421515 [ 255 ] {d14dd7c3-0cae-4ff1-9be5-6d2bc41795f5} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14460 | 2025.02.28 06:55:34.421754 [ 255 ] {d14dd7c3-0cae-4ff1-9be5-6d2bc41795f5} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14461 | 2025.02.28 06:55:34.421941 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_124_25 to all_129_129_0 | ||
| 14462 | 2025.02.28 06:55:34.421991 [ 255 ] {d14dd7c3-0cae-4ff1-9be5-6d2bc41795f5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001797 sec., 131886.47746243738 rows/sec., 8.84 MiB/sec. | ||
| 14463 | 2025.02.28 06:55:34.422015 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14464 | 2025.02.28 06:55:34.422082 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14465 | 2025.02.28 06:55:34.422114 [ 255 ] {d14dd7c3-0cae-4ff1-9be5-6d2bc41795f5} <Debug> TCPHandler: Processed in 0.002195087 sec. | ||
| 14466 | 2025.02.28 06:55:34.422376 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14467 | 2025.02.28 06:55:34.422490 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_129_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_124_25 to all_129_129_0 into Compact with storage Full | ||
| 14468 | 2025.02.28 06:55:34.422786 [ 4 ] {35814a89-ec94-4b65-99d8-01adaf8edda1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14469 | 2025.02.28 06:55:34.423008 [ 4 ] {35814a89-ec94-4b65-99d8-01adaf8edda1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14470 | 2025.02.28 06:55:34.423116 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_129_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14471 | 2025.02.28 06:55:34.423259 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_124_25, total 36913 rows starting from the beginning of the part | ||
| 14472 | 2025.02.28 06:55:34.423719 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 160 rows starting from the beginning of the part | ||
| 14473 | 2025.02.28 06:55:34.424304 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 1027 rows starting from the beginning of the part | ||
| 14474 | 2025.02.28 06:55:34.424799 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 64 rows starting from the beginning of the part | ||
| 14475 | 2025.02.28 06:55:34.425409 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 160 rows starting from the beginning of the part | ||
| 14476 | 2025.02.28 06:55:34.426004 [ 200 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 237 rows starting from the beginning of the part | ||
| 14477 | 2025.02.28 06:55:34.427176 [ 4 ] {35814a89-ec94-4b65-99d8-01adaf8edda1} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14478 | 2025.02.28 06:55:34.427222 [ 4 ] {35814a89-ec94-4b65-99d8-01adaf8edda1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14479 | 2025.02.28 06:55:34.427738 [ 4 ] {35814a89-ec94-4b65-99d8-01adaf8edda1} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14480 | 2025.02.28 06:55:34.428001 [ 4 ] {35814a89-ec94-4b65-99d8-01adaf8edda1} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14481 | 2025.02.28 06:55:34.428271 [ 4 ] {35814a89-ec94-4b65-99d8-01adaf8edda1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005604 sec., 178.44396859386154 rows/sec., 12.02 KiB/sec. | ||
| 14482 | 2025.02.28 06:55:34.428507 [ 4 ] {35814a89-ec94-4b65-99d8-01adaf8edda1} <Debug> TCPHandler: Processed in 0.006294685 sec. | ||
| 14483 | 2025.02.28 06:55:34.428852 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14484 | 2025.02.28 06:55:34.429273 [ 255 ] {43929350-5e71-4d8c-aad1-5c47d916dae6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14485 | 2025.02.28 06:55:34.429540 [ 255 ] {43929350-5e71-4d8c-aad1-5c47d916dae6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14486 | 2025.02.28 06:55:34.431668 [ 255 ] {43929350-5e71-4d8c-aad1-5c47d916dae6} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14487 | 2025.02.28 06:55:34.431710 [ 255 ] {43929350-5e71-4d8c-aad1-5c47d916dae6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14488 | 2025.02.28 06:55:34.432609 [ 255 ] {43929350-5e71-4d8c-aad1-5c47d916dae6} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14489 | 2025.02.28 06:55:34.433043 [ 255 ] {43929350-5e71-4d8c-aad1-5c47d916dae6} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14490 | 2025.02.28 06:55:34.433415 [ 255 ] {43929350-5e71-4d8c-aad1-5c47d916dae6} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004262 sec., 9150.633505396527 rows/sec., 16.40 MiB/sec. | ||
| 14491 | 2025.02.28 06:55:34.433666 [ 255 ] {43929350-5e71-4d8c-aad1-5c47d916dae6} <Debug> TCPHandler: Processed in 0.005057871 sec. | ||
| 14492 | 2025.02.28 06:55:34.433843 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14493 | 2025.02.28 06:55:34.433984 [ 4 ] {cf0dac8a-1209-4291-9064-5dfddb30a58b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14494 | 2025.02.28 06:55:34.434044 [ 4 ] {cf0dac8a-1209-4291-9064-5dfddb30a58b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14495 | 2025.02.28 06:55:34.434690 [ 4 ] {cf0dac8a-1209-4291-9064-5dfddb30a58b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14496 | 2025.02.28 06:55:34.434730 [ 4 ] {cf0dac8a-1209-4291-9064-5dfddb30a58b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14497 | 2025.02.28 06:55:34.435120 [ 4 ] {cf0dac8a-1209-4291-9064-5dfddb30a58b} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 14498 | 2025.02.28 06:55:34.435389 [ 4 ] {cf0dac8a-1209-4291-9064-5dfddb30a58b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14499 | 2025.02.28 06:55:34.435636 [ 4 ] {cf0dac8a-1209-4291-9064-5dfddb30a58b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001682 sec., 48751.486325802616 rows/sec., 3.10 MiB/sec. | ||
| 14500 | 2025.02.28 06:55:34.435731 [ 4 ] {cf0dac8a-1209-4291-9064-5dfddb30a58b} <Debug> TCPHandler: Processed in 0.001949243 sec. | ||
| 14501 | 2025.02.28 06:55:34.436746 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_129_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38561 rows, containing 5 columns (5 merged, 0 gathered) in 0.014558885 sec., 2648623.1603587773 rows/sec., 178.83 MiB/sec. | ||
| 14502 | 2025.02.28 06:55:34.437301 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_129_26} <Trace> MergedBlockOutputStream: filled checksums all_1_129_26 (state Temporary) | ||
| 14503 | 2025.02.28 06:55:34.437672 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_129_26} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_129_26 to all_1_129_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14504 | 2025.02.28 06:55:34.437761 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_129_26} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_124_25, all_129_129_0] -> all_1_129_26 | ||
| 14505 | 2025.02.28 06:55:34.437864 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 14506 | 2025.02.28 06:55:36.333888 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 14507 | 2025.02.28 06:55:36.359837 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14508 | 2025.02.28 06:55:36.359895 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14509 | 2025.02.28 06:55:36.367456 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14510 | 2025.02.28 06:55:36.368249 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14511 | 2025.02.28 06:55:36.368733 [ 30 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14512 | 2025.02.28 06:55:36.368873 [ 30 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14513 | 2025.02.28 06:55:36.368949 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14514 | 2025.02.28 06:55:36.369400 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 14515 | 2025.02.28 06:55:36.384749 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 14516 | 2025.02.28 06:55:36.386409 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14517 | 2025.02.28 06:55:36.387788 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 536 rows starting from the beginning of the part | ||
| 14518 | 2025.02.28 06:55:36.393678 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 7 rows starting from the beginning of the part | ||
| 14519 | 2025.02.28 06:55:36.399828 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 14520 | 2025.02.28 06:55:36.406199 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 14521 | 2025.02.28 06:55:36.412613 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 14522 | 2025.02.28 06:55:36.418731 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 14523 | 2025.02.28 06:55:36.491225 [ 193 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.122089133 sec., 4693.29239974208 rows/sec., 24.27 MiB/sec. | ||
| 14524 | 2025.02.28 06:55:36.494508 [ 188 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14525 | 2025.02.28 06:55:36.497523 [ 188 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_76_15} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14526 | 2025.02.28 06:55:36.497646 [ 188 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_76_15} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14527 | 2025.02.28 06:55:36.500017 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 14528 | 2025.02.28 06:55:37.000211 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.00 MiB, peak 280.42 MiB, free memory in arenas 0.00 B, will set to 261.93 MiB (RSS), difference: -1.07 MiB | ||
| 14529 | 2025.02.28 06:55:39.395959 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14530 | 2025.02.28 06:55:39.396187 [ 4 ] {1800c0ff-06ab-4441-be4d-c6afdad0e712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14531 | 2025.02.28 06:55:39.396269 [ 4 ] {1800c0ff-06ab-4441-be4d-c6afdad0e712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14532 | 2025.02.28 06:55:39.397095 [ 4 ] {1800c0ff-06ab-4441-be4d-c6afdad0e712} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14533 | 2025.02.28 06:55:39.397139 [ 4 ] {1800c0ff-06ab-4441-be4d-c6afdad0e712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14534 | 2025.02.28 06:55:39.397588 [ 4 ] {1800c0ff-06ab-4441-be4d-c6afdad0e712} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14535 | 2025.02.28 06:55:39.397848 [ 4 ] {1800c0ff-06ab-4441-be4d-c6afdad0e712} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14536 | 2025.02.28 06:55:39.398069 [ 4 ] {1800c0ff-06ab-4441-be4d-c6afdad0e712} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001932 sec., 28985.507246376812 rows/sec., 2.23 MiB/sec. | ||
| 14537 | 2025.02.28 06:55:39.398153 [ 4 ] {1800c0ff-06ab-4441-be4d-c6afdad0e712} <Debug> TCPHandler: Processed in 0.002330248 sec. | ||
| 14538 | 2025.02.28 06:55:39.398423 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14539 | 2025.02.28 06:55:39.398639 [ 255 ] {f5c6ebd4-6835-49db-947e-9373fbf53cb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14540 | 2025.02.28 06:55:39.398713 [ 255 ] {f5c6ebd4-6835-49db-947e-9373fbf53cb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14541 | 2025.02.28 06:55:39.399478 [ 255 ] {f5c6ebd4-6835-49db-947e-9373fbf53cb5} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14542 | 2025.02.28 06:55:39.399528 [ 255 ] {f5c6ebd4-6835-49db-947e-9373fbf53cb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14543 | 2025.02.28 06:55:39.399979 [ 255 ] {f5c6ebd4-6835-49db-947e-9373fbf53cb5} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14544 | 2025.02.28 06:55:39.400231 [ 255 ] {f5c6ebd4-6835-49db-947e-9373fbf53cb5} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14545 | 2025.02.28 06:55:39.400493 [ 255 ] {f5c6ebd4-6835-49db-947e-9373fbf53cb5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001901 sec., 33666.49132035771 rows/sec., 2.63 MiB/sec. | ||
| 14546 | 2025.02.28 06:55:39.400598 [ 255 ] {f5c6ebd4-6835-49db-947e-9373fbf53cb5} <Debug> TCPHandler: Processed in 0.002326428 sec. | ||
| 14547 | 2025.02.28 06:55:39.400783 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14548 | 2025.02.28 06:55:39.400949 [ 4 ] {a58310d8-92ba-44c7-999a-d15028cad30f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14549 | 2025.02.28 06:55:39.401015 [ 4 ] {a58310d8-92ba-44c7-999a-d15028cad30f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14550 | 2025.02.28 06:55:39.401702 [ 4 ] {a58310d8-92ba-44c7-999a-d15028cad30f} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14551 | 2025.02.28 06:55:39.401749 [ 4 ] {a58310d8-92ba-44c7-999a-d15028cad30f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14552 | 2025.02.28 06:55:39.402186 [ 4 ] {a58310d8-92ba-44c7-999a-d15028cad30f} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14553 | 2025.02.28 06:55:39.402432 [ 4 ] {a58310d8-92ba-44c7-999a-d15028cad30f} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14554 | 2025.02.28 06:55:39.402610 [ 4 ] {a58310d8-92ba-44c7-999a-d15028cad30f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001697 sec., 94284.03064230997 rows/sec., 6.57 MiB/sec. | ||
| 14555 | 2025.02.28 06:55:39.402663 [ 4 ] {a58310d8-92ba-44c7-999a-d15028cad30f} <Debug> TCPHandler: Processed in 0.001981434 sec. | ||
| 14556 | 2025.02.28 06:55:39.402803 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14557 | 2025.02.28 06:55:39.402946 [ 255 ] {6e1b0721-0eeb-447c-b85c-c476da230984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14558 | 2025.02.28 06:55:39.403010 [ 255 ] {6e1b0721-0eeb-447c-b85c-c476da230984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14559 | 2025.02.28 06:55:39.403631 [ 255 ] {6e1b0721-0eeb-447c-b85c-c476da230984} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14560 | 2025.02.28 06:55:39.403680 [ 255 ] {6e1b0721-0eeb-447c-b85c-c476da230984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14561 | 2025.02.28 06:55:39.404093 [ 255 ] {6e1b0721-0eeb-447c-b85c-c476da230984} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 14562 | 2025.02.28 06:55:39.404394 [ 255 ] {6e1b0721-0eeb-447c-b85c-c476da230984} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14563 | 2025.02.28 06:55:39.404634 [ 255 ] {6e1b0721-0eeb-447c-b85c-c476da230984} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001723 sec., 34822.98316889147 rows/sec., 2.35 MiB/sec. | ||
| 14564 | 2025.02.28 06:55:39.404693 [ 255 ] {6e1b0721-0eeb-447c-b85c-c476da230984} <Debug> TCPHandler: Processed in 0.001949634 sec. | ||
| 14565 | 2025.02.28 06:55:41.343334 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35319 | ||
| 14566 | 2025.02.28 06:55:41.344024 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14567 | 2025.02.28 06:55:41.344079 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14568 | 2025.02.28 06:55:41.344707 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14569 | 2025.02.28 06:55:41.345037 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14570 | 2025.02.28 06:55:41.345284 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319 | ||
| 14571 | 2025.02.28 06:55:43.884957 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 14572 | 2025.02.28 06:55:43.908506 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14573 | 2025.02.28 06:55:43.908562 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14574 | 2025.02.28 06:55:43.916113 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14575 | 2025.02.28 06:55:43.916910 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14576 | 2025.02.28 06:55:43.920474 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 14577 | 2025.02.28 06:55:44.024881 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2028 | ||
| 14578 | 2025.02.28 06:55:44.028258 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14579 | 2025.02.28 06:55:44.028312 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14580 | 2025.02.28 06:55:44.029889 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14581 | 2025.02.28 06:55:44.030198 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14582 | 2025.02.28 06:55:44.030760 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2028 | ||
| 14583 | 2025.02.28 06:55:44.405661 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14584 | 2025.02.28 06:55:44.405852 [ 4 ] {d4a00c22-8464-42f1-b941-64fbfee27c73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14585 | 2025.02.28 06:55:44.405926 [ 4 ] {d4a00c22-8464-42f1-b941-64fbfee27c73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14586 | 2025.02.28 06:55:44.406803 [ 4 ] {d4a00c22-8464-42f1-b941-64fbfee27c73} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14587 | 2025.02.28 06:55:44.406850 [ 4 ] {d4a00c22-8464-42f1-b941-64fbfee27c73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14588 | 2025.02.28 06:55:44.407290 [ 4 ] {d4a00c22-8464-42f1-b941-64fbfee27c73} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14589 | 2025.02.28 06:55:44.407549 [ 4 ] {d4a00c22-8464-42f1-b941-64fbfee27c73} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14590 | 2025.02.28 06:55:44.407793 [ 4 ] {d4a00c22-8464-42f1-b941-64fbfee27c73} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001993 sec., 106372.3030607125 rows/sec., 6.77 MiB/sec. | ||
| 14591 | 2025.02.28 06:55:44.407848 [ 4 ] {d4a00c22-8464-42f1-b941-64fbfee27c73} <Debug> TCPHandler: Processed in 0.002322278 sec. | ||
| 14592 | 2025.02.28 06:55:44.408123 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14593 | 2025.02.28 06:55:44.408337 [ 255 ] {51580dd1-73fc-43ae-a82c-f61823a78e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14594 | 2025.02.28 06:55:44.408420 [ 255 ] {51580dd1-73fc-43ae-a82c-f61823a78e84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14595 | 2025.02.28 06:55:44.409607 [ 255 ] {51580dd1-73fc-43ae-a82c-f61823a78e84} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14596 | 2025.02.28 06:55:44.409657 [ 255 ] {51580dd1-73fc-43ae-a82c-f61823a78e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14597 | 2025.02.28 06:55:44.410140 [ 255 ] {51580dd1-73fc-43ae-a82c-f61823a78e84} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14598 | 2025.02.28 06:55:44.410408 [ 255 ] {51580dd1-73fc-43ae-a82c-f61823a78e84} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14599 | 2025.02.28 06:55:44.410628 [ 115 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 14600 | 2025.02.28 06:55:44.410664 [ 255 ] {51580dd1-73fc-43ae-a82c-f61823a78e84} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002384 sec., 291526.84563758393 rows/sec., 23.28 MiB/sec. | ||
| 14601 | 2025.02.28 06:55:44.410713 [ 115 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14602 | 2025.02.28 06:55:44.410789 [ 255 ] {51580dd1-73fc-43ae-a82c-f61823a78e84} <Debug> TCPHandler: Processed in 0.002801684 sec. | ||
| 14603 | 2025.02.28 06:55:44.410789 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14604 | 2025.02.28 06:55:44.411015 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14605 | 2025.02.28 06:55:44.411048 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 14606 | 2025.02.28 06:55:44.411373 [ 4 ] {d7ac07c7-310d-4e90-8c05-dad5cdc31666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14607 | 2025.02.28 06:55:44.411556 [ 4 ] {d7ac07c7-310d-4e90-8c05-dad5cdc31666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14608 | 2025.02.28 06:55:44.411669 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14609 | 2025.02.28 06:55:44.411860 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1844 rows starting from the beginning of the part | ||
| 14610 | 2025.02.28 06:55:44.412363 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 56 rows starting from the beginning of the part | ||
| 14611 | 2025.02.28 06:55:44.412845 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 56 rows starting from the beginning of the part | ||
| 14612 | 2025.02.28 06:55:44.413341 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 695 rows starting from the beginning of the part | ||
| 14613 | 2025.02.28 06:55:44.413627 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 14614 | 2025.02.28 06:55:44.414170 [ 187 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 695 rows starting from the beginning of the part | ||
| 14615 | 2025.02.28 06:55:44.416279 [ 4 ] {d7ac07c7-310d-4e90-8c05-dad5cdc31666} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14616 | 2025.02.28 06:55:44.416373 [ 4 ] {d7ac07c7-310d-4e90-8c05-dad5cdc31666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14617 | 2025.02.28 06:55:44.417355 [ 4 ] {d7ac07c7-310d-4e90-8c05-dad5cdc31666} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14618 | 2025.02.28 06:55:44.417790 [ 4 ] {d7ac07c7-310d-4e90-8c05-dad5cdc31666} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14619 | 2025.02.28 06:55:44.417997 [ 115 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Selected 6 parts from all_1_51_11 to all_56_56_0 | ||
| 14620 | 2025.02.28 06:55:44.418064 [ 115 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14621 | 2025.02.28 06:55:44.418108 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14622 | 2025.02.28 06:55:44.418123 [ 4 ] {d7ac07c7-310d-4e90-8c05-dad5cdc31666} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.006898 sec., 21020.585677007828 rows/sec., 1.32 MiB/sec. | ||
| 14623 | 2025.02.28 06:55:44.418678 [ 4 ] {d7ac07c7-310d-4e90-8c05-dad5cdc31666} <Debug> TCPHandler: Processed in 0.007767253 sec. | ||
| 14624 | 2025.02.28 06:55:44.418980 [ 192 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_56_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_11 to all_56_56_0 into Compact with storage Full | ||
| 14625 | 2025.02.28 06:55:44.419626 [ 192 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_56_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14626 | 2025.02.28 06:55:44.419630 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14627 | 2025.02.28 06:55:44.419735 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3402 rows, containing 5 columns (5 merged, 0 gathered) in 0.008802146 sec., 386496.6566107856 rows/sec., 32.64 MiB/sec. | ||
| 14628 | 2025.02.28 06:55:44.419773 [ 192 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 163 rows starting from the beginning of the part | ||
| 14629 | 2025.02.28 06:55:44.420143 [ 192 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 145 rows starting from the beginning of the part | ||
| 14630 | 2025.02.28 06:55:44.420273 [ 199 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 14631 | 2025.02.28 06:55:44.420483 [ 192 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 145 rows starting from the beginning of the part | ||
| 14632 | 2025.02.28 06:55:44.420852 [ 255 ] {60c9e489-49ce-41b2-a0a6-0888a7134677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14633 | 2025.02.28 06:55:44.420868 [ 192 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 161 rows starting from the beginning of the part | ||
| 14634 | 2025.02.28 06:55:44.421356 [ 192 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 145 rows starting from the beginning of the part | ||
| 14635 | 2025.02.28 06:55:44.421411 [ 255 ] {60c9e489-49ce-41b2-a0a6-0888a7134677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14636 | 2025.02.28 06:55:44.421459 [ 199 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_131_26} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14637 | 2025.02.28 06:55:44.421692 [ 192 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 145 rows starting from the beginning of the part | ||
| 14638 | 2025.02.28 06:55:44.421899 [ 199 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_131_26} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 14639 | 2025.02.28 06:55:44.422246 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 14640 | 2025.02.28 06:55:44.424342 [ 255 ] {60c9e489-49ce-41b2-a0a6-0888a7134677} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14641 | 2025.02.28 06:55:44.424426 [ 255 ] {60c9e489-49ce-41b2-a0a6-0888a7134677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14642 | 2025.02.28 06:55:44.425393 [ 255 ] {60c9e489-49ce-41b2-a0a6-0888a7134677} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14643 | 2025.02.28 06:55:44.425433 [ 196 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_56_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 904 rows, containing 5 columns (5 merged, 0 gathered) in 0.007181636 sec., 125876.61084465991 rows/sec., 8.41 MiB/sec. | ||
| 14644 | 2025.02.28 06:55:44.425646 [ 196 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_56_12} <Trace> MergedBlockOutputStream: filled checksums all_1_56_12 (state Temporary) | ||
| 14645 | 2025.02.28 06:55:44.425821 [ 255 ] {60c9e489-49ce-41b2-a0a6-0888a7134677} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14646 | 2025.02.28 06:55:44.426091 [ 115 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Selected 6 parts from all_1_51_11 to all_56_56_0 | ||
| 14647 | 2025.02.28 06:55:44.426197 [ 115 ] {} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14648 | 2025.02.28 06:55:44.426266 [ 196 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_56_12} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_merge_all_1_56_12 to all_1_56_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14649 | 2025.02.28 06:55:44.426280 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14650 | 2025.02.28 06:55:44.426443 [ 255 ] {60c9e489-49ce-41b2-a0a6-0888a7134677} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.006297 sec., 17945.05319993648 rows/sec., 1.16 MiB/sec. | ||
| 14651 | 2025.02.28 06:55:44.426637 [ 196 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_56_12} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Merged 6 parts: [all_1_51_11, all_56_56_0] -> all_1_56_12 | ||
| 14652 | 2025.02.28 06:55:44.427047 [ 255 ] {60c9e489-49ce-41b2-a0a6-0888a7134677} <Debug> TCPHandler: Processed in 0.008164757 sec. | ||
| 14653 | 2025.02.28 06:55:44.427081 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 14654 | 2025.02.28 06:55:44.427205 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_56_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_11 to all_56_56_0 into Compact with storage Full | ||
| 14655 | 2025.02.28 06:55:44.427587 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14656 | 2025.02.28 06:55:44.427801 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_56_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14657 | 2025.02.28 06:55:44.427924 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 341 rows starting from the beginning of the part | ||
| 14658 | 2025.02.28 06:55:44.427965 [ 4 ] {e0616152-978d-4320-82b7-4f3cde8e0f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14659 | 2025.02.28 06:55:44.428121 [ 4 ] {e0616152-978d-4320-82b7-4f3cde8e0f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14660 | 2025.02.28 06:55:44.428305 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 113 rows starting from the beginning of the part | ||
| 14661 | 2025.02.28 06:55:44.428712 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 113 rows starting from the beginning of the part | ||
| 14662 | 2025.02.28 06:55:44.429079 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 341 rows starting from the beginning of the part | ||
| 14663 | 2025.02.28 06:55:44.429429 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 113 rows starting from the beginning of the part | ||
| 14664 | 2025.02.28 06:55:44.429814 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 113 rows starting from the beginning of the part | ||
| 14665 | 2025.02.28 06:55:44.430756 [ 4 ] {e0616152-978d-4320-82b7-4f3cde8e0f18} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14666 | 2025.02.28 06:55:44.430801 [ 4 ] {e0616152-978d-4320-82b7-4f3cde8e0f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14667 | 2025.02.28 06:55:44.431362 [ 4 ] {e0616152-978d-4320-82b7-4f3cde8e0f18} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14668 | 2025.02.28 06:55:44.431703 [ 191 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_56_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.005203572 sec., 217927.22383777914 rows/sec., 15.20 MiB/sec. | ||
| 14669 | 2025.02.28 06:55:44.431738 [ 4 ] {e0616152-978d-4320-82b7-4f3cde8e0f18} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14670 | 2025.02.28 06:55:44.431984 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_56_12} <Trace> MergedBlockOutputStream: filled checksums all_1_56_12 (state Temporary) | ||
| 14671 | 2025.02.28 06:55:44.432249 [ 4 ] {e0616152-978d-4320-82b7-4f3cde8e0f18} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00439 sec., 25512.5284738041 rows/sec., 1.45 MiB/sec. | ||
| 14672 | 2025.02.28 06:55:44.432379 [ 4 ] {e0616152-978d-4320-82b7-4f3cde8e0f18} <Debug> TCPHandler: Processed in 0.004939909 sec. | ||
| 14673 | 2025.02.28 06:55:44.432517 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_56_12} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_merge_all_1_56_12 to all_1_56_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14674 | 2025.02.28 06:55:44.432557 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14675 | 2025.02.28 06:55:44.432607 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_56_12} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Merged 6 parts: [all_1_51_11, all_56_56_0] -> all_1_56_12 | ||
| 14676 | 2025.02.28 06:55:44.432698 [ 255 ] {867cfc6f-a875-49bc-9d8e-4cc7ec20f2f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14677 | 2025.02.28 06:55:44.432708 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 14678 | 2025.02.28 06:55:44.432750 [ 255 ] {867cfc6f-a875-49bc-9d8e-4cc7ec20f2f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14679 | 2025.02.28 06:55:44.433489 [ 255 ] {867cfc6f-a875-49bc-9d8e-4cc7ec20f2f1} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14680 | 2025.02.28 06:55:44.433529 [ 255 ] {867cfc6f-a875-49bc-9d8e-4cc7ec20f2f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14681 | 2025.02.28 06:55:44.433924 [ 255 ] {867cfc6f-a875-49bc-9d8e-4cc7ec20f2f1} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14682 | 2025.02.28 06:55:44.434162 [ 255 ] {867cfc6f-a875-49bc-9d8e-4cc7ec20f2f1} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14683 | 2025.02.28 06:55:44.434347 [ 115 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 14684 | 2025.02.28 06:55:44.434410 [ 115 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14685 | 2025.02.28 06:55:44.434408 [ 255 ] {867cfc6f-a875-49bc-9d8e-4cc7ec20f2f1} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001745 sec., 241260.74498567334 rows/sec., 17.19 MiB/sec. | ||
| 14686 | 2025.02.28 06:55:44.434448 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14687 | 2025.02.28 06:55:44.434576 [ 255 ] {867cfc6f-a875-49bc-9d8e-4cc7ec20f2f1} <Debug> TCPHandler: Processed in 0.002077525 sec. | ||
| 14688 | 2025.02.28 06:55:44.434664 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 14689 | 2025.02.28 06:55:44.434802 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14690 | 2025.02.28 06:55:44.434832 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14691 | 2025.02.28 06:55:44.434881 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 913 rows starting from the beginning of the part | ||
| 14692 | 2025.02.28 06:55:44.435136 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 64 rows starting from the beginning of the part | ||
| 14693 | 2025.02.28 06:55:44.435154 [ 4 ] {d66eeaf0-a7cf-4f13-bcd7-71962542c31e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14694 | 2025.02.28 06:55:44.435375 [ 4 ] {d66eeaf0-a7cf-4f13-bcd7-71962542c31e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14695 | 2025.02.28 06:55:44.435398 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 64 rows starting from the beginning of the part | ||
| 14696 | 2025.02.28 06:55:44.435715 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 421 rows starting from the beginning of the part | ||
| 14697 | 2025.02.28 06:55:44.436148 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 14698 | 2025.02.28 06:55:44.436503 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 421 rows starting from the beginning of the part | ||
| 14699 | 2025.02.28 06:55:44.437962 [ 4 ] {d66eeaf0-a7cf-4f13-bcd7-71962542c31e} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14700 | 2025.02.28 06:55:44.438033 [ 4 ] {d66eeaf0-a7cf-4f13-bcd7-71962542c31e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14701 | 2025.02.28 06:55:44.439123 [ 4 ] {d66eeaf0-a7cf-4f13-bcd7-71962542c31e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14702 | 2025.02.28 06:55:44.439507 [ 4 ] {d66eeaf0-a7cf-4f13-bcd7-71962542c31e} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14703 | 2025.02.28 06:55:44.439891 [ 115 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Selected 6 parts from all_1_51_11 to all_56_56_0 | ||
| 14704 | 2025.02.28 06:55:44.439980 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.005404954 sec., 360225.08239663095 rows/sec., 27.51 MiB/sec. | ||
| 14705 | 2025.02.28 06:55:44.439985 [ 115 ] {} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14706 | 2025.02.28 06:55:44.440085 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14707 | 2025.02.28 06:55:44.440191 [ 4 ] {d66eeaf0-a7cf-4f13-bcd7-71962542c31e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005129 sec., 1169.8186781048937 rows/sec., 61.12 KiB/sec. | ||
| 14708 | 2025.02.28 06:55:44.440323 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 14709 | 2025.02.28 06:55:44.440503 [ 4 ] {d66eeaf0-a7cf-4f13-bcd7-71962542c31e} <Debug> TCPHandler: Processed in 0.00579303 sec. | ||
| 14710 | 2025.02.28 06:55:44.440619 [ 198 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_56_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_11 to all_56_56_0 into Compact with storage Full | ||
| 14711 | 2025.02.28 06:55:44.440917 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14712 | 2025.02.28 06:55:44.440991 [ 198 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_56_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14713 | 2025.02.28 06:55:44.441068 [ 198 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 306 rows starting from the beginning of the part | ||
| 14714 | 2025.02.28 06:55:44.441133 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_131_26} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14715 | 2025.02.28 06:55:44.441484 [ 198 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part | ||
| 14716 | 2025.02.28 06:55:44.441524 [ 255 ] {a1775de1-0551-4f3a-8860-66aba29c7971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14717 | 2025.02.28 06:55:44.441636 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_131_26} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 14718 | 2025.02.28 06:55:44.441907 [ 198 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part | ||
| 14719 | 2025.02.28 06:55:44.441957 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 14720 | 2025.02.28 06:55:44.442101 [ 255 ] {a1775de1-0551-4f3a-8860-66aba29c7971} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14721 | 2025.02.28 06:55:44.442294 [ 198 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part | ||
| 14722 | 2025.02.28 06:55:44.442646 [ 198 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part | ||
| 14723 | 2025.02.28 06:55:44.442944 [ 198 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part | ||
| 14724 | 2025.02.28 06:55:44.444639 [ 255 ] {a1775de1-0551-4f3a-8860-66aba29c7971} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14725 | 2025.02.28 06:55:44.444703 [ 255 ] {a1775de1-0551-4f3a-8860-66aba29c7971} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14726 | 2025.02.28 06:55:44.445743 [ 198 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_56_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 4 columns (4 merged, 0 gathered) in 0.005541746 sec., 60630.71097087452 rows/sec., 3.09 MiB/sec. | ||
| 14727 | 2025.02.28 06:55:44.445855 [ 255 ] {a1775de1-0551-4f3a-8860-66aba29c7971} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14728 | 2025.02.28 06:55:44.445924 [ 198 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_56_12} <Trace> MergedBlockOutputStream: filled checksums all_1_56_12 (state Temporary) | ||
| 14729 | 2025.02.28 06:55:44.446323 [ 255 ] {a1775de1-0551-4f3a-8860-66aba29c7971} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14730 | 2025.02.28 06:55:44.446464 [ 198 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_56_12} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_merge_all_1_56_12 to all_1_56_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14731 | 2025.02.28 06:55:44.446714 [ 198 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_56_12} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Merged 6 parts: [all_1_51_11, all_56_56_0] -> all_1_56_12 | ||
| 14732 | 2025.02.28 06:55:44.446816 [ 255 ] {a1775de1-0551-4f3a-8860-66aba29c7971} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005618 sec., 42185.831256674974 rows/sec., 2.83 MiB/sec. | ||
| 14733 | 2025.02.28 06:55:44.446854 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 14734 | 2025.02.28 06:55:44.446967 [ 255 ] {a1775de1-0551-4f3a-8860-66aba29c7971} <Debug> TCPHandler: Processed in 0.006332306 sec. | ||
| 14735 | 2025.02.28 06:55:44.447214 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14736 | 2025.02.28 06:55:44.447442 [ 4 ] {e3b64164-32c6-4a5e-8862-29daf3e8e240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14737 | 2025.02.28 06:55:44.447538 [ 4 ] {e3b64164-32c6-4a5e-8862-29daf3e8e240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14738 | 2025.02.28 06:55:44.448235 [ 4 ] {e3b64164-32c6-4a5e-8862-29daf3e8e240} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14739 | 2025.02.28 06:55:44.448274 [ 4 ] {e3b64164-32c6-4a5e-8862-29daf3e8e240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14740 | 2025.02.28 06:55:44.448639 [ 4 ] {e3b64164-32c6-4a5e-8862-29daf3e8e240} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14741 | 2025.02.28 06:55:44.448884 [ 4 ] {e3b64164-32c6-4a5e-8862-29daf3e8e240} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14742 | 2025.02.28 06:55:44.449128 [ 4 ] {e3b64164-32c6-4a5e-8862-29daf3e8e240} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001735 sec., 576.3688760806916 rows/sec., 38.84 KiB/sec. | ||
| 14743 | 2025.02.28 06:55:44.449191 [ 4 ] {e3b64164-32c6-4a5e-8862-29daf3e8e240} <Debug> TCPHandler: Processed in 0.002088805 sec. | ||
| 14744 | 2025.02.28 06:55:44.449453 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14745 | 2025.02.28 06:55:44.449619 [ 255 ] {18a18340-1c12-4adc-a9d7-4c1bd832b941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14746 | 2025.02.28 06:55:44.449713 [ 255 ] {18a18340-1c12-4adc-a9d7-4c1bd832b941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14747 | 2025.02.28 06:55:44.451009 [ 255 ] {18a18340-1c12-4adc-a9d7-4c1bd832b941} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14748 | 2025.02.28 06:55:44.451050 [ 255 ] {18a18340-1c12-4adc-a9d7-4c1bd832b941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14749 | 2025.02.28 06:55:44.451764 [ 255 ] {18a18340-1c12-4adc-a9d7-4c1bd832b941} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14750 | 2025.02.28 06:55:44.452019 [ 255 ] {18a18340-1c12-4adc-a9d7-4c1bd832b941} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14751 | 2025.02.28 06:55:44.452209 [ 115 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 14752 | 2025.02.28 06:55:44.452268 [ 115 ] {} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14753 | 2025.02.28 06:55:44.452302 [ 255 ] {18a18340-1c12-4adc-a9d7-4c1bd832b941} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002704 sec., 14423.076923076924 rows/sec., 25.85 MiB/sec. | ||
| 14754 | 2025.02.28 06:55:44.452307 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14755 | 2025.02.28 06:55:44.452715 [ 189 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::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 | ||
| 14756 | 2025.02.28 06:55:44.452895 [ 255 ] {18a18340-1c12-4adc-a9d7-4c1bd832b941} <Debug> TCPHandler: Processed in 0.003576103 sec. | ||
| 14757 | 2025.02.28 06:55:44.453300 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14758 | 2025.02.28 06:55:44.453809 [ 4 ] {7240e6cc-c113-4fc3-896e-ec4b6d3592fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14759 | 2025.02.28 06:55:44.454027 [ 4 ] {7240e6cc-c113-4fc3-896e-ec4b6d3592fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14760 | 2025.02.28 06:55:44.454551 [ 189 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14761 | 2025.02.28 06:55:44.454808 [ 189 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1881 rows starting from the beginning of the part | ||
| 14762 | 2025.02.28 06:55:44.455563 [ 189 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 39 rows starting from the beginning of the part | ||
| 14763 | 2025.02.28 06:55:44.456416 [ 189 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 39 rows starting from the beginning of the part | ||
| 14764 | 2025.02.28 06:55:44.456457 [ 4 ] {7240e6cc-c113-4fc3-896e-ec4b6d3592fb} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14765 | 2025.02.28 06:55:44.456541 [ 4 ] {7240e6cc-c113-4fc3-896e-ec4b6d3592fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14766 | 2025.02.28 06:55:44.457046 [ 189 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 39 rows starting from the beginning of the part | ||
| 14767 | 2025.02.28 06:55:44.457744 [ 189 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 39 rows starting from the beginning of the part | ||
| 14768 | 2025.02.28 06:55:44.458231 [ 4 ] {7240e6cc-c113-4fc3-896e-ec4b6d3592fb} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 14769 | 2025.02.28 06:55:44.458464 [ 189 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 39 rows starting from the beginning of the part | ||
| 14770 | 2025.02.28 06:55:44.459241 [ 4 ] {7240e6cc-c113-4fc3-896e-ec4b6d3592fb} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14771 | 2025.02.28 06:55:44.459839 [ 4 ] {7240e6cc-c113-4fc3-896e-ec4b6d3592fb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00618 sec., 13268.608414239483 rows/sec., 862.95 KiB/sec. | ||
| 14772 | 2025.02.28 06:55:44.459856 [ 115 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 14773 | 2025.02.28 06:55:44.460038 [ 4 ] {7240e6cc-c113-4fc3-896e-ec4b6d3592fb} <Debug> TCPHandler: Processed in 0.006997284 sec. | ||
| 14774 | 2025.02.28 06:55:44.460055 [ 115 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14775 | 2025.02.28 06:55:44.460127 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.41 GiB. | ||
| 14776 | 2025.02.28 06:55:44.460434 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 14777 | 2025.02.28 06:55:44.460844 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14778 | 2025.02.28 06:55:44.460928 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7668 rows starting from the beginning of the part | ||
| 14779 | 2025.02.28 06:55:44.461108 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 24 rows starting from the beginning of the part | ||
| 14780 | 2025.02.28 06:55:44.461304 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 60 rows starting from the beginning of the part | ||
| 14781 | 2025.02.28 06:55:44.461467 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 82 rows starting from the beginning of the part | ||
| 14782 | 2025.02.28 06:55:44.461528 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 60 rows starting from the beginning of the part | ||
| 14783 | 2025.02.28 06:55:44.461777 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 14784 | 2025.02.28 06:55:44.465635 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7976 rows, containing 4 columns (4 merged, 0 gathered) in 0.005372334 sec., 1484643.3598506718 rows/sec., 96.74 MiB/sec. | ||
| 14785 | 2025.02.28 06:55:44.466341 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 14786 | 2025.02.28 06:55:44.466663 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_131_26} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14787 | 2025.02.28 06:55:44.466737 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_131_26} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 14788 | 2025.02.28 06:55:44.466806 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. | ||
| 14789 | 2025.02.28 06:55:44.472342 [ 188 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2076 rows, containing 19 columns (19 merged, 0 gathered) in 0.019894848 sec., 104348.62332197763 rows/sec., 186.99 MiB/sec. | ||
| 14790 | 2025.02.28 06:55:44.474225 [ 200 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 14791 | 2025.02.28 06:55:44.474646 [ 200 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14792 | 2025.02.28 06:55:44.474723 [ 200 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 14793 | 2025.02.28 06:55:44.474871 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.00 MiB. | ||
| 14794 | 2025.02.28 06:55:45.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.86 MiB, peak 280.85 MiB, free memory in arenas 0.00 B, will set to 265.96 MiB (RSS), difference: 3.10 MiB | ||
| 14795 | 2025.02.28 06:55:48.626464 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14796 | 2025.02.28 06:55:48.626560 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14797 | 2025.02.28 06:55:48.845535 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35746 | ||
| 14798 | 2025.02.28 06:55:48.846281 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14799 | 2025.02.28 06:55:48.846331 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 14800 | 2025.02.28 06:55:48.846889 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14801 | 2025.02.28 06:55:48.847157 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14802 | 2025.02.28 06:55:48.847421 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
| 14803 | 2025.02.28 06:55:49.397251 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14804 | 2025.02.28 06:55:49.397547 [ 4 ] {0ee6ca42-47c4-4f9c-b941-f01245689962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14805 | 2025.02.28 06:55:49.397659 [ 4 ] {0ee6ca42-47c4-4f9c-b941-f01245689962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14806 | 2025.02.28 06:55:49.398784 [ 4 ] {0ee6ca42-47c4-4f9c-b941-f01245689962} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14807 | 2025.02.28 06:55:49.398855 [ 4 ] {0ee6ca42-47c4-4f9c-b941-f01245689962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 14808 | 2025.02.28 06:55:49.399580 [ 4 ] {0ee6ca42-47c4-4f9c-b941-f01245689962} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14809 | 2025.02.28 06:55:49.399832 [ 4 ] {0ee6ca42-47c4-4f9c-b941-f01245689962} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14810 | 2025.02.28 06:55:49.400092 [ 4 ] {0ee6ca42-47c4-4f9c-b941-f01245689962} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002625 sec., 21333.333333333332 rows/sec., 1.64 MiB/sec. | ||
| 14811 | 2025.02.28 06:55:49.400177 [ 4 ] {0ee6ca42-47c4-4f9c-b941-f01245689962} <Debug> TCPHandler: Processed in 0.003110927 sec. | ||
| 14812 | 2025.02.28 06:55:49.400566 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14813 | 2025.02.28 06:55:49.400872 [ 255 ] {c25c79dc-b0ed-4f8e-94f5-a0b52bac9902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14814 | 2025.02.28 06:55:49.400989 [ 255 ] {c25c79dc-b0ed-4f8e-94f5-a0b52bac9902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14815 | 2025.02.28 06:55:49.401872 [ 255 ] {c25c79dc-b0ed-4f8e-94f5-a0b52bac9902} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14816 | 2025.02.28 06:55:49.401923 [ 255 ] {c25c79dc-b0ed-4f8e-94f5-a0b52bac9902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 14817 | 2025.02.28 06:55:49.402372 [ 255 ] {c25c79dc-b0ed-4f8e-94f5-a0b52bac9902} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14818 | 2025.02.28 06:55:49.402622 [ 255 ] {c25c79dc-b0ed-4f8e-94f5-a0b52bac9902} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14819 | 2025.02.28 06:55:49.402855 [ 255 ] {c25c79dc-b0ed-4f8e-94f5-a0b52bac9902} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002067 sec., 30962.747943880022 rows/sec., 2.42 MiB/sec. | ||
| 14820 | 2025.02.28 06:55:49.402923 [ 255 ] {c25c79dc-b0ed-4f8e-94f5-a0b52bac9902} <Debug> TCPHandler: Processed in 0.002577381 sec. | ||
| 14821 | 2025.02.28 06:55:49.403093 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14822 | 2025.02.28 06:55:49.403239 [ 4 ] {683c929f-67a2-4293-a16b-11f19e191e70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14823 | 2025.02.28 06:55:49.403305 [ 4 ] {683c929f-67a2-4293-a16b-11f19e191e70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14824 | 2025.02.28 06:55:49.403987 [ 4 ] {683c929f-67a2-4293-a16b-11f19e191e70} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14825 | 2025.02.28 06:55:49.404035 [ 4 ] {683c929f-67a2-4293-a16b-11f19e191e70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 14826 | 2025.02.28 06:55:49.404464 [ 4 ] {683c929f-67a2-4293-a16b-11f19e191e70} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14827 | 2025.02.28 06:55:49.404716 [ 4 ] {683c929f-67a2-4293-a16b-11f19e191e70} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14828 | 2025.02.28 06:55:49.404931 [ 4 ] {683c929f-67a2-4293-a16b-11f19e191e70} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001728 sec., 92592.5925925926 rows/sec., 6.45 MiB/sec. | ||
| 14829 | 2025.02.28 06:55:49.404988 [ 4 ] {683c929f-67a2-4293-a16b-11f19e191e70} <Debug> TCPHandler: Processed in 0.001965713 sec. | ||
| 14830 | 2025.02.28 06:55:49.405158 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14831 | 2025.02.28 06:55:49.405283 [ 255 ] {07f05e34-aae4-4f8e-bf97-00fbf3c573b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14832 | 2025.02.28 06:55:49.405340 [ 255 ] {07f05e34-aae4-4f8e-bf97-00fbf3c573b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14833 | 2025.02.28 06:55:49.405892 [ 255 ] {07f05e34-aae4-4f8e-bf97-00fbf3c573b8} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14834 | 2025.02.28 06:55:49.405932 [ 255 ] {07f05e34-aae4-4f8e-bf97-00fbf3c573b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 14835 | 2025.02.28 06:55:49.406323 [ 255 ] {07f05e34-aae4-4f8e-bf97-00fbf3c573b8} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 14836 | 2025.02.28 06:55:49.406568 [ 255 ] {07f05e34-aae4-4f8e-bf97-00fbf3c573b8} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14837 | 2025.02.28 06:55:49.406779 [ 255 ] {07f05e34-aae4-4f8e-bf97-00fbf3c573b8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001525 sec., 39344.262295081964 rows/sec., 2.65 MiB/sec. | ||
| 14838 | 2025.02.28 06:55:49.406832 [ 255 ] {07f05e34-aae4-4f8e-bf97-00fbf3c573b8} <Debug> TCPHandler: Processed in 0.001731481 sec. | ||
| 14839 | 2025.02.28 06:55:50.909988 [ 224 ] {} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c): 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] | ||
| 14840 | 2025.02.28 06:55:50.910094 [ 224 ] {} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c): 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] | ||
| 14841 | 2025.02.28 06:55:50.911680 [ 224 ] {} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c): 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] | ||
| 14842 | 2025.02.28 06:55:51.024403 [ 224 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 14843 | 2025.02.28 06:55:51.024481 [ 224 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 14844 | 2025.02.28 06:55:51.026814 [ 224 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 14845 | 2025.02.28 06:55:51.173839 [ 221 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): 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] | ||
| 14846 | 2025.02.28 06:55:51.173925 [ 221 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): 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] | ||
| 14847 | 2025.02.28 06:55:51.175637 [ 221 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): 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] | ||
| 14848 | 2025.02.28 06:55:51.208340 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 14849 | 2025.02.28 06:55:51.208401 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 14850 | 2025.02.28 06:55:51.210536 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 14851 | 2025.02.28 06:55:51.420653 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 14852 | 2025.02.28 06:55:51.444795 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14853 | 2025.02.28 06:55:51.444864 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 14854 | 2025.02.28 06:55:51.452435 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 14855 | 2025.02.28 06:55:51.453250 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14856 | 2025.02.28 06:55:51.457783 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 14857 | 2025.02.28 06:55:51.540199 [ 219 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 14858 | 2025.02.28 06:55:51.540239 [ 219 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 14859 | 2025.02.28 06:55:51.542154 [ 219 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 14860 | 2025.02.28 06:55:51.833303 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14861 | 2025.02.28 06:55:51.833610 [ 4 ] {30345a11-b334-48cf-894e-189d93b6a59d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14862 | 2025.02.28 06:55:51.833724 [ 4 ] {30345a11-b334-48cf-894e-189d93b6a59d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14863 | 2025.02.28 06:55:51.834823 [ 4 ] {30345a11-b334-48cf-894e-189d93b6a59d} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14864 | 2025.02.28 06:55:51.834871 [ 4 ] {30345a11-b334-48cf-894e-189d93b6a59d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 14865 | 2025.02.28 06:55:51.835308 [ 4 ] {30345a11-b334-48cf-894e-189d93b6a59d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14866 | 2025.02.28 06:55:51.835559 [ 4 ] {30345a11-b334-48cf-894e-189d93b6a59d} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14867 | 2025.02.28 06:55:51.835757 [ 90 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 14868 | 2025.02.28 06:55:51.835827 [ 4 ] {30345a11-b334-48cf-894e-189d93b6a59d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002296 sec., 92334.49477351917 rows/sec., 5.87 MiB/sec. | ||
| 14869 | 2025.02.28 06:55:51.835836 [ 90 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14870 | 2025.02.28 06:55:51.835905 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 14871 | 2025.02.28 06:55:51.835980 [ 4 ] {30345a11-b334-48cf-894e-189d93b6a59d} <Debug> TCPHandler: Processed in 0.002857574 sec. | ||
| 14872 | 2025.02.28 06:55:51.836092 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::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 | ||
| 14873 | 2025.02.28 06:55:51.836222 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14874 | 2025.02.28 06:55:51.836247 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14875 | 2025.02.28 06:55:51.836274 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 212 rows starting from the beginning of the part | ||
| 14876 | 2025.02.28 06:55:51.836487 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 212 rows starting from the beginning of the part | ||
| 14877 | 2025.02.28 06:55:51.836785 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 212 rows starting from the beginning of the part | ||
| 14878 | 2025.02.28 06:55:51.836837 [ 255 ] {b4919e12-6256-43fd-8148-a242af0b4b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14879 | 2025.02.28 06:55:51.837089 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 212 rows starting from the beginning of the part | ||
| 14880 | 2025.02.28 06:55:51.837391 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 212 rows starting from the beginning of the part | ||
| 14881 | 2025.02.28 06:55:51.837413 [ 255 ] {b4919e12-6256-43fd-8148-a242af0b4b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14882 | 2025.02.28 06:55:51.839982 [ 255 ] {b4919e12-6256-43fd-8148-a242af0b4b8f} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14883 | 2025.02.28 06:55:51.840043 [ 255 ] {b4919e12-6256-43fd-8148-a242af0b4b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 14884 | 2025.02.28 06:55:51.840507 [ 190 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004493364 sec., 235903.43448694565 rows/sec., 15.90 MiB/sec. | ||
| 14885 | 2025.02.28 06:55:51.840762 [ 190 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 14886 | 2025.02.28 06:55:51.840864 [ 255 ] {b4919e12-6256-43fd-8148-a242af0b4b8f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 14887 | 2025.02.28 06:55:51.841239 [ 190 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_57_14} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14888 | 2025.02.28 06:55:51.841293 [ 255 ] {b4919e12-6256-43fd-8148-a242af0b4b8f} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14889 | 2025.02.28 06:55:51.841430 [ 190 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_57_14} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 14890 | 2025.02.28 06:55:51.841688 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 14891 | 2025.02.28 06:55:51.841843 [ 255 ] {b4919e12-6256-43fd-8148-a242af0b4b8f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005304 sec., 377.0739064856712 rows/sec., 30.75 KiB/sec. | ||
| 14892 | 2025.02.28 06:55:51.842086 [ 255 ] {b4919e12-6256-43fd-8148-a242af0b4b8f} <Debug> TCPHandler: Processed in 0.005976212 sec. | ||
| 14893 | 2025.02.28 06:55:51.842321 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14894 | 2025.02.28 06:55:51.842550 [ 4 ] {edacc0e2-cb6d-4859-9642-cdd17c87c7a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14895 | 2025.02.28 06:55:51.842646 [ 4 ] {edacc0e2-cb6d-4859-9642-cdd17c87c7a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14896 | 2025.02.28 06:55:51.844278 [ 4 ] {edacc0e2-cb6d-4859-9642-cdd17c87c7a1} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14897 | 2025.02.28 06:55:51.844320 [ 4 ] {edacc0e2-cb6d-4859-9642-cdd17c87c7a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 14898 | 2025.02.28 06:55:51.844802 [ 4 ] {edacc0e2-cb6d-4859-9642-cdd17c87c7a1} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 14899 | 2025.02.28 06:55:51.845045 [ 4 ] {edacc0e2-cb6d-4859-9642-cdd17c87c7a1} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14900 | 2025.02.28 06:55:51.845257 [ 4 ] {edacc0e2-cb6d-4859-9642-cdd17c87c7a1} <Debug> executeQuery: Read 1836 rows, 153.46 KiB in 0.002767 sec., 663534.5139139863 rows/sec., 54.16 MiB/sec. | ||
| 14901 | 2025.02.28 06:55:51.845316 [ 4 ] {edacc0e2-cb6d-4859-9642-cdd17c87c7a1} <Debug> TCPHandler: Processed in 0.003085006 sec. | ||
| 14902 | 2025.02.28 06:55:51.845481 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14903 | 2025.02.28 06:55:51.845628 [ 255 ] {add5264b-12cb-47a7-a00a-f67b20098f83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14904 | 2025.02.28 06:55:51.845690 [ 255 ] {add5264b-12cb-47a7-a00a-f67b20098f83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14905 | 2025.02.28 06:55:51.846437 [ 255 ] {add5264b-12cb-47a7-a00a-f67b20098f83} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14906 | 2025.02.28 06:55:51.846480 [ 255 ] {add5264b-12cb-47a7-a00a-f67b20098f83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 14907 | 2025.02.28 06:55:51.846858 [ 255 ] {add5264b-12cb-47a7-a00a-f67b20098f83} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14908 | 2025.02.28 06:55:51.847092 [ 255 ] {add5264b-12cb-47a7-a00a-f67b20098f83} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14909 | 2025.02.28 06:55:51.847290 [ 255 ] {add5264b-12cb-47a7-a00a-f67b20098f83} <Debug> executeQuery: Read 147 rows, 9.46 KiB in 0.001699 sec., 86521.48322542672 rows/sec., 5.44 MiB/sec. | ||
| 14910 | 2025.02.28 06:55:51.847342 [ 255 ] {add5264b-12cb-47a7-a00a-f67b20098f83} <Debug> TCPHandler: Processed in 0.001929803 sec. | ||
| 14911 | 2025.02.28 06:55:51.847493 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14912 | 2025.02.28 06:55:51.847634 [ 4 ] {efbdd3ba-2a66-4a93-aeef-9f6894b94aee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14913 | 2025.02.28 06:55:51.847692 [ 4 ] {efbdd3ba-2a66-4a93-aeef-9f6894b94aee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14914 | 2025.02.28 06:55:51.848491 [ 4 ] {efbdd3ba-2a66-4a93-aeef-9f6894b94aee} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14915 | 2025.02.28 06:55:51.848530 [ 4 ] {efbdd3ba-2a66-4a93-aeef-9f6894b94aee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 14916 | 2025.02.28 06:55:51.848904 [ 4 ] {efbdd3ba-2a66-4a93-aeef-9f6894b94aee} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14917 | 2025.02.28 06:55:51.849151 [ 4 ] {efbdd3ba-2a66-4a93-aeef-9f6894b94aee} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14918 | 2025.02.28 06:55:51.849344 [ 4 ] {efbdd3ba-2a66-4a93-aeef-9f6894b94aee} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001743 sec., 195639.70166379804 rows/sec., 13.05 MiB/sec. | ||
| 14919 | 2025.02.28 06:55:51.849398 [ 4 ] {efbdd3ba-2a66-4a93-aeef-9f6894b94aee} <Debug> TCPHandler: Processed in 0.001971503 sec. | ||
| 14920 | 2025.02.28 06:55:51.849595 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14921 | 2025.02.28 06:55:51.849816 [ 255 ] {a0962e62-779a-46ee-b75a-18a896a4deee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14922 | 2025.02.28 06:55:51.849905 [ 255 ] {a0962e62-779a-46ee-b75a-18a896a4deee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14923 | 2025.02.28 06:55:51.850728 [ 255 ] {a0962e62-779a-46ee-b75a-18a896a4deee} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14924 | 2025.02.28 06:55:51.850768 [ 255 ] {a0962e62-779a-46ee-b75a-18a896a4deee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 14925 | 2025.02.28 06:55:51.851144 [ 255 ] {a0962e62-779a-46ee-b75a-18a896a4deee} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14926 | 2025.02.28 06:55:51.851374 [ 255 ] {a0962e62-779a-46ee-b75a-18a896a4deee} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14927 | 2025.02.28 06:55:51.851534 [ 90 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 14928 | 2025.02.28 06:55:51.851587 [ 90 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14929 | 2025.02.28 06:55:51.851611 [ 255 ] {a0962e62-779a-46ee-b75a-18a896a4deee} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001845 sec., 60704.60704607046 rows/sec., 3.46 MiB/sec. | ||
| 14930 | 2025.02.28 06:55:51.851625 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 14931 | 2025.02.28 06:55:51.851819 [ 255 ] {a0962e62-779a-46ee-b75a-18a896a4deee} <Debug> TCPHandler: Processed in 0.002329058 sec. | ||
| 14932 | 2025.02.28 06:55:51.851846 [ 220 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): 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] | ||
| 14933 | 2025.02.28 06:55:51.851919 [ 220 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): 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] | ||
| 14934 | 2025.02.28 06:55:51.851951 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::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 | ||
| 14935 | 2025.02.28 06:55:51.852109 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14936 | 2025.02.28 06:55:51.852516 [ 4 ] {b0480e88-77ab-4715-ab3a-5e8a1afa5301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14937 | 2025.02.28 06:55:51.852516 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14938 | 2025.02.28 06:55:51.852629 [ 4 ] {b0480e88-77ab-4715-ab3a-5e8a1afa5301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14939 | 2025.02.28 06:55:51.852635 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 112 rows starting from the beginning of the part | ||
| 14940 | 2025.02.28 06:55:51.853184 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 112 rows starting from the beginning of the part | ||
| 14941 | 2025.02.28 06:55:51.853639 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 112 rows starting from the beginning of the part | ||
| 14942 | 2025.02.28 06:55:51.854156 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 112 rows starting from the beginning of the part | ||
| 14943 | 2025.02.28 06:55:51.854581 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 112 rows starting from the beginning of the part | ||
| 14944 | 2025.02.28 06:55:51.857960 [ 4 ] {b0480e88-77ab-4715-ab3a-5e8a1afa5301} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14945 | 2025.02.28 06:55:51.858082 [ 4 ] {b0480e88-77ab-4715-ab3a-5e8a1afa5301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 14946 | 2025.02.28 06:55:51.858936 [ 220 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): 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] | ||
| 14947 | 2025.02.28 06:55:51.859226 [ 193 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00745672 sec., 75100.04398716862 rows/sec., 4.56 MiB/sec. | ||
| 14948 | 2025.02.28 06:55:51.859561 [ 193 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 14949 | 2025.02.28 06:55:51.859582 [ 4 ] {b0480e88-77ab-4715-ab3a-5e8a1afa5301} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 14950 | 2025.02.28 06:55:51.860254 [ 4 ] {b0480e88-77ab-4715-ab3a-5e8a1afa5301} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14951 | 2025.02.28 06:55:51.860348 [ 193 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_57_14} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14952 | 2025.02.28 06:55:51.860598 [ 193 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_57_14} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 14953 | 2025.02.28 06:55:51.860794 [ 4 ] {b0480e88-77ab-4715-ab3a-5e8a1afa5301} <Debug> executeQuery: Read 879 rows, 65.16 KiB in 0.00838 sec., 104892.6014319809 rows/sec., 7.59 MiB/sec. | ||
| 14954 | 2025.02.28 06:55:51.860810 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 14955 | 2025.02.28 06:55:51.860830 [ 219 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 14956 | 2025.02.28 06:55:51.860973 [ 219 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 14957 | 2025.02.28 06:55:51.860980 [ 4 ] {b0480e88-77ab-4715-ab3a-5e8a1afa5301} <Debug> TCPHandler: Processed in 0.009028788 sec. | ||
| 14958 | 2025.02.28 06:55:51.861203 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14959 | 2025.02.28 06:55:51.861381 [ 255 ] {15ce252d-b3d8-4d76-8719-be93314eff28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14960 | 2025.02.28 06:55:51.861479 [ 255 ] {15ce252d-b3d8-4d76-8719-be93314eff28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14961 | 2025.02.28 06:55:51.862828 [ 255 ] {15ce252d-b3d8-4d76-8719-be93314eff28} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14962 | 2025.02.28 06:55:51.862868 [ 255 ] {15ce252d-b3d8-4d76-8719-be93314eff28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 14963 | 2025.02.28 06:55:51.863540 [ 255 ] {15ce252d-b3d8-4d76-8719-be93314eff28} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14964 | 2025.02.28 06:55:51.863997 [ 255 ] {15ce252d-b3d8-4d76-8719-be93314eff28} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14965 | 2025.02.28 06:55:51.864363 [ 255 ] {15ce252d-b3d8-4d76-8719-be93314eff28} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002993 sec., 2004.6775810223855 rows/sec., 104.74 KiB/sec. | ||
| 14966 | 2025.02.28 06:55:51.864540 [ 255 ] {15ce252d-b3d8-4d76-8719-be93314eff28} <Debug> TCPHandler: Processed in 0.003435032 sec. | ||
| 14967 | 2025.02.28 06:55:51.864770 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14968 | 2025.02.28 06:55:51.864939 [ 219 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 14969 | 2025.02.28 06:55:51.865146 [ 4 ] {1279f6cc-ca3f-49fb-9199-b0cda59dbf05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14970 | 2025.02.28 06:55:51.865299 [ 4 ] {1279f6cc-ca3f-49fb-9199-b0cda59dbf05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14971 | 2025.02.28 06:55:51.867212 [ 4 ] {1279f6cc-ca3f-49fb-9199-b0cda59dbf05} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14972 | 2025.02.28 06:55:51.867254 [ 4 ] {1279f6cc-ca3f-49fb-9199-b0cda59dbf05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 14973 | 2025.02.28 06:55:51.867711 [ 4 ] {1279f6cc-ca3f-49fb-9199-b0cda59dbf05} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 14974 | 2025.02.28 06:55:51.867954 [ 4 ] {1279f6cc-ca3f-49fb-9199-b0cda59dbf05} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14975 | 2025.02.28 06:55:51.868172 [ 4 ] {1279f6cc-ca3f-49fb-9199-b0cda59dbf05} <Debug> executeQuery: Read 1020 rows, 69.60 KiB in 0.003181 sec., 320653.8824269098 rows/sec., 21.37 MiB/sec. | ||
| 14976 | 2025.02.28 06:55:51.868230 [ 4 ] {1279f6cc-ca3f-49fb-9199-b0cda59dbf05} <Debug> TCPHandler: Processed in 0.003581823 sec. | ||
| 14977 | 2025.02.28 06:55:51.868377 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14978 | 2025.02.28 06:55:51.868515 [ 255 ] {1a00c14a-6d21-4449-97d4-ac8e47db7bdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14979 | 2025.02.28 06:55:51.868577 [ 255 ] {1a00c14a-6d21-4449-97d4-ac8e47db7bdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14980 | 2025.02.28 06:55:51.869147 [ 255 ] {1a00c14a-6d21-4449-97d4-ac8e47db7bdf} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14981 | 2025.02.28 06:55:51.869195 [ 255 ] {1a00c14a-6d21-4449-97d4-ac8e47db7bdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 14982 | 2025.02.28 06:55:51.869571 [ 255 ] {1a00c14a-6d21-4449-97d4-ac8e47db7bdf} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14983 | 2025.02.28 06:55:51.869802 [ 255 ] {1a00c14a-6d21-4449-97d4-ac8e47db7bdf} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14984 | 2025.02.28 06:55:51.870031 [ 255 ] {1a00c14a-6d21-4449-97d4-ac8e47db7bdf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001544 sec., 647.6683937823834 rows/sec., 43.64 KiB/sec. | ||
| 14985 | 2025.02.28 06:55:51.870107 [ 255 ] {1a00c14a-6d21-4449-97d4-ac8e47db7bdf} <Debug> TCPHandler: Processed in 0.001793701 sec. | ||
| 14986 | 2025.02.28 06:55:51.870309 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14987 | 2025.02.28 06:55:51.870524 [ 4 ] {4e217a02-5e2b-45ca-b1fa-f1622dcef401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14988 | 2025.02.28 06:55:51.870614 [ 4 ] {4e217a02-5e2b-45ca-b1fa-f1622dcef401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14989 | 2025.02.28 06:55:51.871933 [ 4 ] {4e217a02-5e2b-45ca-b1fa-f1622dcef401} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14990 | 2025.02.28 06:55:51.871971 [ 4 ] {4e217a02-5e2b-45ca-b1fa-f1622dcef401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 14991 | 2025.02.28 06:55:51.872656 [ 4 ] {4e217a02-5e2b-45ca-b1fa-f1622dcef401} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14992 | 2025.02.28 06:55:51.872913 [ 4 ] {4e217a02-5e2b-45ca-b1fa-f1622dcef401} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14993 | 2025.02.28 06:55:51.873140 [ 4 ] {4e217a02-5e2b-45ca-b1fa-f1622dcef401} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002654 sec., 14694.8003014318 rows/sec., 26.33 MiB/sec. | ||
| 14994 | 2025.02.28 06:55:51.873253 [ 4 ] {4e217a02-5e2b-45ca-b1fa-f1622dcef401} <Debug> TCPHandler: Processed in 0.003063257 sec. | ||
| 14995 | 2025.02.28 06:55:51.873471 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14996 | 2025.02.28 06:55:51.873693 [ 255 ] {d339ca09-b197-4088-a952-d8cafc0cdff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14997 | 2025.02.28 06:55:51.873785 [ 255 ] {d339ca09-b197-4088-a952-d8cafc0cdff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14998 | 2025.02.28 06:55:51.874542 [ 255 ] {d339ca09-b197-4088-a952-d8cafc0cdff7} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14999 | 2025.02.28 06:55:51.874581 [ 255 ] {d339ca09-b197-4088-a952-d8cafc0cdff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15000 | 2025.02.28 06:55:51.874950 [ 255 ] {d339ca09-b197-4088-a952-d8cafc0cdff7} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 15001 | 2025.02.28 06:55:51.875180 [ 255 ] {d339ca09-b197-4088-a952-d8cafc0cdff7} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15002 | 2025.02.28 06:55:51.875390 [ 255 ] {d339ca09-b197-4088-a952-d8cafc0cdff7} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001753 sec., 33086.138049058754 rows/sec., 2.05 MiB/sec. | ||
| 15003 | 2025.02.28 06:55:51.875440 [ 255 ] {d339ca09-b197-4088-a952-d8cafc0cdff7} <Debug> TCPHandler: Processed in 0.002077805 sec. | ||
| 15004 | 2025.02.28 06:55:52.000188 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.39 MiB, peak 280.85 MiB, free memory in arenas 0.00 B, will set to 265.96 MiB (RSS), difference: -1.43 MiB | ||
| 15005 | 2025.02.28 06:55:54.031097 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2082 | ||
| 15006 | 2025.02.28 06:55:54.034783 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15007 | 2025.02.28 06:55:54.034842 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15008 | 2025.02.28 06:55:54.036405 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15009 | 2025.02.28 06:55:54.036726 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15010 | 2025.02.28 06:55:54.037407 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2082 | ||
| 15011 | 2025.02.28 06:55:54.391784 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15012 | 2025.02.28 06:55:54.391981 [ 4 ] {ebfc7c96-aca8-40a4-b0fd-d50cb22b2a6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15013 | 2025.02.28 06:55:54.392054 [ 4 ] {ebfc7c96-aca8-40a4-b0fd-d50cb22b2a6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15014 | 2025.02.28 06:55:54.392871 [ 4 ] {ebfc7c96-aca8-40a4-b0fd-d50cb22b2a6e} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15015 | 2025.02.28 06:55:54.392922 [ 4 ] {ebfc7c96-aca8-40a4-b0fd-d50cb22b2a6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15016 | 2025.02.28 06:55:54.393362 [ 4 ] {ebfc7c96-aca8-40a4-b0fd-d50cb22b2a6e} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15017 | 2025.02.28 06:55:54.393632 [ 4 ] {ebfc7c96-aca8-40a4-b0fd-d50cb22b2a6e} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15018 | 2025.02.28 06:55:54.393831 [ 4 ] {ebfc7c96-aca8-40a4-b0fd-d50cb22b2a6e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001905 sec., 29396.325459317584 rows/sec., 2.26 MiB/sec. | ||
| 15019 | 2025.02.28 06:55:54.393886 [ 4 ] {ebfc7c96-aca8-40a4-b0fd-d50cb22b2a6e} <Debug> TCPHandler: Processed in 0.002237716 sec. | ||
| 15020 | 2025.02.28 06:55:54.394151 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15021 | 2025.02.28 06:55:54.394352 [ 255 ] {cbf2afd7-94b0-4da0-b7a7-4407b7b97a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15022 | 2025.02.28 06:55:54.394434 [ 255 ] {cbf2afd7-94b0-4da0-b7a7-4407b7b97a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15023 | 2025.02.28 06:55:54.395240 [ 255 ] {cbf2afd7-94b0-4da0-b7a7-4407b7b97a21} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15024 | 2025.02.28 06:55:54.395297 [ 255 ] {cbf2afd7-94b0-4da0-b7a7-4407b7b97a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15025 | 2025.02.28 06:55:54.395766 [ 255 ] {cbf2afd7-94b0-4da0-b7a7-4407b7b97a21} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15026 | 2025.02.28 06:55:54.396022 [ 255 ] {cbf2afd7-94b0-4da0-b7a7-4407b7b97a21} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15027 | 2025.02.28 06:55:54.396261 [ 255 ] {cbf2afd7-94b0-4da0-b7a7-4407b7b97a21} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001965 sec., 32569.974554707376 rows/sec., 2.54 MiB/sec. | ||
| 15028 | 2025.02.28 06:55:54.396331 [ 255 ] {cbf2afd7-94b0-4da0-b7a7-4407b7b97a21} <Debug> TCPHandler: Processed in 0.002320568 sec. | ||
| 15029 | 2025.02.28 06:55:54.396498 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15030 | 2025.02.28 06:55:54.396638 [ 4 ] {a261a3e5-3b17-42d4-9b71-7cfc30b25d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15031 | 2025.02.28 06:55:54.396700 [ 4 ] {a261a3e5-3b17-42d4-9b71-7cfc30b25d00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15032 | 2025.02.28 06:55:54.397343 [ 4 ] {a261a3e5-3b17-42d4-9b71-7cfc30b25d00} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15033 | 2025.02.28 06:55:54.397390 [ 4 ] {a261a3e5-3b17-42d4-9b71-7cfc30b25d00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15034 | 2025.02.28 06:55:54.397764 [ 4 ] {a261a3e5-3b17-42d4-9b71-7cfc30b25d00} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15035 | 2025.02.28 06:55:54.398010 [ 4 ] {a261a3e5-3b17-42d4-9b71-7cfc30b25d00} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15036 | 2025.02.28 06:55:54.398184 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 5 parts from all_1_129_26 to all_133_133_0 | ||
| 15037 | 2025.02.28 06:55:54.398210 [ 4 ] {a261a3e5-3b17-42d4-9b71-7cfc30b25d00} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001652 sec., 38740.9200968523 rows/sec., 2.70 MiB/sec. | ||
| 15038 | 2025.02.28 06:55:54.398257 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15039 | 2025.02.28 06:55:54.398324 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15040 | 2025.02.28 06:55:54.398329 [ 4 ] {a261a3e5-3b17-42d4-9b71-7cfc30b25d00} <Debug> TCPHandler: Processed in 0.001954673 sec. | ||
| 15041 | 2025.02.28 06:55:54.398624 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15042 | 2025.02.28 06:55:54.398634 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_133_27} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_129_26 to all_133_133_0 into Compact with storage Full | ||
| 15043 | 2025.02.28 06:55:54.398819 [ 255 ] {0063098f-a5aa-49a6-9922-35eae389dead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15044 | 2025.02.28 06:55:54.398944 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_133_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15045 | 2025.02.28 06:55:54.398945 [ 255 ] {0063098f-a5aa-49a6-9922-35eae389dead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15046 | 2025.02.28 06:55:54.399030 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_129_26, total 38561 rows starting from the beginning of the part | ||
| 15047 | 2025.02.28 06:55:54.399421 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 160 rows starting from the beginning of the part | ||
| 15048 | 2025.02.28 06:55:54.399842 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 237 rows starting from the beginning of the part | ||
| 15049 | 2025.02.28 06:55:54.400205 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part | ||
| 15050 | 2025.02.28 06:55:54.400386 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 1020 rows starting from the beginning of the part | ||
| 15051 | 2025.02.28 06:55:54.401305 [ 255 ] {0063098f-a5aa-49a6-9922-35eae389dead} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15052 | 2025.02.28 06:55:54.401377 [ 255 ] {0063098f-a5aa-49a6-9922-35eae389dead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15053 | 2025.02.28 06:55:54.402100 [ 255 ] {0063098f-a5aa-49a6-9922-35eae389dead} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 15054 | 2025.02.28 06:55:54.402426 [ 255 ] {0063098f-a5aa-49a6-9922-35eae389dead} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15055 | 2025.02.28 06:55:54.402886 [ 255 ] {0063098f-a5aa-49a6-9922-35eae389dead} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.004119 sec., 5826.656955571741 rows/sec., 402.10 KiB/sec. | ||
| 15056 | 2025.02.28 06:55:54.403050 [ 255 ] {0063098f-a5aa-49a6-9922-35eae389dead} <Debug> TCPHandler: Processed in 0.004549264 sec. | ||
| 15057 | 2025.02.28 06:55:54.409157 [ 196 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_133_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40138 rows, containing 5 columns (5 merged, 0 gathered) in 0.010629677 sec., 3776031.952805339 rows/sec., 254.91 MiB/sec. | ||
| 15058 | 2025.02.28 06:55:54.409822 [ 196 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_133_27} <Trace> MergedBlockOutputStream: filled checksums all_1_133_27 (state Temporary) | ||
| 15059 | 2025.02.28 06:55:54.410139 [ 196 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_133_27} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_133_27 to all_1_133_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15060 | 2025.02.28 06:55:54.410218 [ 196 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_133_27} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 5 parts: [all_1_129_26, all_133_133_0] -> all_1_133_27 | ||
| 15061 | 2025.02.28 06:55:54.410308 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 15062 | 2025.02.28 06:55:56.347690 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36234 | ||
| 15063 | 2025.02.28 06:55:56.348720 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15064 | 2025.02.28 06:55:56.348774 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15065 | 2025.02.28 06:55:56.349328 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15066 | 2025.02.28 06:55:56.349602 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15067 | 2025.02.28 06:55:56.349897 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234 | ||
| 15068 | 2025.02.28 06:55:58.957963 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 15069 | 2025.02.28 06:55:58.982134 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15070 | 2025.02.28 06:55:58.982205 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15071 | 2025.02.28 06:55:58.989875 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15072 | 2025.02.28 06:55:58.990704 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15073 | 2025.02.28 06:55:58.994513 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||
| 15074 | 2025.02.28 06:55:59.397085 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15075 | 2025.02.28 06:55:59.397398 [ 4 ] {7570edc9-f8bd-4cc8-a326-6b7f5e82e75e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15076 | 2025.02.28 06:55:59.397515 [ 4 ] {7570edc9-f8bd-4cc8-a326-6b7f5e82e75e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15077 | 2025.02.28 06:55:59.398384 [ 4 ] {7570edc9-f8bd-4cc8-a326-6b7f5e82e75e} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15078 | 2025.02.28 06:55:59.398432 [ 4 ] {7570edc9-f8bd-4cc8-a326-6b7f5e82e75e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15079 | 2025.02.28 06:55:59.398884 [ 4 ] {7570edc9-f8bd-4cc8-a326-6b7f5e82e75e} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15080 | 2025.02.28 06:55:59.399146 [ 4 ] {7570edc9-f8bd-4cc8-a326-6b7f5e82e75e} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15081 | 2025.02.28 06:55:59.399402 [ 4 ] {7570edc9-f8bd-4cc8-a326-6b7f5e82e75e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002086 sec., 26845.637583892614 rows/sec., 2.06 MiB/sec. | ||
| 15082 | 2025.02.28 06:55:59.399473 [ 4 ] {7570edc9-f8bd-4cc8-a326-6b7f5e82e75e} <Debug> TCPHandler: Processed in 0.00257366 sec. | ||
| 15083 | 2025.02.28 06:55:59.399787 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15084 | 2025.02.28 06:55:59.400022 [ 255 ] {ae596bda-e007-4f2a-a39b-216b60d0ccaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15085 | 2025.02.28 06:55:59.400103 [ 255 ] {ae596bda-e007-4f2a-a39b-216b60d0ccaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15086 | 2025.02.28 06:55:59.400939 [ 255 ] {ae596bda-e007-4f2a-a39b-216b60d0ccaa} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15087 | 2025.02.28 06:55:59.400983 [ 255 ] {ae596bda-e007-4f2a-a39b-216b60d0ccaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15088 | 2025.02.28 06:55:59.401425 [ 255 ] {ae596bda-e007-4f2a-a39b-216b60d0ccaa} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15089 | 2025.02.28 06:55:59.401684 [ 255 ] {ae596bda-e007-4f2a-a39b-216b60d0ccaa} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15090 | 2025.02.28 06:55:59.401889 [ 255 ] {ae596bda-e007-4f2a-a39b-216b60d0ccaa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001924 sec., 33264.03326403326 rows/sec., 2.60 MiB/sec. | ||
| 15091 | 2025.02.28 06:55:59.401953 [ 255 ] {ae596bda-e007-4f2a-a39b-216b60d0ccaa} <Debug> TCPHandler: Processed in 0.002358198 sec. | ||
| 15092 | 2025.02.28 06:55:59.402119 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15093 | 2025.02.28 06:55:59.402265 [ 4 ] {eb95a570-5b2a-4754-b9ee-48032568f261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15094 | 2025.02.28 06:55:59.402330 [ 4 ] {eb95a570-5b2a-4754-b9ee-48032568f261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15095 | 2025.02.28 06:55:59.402954 [ 4 ] {eb95a570-5b2a-4754-b9ee-48032568f261} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15096 | 2025.02.28 06:55:59.402993 [ 4 ] {eb95a570-5b2a-4754-b9ee-48032568f261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15097 | 2025.02.28 06:55:59.403404 [ 4 ] {eb95a570-5b2a-4754-b9ee-48032568f261} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15098 | 2025.02.28 06:55:59.403656 [ 4 ] {eb95a570-5b2a-4754-b9ee-48032568f261} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15099 | 2025.02.28 06:55:59.403919 [ 4 ] {eb95a570-5b2a-4754-b9ee-48032568f261} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001682 sec., 95124.85136741975 rows/sec., 6.63 MiB/sec. | ||
| 15100 | 2025.02.28 06:55:59.404009 [ 4 ] {eb95a570-5b2a-4754-b9ee-48032568f261} <Debug> TCPHandler: Processed in 0.001958134 sec. | ||
| 15101 | 2025.02.28 06:55:59.404237 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15102 | 2025.02.28 06:55:59.404619 [ 255 ] {c036ff40-15ac-41a6-bb41-f83067d247ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15103 | 2025.02.28 06:55:59.404700 [ 255 ] {c036ff40-15ac-41a6-bb41-f83067d247ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15104 | 2025.02.28 06:55:59.405206 [ 255 ] {c036ff40-15ac-41a6-bb41-f83067d247ca} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15105 | 2025.02.28 06:55:59.405242 [ 255 ] {c036ff40-15ac-41a6-bb41-f83067d247ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15106 | 2025.02.28 06:55:59.405625 [ 255 ] {c036ff40-15ac-41a6-bb41-f83067d247ca} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 15107 | 2025.02.28 06:55:59.405873 [ 255 ] {c036ff40-15ac-41a6-bb41-f83067d247ca} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15108 | 2025.02.28 06:55:59.406050 [ 255 ] {c036ff40-15ac-41a6-bb41-f83067d247ca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001559 sec., 38486.20910840282 rows/sec., 2.59 MiB/sec. | ||
| 15109 | 2025.02.28 06:55:59.406103 [ 255 ] {c036ff40-15ac-41a6-bb41-f83067d247ca} <Debug> TCPHandler: Processed in 0.001993764 sec. | ||
| 15110 | 2025.02.28 06:56:03.221469 [ 220 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): 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] | ||
| 15111 | 2025.02.28 06:56:03.221523 [ 220 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): 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] | ||
| 15112 | 2025.02.28 06:56:03.223179 [ 220 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): 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] | ||
| 15113 | 2025.02.28 06:56:03.626643 [ 156 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15114 | 2025.02.28 06:56:03.626709 [ 156 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15115 | 2025.02.28 06:56:03.773676 [ 223 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 15116 | 2025.02.28 06:56:03.773725 [ 223 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 15117 | 2025.02.28 06:56:03.775574 [ 223 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 15118 | 2025.02.28 06:56:03.850143 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36661 | ||
| 15119 | 2025.02.28 06:56:03.850773 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15120 | 2025.02.28 06:56:03.850815 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15121 | 2025.02.28 06:56:03.851346 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15122 | 2025.02.28 06:56:03.851611 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15123 | 2025.02.28 06:56:03.851813 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 | ||
| 15124 | 2025.02.28 06:56:04.001629 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001022373 sec. | ||
| 15125 | 2025.02.28 06:56:04.037821 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2098 | ||
| 15126 | 2025.02.28 06:56:04.040666 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15127 | 2025.02.28 06:56:04.040729 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15128 | 2025.02.28 06:56:04.042269 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15129 | 2025.02.28 06:56:04.042614 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15130 | 2025.02.28 06:56:04.042964 [ 221 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): 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] | ||
| 15131 | 2025.02.28 06:56:04.043032 [ 221 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): 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] | ||
| 15132 | 2025.02.28 06:56:04.044093 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2098 | ||
| 15133 | 2025.02.28 06:56:04.045698 [ 221 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): 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] | ||
| 15134 | 2025.02.28 06:56:04.405577 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15135 | 2025.02.28 06:56:04.405772 [ 4 ] {bd44b2d2-19ec-43ce-b676-0dbb0e7bba92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15136 | 2025.02.28 06:56:04.405851 [ 4 ] {bd44b2d2-19ec-43ce-b676-0dbb0e7bba92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15137 | 2025.02.28 06:56:04.406703 [ 4 ] {bd44b2d2-19ec-43ce-b676-0dbb0e7bba92} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15138 | 2025.02.28 06:56:04.406754 [ 4 ] {bd44b2d2-19ec-43ce-b676-0dbb0e7bba92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15139 | 2025.02.28 06:56:04.407220 [ 4 ] {bd44b2d2-19ec-43ce-b676-0dbb0e7bba92} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15140 | 2025.02.28 06:56:04.407479 [ 4 ] {bd44b2d2-19ec-43ce-b676-0dbb0e7bba92} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15141 | 2025.02.28 06:56:04.407681 [ 4 ] {bd44b2d2-19ec-43ce-b676-0dbb0e7bba92} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001962 sec., 108053.00713557593 rows/sec., 6.87 MiB/sec. | ||
| 15142 | 2025.02.28 06:56:04.407752 [ 4 ] {bd44b2d2-19ec-43ce-b676-0dbb0e7bba92} <Debug> TCPHandler: Processed in 0.002308668 sec. | ||
| 15143 | 2025.02.28 06:56:04.408028 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15144 | 2025.02.28 06:56:04.408250 [ 255 ] {211153fd-f959-4900-bf63-b28fa272b207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15145 | 2025.02.28 06:56:04.408335 [ 255 ] {211153fd-f959-4900-bf63-b28fa272b207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15146 | 2025.02.28 06:56:04.409428 [ 255 ] {211153fd-f959-4900-bf63-b28fa272b207} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15147 | 2025.02.28 06:56:04.409481 [ 255 ] {211153fd-f959-4900-bf63-b28fa272b207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15148 | 2025.02.28 06:56:04.410040 [ 255 ] {211153fd-f959-4900-bf63-b28fa272b207} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15149 | 2025.02.28 06:56:04.410299 [ 255 ] {211153fd-f959-4900-bf63-b28fa272b207} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15150 | 2025.02.28 06:56:04.410503 [ 56 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 15151 | 2025.02.28 06:56:04.410554 [ 56 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15152 | 2025.02.28 06:56:04.410598 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15153 | 2025.02.28 06:56:04.410601 [ 255 ] {211153fd-f959-4900-bf63-b28fa272b207} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002396 sec., 290066.7779632721 rows/sec., 23.16 MiB/sec. | ||
| 15154 | 2025.02.28 06:56:04.410826 [ 255 ] {211153fd-f959-4900-bf63-b28fa272b207} <Debug> TCPHandler: Processed in 0.002956996 sec. | ||
| 15155 | 2025.02.28 06:56:04.410902 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 15156 | 2025.02.28 06:56:04.411069 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15157 | 2025.02.28 06:56:04.411125 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15158 | 2025.02.28 06:56:04.411185 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1844 rows starting from the beginning of the part | ||
| 15159 | 2025.02.28 06:56:04.411403 [ 4 ] {a7f13357-cc75-4fa2-9bc2-d74e91633b37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15160 | 2025.02.28 06:56:04.411439 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 56 rows starting from the beginning of the part | ||
| 15161 | 2025.02.28 06:56:04.411626 [ 4 ] {a7f13357-cc75-4fa2-9bc2-d74e91633b37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15162 | 2025.02.28 06:56:04.411737 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 1836 rows starting from the beginning of the part | ||
| 15163 | 2025.02.28 06:56:04.412105 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 56 rows starting from the beginning of the part | ||
| 15164 | 2025.02.28 06:56:04.412400 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 56 rows starting from the beginning of the part | ||
| 15165 | 2025.02.28 06:56:04.412861 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 695 rows starting from the beginning of the part | ||
| 15166 | 2025.02.28 06:56:04.414615 [ 4 ] {a7f13357-cc75-4fa2-9bc2-d74e91633b37} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15167 | 2025.02.28 06:56:04.414686 [ 4 ] {a7f13357-cc75-4fa2-9bc2-d74e91633b37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15168 | 2025.02.28 06:56:04.415694 [ 4 ] {a7f13357-cc75-4fa2-9bc2-d74e91633b37} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15169 | 2025.02.28 06:56:04.416141 [ 4 ] {a7f13357-cc75-4fa2-9bc2-d74e91633b37} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15170 | 2025.02.28 06:56:04.416403 [ 4 ] {a7f13357-cc75-4fa2-9bc2-d74e91633b37} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.005149 sec., 28160.807923868713 rows/sec., 1.77 MiB/sec. | ||
| 15171 | 2025.02.28 06:56:04.416586 [ 4 ] {a7f13357-cc75-4fa2-9bc2-d74e91633b37} <Debug> TCPHandler: Processed in 0.005626268 sec. | ||
| 15172 | 2025.02.28 06:56:04.416878 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15173 | 2025.02.28 06:56:04.417275 [ 255 ] {3db715f7-aa9b-4707-9259-51a61d31d3f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15174 | 2025.02.28 06:56:04.417456 [ 255 ] {3db715f7-aa9b-4707-9259-51a61d31d3f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15175 | 2025.02.28 06:56:04.417756 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4543 rows, containing 5 columns (5 merged, 0 gathered) in 0.007055894 sec., 643858.8788323634 rows/sec., 54.71 MiB/sec. | ||
| 15176 | 2025.02.28 06:56:04.418084 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 15177 | 2025.02.28 06:56:04.418622 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_136_27} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15178 | 2025.02.28 06:56:04.418834 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_136_27} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 15179 | 2025.02.28 06:56:04.418861 [ 255 ] {3db715f7-aa9b-4707-9259-51a61d31d3f6} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15180 | 2025.02.28 06:56:04.418936 [ 255 ] {3db715f7-aa9b-4707-9259-51a61d31d3f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15181 | 2025.02.28 06:56:04.418975 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 15182 | 2025.02.28 06:56:04.419363 [ 255 ] {3db715f7-aa9b-4707-9259-51a61d31d3f6} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15183 | 2025.02.28 06:56:04.419612 [ 255 ] {3db715f7-aa9b-4707-9259-51a61d31d3f6} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15184 | 2025.02.28 06:56:04.419861 [ 255 ] {3db715f7-aa9b-4707-9259-51a61d31d3f6} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002724 sec., 41483.11306901615 rows/sec., 2.69 MiB/sec. | ||
| 15185 | 2025.02.28 06:56:04.419940 [ 255 ] {3db715f7-aa9b-4707-9259-51a61d31d3f6} <Debug> TCPHandler: Processed in 0.003208879 sec. | ||
| 15186 | 2025.02.28 06:56:04.420184 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15187 | 2025.02.28 06:56:04.420366 [ 4 ] {26ae6a2d-8cf4-488a-b475-78353bee1b23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15188 | 2025.02.28 06:56:04.420427 [ 4 ] {26ae6a2d-8cf4-488a-b475-78353bee1b23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15189 | 2025.02.28 06:56:04.421113 [ 4 ] {26ae6a2d-8cf4-488a-b475-78353bee1b23} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15190 | 2025.02.28 06:56:04.421151 [ 4 ] {26ae6a2d-8cf4-488a-b475-78353bee1b23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15191 | 2025.02.28 06:56:04.421516 [ 4 ] {26ae6a2d-8cf4-488a-b475-78353bee1b23} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15192 | 2025.02.28 06:56:04.421767 [ 4 ] {26ae6a2d-8cf4-488a-b475-78353bee1b23} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15193 | 2025.02.28 06:56:04.421967 [ 4 ] {26ae6a2d-8cf4-488a-b475-78353bee1b23} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00163 sec., 68711.65644171779 rows/sec., 3.91 MiB/sec. | ||
| 15194 | 2025.02.28 06:56:04.422034 [ 4 ] {26ae6a2d-8cf4-488a-b475-78353bee1b23} <Debug> TCPHandler: Processed in 0.001976054 sec. | ||
| 15195 | 2025.02.28 06:56:04.422298 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15196 | 2025.02.28 06:56:04.422458 [ 255 ] {ff02cdf1-e5da-4e61-a626-50c47aeae94d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15197 | 2025.02.28 06:56:04.422520 [ 255 ] {ff02cdf1-e5da-4e61-a626-50c47aeae94d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15198 | 2025.02.28 06:56:04.423373 [ 255 ] {ff02cdf1-e5da-4e61-a626-50c47aeae94d} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15199 | 2025.02.28 06:56:04.423416 [ 255 ] {ff02cdf1-e5da-4e61-a626-50c47aeae94d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15200 | 2025.02.28 06:56:04.423839 [ 255 ] {ff02cdf1-e5da-4e61-a626-50c47aeae94d} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15201 | 2025.02.28 06:56:04.424104 [ 255 ] {ff02cdf1-e5da-4e61-a626-50c47aeae94d} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15202 | 2025.02.28 06:56:04.424291 [ 56 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 15203 | 2025.02.28 06:56:04.424326 [ 255 ] {ff02cdf1-e5da-4e61-a626-50c47aeae94d} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001895 sec., 222163.58839050133 rows/sec., 15.82 MiB/sec. | ||
| 15204 | 2025.02.28 06:56:04.424348 [ 56 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15205 | 2025.02.28 06:56:04.424420 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15206 | 2025.02.28 06:56:04.424471 [ 255 ] {ff02cdf1-e5da-4e61-a626-50c47aeae94d} <Debug> TCPHandler: Processed in 0.002314348 sec. | ||
| 15207 | 2025.02.28 06:56:04.424763 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15208 | 2025.02.28 06:56:04.424846 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 15209 | 2025.02.28 06:56:04.425138 [ 4 ] {4936b1d5-3228-4d7d-8438-3d548b2d419d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15210 | 2025.02.28 06:56:04.425335 [ 4 ] {4936b1d5-3228-4d7d-8438-3d548b2d419d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15211 | 2025.02.28 06:56:04.425425 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15212 | 2025.02.28 06:56:04.425573 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 913 rows starting from the beginning of the part | ||
| 15213 | 2025.02.28 06:56:04.425973 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 64 rows starting from the beginning of the part | ||
| 15214 | 2025.02.28 06:56:04.426382 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 879 rows starting from the beginning of the part | ||
| 15215 | 2025.02.28 06:56:04.426857 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 64 rows starting from the beginning of the part | ||
| 15216 | 2025.02.28 06:56:04.427193 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 64 rows starting from the beginning of the part | ||
| 15217 | 2025.02.28 06:56:04.427672 [ 195 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 421 rows starting from the beginning of the part | ||
| 15218 | 2025.02.28 06:56:04.429012 [ 4 ] {4936b1d5-3228-4d7d-8438-3d548b2d419d} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15219 | 2025.02.28 06:56:04.429114 [ 4 ] {4936b1d5-3228-4d7d-8438-3d548b2d419d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15220 | 2025.02.28 06:56:04.430602 [ 4 ] {4936b1d5-3228-4d7d-8438-3d548b2d419d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15221 | 2025.02.28 06:56:04.431200 [ 4 ] {4936b1d5-3228-4d7d-8438-3d548b2d419d} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15222 | 2025.02.28 06:56:04.431452 [ 4 ] {4936b1d5-3228-4d7d-8438-3d548b2d419d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006471 sec., 927.2137227630968 rows/sec., 48.44 KiB/sec. | ||
| 15223 | 2025.02.28 06:56:04.431520 [ 4 ] {4936b1d5-3228-4d7d-8438-3d548b2d419d} <Debug> TCPHandler: Processed in 0.006919182 sec. | ||
| 15224 | 2025.02.28 06:56:04.431741 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15225 | 2025.02.28 06:56:04.431899 [ 197 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.007346308 sec., 327375.329212987 rows/sec., 25.06 MiB/sec. | ||
| 15226 | 2025.02.28 06:56:04.431942 [ 255 ] {b7b9e2a3-ceec-4ede-b27b-03cc995aeb13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15227 | 2025.02.28 06:56:04.432007 [ 255 ] {b7b9e2a3-ceec-4ede-b27b-03cc995aeb13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15228 | 2025.02.28 06:56:04.432100 [ 197 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 15229 | 2025.02.28 06:56:04.432486 [ 197 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_136_27} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15230 | 2025.02.28 06:56:04.432621 [ 197 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_136_27} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 15231 | 2025.02.28 06:56:04.432735 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 15232 | 2025.02.28 06:56:04.432830 [ 255 ] {b7b9e2a3-ceec-4ede-b27b-03cc995aeb13} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15233 | 2025.02.28 06:56:04.432870 [ 255 ] {b7b9e2a3-ceec-4ede-b27b-03cc995aeb13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15234 | 2025.02.28 06:56:04.433286 [ 255 ] {b7b9e2a3-ceec-4ede-b27b-03cc995aeb13} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15235 | 2025.02.28 06:56:04.433536 [ 255 ] {b7b9e2a3-ceec-4ede-b27b-03cc995aeb13} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15236 | 2025.02.28 06:56:04.433762 [ 255 ] {b7b9e2a3-ceec-4ede-b27b-03cc995aeb13} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001859 sec., 127487.89671866596 rows/sec., 8.55 MiB/sec. | ||
| 15237 | 2025.02.28 06:56:04.433821 [ 255 ] {b7b9e2a3-ceec-4ede-b27b-03cc995aeb13} <Debug> TCPHandler: Processed in 0.002199966 sec. | ||
| 15238 | 2025.02.28 06:56:04.433977 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15239 | 2025.02.28 06:56:04.434098 [ 4 ] {c0ae2270-3376-4bc1-8700-de57de17c88f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15240 | 2025.02.28 06:56:04.434152 [ 4 ] {c0ae2270-3376-4bc1-8700-de57de17c88f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15241 | 2025.02.28 06:56:04.434634 [ 4 ] {c0ae2270-3376-4bc1-8700-de57de17c88f} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15242 | 2025.02.28 06:56:04.434671 [ 4 ] {c0ae2270-3376-4bc1-8700-de57de17c88f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15243 | 2025.02.28 06:56:04.435029 [ 4 ] {c0ae2270-3376-4bc1-8700-de57de17c88f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15244 | 2025.02.28 06:56:04.435270 [ 4 ] {c0ae2270-3376-4bc1-8700-de57de17c88f} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15245 | 2025.02.28 06:56:04.435469 [ 4 ] {c0ae2270-3376-4bc1-8700-de57de17c88f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001391 sec., 718.9072609633357 rows/sec., 48.44 KiB/sec. | ||
| 15246 | 2025.02.28 06:56:04.435543 [ 4 ] {c0ae2270-3376-4bc1-8700-de57de17c88f} <Debug> TCPHandler: Processed in 0.00162368 sec. | ||
| 15247 | 2025.02.28 06:56:04.435796 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15248 | 2025.02.28 06:56:04.435937 [ 255 ] {5e40cc18-dcbf-457c-95ad-45da4d333291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15249 | 2025.02.28 06:56:04.436023 [ 255 ] {5e40cc18-dcbf-457c-95ad-45da4d333291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15250 | 2025.02.28 06:56:04.437289 [ 255 ] {5e40cc18-dcbf-457c-95ad-45da4d333291} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15251 | 2025.02.28 06:56:04.437331 [ 255 ] {5e40cc18-dcbf-457c-95ad-45da4d333291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15252 | 2025.02.28 06:56:04.438026 [ 255 ] {5e40cc18-dcbf-457c-95ad-45da4d333291} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15253 | 2025.02.28 06:56:04.438304 [ 255 ] {5e40cc18-dcbf-457c-95ad-45da4d333291} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15254 | 2025.02.28 06:56:04.438583 [ 255 ] {5e40cc18-dcbf-457c-95ad-45da4d333291} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002669 sec., 14612.214312476583 rows/sec., 26.18 MiB/sec. | ||
| 15255 | 2025.02.28 06:56:04.438922 [ 255 ] {5e40cc18-dcbf-457c-95ad-45da4d333291} <Debug> TCPHandler: Processed in 0.003272379 sec. | ||
| 15256 | 2025.02.28 06:56:04.439101 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15257 | 2025.02.28 06:56:04.439245 [ 4 ] {e3eff520-003b-43a0-8307-90da1de8fe32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15258 | 2025.02.28 06:56:04.439304 [ 4 ] {e3eff520-003b-43a0-8307-90da1de8fe32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15259 | 2025.02.28 06:56:04.439874 [ 4 ] {e3eff520-003b-43a0-8307-90da1de8fe32} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15260 | 2025.02.28 06:56:04.439911 [ 4 ] {e3eff520-003b-43a0-8307-90da1de8fe32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15261 | 2025.02.28 06:56:04.440311 [ 4 ] {e3eff520-003b-43a0-8307-90da1de8fe32} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 15262 | 2025.02.28 06:56:04.440554 [ 4 ] {e3eff520-003b-43a0-8307-90da1de8fe32} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15263 | 2025.02.28 06:56:04.440688 [ 56 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 15264 | 2025.02.28 06:56:04.440724 [ 56 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15265 | 2025.02.28 06:56:04.440738 [ 4 ] {e3eff520-003b-43a0-8307-90da1de8fe32} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001523 sec., 53841.103086014446 rows/sec., 3.42 MiB/sec. | ||
| 15266 | 2025.02.28 06:56:04.440748 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15267 | 2025.02.28 06:56:04.440846 [ 4 ] {e3eff520-003b-43a0-8307-90da1de8fe32} <Debug> TCPHandler: Processed in 0.001808951 sec. | ||
| 15268 | 2025.02.28 06:56:04.441050 [ 198 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 15269 | 2025.02.28 06:56:04.441292 [ 198 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15270 | 2025.02.28 06:56:04.441350 [ 198 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 7976 rows starting from the beginning of the part | ||
| 15271 | 2025.02.28 06:56:04.441623 [ 198 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 15272 | 2025.02.28 06:56:04.442011 [ 198 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 58 rows starting from the beginning of the part | ||
| 15273 | 2025.02.28 06:56:04.442328 [ 198 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 24 rows starting from the beginning of the part | ||
| 15274 | 2025.02.28 06:56:04.442446 [ 198 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part | ||
| 15275 | 2025.02.28 06:56:04.442654 [ 198 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 82 rows starting from the beginning of the part | ||
| 15276 | 2025.02.28 06:56:04.445308 [ 201 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8260 rows, containing 4 columns (4 merged, 0 gathered) in 0.004451764 sec., 1855444.2688336577 rows/sec., 120.90 MiB/sec. | ||
| 15277 | 2025.02.28 06:56:04.445509 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 15278 | 2025.02.28 06:56:04.445860 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_136_27} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15279 | 2025.02.28 06:56:04.445937 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_136_27} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 15280 | 2025.02.28 06:56:04.446026 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. | ||
| 15281 | 2025.02.28 06:56:04.624098 [ 225 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 15282 | 2025.02.28 06:56:04.624144 [ 225 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 15283 | 2025.02.28 06:56:04.626056 [ 225 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 15284 | 2025.02.28 06:56:06.494690 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603 | ||
| 15285 | 2025.02.28 06:56:06.518191 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15286 | 2025.02.28 06:56:06.518258 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.40 GiB. | ||
| 15287 | 2025.02.28 06:56:06.525928 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15288 | 2025.02.28 06:56:06.526732 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15289 | 2025.02.28 06:56:06.531237 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
| 15290 | 2025.02.28 06:56:09.396876 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15291 | 2025.02.28 06:56:09.397084 [ 4 ] {0a47e26c-5d55-414b-8162-f7270791eefd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15292 | 2025.02.28 06:56:09.397158 [ 4 ] {0a47e26c-5d55-414b-8162-f7270791eefd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15293 | 2025.02.28 06:56:09.397972 [ 4 ] {0a47e26c-5d55-414b-8162-f7270791eefd} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15294 | 2025.02.28 06:56:09.398025 [ 4 ] {0a47e26c-5d55-414b-8162-f7270791eefd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15295 | 2025.02.28 06:56:09.398480 [ 4 ] {0a47e26c-5d55-414b-8162-f7270791eefd} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15296 | 2025.02.28 06:56:09.398751 [ 4 ] {0a47e26c-5d55-414b-8162-f7270791eefd} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15297 | 2025.02.28 06:56:09.398979 [ 4 ] {0a47e26c-5d55-414b-8162-f7270791eefd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001946 sec., 28776.978417266186 rows/sec., 2.21 MiB/sec. | ||
| 15298 | 2025.02.28 06:56:09.399046 [ 4 ] {0a47e26c-5d55-414b-8162-f7270791eefd} <Debug> TCPHandler: Processed in 0.002309787 sec. | ||
| 15299 | 2025.02.28 06:56:09.399315 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15300 | 2025.02.28 06:56:09.399510 [ 255 ] {adf2c2c5-7193-4648-a154-1da579c964dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15301 | 2025.02.28 06:56:09.399587 [ 255 ] {adf2c2c5-7193-4648-a154-1da579c964dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15302 | 2025.02.28 06:56:09.400354 [ 255 ] {adf2c2c5-7193-4648-a154-1da579c964dd} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15303 | 2025.02.28 06:56:09.400402 [ 255 ] {adf2c2c5-7193-4648-a154-1da579c964dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15304 | 2025.02.28 06:56:09.400902 [ 255 ] {adf2c2c5-7193-4648-a154-1da579c964dd} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15305 | 2025.02.28 06:56:09.401154 [ 255 ] {adf2c2c5-7193-4648-a154-1da579c964dd} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15306 | 2025.02.28 06:56:09.401376 [ 255 ] {adf2c2c5-7193-4648-a154-1da579c964dd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00192 sec., 33333.333333333336 rows/sec., 2.60 MiB/sec. | ||
| 15307 | 2025.02.28 06:56:09.401432 [ 255 ] {adf2c2c5-7193-4648-a154-1da579c964dd} <Debug> TCPHandler: Processed in 0.002252287 sec. | ||
| 15308 | 2025.02.28 06:56:09.401594 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15309 | 2025.02.28 06:56:09.401719 [ 4 ] {d37c9555-4406-4d0a-8102-91059ab41423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15310 | 2025.02.28 06:56:09.401807 [ 4 ] {d37c9555-4406-4d0a-8102-91059ab41423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15311 | 2025.02.28 06:56:09.402415 [ 4 ] {d37c9555-4406-4d0a-8102-91059ab41423} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15312 | 2025.02.28 06:56:09.402457 [ 4 ] {d37c9555-4406-4d0a-8102-91059ab41423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15313 | 2025.02.28 06:56:09.402865 [ 4 ] {d37c9555-4406-4d0a-8102-91059ab41423} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15314 | 2025.02.28 06:56:09.403108 [ 4 ] {d37c9555-4406-4d0a-8102-91059ab41423} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15315 | 2025.02.28 06:56:09.403333 [ 4 ] {d37c9555-4406-4d0a-8102-91059ab41423} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001643 sec., 97382.83627510651 rows/sec., 6.78 MiB/sec. | ||
| 15316 | 2025.02.28 06:56:09.403392 [ 4 ] {d37c9555-4406-4d0a-8102-91059ab41423} <Debug> TCPHandler: Processed in 0.001855463 sec. | ||
| 15317 | 2025.02.28 06:56:09.403560 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15318 | 2025.02.28 06:56:09.403715 [ 255 ] {28c9029b-e921-4d98-82dc-2d969960ad9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15319 | 2025.02.28 06:56:09.403769 [ 255 ] {28c9029b-e921-4d98-82dc-2d969960ad9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15320 | 2025.02.28 06:56:09.404298 [ 255 ] {28c9029b-e921-4d98-82dc-2d969960ad9f} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15321 | 2025.02.28 06:56:09.404339 [ 255 ] {28c9029b-e921-4d98-82dc-2d969960ad9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15322 | 2025.02.28 06:56:09.404745 [ 255 ] {28c9029b-e921-4d98-82dc-2d969960ad9f} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 15323 | 2025.02.28 06:56:09.404979 [ 255 ] {28c9029b-e921-4d98-82dc-2d969960ad9f} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15324 | 2025.02.28 06:56:09.405206 [ 255 ] {28c9029b-e921-4d98-82dc-2d969960ad9f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001519 sec., 39499.670836076366 rows/sec., 2.66 MiB/sec. | ||
| 15325 | 2025.02.28 06:56:09.405263 [ 255 ] {28c9029b-e921-4d98-82dc-2d969960ad9f} <Debug> TCPHandler: Processed in 0.001765381 sec. | ||
| 15326 | 2025.02.28 06:56:11.352057 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37149 | ||
| 15327 | 2025.02.28 06:56:11.352870 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15328 | 2025.02.28 06:56:11.352931 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15329 | 2025.02.28 06:56:11.353491 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15330 | 2025.02.28 06:56:11.353756 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15331 | 2025.02.28 06:56:11.353993 [ 99 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15332 | 2025.02.28 06:56:11.354020 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149 | ||
| 15333 | 2025.02.28 06:56:11.354084 [ 99 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15334 | 2025.02.28 06:56:11.354120 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15335 | 2025.02.28 06:56:11.354304 [ 192 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 15336 | 2025.02.28 06:56:11.354767 [ 192 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15337 | 2025.02.28 06:56:11.354852 [ 192 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 15338 | 2025.02.28 06:56:11.354947 [ 192 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 15339 | 2025.02.28 06:56:11.355141 [ 192 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 15340 | 2025.02.28 06:56:11.355364 [ 192 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 15341 | 2025.02.28 06:56:11.355606 [ 192 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 15342 | 2025.02.28 06:56:11.355802 [ 192 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 15343 | 2025.02.28 06:56:11.358823 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.004625195 sec., 8031877.574891437 rows/sec., 114.90 MiB/sec. | ||
| 15344 | 2025.02.28 06:56:11.359242 [ 189 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15345 | 2025.02.28 06:56:11.359621 [ 189 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_81_16} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15346 | 2025.02.28 06:56:11.359728 [ 189 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_81_16} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15347 | 2025.02.28 06:56:11.359867 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. | ||
| 15348 | 2025.02.28 06:56:14.031418 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611 | ||
| 15349 | 2025.02.28 06:56:14.044847 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2128 | ||
| 15350 | 2025.02.28 06:56:14.067234 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15351 | 2025.02.28 06:56:14.067345 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15352 | 2025.02.28 06:56:14.071699 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15353 | 2025.02.28 06:56:14.072350 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15354 | 2025.02.28 06:56:14.076480 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2128 | ||
| 15355 | 2025.02.28 06:56:14.080084 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15356 | 2025.02.28 06:56:14.080142 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15357 | 2025.02.28 06:56:14.088131 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15358 | 2025.02.28 06:56:14.088949 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15359 | 2025.02.28 06:56:14.089381 [ 149 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15360 | 2025.02.28 06:56:14.089536 [ 149 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15361 | 2025.02.28 06:56:14.089613 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15362 | 2025.02.28 06:56:14.091368 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 15363 | 2025.02.28 06:56:14.109012 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611 | ||
| 15364 | 2025.02.28 06:56:14.110469 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15365 | 2025.02.28 06:56:14.112400 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 15366 | 2025.02.28 06:56:14.118589 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 15367 | 2025.02.28 06:56:14.124776 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 15368 | 2025.02.28 06:56:14.131115 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 15369 | 2025.02.28 06:56:14.137819 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 15370 | 2025.02.28 06:56:14.143929 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 15371 | 2025.02.28 06:56:14.157512 [ 222 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 15372 | 2025.02.28 06:56:14.157559 [ 222 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 15373 | 2025.02.28 06:56:14.160527 [ 222 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 15374 | 2025.02.28 06:56:14.216226 [ 189 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.126446424 sec., 4832.086038273411 rows/sec., 24.99 MiB/sec. | ||
| 15375 | 2025.02.28 06:56:14.219617 [ 189 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15376 | 2025.02.28 06:56:14.222636 [ 189 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_81_16} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15377 | 2025.02.28 06:56:14.222753 [ 189 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_81_16} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15378 | 2025.02.28 06:56:14.225108 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.00 MiB. | ||
| 15379 | 2025.02.28 06:56:14.245797 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): 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] | ||
| 15380 | 2025.02.28 06:56:14.245849 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): 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] | ||
| 15381 | 2025.02.28 06:56:14.247706 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): 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] | ||
| 15382 | 2025.02.28 06:56:14.301411 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 15383 | 2025.02.28 06:56:14.301474 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 15384 | 2025.02.28 06:56:14.303399 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 15385 | 2025.02.28 06:56:14.405416 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15386 | 2025.02.28 06:56:14.405625 [ 4 ] {feeb47f7-8254-4b0e-ab59-68a4f72bd835} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15387 | 2025.02.28 06:56:14.405707 [ 4 ] {feeb47f7-8254-4b0e-ab59-68a4f72bd835} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15388 | 2025.02.28 06:56:14.406641 [ 4 ] {feeb47f7-8254-4b0e-ab59-68a4f72bd835} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15389 | 2025.02.28 06:56:14.406692 [ 4 ] {feeb47f7-8254-4b0e-ab59-68a4f72bd835} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15390 | 2025.02.28 06:56:14.407164 [ 4 ] {feeb47f7-8254-4b0e-ab59-68a4f72bd835} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15391 | 2025.02.28 06:56:14.407438 [ 4 ] {feeb47f7-8254-4b0e-ab59-68a4f72bd835} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15392 | 2025.02.28 06:56:14.407664 [ 4 ] {feeb47f7-8254-4b0e-ab59-68a4f72bd835} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002097 sec., 101096.80495946591 rows/sec., 6.43 MiB/sec. | ||
| 15393 | 2025.02.28 06:56:14.407746 [ 4 ] {feeb47f7-8254-4b0e-ab59-68a4f72bd835} <Debug> TCPHandler: Processed in 0.002473319 sec. | ||
| 15394 | 2025.02.28 06:56:14.408093 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15395 | 2025.02.28 06:56:14.408294 [ 255 ] {68a3a464-4d29-4ec8-b388-f6932c13693d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15396 | 2025.02.28 06:56:14.408371 [ 255 ] {68a3a464-4d29-4ec8-b388-f6932c13693d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15397 | 2025.02.28 06:56:14.409507 [ 255 ] {68a3a464-4d29-4ec8-b388-f6932c13693d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15398 | 2025.02.28 06:56:14.409559 [ 255 ] {68a3a464-4d29-4ec8-b388-f6932c13693d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15399 | 2025.02.28 06:56:14.410044 [ 255 ] {68a3a464-4d29-4ec8-b388-f6932c13693d} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15400 | 2025.02.28 06:56:14.410298 [ 255 ] {68a3a464-4d29-4ec8-b388-f6932c13693d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15401 | 2025.02.28 06:56:14.410575 [ 255 ] {68a3a464-4d29-4ec8-b388-f6932c13693d} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002328 sec., 298539.5189003436 rows/sec., 23.84 MiB/sec. | ||
| 15402 | 2025.02.28 06:56:14.410680 [ 255 ] {68a3a464-4d29-4ec8-b388-f6932c13693d} <Debug> TCPHandler: Processed in 0.002793174 sec. | ||
| 15403 | 2025.02.28 06:56:14.410682 [ 219 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 15404 | 2025.02.28 06:56:14.410758 [ 219 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 15405 | 2025.02.28 06:56:14.410872 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15406 | 2025.02.28 06:56:14.411040 [ 4 ] {5d706a54-e563-4437-a31d-4526b0792f4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15407 | 2025.02.28 06:56:14.411113 [ 4 ] {5d706a54-e563-4437-a31d-4526b0792f4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15408 | 2025.02.28 06:56:14.412518 [ 4 ] {5d706a54-e563-4437-a31d-4526b0792f4a} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15409 | 2025.02.28 06:56:14.412589 [ 4 ] {5d706a54-e563-4437-a31d-4526b0792f4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15410 | 2025.02.28 06:56:14.413288 [ 4 ] {5d706a54-e563-4437-a31d-4526b0792f4a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15411 | 2025.02.28 06:56:14.413682 [ 4 ] {5d706a54-e563-4437-a31d-4526b0792f4a} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15412 | 2025.02.28 06:56:14.414062 [ 220 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): 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] | ||
| 15413 | 2025.02.28 06:56:14.414070 [ 4 ] {5d706a54-e563-4437-a31d-4526b0792f4a} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.003045 sec., 47619.04761904762 rows/sec., 2.99 MiB/sec. | ||
| 15414 | 2025.02.28 06:56:14.414100 [ 220 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): 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] | ||
| 15415 | 2025.02.28 06:56:14.414312 [ 4 ] {5d706a54-e563-4437-a31d-4526b0792f4a} <Debug> TCPHandler: Processed in 0.003520482 sec. | ||
| 15416 | 2025.02.28 06:56:14.414623 [ 219 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 15417 | 2025.02.28 06:56:14.414690 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15418 | 2025.02.28 06:56:14.415210 [ 255 ] {c7abef55-2ffe-4fd4-bae8-41adf2e037fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15419 | 2025.02.28 06:56:14.415610 [ 255 ] {c7abef55-2ffe-4fd4-bae8-41adf2e037fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15420 | 2025.02.28 06:56:14.418469 [ 255 ] {c7abef55-2ffe-4fd4-bae8-41adf2e037fe} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15421 | 2025.02.28 06:56:14.418523 [ 255 ] {c7abef55-2ffe-4fd4-bae8-41adf2e037fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15422 | 2025.02.28 06:56:14.419277 [ 255 ] {c7abef55-2ffe-4fd4-bae8-41adf2e037fe} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15423 | 2025.02.28 06:56:14.419301 [ 220 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): 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] | ||
| 15424 | 2025.02.28 06:56:14.419904 [ 255 ] {c7abef55-2ffe-4fd4-bae8-41adf2e037fe} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15425 | 2025.02.28 06:56:14.420200 [ 255 ] {c7abef55-2ffe-4fd4-bae8-41adf2e037fe} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005156 sec., 21916.21411947246 rows/sec., 1.42 MiB/sec. | ||
| 15426 | 2025.02.28 06:56:14.420263 [ 255 ] {c7abef55-2ffe-4fd4-bae8-41adf2e037fe} <Debug> TCPHandler: Processed in 0.005846059 sec. | ||
| 15427 | 2025.02.28 06:56:14.420429 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15428 | 2025.02.28 06:56:14.420570 [ 4 ] {07e841f2-bf8e-4ea9-8076-956268cf6b47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15429 | 2025.02.28 06:56:14.420629 [ 4 ] {07e841f2-bf8e-4ea9-8076-956268cf6b47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15430 | 2025.02.28 06:56:14.421325 [ 4 ] {07e841f2-bf8e-4ea9-8076-956268cf6b47} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15431 | 2025.02.28 06:56:14.421364 [ 4 ] {07e841f2-bf8e-4ea9-8076-956268cf6b47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15432 | 2025.02.28 06:56:14.421719 [ 4 ] {07e841f2-bf8e-4ea9-8076-956268cf6b47} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15433 | 2025.02.28 06:56:14.421951 [ 4 ] {07e841f2-bf8e-4ea9-8076-956268cf6b47} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15434 | 2025.02.28 06:56:14.422189 [ 4 ] {07e841f2-bf8e-4ea9-8076-956268cf6b47} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001641 sec., 68251.06642291286 rows/sec., 3.89 MiB/sec. | ||
| 15435 | 2025.02.28 06:56:14.422248 [ 4 ] {07e841f2-bf8e-4ea9-8076-956268cf6b47} <Debug> TCPHandler: Processed in 0.001888592 sec. | ||
| 15436 | 2025.02.28 06:56:14.422515 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15437 | 2025.02.28 06:56:14.422679 [ 255 ] {f4f7a01f-fd41-45c3-b1c1-ec1bdfc1fad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15438 | 2025.02.28 06:56:14.422739 [ 255 ] {f4f7a01f-fd41-45c3-b1c1-ec1bdfc1fad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15439 | 2025.02.28 06:56:14.423570 [ 255 ] {f4f7a01f-fd41-45c3-b1c1-ec1bdfc1fad3} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15440 | 2025.02.28 06:56:14.423610 [ 255 ] {f4f7a01f-fd41-45c3-b1c1-ec1bdfc1fad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15441 | 2025.02.28 06:56:14.424000 [ 255 ] {f4f7a01f-fd41-45c3-b1c1-ec1bdfc1fad3} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15442 | 2025.02.28 06:56:14.424233 [ 255 ] {f4f7a01f-fd41-45c3-b1c1-ec1bdfc1fad3} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15443 | 2025.02.28 06:56:14.424445 [ 255 ] {f4f7a01f-fd41-45c3-b1c1-ec1bdfc1fad3} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001801 sec., 233759.02276513047 rows/sec., 16.65 MiB/sec. | ||
| 15444 | 2025.02.28 06:56:14.424501 [ 255 ] {f4f7a01f-fd41-45c3-b1c1-ec1bdfc1fad3} <Debug> TCPHandler: Processed in 0.002158836 sec. | ||
| 15445 | 2025.02.28 06:56:14.424655 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15446 | 2025.02.28 06:56:14.424794 [ 4 ] {7b294c91-d9c0-465e-ade9-db438e8b8e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15447 | 2025.02.28 06:56:14.424853 [ 4 ] {7b294c91-d9c0-465e-ade9-db438e8b8e4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15448 | 2025.02.28 06:56:14.425378 [ 4 ] {7b294c91-d9c0-465e-ade9-db438e8b8e4e} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15449 | 2025.02.28 06:56:14.425417 [ 4 ] {7b294c91-d9c0-465e-ade9-db438e8b8e4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15450 | 2025.02.28 06:56:14.425774 [ 4 ] {7b294c91-d9c0-465e-ade9-db438e8b8e4e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15451 | 2025.02.28 06:56:14.426020 [ 4 ] {7b294c91-d9c0-465e-ade9-db438e8b8e4e} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15452 | 2025.02.28 06:56:14.426245 [ 4 ] {7b294c91-d9c0-465e-ade9-db438e8b8e4e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001476 sec., 4065.0406504065036 rows/sec., 212.38 KiB/sec. | ||
| 15453 | 2025.02.28 06:56:14.426272 [ 225 ] {} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): 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] | ||
| 15454 | 2025.02.28 06:56:14.426326 [ 4 ] {7b294c91-d9c0-465e-ade9-db438e8b8e4e} <Debug> TCPHandler: Processed in 0.001738011 sec. | ||
| 15455 | 2025.02.28 06:56:14.426336 [ 225 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): 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] | ||
| 15456 | 2025.02.28 06:56:14.426527 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15457 | 2025.02.28 06:56:14.426671 [ 255 ] {23547d01-9b22-410b-9d1d-dee00a4758ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15458 | 2025.02.28 06:56:14.426741 [ 255 ] {23547d01-9b22-410b-9d1d-dee00a4758ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15459 | 2025.02.28 06:56:14.427671 [ 255 ] {23547d01-9b22-410b-9d1d-dee00a4758ad} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15460 | 2025.02.28 06:56:14.427712 [ 255 ] {23547d01-9b22-410b-9d1d-dee00a4758ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15461 | 2025.02.28 06:56:14.428241 [ 255 ] {23547d01-9b22-410b-9d1d-dee00a4758ad} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15462 | 2025.02.28 06:56:14.428522 [ 255 ] {23547d01-9b22-410b-9d1d-dee00a4758ad} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15463 | 2025.02.28 06:56:14.428712 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_133_27 to all_138_138_0 | ||
| 15464 | 2025.02.28 06:56:14.428781 [ 255 ] {23547d01-9b22-410b-9d1d-dee00a4758ad} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002138 sec., 110851.2628624883 rows/sec., 7.43 MiB/sec. | ||
| 15465 | 2025.02.28 06:56:14.428810 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15466 | 2025.02.28 06:56:14.428936 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15467 | 2025.02.28 06:56:14.428983 [ 225 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): 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] | ||
| 15468 | 2025.02.28 06:56:14.429001 [ 255 ] {23547d01-9b22-410b-9d1d-dee00a4758ad} <Debug> TCPHandler: Processed in 0.002579571 sec. | ||
| 15469 | 2025.02.28 06:56:14.429338 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15470 | 2025.02.28 06:56:14.429636 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_138_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_133_27 to all_138_138_0 into Compact with storage Full | ||
| 15471 | 2025.02.28 06:56:14.429788 [ 4 ] {341c6a7d-7ace-4184-896b-082098df19bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15472 | 2025.02.28 06:56:14.430052 [ 4 ] {341c6a7d-7ace-4184-896b-082098df19bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15473 | 2025.02.28 06:56:14.430272 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_138_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15474 | 2025.02.28 06:56:14.430446 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_133_27, total 40138 rows starting from the beginning of the part | ||
| 15475 | 2025.02.28 06:56:14.431148 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 64 rows starting from the beginning of the part | ||
| 15476 | 2025.02.28 06:56:14.431503 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 160 rows starting from the beginning of the part | ||
| 15477 | 2025.02.28 06:56:14.431883 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 237 rows starting from the beginning of the part | ||
| 15478 | 2025.02.28 06:56:14.432250 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 160 rows starting from the beginning of the part | ||
| 15479 | 2025.02.28 06:56:14.432592 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 237 rows starting from the beginning of the part | ||
| 15480 | 2025.02.28 06:56:14.433378 [ 4 ] {341c6a7d-7ace-4184-896b-082098df19bf} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15481 | 2025.02.28 06:56:14.433438 [ 4 ] {341c6a7d-7ace-4184-896b-082098df19bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15482 | 2025.02.28 06:56:14.434195 [ 4 ] {341c6a7d-7ace-4184-896b-082098df19bf} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15483 | 2025.02.28 06:56:14.434503 [ 4 ] {341c6a7d-7ace-4184-896b-082098df19bf} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15484 | 2025.02.28 06:56:14.434701 [ 150 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Selected 6 parts from all_1_54_12 to all_59_59_0 | ||
| 15485 | 2025.02.28 06:56:14.434821 [ 150 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15486 | 2025.02.28 06:56:14.434838 [ 4 ] {341c6a7d-7ace-4184-896b-082098df19bf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005173 sec., 193.3114247052001 rows/sec., 13.03 KiB/sec. | ||
| 15487 | 2025.02.28 06:56:14.434908 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15488 | 2025.02.28 06:56:14.435146 [ 4 ] {341c6a7d-7ace-4184-896b-082098df19bf} <Debug> TCPHandler: Processed in 0.006007652 sec. | ||
| 15489 | 2025.02.28 06:56:14.435415 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15490 | 2025.02.28 06:56:14.435566 [ 188 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_59_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_54_12 to all_59_59_0 into Compact with storage Full | ||
| 15491 | 2025.02.28 06:56:14.435739 [ 255 ] {1e6114cc-8036-40b6-b805-ce1756cd82e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15492 | 2025.02.28 06:56:14.436156 [ 255 ] {1e6114cc-8036-40b6-b805-ce1756cd82e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15493 | 2025.02.28 06:56:14.436259 [ 188 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_59_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15494 | 2025.02.28 06:56:14.436428 [ 188 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_54_12, total 54 rows starting from the beginning of the part | ||
| 15495 | 2025.02.28 06:56:14.436890 [ 188 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part | ||
| 15496 | 2025.02.28 06:56:14.437522 [ 188 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part | ||
| 15497 | 2025.02.28 06:56:14.438021 [ 188 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part | ||
| 15498 | 2025.02.28 06:56:14.438467 [ 188 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part | ||
| 15499 | 2025.02.28 06:56:14.438943 [ 188 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_59_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part | ||
| 15500 | 2025.02.28 06:56:14.444581 [ 255 ] {1e6114cc-8036-40b6-b805-ce1756cd82e7} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15501 | 2025.02.28 06:56:14.444627 [ 199 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_59_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 59 rows, containing 4 columns (4 merged, 0 gathered) in 0.009519754 sec., 6197.639140675274 rows/sec., 417.61 KiB/sec. | ||
| 15502 | 2025.02.28 06:56:14.444665 [ 255 ] {1e6114cc-8036-40b6-b805-ce1756cd82e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15503 | 2025.02.28 06:56:14.444905 [ 199 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_59_13} <Trace> MergedBlockOutputStream: filled checksums all_1_59_13 (state Temporary) | ||
| 15504 | 2025.02.28 06:56:14.445761 [ 199 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_59_13} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_merge_all_1_59_13 to all_1_59_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15505 | 2025.02.28 06:56:14.445989 [ 199 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_59_13} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Merged 6 parts: [all_1_54_12, all_59_59_0] -> all_1_59_13 | ||
| 15506 | 2025.02.28 06:56:14.446319 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15507 | 2025.02.28 06:56:14.446642 [ 199 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_138_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40996 rows, containing 5 columns (5 merged, 0 gathered) in 0.0175044 sec., 2342039.715728617 rows/sec., 158.14 MiB/sec. | ||
| 15508 | 2025.02.28 06:56:14.446701 [ 255 ] {1e6114cc-8036-40b6-b805-ce1756cd82e7} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15509 | 2025.02.28 06:56:14.446945 [ 199 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_138_28} <Trace> MergedBlockOutputStream: filled checksums all_1_138_28 (state Temporary) | ||
| 15510 | 2025.02.28 06:56:14.447204 [ 255 ] {1e6114cc-8036-40b6-b805-ce1756cd82e7} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15511 | 2025.02.28 06:56:14.447646 [ 196 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_138_28} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_138_28 to all_1_138_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15512 | 2025.02.28 06:56:14.447650 [ 255 ] {1e6114cc-8036-40b6-b805-ce1756cd82e7} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.012024 sec., 3243.5129740518964 rows/sec., 5.81 MiB/sec. | ||
| 15513 | 2025.02.28 06:56:14.447951 [ 196 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_138_28} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_133_27, all_138_138_0] -> all_1_138_28 | ||
| 15514 | 2025.02.28 06:56:14.448009 [ 255 ] {1e6114cc-8036-40b6-b805-ce1756cd82e7} <Debug> TCPHandler: Processed in 0.012746843 sec. | ||
| 15515 | 2025.02.28 06:56:14.448210 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 15516 | 2025.02.28 06:56:14.448256 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15517 | 2025.02.28 06:56:14.448409 [ 4 ] {701712ee-ebde-4dcd-a84f-9ce2644132ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15518 | 2025.02.28 06:56:14.448466 [ 4 ] {701712ee-ebde-4dcd-a84f-9ce2644132ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15519 | 2025.02.28 06:56:14.449028 [ 4 ] {701712ee-ebde-4dcd-a84f-9ce2644132ba} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15520 | 2025.02.28 06:56:14.449072 [ 4 ] {701712ee-ebde-4dcd-a84f-9ce2644132ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15521 | 2025.02.28 06:56:14.449450 [ 4 ] {701712ee-ebde-4dcd-a84f-9ce2644132ba} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 15522 | 2025.02.28 06:56:14.449682 [ 4 ] {701712ee-ebde-4dcd-a84f-9ce2644132ba} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15523 | 2025.02.28 06:56:14.449889 [ 4 ] {701712ee-ebde-4dcd-a84f-9ce2644132ba} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00151 sec., 54304.6357615894 rows/sec., 3.45 MiB/sec. | ||
| 15524 | 2025.02.28 06:56:14.449936 [ 4 ] {701712ee-ebde-4dcd-a84f-9ce2644132ba} <Debug> TCPHandler: Processed in 0.001829942 sec. | ||
| 15525 | 2025.02.28 06:56:15.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.88 MiB, peak 284.48 MiB, free memory in arenas 0.00 B, will set to 265.96 MiB (RSS), difference: 2.08 MiB | ||
| 15526 | 2025.02.28 06:56:15.252857 [ 220 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 15527 | 2025.02.28 06:56:15.252940 [ 220 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 15528 | 2025.02.28 06:56:15.254957 [ 220 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 15529 | 2025.02.28 06:56:15.389266 [ 218 ] {} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): 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] | ||
| 15530 | 2025.02.28 06:56:15.389323 [ 218 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): 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] | ||
| 15531 | 2025.02.28 06:56:15.391287 [ 218 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): 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] | ||
| 15532 | 2025.02.28 06:56:18.626948 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15533 | 2025.02.28 06:56:18.627012 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15534 | 2025.02.28 06:56:18.854324 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37576 | ||
| 15535 | 2025.02.28 06:56:18.855024 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15536 | 2025.02.28 06:56:18.855082 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15537 | 2025.02.28 06:56:18.855657 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15538 | 2025.02.28 06:56:18.856010 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15539 | 2025.02.28 06:56:18.856304 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 | ||
| 15540 | 2025.02.28 06:56:19.397600 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15541 | 2025.02.28 06:56:19.397799 [ 4 ] {501b6fb0-2ae7-4edc-8005-3244da1d5229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15542 | 2025.02.28 06:56:19.397877 [ 4 ] {501b6fb0-2ae7-4edc-8005-3244da1d5229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15543 | 2025.02.28 06:56:19.398705 [ 4 ] {501b6fb0-2ae7-4edc-8005-3244da1d5229} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15544 | 2025.02.28 06:56:19.398762 [ 4 ] {501b6fb0-2ae7-4edc-8005-3244da1d5229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15545 | 2025.02.28 06:56:19.399234 [ 4 ] {501b6fb0-2ae7-4edc-8005-3244da1d5229} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15546 | 2025.02.28 06:56:19.399508 [ 4 ] {501b6fb0-2ae7-4edc-8005-3244da1d5229} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15547 | 2025.02.28 06:56:19.399747 [ 4 ] {501b6fb0-2ae7-4edc-8005-3244da1d5229} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002003 sec., 27958.06290564154 rows/sec., 2.15 MiB/sec. | ||
| 15548 | 2025.02.28 06:56:19.399815 [ 4 ] {501b6fb0-2ae7-4edc-8005-3244da1d5229} <Debug> TCPHandler: Processed in 0.002355089 sec. | ||
| 15549 | 2025.02.28 06:56:19.400057 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15550 | 2025.02.28 06:56:19.400252 [ 255 ] {d8682836-6d6d-4a99-bc04-570885351869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15551 | 2025.02.28 06:56:19.400327 [ 255 ] {d8682836-6d6d-4a99-bc04-570885351869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15552 | 2025.02.28 06:56:19.401147 [ 255 ] {d8682836-6d6d-4a99-bc04-570885351869} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15553 | 2025.02.28 06:56:19.401197 [ 255 ] {d8682836-6d6d-4a99-bc04-570885351869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15554 | 2025.02.28 06:56:19.401638 [ 255 ] {d8682836-6d6d-4a99-bc04-570885351869} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15555 | 2025.02.28 06:56:19.401891 [ 255 ] {d8682836-6d6d-4a99-bc04-570885351869} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15556 | 2025.02.28 06:56:19.402148 [ 255 ] {d8682836-6d6d-4a99-bc04-570885351869} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001951 sec., 32803.6904151717 rows/sec., 2.56 MiB/sec. | ||
| 15557 | 2025.02.28 06:56:19.402218 [ 255 ] {d8682836-6d6d-4a99-bc04-570885351869} <Debug> TCPHandler: Processed in 0.002295137 sec. | ||
| 15558 | 2025.02.28 06:56:19.402374 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15559 | 2025.02.28 06:56:19.402511 [ 4 ] {8ce4007a-dae5-4302-926a-0e55edaf9d9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15560 | 2025.02.28 06:56:19.402572 [ 4 ] {8ce4007a-dae5-4302-926a-0e55edaf9d9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15561 | 2025.02.28 06:56:19.403196 [ 4 ] {8ce4007a-dae5-4302-926a-0e55edaf9d9b} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15562 | 2025.02.28 06:56:19.403239 [ 4 ] {8ce4007a-dae5-4302-926a-0e55edaf9d9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15563 | 2025.02.28 06:56:19.403657 [ 4 ] {8ce4007a-dae5-4302-926a-0e55edaf9d9b} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15564 | 2025.02.28 06:56:19.403913 [ 4 ] {8ce4007a-dae5-4302-926a-0e55edaf9d9b} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15565 | 2025.02.28 06:56:19.404136 [ 4 ] {8ce4007a-dae5-4302-926a-0e55edaf9d9b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001659 sec., 96443.64074743821 rows/sec., 6.72 MiB/sec. | ||
| 15566 | 2025.02.28 06:56:19.404198 [ 4 ] {8ce4007a-dae5-4302-926a-0e55edaf9d9b} <Debug> TCPHandler: Processed in 0.001889803 sec. | ||
| 15567 | 2025.02.28 06:56:19.404345 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15568 | 2025.02.28 06:56:19.404476 [ 255 ] {33ea04df-6ac1-49c3-a796-c02a06aef5ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15569 | 2025.02.28 06:56:19.404533 [ 255 ] {33ea04df-6ac1-49c3-a796-c02a06aef5ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15570 | 2025.02.28 06:56:19.405081 [ 255 ] {33ea04df-6ac1-49c3-a796-c02a06aef5ec} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15571 | 2025.02.28 06:56:19.405122 [ 255 ] {33ea04df-6ac1-49c3-a796-c02a06aef5ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15572 | 2025.02.28 06:56:19.405508 [ 255 ] {33ea04df-6ac1-49c3-a796-c02a06aef5ec} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 15573 | 2025.02.28 06:56:19.405757 [ 255 ] {33ea04df-6ac1-49c3-a796-c02a06aef5ec} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15574 | 2025.02.28 06:56:19.405967 [ 255 ] {33ea04df-6ac1-49c3-a796-c02a06aef5ec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001522 sec., 39421.813403416556 rows/sec., 2.66 MiB/sec. | ||
| 15575 | 2025.02.28 06:56:19.406024 [ 255 ] {33ea04df-6ac1-49c3-a796-c02a06aef5ec} <Debug> TCPHandler: Processed in 0.001738921 sec. | ||
| 15576 | 2025.02.28 06:56:21.609219 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 618 | ||
| 15577 | 2025.02.28 06:56:21.633805 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15578 | 2025.02.28 06:56:21.633873 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15579 | 2025.02.28 06:56:21.641506 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15580 | 2025.02.28 06:56:21.642324 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15581 | 2025.02.28 06:56:21.647814 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618 | ||
| 15582 | 2025.02.28 06:56:21.833523 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15583 | 2025.02.28 06:56:21.833742 [ 4 ] {451d1d3a-7bb9-4648-b677-d30edfc46908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15584 | 2025.02.28 06:56:21.833830 [ 4 ] {451d1d3a-7bb9-4648-b677-d30edfc46908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15585 | 2025.02.28 06:56:21.834777 [ 4 ] {451d1d3a-7bb9-4648-b677-d30edfc46908} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15586 | 2025.02.28 06:56:21.834832 [ 4 ] {451d1d3a-7bb9-4648-b677-d30edfc46908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15587 | 2025.02.28 06:56:21.835290 [ 4 ] {451d1d3a-7bb9-4648-b677-d30edfc46908} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15588 | 2025.02.28 06:56:21.835544 [ 4 ] {451d1d3a-7bb9-4648-b677-d30edfc46908} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15589 | 2025.02.28 06:56:21.835793 [ 4 ] {451d1d3a-7bb9-4648-b677-d30edfc46908} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002112 sec., 100378.78787878787 rows/sec., 6.38 MiB/sec. | ||
| 15590 | 2025.02.28 06:56:21.835862 [ 4 ] {451d1d3a-7bb9-4648-b677-d30edfc46908} <Debug> TCPHandler: Processed in 0.002484149 sec. | ||
| 15591 | 2025.02.28 06:56:21.836110 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15592 | 2025.02.28 06:56:21.836322 [ 255 ] {ec12b04b-1fdd-4826-bb5b-04dd2cffb567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15593 | 2025.02.28 06:56:21.836403 [ 255 ] {ec12b04b-1fdd-4826-bb5b-04dd2cffb567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15594 | 2025.02.28 06:56:21.837157 [ 255 ] {ec12b04b-1fdd-4826-bb5b-04dd2cffb567} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15595 | 2025.02.28 06:56:21.837199 [ 255 ] {ec12b04b-1fdd-4826-bb5b-04dd2cffb567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15596 | 2025.02.28 06:56:21.837613 [ 255 ] {ec12b04b-1fdd-4826-bb5b-04dd2cffb567} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 15597 | 2025.02.28 06:56:21.837865 [ 255 ] {ec12b04b-1fdd-4826-bb5b-04dd2cffb567} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15598 | 2025.02.28 06:56:21.838118 [ 255 ] {ec12b04b-1fdd-4826-bb5b-04dd2cffb567} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001854 sec., 8629.989212513485 rows/sec., 703.71 KiB/sec. | ||
| 15599 | 2025.02.28 06:56:21.838338 [ 255 ] {ec12b04b-1fdd-4826-bb5b-04dd2cffb567} <Debug> TCPHandler: Processed in 0.002362108 sec. | ||
| 15600 | 2025.02.28 06:56:21.838518 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15601 | 2025.02.28 06:56:21.838667 [ 4 ] {c026d8de-aa43-462e-a325-31dfc0c6ccda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15602 | 2025.02.28 06:56:21.838730 [ 4 ] {c026d8de-aa43-462e-a325-31dfc0c6ccda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15603 | 2025.02.28 06:56:21.840133 [ 4 ] {c026d8de-aa43-462e-a325-31dfc0c6ccda} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15604 | 2025.02.28 06:56:21.840175 [ 4 ] {c026d8de-aa43-462e-a325-31dfc0c6ccda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15605 | 2025.02.28 06:56:21.840672 [ 4 ] {c026d8de-aa43-462e-a325-31dfc0c6ccda} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15606 | 2025.02.28 06:56:21.840913 [ 4 ] {c026d8de-aa43-462e-a325-31dfc0c6ccda} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15607 | 2025.02.28 06:56:21.841152 [ 4 ] {c026d8de-aa43-462e-a325-31dfc0c6ccda} <Debug> executeQuery: Read 1843 rows, 153.97 KiB in 0.00252 sec., 731349.2063492063 rows/sec., 59.67 MiB/sec. | ||
| 15608 | 2025.02.28 06:56:21.841212 [ 4 ] {c026d8de-aa43-462e-a325-31dfc0c6ccda} <Debug> TCPHandler: Processed in 0.002764143 sec. | ||
| 15609 | 2025.02.28 06:56:21.841368 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15610 | 2025.02.28 06:56:21.841516 [ 255 ] {ba4c8187-b6bb-4a60-8e45-3b53c0893389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15611 | 2025.02.28 06:56:21.841577 [ 255 ] {ba4c8187-b6bb-4a60-8e45-3b53c0893389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15612 | 2025.02.28 06:56:21.842339 [ 255 ] {ba4c8187-b6bb-4a60-8e45-3b53c0893389} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15613 | 2025.02.28 06:56:21.842384 [ 255 ] {ba4c8187-b6bb-4a60-8e45-3b53c0893389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15614 | 2025.02.28 06:56:21.842764 [ 255 ] {ba4c8187-b6bb-4a60-8e45-3b53c0893389} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15615 | 2025.02.28 06:56:21.842998 [ 255 ] {ba4c8187-b6bb-4a60-8e45-3b53c0893389} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15616 | 2025.02.28 06:56:21.843220 [ 255 ] {ba4c8187-b6bb-4a60-8e45-3b53c0893389} <Debug> executeQuery: Read 161 rows, 10.44 KiB in 0.00174 sec., 92528.7356321839 rows/sec., 5.86 MiB/sec. | ||
| 15617 | 2025.02.28 06:56:21.843275 [ 255 ] {ba4c8187-b6bb-4a60-8e45-3b53c0893389} <Debug> TCPHandler: Processed in 0.001973894 sec. | ||
| 15618 | 2025.02.28 06:56:21.843424 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15619 | 2025.02.28 06:56:21.843566 [ 4 ] {dd5c3af3-ce54-4be9-a412-16b1ab17ea23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15620 | 2025.02.28 06:56:21.843625 [ 4 ] {dd5c3af3-ce54-4be9-a412-16b1ab17ea23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15621 | 2025.02.28 06:56:21.844476 [ 4 ] {dd5c3af3-ce54-4be9-a412-16b1ab17ea23} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15622 | 2025.02.28 06:56:21.844517 [ 4 ] {dd5c3af3-ce54-4be9-a412-16b1ab17ea23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15623 | 2025.02.28 06:56:21.844895 [ 4 ] {dd5c3af3-ce54-4be9-a412-16b1ab17ea23} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15624 | 2025.02.28 06:56:21.845151 [ 4 ] {dd5c3af3-ce54-4be9-a412-16b1ab17ea23} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15625 | 2025.02.28 06:56:21.845366 [ 4 ] {dd5c3af3-ce54-4be9-a412-16b1ab17ea23} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001833 sec., 186033.82433169667 rows/sec., 12.41 MiB/sec. | ||
| 15626 | 2025.02.28 06:56:21.845422 [ 4 ] {dd5c3af3-ce54-4be9-a412-16b1ab17ea23} <Debug> TCPHandler: Processed in 0.002055555 sec. | ||
| 15627 | 2025.02.28 06:56:21.845558 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15628 | 2025.02.28 06:56:21.845678 [ 255 ] {20fa99fd-8532-4ecc-956d-3998010b089f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15629 | 2025.02.28 06:56:21.845727 [ 255 ] {20fa99fd-8532-4ecc-956d-3998010b089f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15630 | 2025.02.28 06:56:21.846349 [ 255 ] {20fa99fd-8532-4ecc-956d-3998010b089f} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15631 | 2025.02.28 06:56:21.846388 [ 255 ] {20fa99fd-8532-4ecc-956d-3998010b089f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15632 | 2025.02.28 06:56:21.846749 [ 255 ] {20fa99fd-8532-4ecc-956d-3998010b089f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15633 | 2025.02.28 06:56:21.846981 [ 255 ] {20fa99fd-8532-4ecc-956d-3998010b089f} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15634 | 2025.02.28 06:56:21.847189 [ 255 ] {20fa99fd-8532-4ecc-956d-3998010b089f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001537 sec., 72869.22576447626 rows/sec., 4.15 MiB/sec. | ||
| 15635 | 2025.02.28 06:56:21.847242 [ 255 ] {20fa99fd-8532-4ecc-956d-3998010b089f} <Debug> TCPHandler: Processed in 0.001742811 sec. | ||
| 15636 | 2025.02.28 06:56:21.847388 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15637 | 2025.02.28 06:56:21.847522 [ 4 ] {86f2c532-d806-4032-a710-3bf7b3d5e82a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15638 | 2025.02.28 06:56:21.847580 [ 4 ] {86f2c532-d806-4032-a710-3bf7b3d5e82a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15639 | 2025.02.28 06:56:21.848643 [ 4 ] {86f2c532-d806-4032-a710-3bf7b3d5e82a} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15640 | 2025.02.28 06:56:21.848682 [ 4 ] {86f2c532-d806-4032-a710-3bf7b3d5e82a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15641 | 2025.02.28 06:56:21.849096 [ 4 ] {86f2c532-d806-4032-a710-3bf7b3d5e82a} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15642 | 2025.02.28 06:56:21.849328 [ 4 ] {86f2c532-d806-4032-a710-3bf7b3d5e82a} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15643 | 2025.02.28 06:56:21.849544 [ 4 ] {86f2c532-d806-4032-a710-3bf7b3d5e82a} <Debug> executeQuery: Read 893 rows, 66.30 KiB in 0.002054 sec., 434761.44109055505 rows/sec., 31.52 MiB/sec. | ||
| 15644 | 2025.02.28 06:56:21.849596 [ 4 ] {86f2c532-d806-4032-a710-3bf7b3d5e82a} <Debug> TCPHandler: Processed in 0.002264887 sec. | ||
| 15645 | 2025.02.28 06:56:21.849777 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15646 | 2025.02.28 06:56:21.849981 [ 255 ] {6cbe5847-206e-496e-85cb-b9bba330e40b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15647 | 2025.02.28 06:56:21.850065 [ 255 ] {6cbe5847-206e-496e-85cb-b9bba330e40b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15648 | 2025.02.28 06:56:21.850704 [ 255 ] {6cbe5847-206e-496e-85cb-b9bba330e40b} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15649 | 2025.02.28 06:56:21.850742 [ 255 ] {6cbe5847-206e-496e-85cb-b9bba330e40b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15650 | 2025.02.28 06:56:21.851101 [ 255 ] {6cbe5847-206e-496e-85cb-b9bba330e40b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15651 | 2025.02.28 06:56:21.851341 [ 255 ] {6cbe5847-206e-496e-85cb-b9bba330e40b} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15652 | 2025.02.28 06:56:21.851549 [ 255 ] {6cbe5847-206e-496e-85cb-b9bba330e40b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001617 sec., 3710.575139146568 rows/sec., 193.86 KiB/sec. | ||
| 15653 | 2025.02.28 06:56:21.851602 [ 255 ] {6cbe5847-206e-496e-85cb-b9bba330e40b} <Debug> TCPHandler: Processed in 0.001924723 sec. | ||
| 15654 | 2025.02.28 06:56:21.851749 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15655 | 2025.02.28 06:56:21.851889 [ 4 ] {83aa2abc-4da5-44a6-869b-7a4338a5b720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15656 | 2025.02.28 06:56:21.851957 [ 4 ] {83aa2abc-4da5-44a6-869b-7a4338a5b720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15657 | 2025.02.28 06:56:21.852816 [ 4 ] {83aa2abc-4da5-44a6-869b-7a4338a5b720} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15658 | 2025.02.28 06:56:21.852855 [ 4 ] {83aa2abc-4da5-44a6-869b-7a4338a5b720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15659 | 2025.02.28 06:56:21.853296 [ 4 ] {83aa2abc-4da5-44a6-869b-7a4338a5b720} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15660 | 2025.02.28 06:56:21.853536 [ 4 ] {83aa2abc-4da5-44a6-869b-7a4338a5b720} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15661 | 2025.02.28 06:56:21.853740 [ 4 ] {83aa2abc-4da5-44a6-869b-7a4338a5b720} <Debug> executeQuery: Read 1027 rows, 70.10 KiB in 0.001883 sec., 545406.2665958577 rows/sec., 36.35 MiB/sec. | ||
| 15662 | 2025.02.28 06:56:21.853791 [ 4 ] {83aa2abc-4da5-44a6-869b-7a4338a5b720} <Debug> TCPHandler: Processed in 0.002108545 sec. | ||
| 15663 | 2025.02.28 06:56:21.853939 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15664 | 2025.02.28 06:56:21.854076 [ 255 ] {fe7377a7-14de-4f03-90a0-00c56d8faa7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15665 | 2025.02.28 06:56:21.854136 [ 255 ] {fe7377a7-14de-4f03-90a0-00c56d8faa7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15666 | 2025.02.28 06:56:21.854656 [ 255 ] {fe7377a7-14de-4f03-90a0-00c56d8faa7e} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15667 | 2025.02.28 06:56:21.854694 [ 255 ] {fe7377a7-14de-4f03-90a0-00c56d8faa7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15668 | 2025.02.28 06:56:21.855043 [ 255 ] {fe7377a7-14de-4f03-90a0-00c56d8faa7e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15669 | 2025.02.28 06:56:21.855269 [ 255 ] {fe7377a7-14de-4f03-90a0-00c56d8faa7e} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15670 | 2025.02.28 06:56:21.855473 [ 255 ] {fe7377a7-14de-4f03-90a0-00c56d8faa7e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001427 sec., 700.7708479327259 rows/sec., 47.22 KiB/sec. | ||
| 15671 | 2025.02.28 06:56:21.855525 [ 255 ] {fe7377a7-14de-4f03-90a0-00c56d8faa7e} <Debug> TCPHandler: Processed in 0.00165682 sec. | ||
| 15672 | 2025.02.28 06:56:21.855685 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15673 | 2025.02.28 06:56:21.855823 [ 4 ] {b37222c0-8d64-4c04-89ed-e0008081d81e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15674 | 2025.02.28 06:56:21.855916 [ 4 ] {b37222c0-8d64-4c04-89ed-e0008081d81e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15675 | 2025.02.28 06:56:21.857244 [ 4 ] {b37222c0-8d64-4c04-89ed-e0008081d81e} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15676 | 2025.02.28 06:56:21.857283 [ 4 ] {b37222c0-8d64-4c04-89ed-e0008081d81e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15677 | 2025.02.28 06:56:21.857987 [ 4 ] {b37222c0-8d64-4c04-89ed-e0008081d81e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15678 | 2025.02.28 06:56:21.858244 [ 4 ] {b37222c0-8d64-4c04-89ed-e0008081d81e} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15679 | 2025.02.28 06:56:21.858493 [ 4 ] {b37222c0-8d64-4c04-89ed-e0008081d81e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002701 sec., 14439.096630877453 rows/sec., 25.87 MiB/sec. | ||
| 15680 | 2025.02.28 06:56:21.858584 [ 4 ] {b37222c0-8d64-4c04-89ed-e0008081d81e} <Debug> TCPHandler: Processed in 0.002964106 sec. | ||
| 15681 | 2025.02.28 06:56:21.858781 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15682 | 2025.02.28 06:56:21.859001 [ 255 ] {575fd3db-ec90-49e0-b94a-af543814923f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15683 | 2025.02.28 06:56:21.859093 [ 255 ] {575fd3db-ec90-49e0-b94a-af543814923f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15684 | 2025.02.28 06:56:21.859757 [ 255 ] {575fd3db-ec90-49e0-b94a-af543814923f} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15685 | 2025.02.28 06:56:21.859796 [ 255 ] {575fd3db-ec90-49e0-b94a-af543814923f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15686 | 2025.02.28 06:56:21.860152 [ 255 ] {575fd3db-ec90-49e0-b94a-af543814923f} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 15687 | 2025.02.28 06:56:21.860381 [ 255 ] {575fd3db-ec90-49e0-b94a-af543814923f} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15688 | 2025.02.28 06:56:21.860597 [ 255 ] {575fd3db-ec90-49e0-b94a-af543814923f} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001651 sec., 35130.22410660206 rows/sec., 2.17 MiB/sec. | ||
| 15689 | 2025.02.28 06:56:21.860649 [ 255 ] {575fd3db-ec90-49e0-b94a-af543814923f} <Debug> TCPHandler: Processed in 0.001975163 sec. | ||
| 15690 | 2025.02.28 06:56:22.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.33 MiB, peak 284.48 MiB, free memory in arenas 0.00 B, will set to 265.96 MiB (RSS), difference: -1.37 MiB | ||
| 15691 | 2025.02.28 06:56:24.076827 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2182 | ||
| 15692 | 2025.02.28 06:56:24.080431 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15693 | 2025.02.28 06:56:24.080490 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15694 | 2025.02.28 06:56:24.082045 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15695 | 2025.02.28 06:56:24.082370 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15696 | 2025.02.28 06:56:24.082644 [ 137 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 15697 | 2025.02.28 06:56:24.082812 [ 137 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15698 | 2025.02.28 06:56:24.082930 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15699 | 2025.02.28 06:56:24.083719 [ 199 ] {885f53be-7430-4b34-b89a-ac37c386aff3::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 | ||
| 15700 | 2025.02.28 06:56:24.085032 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2182 | ||
| 15701 | 2025.02.28 06:56:24.085713 [ 199 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15702 | 2025.02.28 06:56:24.085913 [ 199 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1998 rows starting from the beginning of the part | ||
| 15703 | 2025.02.28 06:56:24.086636 [ 199 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 30 rows starting from the beginning of the part | ||
| 15704 | 2025.02.28 06:56:24.087322 [ 199 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 54 rows starting from the beginning of the part | ||
| 15705 | 2025.02.28 06:56:24.088011 [ 199 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 16 rows starting from the beginning of the part | ||
| 15706 | 2025.02.28 06:56:24.088675 [ 199 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 30 rows starting from the beginning of the part | ||
| 15707 | 2025.02.28 06:56:24.089284 [ 199 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 54 rows starting from the beginning of the part | ||
| 15708 | 2025.02.28 06:56:24.098982 [ 191 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2182 rows, containing 72 columns (72 merged, 0 gathered) in 0.015805559 sec., 138052.69399203153 rows/sec., 103.96 MiB/sec. | ||
| 15709 | 2025.02.28 06:56:24.101112 [ 200 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 15710 | 2025.02.28 06:56:24.101977 [ 200 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_61_12} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15711 | 2025.02.28 06:56:24.102074 [ 200 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_61_12} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 15712 | 2025.02.28 06:56:24.102435 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB. | ||
| 15713 | 2025.02.28 06:56:24.392964 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15714 | 2025.02.28 06:56:24.393156 [ 4 ] {8c1a6a82-48a3-4875-a73a-50cf33ec97a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15715 | 2025.02.28 06:56:24.393232 [ 4 ] {8c1a6a82-48a3-4875-a73a-50cf33ec97a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15716 | 2025.02.28 06:56:24.394070 [ 4 ] {8c1a6a82-48a3-4875-a73a-50cf33ec97a2} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15717 | 2025.02.28 06:56:24.394122 [ 4 ] {8c1a6a82-48a3-4875-a73a-50cf33ec97a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15718 | 2025.02.28 06:56:24.394583 [ 4 ] {8c1a6a82-48a3-4875-a73a-50cf33ec97a2} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15719 | 2025.02.28 06:56:24.394859 [ 4 ] {8c1a6a82-48a3-4875-a73a-50cf33ec97a2} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15720 | 2025.02.28 06:56:24.395079 [ 137 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 15721 | 2025.02.28 06:56:24.395109 [ 4 ] {8c1a6a82-48a3-4875-a73a-50cf33ec97a2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002005 sec., 27930.174563591023 rows/sec., 2.15 MiB/sec. | ||
| 15722 | 2025.02.28 06:56:24.395170 [ 137 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15723 | 2025.02.28 06:56:24.395241 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15724 | 2025.02.28 06:56:24.395266 [ 4 ] {8c1a6a82-48a3-4875-a73a-50cf33ec97a2} <Debug> TCPHandler: Processed in 0.002425309 sec. | ||
| 15725 | 2025.02.28 06:56:24.395488 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 15726 | 2025.02.28 06:56:24.395574 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15727 | 2025.02.28 06:56:24.395674 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15728 | 2025.02.28 06:56:24.395750 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1844 rows starting from the beginning of the part | ||
| 15729 | 2025.02.28 06:56:24.395827 [ 255 ] {666a84ae-45f9-408d-808b-2432936b4a3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15730 | 2025.02.28 06:56:24.395998 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 15731 | 2025.02.28 06:56:24.396064 [ 255 ] {666a84ae-45f9-408d-808b-2432936b4a3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15732 | 2025.02.28 06:56:24.396351 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 695 rows starting from the beginning of the part | ||
| 15733 | 2025.02.28 06:56:24.396656 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 56 rows starting from the beginning of the part | ||
| 15734 | 2025.02.28 06:56:24.396936 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 1843 rows starting from the beginning of the part | ||
| 15735 | 2025.02.28 06:56:24.397318 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 56 rows starting from the beginning of the part | ||
| 15736 | 2025.02.28 06:56:24.398960 [ 255 ] {666a84ae-45f9-408d-808b-2432936b4a3d} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15737 | 2025.02.28 06:56:24.399039 [ 255 ] {666a84ae-45f9-408d-808b-2432936b4a3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 15738 | 2025.02.28 06:56:24.400058 [ 255 ] {666a84ae-45f9-408d-808b-2432936b4a3d} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15739 | 2025.02.28 06:56:24.400392 [ 255 ] {666a84ae-45f9-408d-808b-2432936b4a3d} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15740 | 2025.02.28 06:56:24.400591 [ 137 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 15741 | 2025.02.28 06:56:24.400645 [ 137 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15742 | 2025.02.28 06:56:24.400669 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 15743 | 2025.02.28 06:56:24.400699 [ 255 ] {666a84ae-45f9-408d-808b-2432936b4a3d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00497 sec., 12877.263581488935 rows/sec., 1.01 MiB/sec. | ||
| 15744 | 2025.02.28 06:56:24.401059 [ 255 ] {666a84ae-45f9-408d-808b-2432936b4a3d} <Debug> TCPHandler: Processed in 0.005631038 sec. | ||
| 15745 | 2025.02.28 06:56:24.401114 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 15746 | 2025.02.28 06:56:24.401393 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15747 | 2025.02.28 06:56:24.401772 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15748 | 2025.02.28 06:56:24.401800 [ 4 ] {c35d0652-8d53-4d1f-a8a9-38126147106b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15749 | 2025.02.28 06:56:24.401879 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 913 rows starting from the beginning of the part | ||
| 15750 | 2025.02.28 06:56:24.401905 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4550 rows, containing 5 columns (5 merged, 0 gathered) in 0.006538079 sec., 695923.0685343508 rows/sec., 59.12 MiB/sec. | ||
| 15751 | 2025.02.28 06:56:24.401968 [ 4 ] {c35d0652-8d53-4d1f-a8a9-38126147106b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15752 | 2025.02.28 06:56:24.402276 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 15753 | 2025.02.28 06:56:24.402535 [ 197 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 15754 | 2025.02.28 06:56:24.402742 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 421 rows starting from the beginning of the part | ||
| 15755 | 2025.02.28 06:56:24.403101 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 64 rows starting from the beginning of the part | ||
| 15756 | 2025.02.28 06:56:24.403547 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 893 rows starting from the beginning of the part | ||
| 15757 | 2025.02.28 06:56:24.403979 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 64 rows starting from the beginning of the part | ||
| 15758 | 2025.02.28 06:56:24.405609 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_141_28} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15759 | 2025.02.28 06:56:24.405892 [ 4 ] {c35d0652-8d53-4d1f-a8a9-38126147106b} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15760 | 2025.02.28 06:56:24.405988 [ 4 ] {c35d0652-8d53-4d1f-a8a9-38126147106b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 15761 | 2025.02.28 06:56:24.406138 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_141_28} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 15762 | 2025.02.28 06:56:24.406523 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 15763 | 2025.02.28 06:56:24.407358 [ 4 ] {c35d0652-8d53-4d1f-a8a9-38126147106b} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15764 | 2025.02.28 06:56:24.407767 [ 4 ] {c35d0652-8d53-4d1f-a8a9-38126147106b} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15765 | 2025.02.28 06:56:24.408172 [ 4 ] {c35d0652-8d53-4d1f-a8a9-38126147106b} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.006476 sec., 9882.643607164917 rows/sec., 704.83 KiB/sec. | ||
| 15766 | 2025.02.28 06:56:24.408498 [ 4 ] {c35d0652-8d53-4d1f-a8a9-38126147106b} <Debug> TCPHandler: Processed in 0.007277027 sec. | ||
| 15767 | 2025.02.28 06:56:24.408529 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.007771983 sec., 311246.17745561205 rows/sec., 23.84 MiB/sec. | ||
| 15768 | 2025.02.28 06:56:24.408695 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15769 | 2025.02.28 06:56:24.408775 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 15770 | 2025.02.28 06:56:24.408972 [ 255 ] {de869ccf-615a-4c57-9f91-d54c88eb283a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15771 | 2025.02.28 06:56:24.409068 [ 255 ] {de869ccf-615a-4c57-9f91-d54c88eb283a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15772 | 2025.02.28 06:56:24.409383 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_141_28} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15773 | 2025.02.28 06:56:24.409606 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_141_28} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 15774 | 2025.02.28 06:56:24.409723 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 15775 | 2025.02.28 06:56:24.410039 [ 255 ] {de869ccf-615a-4c57-9f91-d54c88eb283a} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15776 | 2025.02.28 06:56:24.410082 [ 255 ] {de869ccf-615a-4c57-9f91-d54c88eb283a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15777 | 2025.02.28 06:56:24.410458 [ 255 ] {de869ccf-615a-4c57-9f91-d54c88eb283a} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 15778 | 2025.02.28 06:56:24.410699 [ 255 ] {de869ccf-615a-4c57-9f91-d54c88eb283a} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15779 | 2025.02.28 06:56:24.410836 [ 137 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 15780 | 2025.02.28 06:56:24.410868 [ 137 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15781 | 2025.02.28 06:56:24.410885 [ 255 ] {de869ccf-615a-4c57-9f91-d54c88eb283a} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.00201 sec., 11940.298507462687 rows/sec., 824.00 KiB/sec. | ||
| 15782 | 2025.02.28 06:56:24.410896 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15783 | 2025.02.28 06:56:24.411005 [ 255 ] {de869ccf-615a-4c57-9f91-d54c88eb283a} <Debug> TCPHandler: Processed in 0.002389849 sec. | ||
| 15784 | 2025.02.28 06:56:24.411088 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 15785 | 2025.02.28 06:56:24.411214 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15786 | 2025.02.28 06:56:24.411248 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_136_27, total 8260 rows starting from the beginning of the part | ||
| 15787 | 2025.02.28 06:56:24.411323 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 60 rows starting from the beginning of the part | ||
| 15788 | 2025.02.28 06:56:24.411452 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 15789 | 2025.02.28 06:56:24.411661 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 15790 | 2025.02.28 06:56:24.411815 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 58 rows starting from the beginning of the part | ||
| 15791 | 2025.02.28 06:56:24.411997 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 24 rows starting from the beginning of the part | ||
| 15792 | 2025.02.28 06:56:24.414683 [ 187 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8544 rows, containing 4 columns (4 merged, 0 gathered) in 0.003694754 sec., 2312467.8936676164 rows/sec., 150.68 MiB/sec. | ||
| 15793 | 2025.02.28 06:56:24.414900 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 15794 | 2025.02.28 06:56:24.415262 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_141_28} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15795 | 2025.02.28 06:56:24.415364 [ 192 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_141_28} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 15796 | 2025.02.28 06:56:24.415473 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB. | ||
| 15797 | 2025.02.28 06:56:26.356575 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38064 | ||
| 15798 | 2025.02.28 06:56:26.357691 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15799 | 2025.02.28 06:56:26.357741 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.39 GiB. | ||
| 15800 | 2025.02.28 06:56:26.358280 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15801 | 2025.02.28 06:56:26.358533 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15802 | 2025.02.28 06:56:26.358815 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064 | ||
| 15803 | 2025.02.28 06:56:29.147992 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 626 | ||
| 15804 | 2025.02.28 06:56:29.172371 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15805 | 2025.02.28 06:56:29.172427 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 15806 | 2025.02.28 06:56:29.180011 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 15807 | 2025.02.28 06:56:29.180859 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15808 | 2025.02.28 06:56:29.184266 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626 | ||
| 15809 | 2025.02.28 06:56:29.398101 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15810 | 2025.02.28 06:56:29.398321 [ 4 ] {91818d5d-3def-41ee-825f-22585f279e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15811 | 2025.02.28 06:56:29.398406 [ 4 ] {91818d5d-3def-41ee-825f-22585f279e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15812 | 2025.02.28 06:56:29.399274 [ 4 ] {91818d5d-3def-41ee-825f-22585f279e9a} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15813 | 2025.02.28 06:56:29.399324 [ 4 ] {91818d5d-3def-41ee-825f-22585f279e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 15814 | 2025.02.28 06:56:29.399770 [ 4 ] {91818d5d-3def-41ee-825f-22585f279e9a} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15815 | 2025.02.28 06:56:29.400027 [ 4 ] {91818d5d-3def-41ee-825f-22585f279e9a} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15816 | 2025.02.28 06:56:29.400271 [ 4 ] {91818d5d-3def-41ee-825f-22585f279e9a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002009 sec., 27874.564459930316 rows/sec., 2.14 MiB/sec. | ||
| 15817 | 2025.02.28 06:56:29.400328 [ 4 ] {91818d5d-3def-41ee-825f-22585f279e9a} <Debug> TCPHandler: Processed in 0.002366678 sec. | ||
| 15818 | 2025.02.28 06:56:29.400573 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15819 | 2025.02.28 06:56:29.400764 [ 255 ] {e8e87bef-ff10-4054-a77c-afb7805e7ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15820 | 2025.02.28 06:56:29.400846 [ 255 ] {e8e87bef-ff10-4054-a77c-afb7805e7ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15821 | 2025.02.28 06:56:29.401739 [ 255 ] {e8e87bef-ff10-4054-a77c-afb7805e7ef4} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15822 | 2025.02.28 06:56:29.401786 [ 255 ] {e8e87bef-ff10-4054-a77c-afb7805e7ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 15823 | 2025.02.28 06:56:29.402230 [ 255 ] {e8e87bef-ff10-4054-a77c-afb7805e7ef4} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15824 | 2025.02.28 06:56:29.402483 [ 255 ] {e8e87bef-ff10-4054-a77c-afb7805e7ef4} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15825 | 2025.02.28 06:56:29.402729 [ 255 ] {e8e87bef-ff10-4054-a77c-afb7805e7ef4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002018 sec., 31714.56888007929 rows/sec., 2.48 MiB/sec. | ||
| 15826 | 2025.02.28 06:56:29.402794 [ 255 ] {e8e87bef-ff10-4054-a77c-afb7805e7ef4} <Debug> TCPHandler: Processed in 0.002346658 sec. | ||
| 15827 | 2025.02.28 06:56:29.402961 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15828 | 2025.02.28 06:56:29.403103 [ 4 ] {51bf6a00-7b3b-4a6e-9be9-1c3c6f40a22d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15829 | 2025.02.28 06:56:29.403169 [ 4 ] {51bf6a00-7b3b-4a6e-9be9-1c3c6f40a22d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15830 | 2025.02.28 06:56:29.403844 [ 4 ] {51bf6a00-7b3b-4a6e-9be9-1c3c6f40a22d} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15831 | 2025.02.28 06:56:29.403884 [ 4 ] {51bf6a00-7b3b-4a6e-9be9-1c3c6f40a22d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 15832 | 2025.02.28 06:56:29.404272 [ 4 ] {51bf6a00-7b3b-4a6e-9be9-1c3c6f40a22d} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15833 | 2025.02.28 06:56:29.404510 [ 4 ] {51bf6a00-7b3b-4a6e-9be9-1c3c6f40a22d} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15834 | 2025.02.28 06:56:29.404716 [ 4 ] {51bf6a00-7b3b-4a6e-9be9-1c3c6f40a22d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001691 sec., 94618.56889414547 rows/sec., 6.59 MiB/sec. | ||
| 15835 | 2025.02.28 06:56:29.404764 [ 4 ] {51bf6a00-7b3b-4a6e-9be9-1c3c6f40a22d} <Debug> TCPHandler: Processed in 0.001921594 sec. | ||
| 15836 | 2025.02.28 06:56:29.404958 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15837 | 2025.02.28 06:56:29.405259 [ 255 ] {4967ff87-a4f0-4ee8-a908-5c9ff51c80c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15838 | 2025.02.28 06:56:29.405356 [ 255 ] {4967ff87-a4f0-4ee8-a908-5c9ff51c80c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15839 | 2025.02.28 06:56:29.406055 [ 255 ] {4967ff87-a4f0-4ee8-a908-5c9ff51c80c9} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15840 | 2025.02.28 06:56:29.406096 [ 255 ] {4967ff87-a4f0-4ee8-a908-5c9ff51c80c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 15841 | 2025.02.28 06:56:29.406484 [ 255 ] {4967ff87-a4f0-4ee8-a908-5c9ff51c80c9} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 15842 | 2025.02.28 06:56:29.406723 [ 255 ] {4967ff87-a4f0-4ee8-a908-5c9ff51c80c9} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15843 | 2025.02.28 06:56:29.406938 [ 255 ] {4967ff87-a4f0-4ee8-a908-5c9ff51c80c9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001741 sec., 34462.95232624928 rows/sec., 2.32 MiB/sec. | ||
| 15844 | 2025.02.28 06:56:29.406990 [ 255 ] {4967ff87-a4f0-4ee8-a908-5c9ff51c80c9} <Debug> TCPHandler: Processed in 0.002077685 sec. | ||
| 15845 | 2025.02.28 06:56:33.373566 [ 128 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Selected 5 parts from all_1_56_12 to all_60_60_0 | ||
| 15846 | 2025.02.28 06:56:33.373629 [ 128 ] {} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15847 | 2025.02.28 06:56:33.373652 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 15848 | 2025.02.28 06:56:33.373831 [ 197 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_56_12 to all_60_60_0 into Compact with storage Full | ||
| 15849 | 2025.02.28 06:56:33.374286 [ 197 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15850 | 2025.02.28 06:56:33.374357 [ 197 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_12, total 341 rows starting from the beginning of the part | ||
| 15851 | 2025.02.28 06:56:33.374451 [ 197 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 341 rows starting from the beginning of the part | ||
| 15852 | 2025.02.28 06:56:33.374733 [ 197 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 113 rows starting from the beginning of the part | ||
| 15853 | 2025.02.28 06:56:33.374911 [ 197 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 113 rows starting from the beginning of the part | ||
| 15854 | 2025.02.28 06:56:33.375079 [ 197 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 341 rows starting from the beginning of the part | ||
| 15855 | 2025.02.28 06:56:33.376230 [ 187 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.0025053 sec., 498543.0886520577 rows/sec., 34.99 MiB/sec. | ||
| 15856 | 2025.02.28 06:56:33.376453 [ 187 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary) | ||
| 15857 | 2025.02.28 06:56:33.376839 [ 187 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_60_13} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15858 | 2025.02.28 06:56:33.376937 [ 187 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_60_13} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Merged 5 parts: [all_1_56_12, all_60_60_0] -> all_1_60_13 | ||
| 15859 | 2025.02.28 06:56:33.377036 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 15860 | 2025.02.28 06:56:33.603487 [ 128 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Selected 5 parts from all_1_56_12 to all_60_60_0 | ||
| 15861 | 2025.02.28 06:56:33.603603 [ 128 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15862 | 2025.02.28 06:56:33.603646 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 15863 | 2025.02.28 06:56:33.603847 [ 190 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_56_12 to all_60_60_0 into Compact with storage Full | ||
| 15864 | 2025.02.28 06:56:33.604130 [ 190 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15865 | 2025.02.28 06:56:33.604179 [ 190 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_12, total 163 rows starting from the beginning of the part | ||
| 15866 | 2025.02.28 06:56:33.604274 [ 190 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 147 rows starting from the beginning of the part | ||
| 15867 | 2025.02.28 06:56:33.604546 [ 190 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 145 rows starting from the beginning of the part | ||
| 15868 | 2025.02.28 06:56:33.604912 [ 190 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 145 rows starting from the beginning of the part | ||
| 15869 | 2025.02.28 06:56:33.605068 [ 190 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 161 rows starting from the beginning of the part | ||
| 15870 | 2025.02.28 06:56:33.606273 [ 187 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 5 columns (5 merged, 0 gathered) in 0.00251953 sec., 302040.45992704993 rows/sec., 20.19 MiB/sec. | ||
| 15871 | 2025.02.28 06:56:33.606427 [ 190 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary) | ||
| 15872 | 2025.02.28 06:56:33.606712 [ 190 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_60_13} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15873 | 2025.02.28 06:56:33.606793 [ 190 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_60_13} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Merged 5 parts: [all_1_56_12, all_60_60_0] -> all_1_60_13 | ||
| 15874 | 2025.02.28 06:56:33.606869 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 15875 | 2025.02.28 06:56:33.627067 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15876 | 2025.02.28 06:56:33.627106 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15877 | 2025.02.28 06:56:33.859068 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38491 | ||
| 15878 | 2025.02.28 06:56:33.859708 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15879 | 2025.02.28 06:56:33.859748 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 15880 | 2025.02.28 06:56:33.860281 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 15881 | 2025.02.28 06:56:33.860531 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15882 | 2025.02.28 06:56:33.860766 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 | ||
| 15883 | 2025.02.28 06:56:34.003805 [ 218 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 15884 | 2025.02.28 06:56:34.003851 [ 218 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 15885 | 2025.02.28 06:56:34.005899 [ 218 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 15886 | 2025.02.28 06:56:34.066346 [ 225 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): 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] | ||
| 15887 | 2025.02.28 06:56:34.066430 [ 225 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): 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] | ||
| 15888 | 2025.02.28 06:56:34.068141 [ 225 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): 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] | ||
| 15889 | 2025.02.28 06:56:34.085492 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2198 | ||
| 15890 | 2025.02.28 06:56:34.088270 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15891 | 2025.02.28 06:56:34.088314 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 15892 | 2025.02.28 06:56:34.089766 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 15893 | 2025.02.28 06:56:34.090069 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15894 | 2025.02.28 06:56:34.090628 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2198 | ||
| 15895 | 2025.02.28 06:56:34.406527 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15896 | 2025.02.28 06:56:34.406722 [ 4 ] {8b7e1181-dee5-4308-9a74-14739f0315a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15897 | 2025.02.28 06:56:34.406798 [ 4 ] {8b7e1181-dee5-4308-9a74-14739f0315a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15898 | 2025.02.28 06:56:34.407670 [ 4 ] {8b7e1181-dee5-4308-9a74-14739f0315a2} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15899 | 2025.02.28 06:56:34.407721 [ 4 ] {8b7e1181-dee5-4308-9a74-14739f0315a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 15900 | 2025.02.28 06:56:34.408169 [ 4 ] {8b7e1181-dee5-4308-9a74-14739f0315a2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15901 | 2025.02.28 06:56:34.408418 [ 4 ] {8b7e1181-dee5-4308-9a74-14739f0315a2} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15902 | 2025.02.28 06:56:34.408612 [ 127 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 15903 | 2025.02.28 06:56:34.408637 [ 4 ] {8b7e1181-dee5-4308-9a74-14739f0315a2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001969 sec., 107668.86744540377 rows/sec., 6.85 MiB/sec. | ||
| 15904 | 2025.02.28 06:56:34.408690 [ 127 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15905 | 2025.02.28 06:56:34.408765 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 15906 | 2025.02.28 06:56:34.408770 [ 4 ] {8b7e1181-dee5-4308-9a74-14739f0315a2} <Debug> TCPHandler: Processed in 0.002374828 sec. | ||
| 15907 | 2025.02.28 06:56:34.408909 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::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 | ||
| 15908 | 2025.02.28 06:56:34.409039 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15909 | 2025.02.28 06:56:34.409093 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 212 rows starting from the beginning of the part | ||
| 15910 | 2025.02.28 06:56:34.409115 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15911 | 2025.02.28 06:56:34.409266 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 212 rows starting from the beginning of the part | ||
| 15912 | 2025.02.28 06:56:34.409613 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 212 rows starting from the beginning of the part | ||
| 15913 | 2025.02.28 06:56:34.409930 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 212 rows starting from the beginning of the part | ||
| 15914 | 2025.02.28 06:56:34.410040 [ 255 ] {a7f266d6-38d6-4b8f-8558-708190f8f501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15915 | 2025.02.28 06:56:34.410219 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 212 rows starting from the beginning of the part | ||
| 15916 | 2025.02.28 06:56:34.410347 [ 255 ] {a7f266d6-38d6-4b8f-8558-708190f8f501} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15917 | 2025.02.28 06:56:34.412761 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003911927 sec., 270966.2015676673 rows/sec., 18.27 MiB/sec. | ||
| 15918 | 2025.02.28 06:56:34.412943 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 15919 | 2025.02.28 06:56:34.412967 [ 255 ] {a7f266d6-38d6-4b8f-8558-708190f8f501} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15920 | 2025.02.28 06:56:34.413044 [ 255 ] {a7f266d6-38d6-4b8f-8558-708190f8f501} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 15921 | 2025.02.28 06:56:34.413473 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_61_15} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15922 | 2025.02.28 06:56:34.413651 [ 188 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_61_15} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 15923 | 2025.02.28 06:56:34.413805 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 15924 | 2025.02.28 06:56:34.413940 [ 255 ] {a7f266d6-38d6-4b8f-8558-708190f8f501} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 15925 | 2025.02.28 06:56:34.414198 [ 255 ] {a7f266d6-38d6-4b8f-8558-708190f8f501} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15926 | 2025.02.28 06:56:34.414429 [ 255 ] {a7f266d6-38d6-4b8f-8558-708190f8f501} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.004691 sec., 148156.04348752933 rows/sec., 11.83 MiB/sec. | ||
| 15927 | 2025.02.28 06:56:34.414491 [ 255 ] {a7f266d6-38d6-4b8f-8558-708190f8f501} <Debug> TCPHandler: Processed in 0.005574216 sec. | ||
| 15928 | 2025.02.28 06:56:34.414671 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15929 | 2025.02.28 06:56:34.414813 [ 4 ] {6b07afa6-ae16-4959-9333-01e4e6ce351a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15930 | 2025.02.28 06:56:34.414873 [ 4 ] {6b07afa6-ae16-4959-9333-01e4e6ce351a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15931 | 2025.02.28 06:56:34.415567 [ 4 ] {6b07afa6-ae16-4959-9333-01e4e6ce351a} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15932 | 2025.02.28 06:56:34.415607 [ 4 ] {6b07afa6-ae16-4959-9333-01e4e6ce351a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 15933 | 2025.02.28 06:56:34.415981 [ 4 ] {6b07afa6-ae16-4959-9333-01e4e6ce351a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15934 | 2025.02.28 06:56:34.416224 [ 4 ] {6b07afa6-ae16-4959-9333-01e4e6ce351a} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15935 | 2025.02.28 06:56:34.416426 [ 4 ] {6b07afa6-ae16-4959-9333-01e4e6ce351a} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.001645 sec., 88145.89665653495 rows/sec., 5.53 MiB/sec. | ||
| 15936 | 2025.02.28 06:56:34.416478 [ 4 ] {6b07afa6-ae16-4959-9333-01e4e6ce351a} <Debug> TCPHandler: Processed in 0.001876312 sec. | ||
| 15937 | 2025.02.28 06:56:34.416631 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15938 | 2025.02.28 06:56:34.416750 [ 255 ] {c810f5d7-ba6e-48de-997e-a0a83c5546d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15939 | 2025.02.28 06:56:34.416801 [ 255 ] {c810f5d7-ba6e-48de-997e-a0a83c5546d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15940 | 2025.02.28 06:56:34.417420 [ 255 ] {c810f5d7-ba6e-48de-997e-a0a83c5546d7} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15941 | 2025.02.28 06:56:34.417460 [ 255 ] {c810f5d7-ba6e-48de-997e-a0a83c5546d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 15942 | 2025.02.28 06:56:34.417823 [ 255 ] {c810f5d7-ba6e-48de-997e-a0a83c5546d7} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15943 | 2025.02.28 06:56:34.418058 [ 255 ] {c810f5d7-ba6e-48de-997e-a0a83c5546d7} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15944 | 2025.02.28 06:56:34.418283 [ 255 ] {c810f5d7-ba6e-48de-997e-a0a83c5546d7} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001554 sec., 72715.5727155727 rows/sec., 4.71 MiB/sec. | ||
| 15945 | 2025.02.28 06:56:34.418375 [ 255 ] {c810f5d7-ba6e-48de-997e-a0a83c5546d7} <Debug> TCPHandler: Processed in 0.001802451 sec. | ||
| 15946 | 2025.02.28 06:56:34.418573 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15947 | 2025.02.28 06:56:34.418720 [ 4 ] {57038542-9d87-4234-8b90-444a0450c193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15948 | 2025.02.28 06:56:34.418777 [ 4 ] {57038542-9d87-4234-8b90-444a0450c193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15949 | 2025.02.28 06:56:34.419406 [ 4 ] {57038542-9d87-4234-8b90-444a0450c193} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15950 | 2025.02.28 06:56:34.419446 [ 4 ] {57038542-9d87-4234-8b90-444a0450c193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 15951 | 2025.02.28 06:56:34.419807 [ 4 ] {57038542-9d87-4234-8b90-444a0450c193} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15952 | 2025.02.28 06:56:34.420061 [ 4 ] {57038542-9d87-4234-8b90-444a0450c193} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15953 | 2025.02.28 06:56:34.420229 [ 127 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 15954 | 2025.02.28 06:56:34.420290 [ 127 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15955 | 2025.02.28 06:56:34.420304 [ 4 ] {57038542-9d87-4234-8b90-444a0450c193} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001602 sec., 69912.60923845194 rows/sec., 3.98 MiB/sec. | ||
| 15956 | 2025.02.28 06:56:34.420335 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 15957 | 2025.02.28 06:56:34.420441 [ 4 ] {57038542-9d87-4234-8b90-444a0450c193} <Debug> TCPHandler: Processed in 0.001974474 sec. | ||
| 15958 | 2025.02.28 06:56:34.420544 [ 187 ] {ae10649f-1e0a-4033-8240-a3be65056305::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 | ||
| 15959 | 2025.02.28 06:56:34.420620 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15960 | 2025.02.28 06:56:34.420726 [ 187 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15961 | 2025.02.28 06:56:34.420811 [ 187 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 112 rows starting from the beginning of the part | ||
| 15962 | 2025.02.28 06:56:34.420824 [ 255 ] {b2315575-7ff6-4c25-8153-e9d52a543315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15963 | 2025.02.28 06:56:34.420987 [ 255 ] {b2315575-7ff6-4c25-8153-e9d52a543315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15964 | 2025.02.28 06:56:34.421096 [ 187 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 112 rows starting from the beginning of the part | ||
| 15965 | 2025.02.28 06:56:34.421549 [ 187 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 112 rows starting from the beginning of the part | ||
| 15966 | 2025.02.28 06:56:34.421835 [ 187 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 112 rows starting from the beginning of the part | ||
| 15967 | 2025.02.28 06:56:34.422181 [ 187 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 112 rows starting from the beginning of the part | ||
| 15968 | 2025.02.28 06:56:34.424128 [ 255 ] {b2315575-7ff6-4c25-8153-e9d52a543315} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15969 | 2025.02.28 06:56:34.424206 [ 255 ] {b2315575-7ff6-4c25-8153-e9d52a543315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 15970 | 2025.02.28 06:56:34.424863 [ 187 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004419173 sec., 126720.5425087454 rows/sec., 7.70 MiB/sec. | ||
| 15971 | 2025.02.28 06:56:34.425058 [ 187 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 15972 | 2025.02.28 06:56:34.425068 [ 255 ] {b2315575-7ff6-4c25-8153-e9d52a543315} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 15973 | 2025.02.28 06:56:34.425516 [ 255 ] {b2315575-7ff6-4c25-8153-e9d52a543315} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15974 | 2025.02.28 06:56:34.425528 [ 187 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_61_15} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15975 | 2025.02.28 06:56:34.425727 [ 187 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_61_15} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 15976 | 2025.02.28 06:56:34.425958 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 15977 | 2025.02.28 06:56:34.426004 [ 255 ] {b2315575-7ff6-4c25-8153-e9d52a543315} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.005227 sec., 80543.3326956189 rows/sec., 5.74 MiB/sec. | ||
| 15978 | 2025.02.28 06:56:34.426025 [ 220 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 15979 | 2025.02.28 06:56:34.426125 [ 220 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 15980 | 2025.02.28 06:56:34.426144 [ 255 ] {b2315575-7ff6-4c25-8153-e9d52a543315} <Debug> TCPHandler: Processed in 0.005591897 sec. | ||
| 15981 | 2025.02.28 06:56:34.426365 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15982 | 2025.02.28 06:56:34.426533 [ 4 ] {52bd36b0-dbf8-4a42-a881-99ad7a73e73f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15983 | 2025.02.28 06:56:34.426620 [ 4 ] {52bd36b0-dbf8-4a42-a881-99ad7a73e73f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15984 | 2025.02.28 06:56:34.427476 [ 4 ] {52bd36b0-dbf8-4a42-a881-99ad7a73e73f} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15985 | 2025.02.28 06:56:34.427518 [ 4 ] {52bd36b0-dbf8-4a42-a881-99ad7a73e73f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 15986 | 2025.02.28 06:56:34.427984 [ 4 ] {52bd36b0-dbf8-4a42-a881-99ad7a73e73f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15987 | 2025.02.28 06:56:34.428254 [ 4 ] {52bd36b0-dbf8-4a42-a881-99ad7a73e73f} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15988 | 2025.02.28 06:56:34.428450 [ 127 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Selected 5 parts from all_57_57_0 to all_61_61_0 | ||
| 15989 | 2025.02.28 06:56:34.428533 [ 127 ] {} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15990 | 2025.02.28 06:56:34.428582 [ 4 ] {52bd36b0-dbf8-4a42-a881-99ad7a73e73f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002071 sec., 2897.151134717528 rows/sec., 151.36 KiB/sec. | ||
| 15991 | 2025.02.28 06:56:34.428613 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 15992 | 2025.02.28 06:56:34.428833 [ 4 ] {52bd36b0-dbf8-4a42-a881-99ad7a73e73f} <Debug> TCPHandler: Processed in 0.00255819 sec. | ||
| 15993 | 2025.02.28 06:56:34.429205 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15994 | 2025.02.28 06:56:34.429440 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_57_61_1} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_57_57_0 to all_61_61_0 into Compact with storage Full | ||
| 15995 | 2025.02.28 06:56:34.429766 [ 255 ] {d6fce890-716d-4541-a12d-dc13cb8a7763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15996 | 2025.02.28 06:56:34.430015 [ 255 ] {d6fce890-716d-4541-a12d-dc13cb8a7763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15997 | 2025.02.28 06:56:34.430187 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_57_61_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15998 | 2025.02.28 06:56:34.430363 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_57_61_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part | ||
| 15999 | 2025.02.28 06:56:34.430874 [ 220 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 16000 | 2025.02.28 06:56:34.431383 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_57_61_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part | ||
| 16001 | 2025.02.28 06:56:34.431880 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_57_61_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part | ||
| 16002 | 2025.02.28 06:56:34.432522 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_57_61_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part | ||
| 16003 | 2025.02.28 06:56:34.432983 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_57_61_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part | ||
| 16004 | 2025.02.28 06:56:34.435101 [ 255 ] {d6fce890-716d-4541-a12d-dc13cb8a7763} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16005 | 2025.02.28 06:56:34.435144 [ 255 ] {d6fce890-716d-4541-a12d-dc13cb8a7763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16006 | 2025.02.28 06:56:34.435744 [ 186 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_57_61_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.006858272 sec., 4374.279701942413 rows/sec., 228.54 KiB/sec. | ||
| 16007 | 2025.02.28 06:56:34.435799 [ 255 ] {d6fce890-716d-4541-a12d-dc13cb8a7763} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 16008 | 2025.02.28 06:56:34.436013 [ 186 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_57_61_1} <Trace> MergedBlockOutputStream: filled checksums all_57_61_1 (state Temporary) | ||
| 16009 | 2025.02.28 06:56:34.436195 [ 255 ] {d6fce890-716d-4541-a12d-dc13cb8a7763} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16010 | 2025.02.28 06:56:34.436474 [ 127 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_138_28 to all_143_143_0 | ||
| 16011 | 2025.02.28 06:56:34.436564 [ 127 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16012 | 2025.02.28 06:56:34.436648 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16013 | 2025.02.28 06:56:34.436741 [ 255 ] {d6fce890-716d-4541-a12d-dc13cb8a7763} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.007186 sec., 32980.79599220707 rows/sec., 2.21 MiB/sec. | ||
| 16014 | 2025.02.28 06:56:34.436779 [ 186 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_57_61_1} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_merge_all_57_61_1 to all_57_61_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16015 | 2025.02.28 06:56:34.437078 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_143_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_138_28 to all_143_143_0 into Compact with storage Full | ||
| 16016 | 2025.02.28 06:56:34.437118 [ 255 ] {d6fce890-716d-4541-a12d-dc13cb8a7763} <Debug> TCPHandler: Processed in 0.008131908 sec. | ||
| 16017 | 2025.02.28 06:56:34.437150 [ 186 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_57_61_1} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Merged 5 parts: [all_57_57_0, all_61_61_0] -> all_57_61_1 | ||
| 16018 | 2025.02.28 06:56:34.437396 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16019 | 2025.02.28 06:56:34.437449 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 16020 | 2025.02.28 06:56:34.437501 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_143_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16021 | 2025.02.28 06:56:34.437589 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_138_28, total 40996 rows starting from the beginning of the part | ||
| 16022 | 2025.02.28 06:56:34.437703 [ 4 ] {8e42ce0d-4dfd-41ce-86f0-78abba57ec2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16023 | 2025.02.28 06:56:34.437916 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 160 rows starting from the beginning of the part | ||
| 16024 | 2025.02.28 06:56:34.437941 [ 4 ] {8e42ce0d-4dfd-41ce-86f0-78abba57ec2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16025 | 2025.02.28 06:56:34.438328 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 1027 rows starting from the beginning of the part | ||
| 16026 | 2025.02.28 06:56:34.438618 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 64 rows starting from the beginning of the part | ||
| 16027 | 2025.02.28 06:56:34.439003 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 160 rows starting from the beginning of the part | ||
| 16028 | 2025.02.28 06:56:34.439358 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 237 rows starting from the beginning of the part | ||
| 16029 | 2025.02.28 06:56:34.440390 [ 4 ] {8e42ce0d-4dfd-41ce-86f0-78abba57ec2a} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16030 | 2025.02.28 06:56:34.440464 [ 4 ] {8e42ce0d-4dfd-41ce-86f0-78abba57ec2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16031 | 2025.02.28 06:56:34.441013 [ 4 ] {8e42ce0d-4dfd-41ce-86f0-78abba57ec2a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16032 | 2025.02.28 06:56:34.441300 [ 4 ] {8e42ce0d-4dfd-41ce-86f0-78abba57ec2a} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16033 | 2025.02.28 06:56:34.441744 [ 4 ] {8e42ce0d-4dfd-41ce-86f0-78abba57ec2a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004128 sec., 242.2480620155039 rows/sec., 16.32 KiB/sec. | ||
| 16034 | 2025.02.28 06:56:34.441859 [ 4 ] {8e42ce0d-4dfd-41ce-86f0-78abba57ec2a} <Debug> TCPHandler: Processed in 0.004614215 sec. | ||
| 16035 | 2025.02.28 06:56:34.442060 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16036 | 2025.02.28 06:56:34.442244 [ 255 ] {88ba13ed-7a55-4f6c-a460-df04451a91da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16037 | 2025.02.28 06:56:34.442361 [ 255 ] {88ba13ed-7a55-4f6c-a460-df04451a91da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16038 | 2025.02.28 06:56:34.443771 [ 255 ] {88ba13ed-7a55-4f6c-a460-df04451a91da} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16039 | 2025.02.28 06:56:34.443810 [ 255 ] {88ba13ed-7a55-4f6c-a460-df04451a91da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16040 | 2025.02.28 06:56:34.444531 [ 255 ] {88ba13ed-7a55-4f6c-a460-df04451a91da} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16041 | 2025.02.28 06:56:34.444829 [ 255 ] {88ba13ed-7a55-4f6c-a460-df04451a91da} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16042 | 2025.02.28 06:56:34.445060 [ 127 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 16043 | 2025.02.28 06:56:34.445168 [ 127 ] {} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16044 | 2025.02.28 06:56:34.445228 [ 255 ] {88ba13ed-7a55-4f6c-a460-df04451a91da} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003015 sec., 12935.323383084578 rows/sec., 23.18 MiB/sec. | ||
| 16045 | 2025.02.28 06:56:34.445279 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16046 | 2025.02.28 06:56:34.445737 [ 255 ] {88ba13ed-7a55-4f6c-a460-df04451a91da} <Debug> TCPHandler: Processed in 0.003779596 sec. | ||
| 16047 | 2025.02.28 06:56:34.445729 [ 196 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::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 | ||
| 16048 | 2025.02.28 06:56:34.446006 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16049 | 2025.02.28 06:56:34.446180 [ 4 ] {f85cf2a6-c2b2-4108-a313-4b7805c86215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16050 | 2025.02.28 06:56:34.446253 [ 4 ] {f85cf2a6-c2b2-4108-a313-4b7805c86215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16051 | 2025.02.28 06:56:34.446411 [ 196 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16052 | 2025.02.28 06:56:34.446596 [ 196 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2076 rows starting from the beginning of the part | ||
| 16053 | 2025.02.28 06:56:34.447442 [ 196 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 39 rows starting from the beginning of the part | ||
| 16054 | 2025.02.28 06:56:34.448322 [ 196 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 39 rows starting from the beginning of the part | ||
| 16055 | 2025.02.28 06:56:34.448424 [ 4 ] {f85cf2a6-c2b2-4108-a313-4b7805c86215} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16056 | 2025.02.28 06:56:34.448518 [ 4 ] {f85cf2a6-c2b2-4108-a313-4b7805c86215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16057 | 2025.02.28 06:56:34.449304 [ 196 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 39 rows starting from the beginning of the part | ||
| 16058 | 2025.02.28 06:56:34.450066 [ 196 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 39 rows starting from the beginning of the part | ||
| 16059 | 2025.02.28 06:56:34.450137 [ 4 ] {f85cf2a6-c2b2-4108-a313-4b7805c86215} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 16060 | 2025.02.28 06:56:34.450925 [ 4 ] {f85cf2a6-c2b2-4108-a313-4b7805c86215} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16061 | 2025.02.28 06:56:34.451105 [ 196 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 39 rows starting from the beginning of the part | ||
| 16062 | 2025.02.28 06:56:34.451867 [ 4 ] {f85cf2a6-c2b2-4108-a313-4b7805c86215} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005697 sec., 14393.540459891172 rows/sec., 936.11 KiB/sec. | ||
| 16063 | 2025.02.28 06:56:34.452262 [ 4 ] {f85cf2a6-c2b2-4108-a313-4b7805c86215} <Debug> TCPHandler: Processed in 0.006380986 sec. | ||
| 16064 | 2025.02.28 06:56:34.452566 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_143_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42644 rows, containing 5 columns (5 merged, 0 gathered) in 0.015767329 sec., 2704579.830864188 rows/sec., 182.61 MiB/sec. | ||
| 16065 | 2025.02.28 06:56:34.453028 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_143_29} <Trace> MergedBlockOutputStream: filled checksums all_1_143_29 (state Temporary) | ||
| 16066 | 2025.02.28 06:56:34.453665 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_143_29} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_143_29 to all_1_143_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16067 | 2025.02.28 06:56:34.453809 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_143_29} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_138_28, all_143_143_0] -> all_1_143_29 | ||
| 16068 | 2025.02.28 06:56:34.453918 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 16069 | 2025.02.28 06:56:34.461807 [ 195 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2271 rows, containing 19 columns (19 merged, 0 gathered) in 0.016337905 sec., 139001.9099756058 rows/sec., 249.09 MiB/sec. | ||
| 16070 | 2025.02.28 06:56:34.464255 [ 195 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 16071 | 2025.02.28 06:56:34.464704 [ 195 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16072 | 2025.02.28 06:56:34.464786 [ 195 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 16073 | 2025.02.28 06:56:34.464940 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.58 MiB. | ||
| 16074 | 2025.02.28 06:56:34.785605 [ 224 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 16075 | 2025.02.28 06:56:34.785672 [ 224 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 16076 | 2025.02.28 06:56:34.787696 [ 224 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 16077 | 2025.02.28 06:56:35.310171 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 16078 | 2025.02.28 06:56:35.310231 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 16079 | 2025.02.28 06:56:35.312150 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 16080 | 2025.02.28 06:56:35.410139 [ 222 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): 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] | ||
| 16081 | 2025.02.28 06:56:35.410199 [ 222 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): 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] | ||
| 16082 | 2025.02.28 06:56:35.411836 [ 222 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): 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] | ||
| 16083 | 2025.02.28 06:56:36.684459 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 634 | ||
| 16084 | 2025.02.28 06:56:36.708843 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16085 | 2025.02.28 06:56:36.708910 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16086 | 2025.02.28 06:56:36.716715 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 16087 | 2025.02.28 06:56:36.717562 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16088 | 2025.02.28 06:56:36.720839 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 634 | ||
| 16089 | 2025.02.28 06:56:39.397817 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16090 | 2025.02.28 06:56:39.398042 [ 4 ] {0c104d7c-4278-4981-b089-4609bf7f8885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16091 | 2025.02.28 06:56:39.398120 [ 4 ] {0c104d7c-4278-4981-b089-4609bf7f8885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16092 | 2025.02.28 06:56:39.398926 [ 4 ] {0c104d7c-4278-4981-b089-4609bf7f8885} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16093 | 2025.02.28 06:56:39.398968 [ 4 ] {0c104d7c-4278-4981-b089-4609bf7f8885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16094 | 2025.02.28 06:56:39.399404 [ 4 ] {0c104d7c-4278-4981-b089-4609bf7f8885} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16095 | 2025.02.28 06:56:39.399660 [ 4 ] {0c104d7c-4278-4981-b089-4609bf7f8885} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16096 | 2025.02.28 06:56:39.399878 [ 4 ] {0c104d7c-4278-4981-b089-4609bf7f8885} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00188 sec., 29787.23404255319 rows/sec., 2.29 MiB/sec. | ||
| 16097 | 2025.02.28 06:56:39.399948 [ 4 ] {0c104d7c-4278-4981-b089-4609bf7f8885} <Debug> TCPHandler: Processed in 0.002269627 sec. | ||
| 16098 | 2025.02.28 06:56:39.400259 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16099 | 2025.02.28 06:56:39.400482 [ 255 ] {d138ad76-1d9d-468f-9b94-437f8a136b85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16100 | 2025.02.28 06:56:39.400558 [ 255 ] {d138ad76-1d9d-468f-9b94-437f8a136b85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16101 | 2025.02.28 06:56:39.401347 [ 255 ] {d138ad76-1d9d-468f-9b94-437f8a136b85} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16102 | 2025.02.28 06:56:39.401399 [ 255 ] {d138ad76-1d9d-468f-9b94-437f8a136b85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16103 | 2025.02.28 06:56:39.401844 [ 255 ] {d138ad76-1d9d-468f-9b94-437f8a136b85} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16104 | 2025.02.28 06:56:39.402097 [ 255 ] {d138ad76-1d9d-468f-9b94-437f8a136b85} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16105 | 2025.02.28 06:56:39.402335 [ 255 ] {d138ad76-1d9d-468f-9b94-437f8a136b85} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001906 sec., 33578.1741867786 rows/sec., 2.62 MiB/sec. | ||
| 16106 | 2025.02.28 06:56:39.402390 [ 255 ] {d138ad76-1d9d-468f-9b94-437f8a136b85} <Debug> TCPHandler: Processed in 0.002303188 sec. | ||
| 16107 | 2025.02.28 06:56:39.402551 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16108 | 2025.02.28 06:56:39.402677 [ 4 ] {607de7be-beef-4f10-b821-57da03f4cd7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16109 | 2025.02.28 06:56:39.402731 [ 4 ] {607de7be-beef-4f10-b821-57da03f4cd7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16110 | 2025.02.28 06:56:39.403307 [ 4 ] {607de7be-beef-4f10-b821-57da03f4cd7f} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16111 | 2025.02.28 06:56:39.403345 [ 4 ] {607de7be-beef-4f10-b821-57da03f4cd7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16112 | 2025.02.28 06:56:39.403759 [ 4 ] {607de7be-beef-4f10-b821-57da03f4cd7f} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16113 | 2025.02.28 06:56:39.404005 [ 4 ] {607de7be-beef-4f10-b821-57da03f4cd7f} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16114 | 2025.02.28 06:56:39.404185 [ 4 ] {607de7be-beef-4f10-b821-57da03f4cd7f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001536 sec., 104166.66666666666 rows/sec., 7.26 MiB/sec. | ||
| 16115 | 2025.02.28 06:56:39.404236 [ 4 ] {607de7be-beef-4f10-b821-57da03f4cd7f} <Debug> TCPHandler: Processed in 0.001746701 sec. | ||
| 16116 | 2025.02.28 06:56:39.404384 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16117 | 2025.02.28 06:56:39.404501 [ 255 ] {2ea428db-dca6-48b7-be3b-c5ea5e18be25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16118 | 2025.02.28 06:56:39.404554 [ 255 ] {2ea428db-dca6-48b7-be3b-c5ea5e18be25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16119 | 2025.02.28 06:56:39.405095 [ 255 ] {2ea428db-dca6-48b7-be3b-c5ea5e18be25} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16120 | 2025.02.28 06:56:39.405135 [ 255 ] {2ea428db-dca6-48b7-be3b-c5ea5e18be25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16121 | 2025.02.28 06:56:39.405513 [ 255 ] {2ea428db-dca6-48b7-be3b-c5ea5e18be25} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 16122 | 2025.02.28 06:56:39.405758 [ 255 ] {2ea428db-dca6-48b7-be3b-c5ea5e18be25} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16123 | 2025.02.28 06:56:39.405979 [ 255 ] {2ea428db-dca6-48b7-be3b-c5ea5e18be25} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001504 sec., 39893.6170212766 rows/sec., 2.69 MiB/sec. | ||
| 16124 | 2025.02.28 06:56:39.406028 [ 255 ] {2ea428db-dca6-48b7-be3b-c5ea5e18be25} <Debug> TCPHandler: Processed in 0.00170237 sec. | ||
| 16125 | 2025.02.28 06:56:41.361011 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38979 | ||
| 16126 | 2025.02.28 06:56:41.361685 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16127 | 2025.02.28 06:56:41.361735 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16128 | 2025.02.28 06:56:41.362285 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 16129 | 2025.02.28 06:56:41.362544 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16130 | 2025.02.28 06:56:41.362761 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979 | ||
| 16131 | 2025.02.28 06:56:42.496618 [ 221 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 16132 | 2025.02.28 06:56:42.496669 [ 221 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 16133 | 2025.02.28 06:56:42.498450 [ 221 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 16134 | 2025.02.28 06:56:42.638198 [ 224 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 16135 | 2025.02.28 06:56:42.638263 [ 224 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 16136 | 2025.02.28 06:56:42.640543 [ 224 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 16137 | 2025.02.28 06:56:43.000187 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.66 MiB, peak 285.47 MiB, free memory in arenas 0.00 B, will set to 266.66 MiB (RSS), difference: 4.00 MiB | ||
| 16138 | 2025.02.28 06:56:44.090922 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2228 | ||
| 16139 | 2025.02.28 06:56:44.094019 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16140 | 2025.02.28 06:56:44.094071 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16141 | 2025.02.28 06:56:44.095573 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16142 | 2025.02.28 06:56:44.095891 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16143 | 2025.02.28 06:56:44.096411 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2228 | ||
| 16144 | 2025.02.28 06:56:44.221023 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 641 | ||
| 16145 | 2025.02.28 06:56:44.244717 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16146 | 2025.02.28 06:56:44.244779 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16147 | 2025.02.28 06:56:44.252556 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 16148 | 2025.02.28 06:56:44.253369 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16149 | 2025.02.28 06:56:44.256449 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641 | ||
| 16150 | 2025.02.28 06:56:44.405904 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16151 | 2025.02.28 06:56:44.406118 [ 4 ] {34adb53d-bef4-42d7-b970-0fbb4e447a41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16152 | 2025.02.28 06:56:44.406198 [ 4 ] {34adb53d-bef4-42d7-b970-0fbb4e447a41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16153 | 2025.02.28 06:56:44.407048 [ 4 ] {34adb53d-bef4-42d7-b970-0fbb4e447a41} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16154 | 2025.02.28 06:56:44.407094 [ 4 ] {34adb53d-bef4-42d7-b970-0fbb4e447a41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16155 | 2025.02.28 06:56:44.407536 [ 4 ] {34adb53d-bef4-42d7-b970-0fbb4e447a41} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16156 | 2025.02.28 06:56:44.407787 [ 4 ] {34adb53d-bef4-42d7-b970-0fbb4e447a41} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16157 | 2025.02.28 06:56:44.408019 [ 4 ] {34adb53d-bef4-42d7-b970-0fbb4e447a41} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001959 sec., 108218.47881572232 rows/sec., 6.88 MiB/sec. | ||
| 16158 | 2025.02.28 06:56:44.408074 [ 4 ] {34adb53d-bef4-42d7-b970-0fbb4e447a41} <Debug> TCPHandler: Processed in 0.002312328 sec. | ||
| 16159 | 2025.02.28 06:56:44.408331 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16160 | 2025.02.28 06:56:44.408526 [ 255 ] {b4d64a6c-3cba-459b-82b1-927d62da6c58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16161 | 2025.02.28 06:56:44.408602 [ 255 ] {b4d64a6c-3cba-459b-82b1-927d62da6c58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16162 | 2025.02.28 06:56:44.409691 [ 255 ] {b4d64a6c-3cba-459b-82b1-927d62da6c58} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16163 | 2025.02.28 06:56:44.409738 [ 255 ] {b4d64a6c-3cba-459b-82b1-927d62da6c58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16164 | 2025.02.28 06:56:44.410230 [ 255 ] {b4d64a6c-3cba-459b-82b1-927d62da6c58} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16165 | 2025.02.28 06:56:44.410498 [ 255 ] {b4d64a6c-3cba-459b-82b1-927d62da6c58} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16166 | 2025.02.28 06:56:44.410716 [ 255 ] {b4d64a6c-3cba-459b-82b1-927d62da6c58} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.002243 sec., 309852.87561301823 rows/sec., 24.74 MiB/sec. | ||
| 16167 | 2025.02.28 06:56:44.410789 [ 255 ] {b4d64a6c-3cba-459b-82b1-927d62da6c58} <Debug> TCPHandler: Processed in 0.002596441 sec. | ||
| 16168 | 2025.02.28 06:56:44.410931 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16169 | 2025.02.28 06:56:44.411051 [ 4 ] {b21ff181-b314-4ad7-8076-ff033e08d8ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16170 | 2025.02.28 06:56:44.411100 [ 4 ] {b21ff181-b314-4ad7-8076-ff033e08d8ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16171 | 2025.02.28 06:56:44.411721 [ 4 ] {b21ff181-b314-4ad7-8076-ff033e08d8ef} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16172 | 2025.02.28 06:56:44.411760 [ 4 ] {b21ff181-b314-4ad7-8076-ff033e08d8ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16173 | 2025.02.28 06:56:44.412139 [ 4 ] {b21ff181-b314-4ad7-8076-ff033e08d8ef} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16174 | 2025.02.28 06:56:44.412381 [ 4 ] {b21ff181-b314-4ad7-8076-ff033e08d8ef} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16175 | 2025.02.28 06:56:44.412610 [ 4 ] {b21ff181-b314-4ad7-8076-ff033e08d8ef} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.00158 sec., 91772.15189873417 rows/sec., 5.76 MiB/sec. | ||
| 16176 | 2025.02.28 06:56:44.412706 [ 4 ] {b21ff181-b314-4ad7-8076-ff033e08d8ef} <Debug> TCPHandler: Processed in 0.001828432 sec. | ||
| 16177 | 2025.02.28 06:56:44.412928 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16178 | 2025.02.28 06:56:44.413092 [ 255 ] {5865f78c-cabd-4dc3-83ba-2421337ef5c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16179 | 2025.02.28 06:56:44.413150 [ 255 ] {5865f78c-cabd-4dc3-83ba-2421337ef5c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16180 | 2025.02.28 06:56:44.413838 [ 255 ] {5865f78c-cabd-4dc3-83ba-2421337ef5c3} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16181 | 2025.02.28 06:56:44.413879 [ 255 ] {5865f78c-cabd-4dc3-83ba-2421337ef5c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16182 | 2025.02.28 06:56:44.414283 [ 255 ] {5865f78c-cabd-4dc3-83ba-2421337ef5c3} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16183 | 2025.02.28 06:56:44.414524 [ 255 ] {5865f78c-cabd-4dc3-83ba-2421337ef5c3} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16184 | 2025.02.28 06:56:44.414719 [ 255 ] {5865f78c-cabd-4dc3-83ba-2421337ef5c3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001658 sec., 68154.40289505429 rows/sec., 4.41 MiB/sec. | ||
| 16185 | 2025.02.28 06:56:44.414815 [ 255 ] {5865f78c-cabd-4dc3-83ba-2421337ef5c3} <Debug> TCPHandler: Processed in 0.002009324 sec. | ||
| 16186 | 2025.02.28 06:56:44.415018 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16187 | 2025.02.28 06:56:44.415156 [ 4 ] {a0f4c2ef-1c64-436c-a6b0-09d1cbfcb091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16188 | 2025.02.28 06:56:44.415212 [ 4 ] {a0f4c2ef-1c64-436c-a6b0-09d1cbfcb091} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16189 | 2025.02.28 06:56:44.415844 [ 4 ] {a0f4c2ef-1c64-436c-a6b0-09d1cbfcb091} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16190 | 2025.02.28 06:56:44.415884 [ 4 ] {a0f4c2ef-1c64-436c-a6b0-09d1cbfcb091} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16191 | 2025.02.28 06:56:44.416243 [ 4 ] {a0f4c2ef-1c64-436c-a6b0-09d1cbfcb091} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16192 | 2025.02.28 06:56:44.416480 [ 4 ] {a0f4c2ef-1c64-436c-a6b0-09d1cbfcb091} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16193 | 2025.02.28 06:56:44.416689 [ 4 ] {a0f4c2ef-1c64-436c-a6b0-09d1cbfcb091} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00156 sec., 71794.8717948718 rows/sec., 4.09 MiB/sec. | ||
| 16194 | 2025.02.28 06:56:44.416770 [ 4 ] {a0f4c2ef-1c64-436c-a6b0-09d1cbfcb091} <Debug> TCPHandler: Processed in 0.001836682 sec. | ||
| 16195 | 2025.02.28 06:56:44.416991 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16196 | 2025.02.28 06:56:44.417144 [ 255 ] {100bfb4b-0429-4425-bd42-215ebc003142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16197 | 2025.02.28 06:56:44.417199 [ 255 ] {100bfb4b-0429-4425-bd42-215ebc003142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16198 | 2025.02.28 06:56:44.417962 [ 255 ] {100bfb4b-0429-4425-bd42-215ebc003142} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16199 | 2025.02.28 06:56:44.418001 [ 255 ] {100bfb4b-0429-4425-bd42-215ebc003142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16200 | 2025.02.28 06:56:44.418412 [ 255 ] {100bfb4b-0429-4425-bd42-215ebc003142} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16201 | 2025.02.28 06:56:44.418654 [ 255 ] {100bfb4b-0429-4425-bd42-215ebc003142} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16202 | 2025.02.28 06:56:44.418848 [ 255 ] {100bfb4b-0429-4425-bd42-215ebc003142} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001733 sec., 242931.33294864398 rows/sec., 17.30 MiB/sec. | ||
| 16203 | 2025.02.28 06:56:44.418909 [ 255 ] {100bfb4b-0429-4425-bd42-215ebc003142} <Debug> TCPHandler: Processed in 0.002043935 sec. | ||
| 16204 | 2025.02.28 06:56:44.419066 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16205 | 2025.02.28 06:56:44.419184 [ 4 ] {eef7e4a7-948e-497b-8e09-d0387a888e8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16206 | 2025.02.28 06:56:44.419234 [ 4 ] {eef7e4a7-948e-497b-8e09-d0387a888e8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16207 | 2025.02.28 06:56:44.419792 [ 4 ] {eef7e4a7-948e-497b-8e09-d0387a888e8e} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16208 | 2025.02.28 06:56:44.419837 [ 4 ] {eef7e4a7-948e-497b-8e09-d0387a888e8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16209 | 2025.02.28 06:56:44.420276 [ 4 ] {eef7e4a7-948e-497b-8e09-d0387a888e8e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16210 | 2025.02.28 06:56:44.420515 [ 4 ] {eef7e4a7-948e-497b-8e09-d0387a888e8e} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16211 | 2025.02.28 06:56:44.420726 [ 4 ] {eef7e4a7-948e-497b-8e09-d0387a888e8e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001565 sec., 3833.865814696486 rows/sec., 200.30 KiB/sec. | ||
| 16212 | 2025.02.28 06:56:44.420775 [ 4 ] {eef7e4a7-948e-497b-8e09-d0387a888e8e} <Debug> TCPHandler: Processed in 0.001766921 sec. | ||
| 16213 | 2025.02.28 06:56:44.420922 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16214 | 2025.02.28 06:56:44.421046 [ 255 ] {2b9935cd-021f-4df3-a0e8-7cf63ef0277f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16215 | 2025.02.28 06:56:44.421101 [ 255 ] {2b9935cd-021f-4df3-a0e8-7cf63ef0277f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16216 | 2025.02.28 06:56:44.421717 [ 255 ] {2b9935cd-021f-4df3-a0e8-7cf63ef0277f} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16217 | 2025.02.28 06:56:44.421755 [ 255 ] {2b9935cd-021f-4df3-a0e8-7cf63ef0277f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16218 | 2025.02.28 06:56:44.422164 [ 255 ] {2b9935cd-021f-4df3-a0e8-7cf63ef0277f} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16219 | 2025.02.28 06:56:44.422407 [ 255 ] {2b9935cd-021f-4df3-a0e8-7cf63ef0277f} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16220 | 2025.02.28 06:56:44.422588 [ 255 ] {2b9935cd-021f-4df3-a0e8-7cf63ef0277f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001571 sec., 150859.32527052832 rows/sec., 10.11 MiB/sec. | ||
| 16221 | 2025.02.28 06:56:44.422649 [ 255 ] {2b9935cd-021f-4df3-a0e8-7cf63ef0277f} <Debug> TCPHandler: Processed in 0.001784911 sec. | ||
| 16222 | 2025.02.28 06:56:44.422807 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16223 | 2025.02.28 06:56:44.422945 [ 4 ] {1779a4b3-6013-4a12-9412-c2a206ec2fad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16224 | 2025.02.28 06:56:44.423005 [ 4 ] {1779a4b3-6013-4a12-9412-c2a206ec2fad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16225 | 2025.02.28 06:56:44.423519 [ 4 ] {1779a4b3-6013-4a12-9412-c2a206ec2fad} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16226 | 2025.02.28 06:56:44.423558 [ 4 ] {1779a4b3-6013-4a12-9412-c2a206ec2fad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16227 | 2025.02.28 06:56:44.423916 [ 4 ] {1779a4b3-6013-4a12-9412-c2a206ec2fad} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16228 | 2025.02.28 06:56:44.424155 [ 4 ] {1779a4b3-6013-4a12-9412-c2a206ec2fad} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16229 | 2025.02.28 06:56:44.424332 [ 4 ] {1779a4b3-6013-4a12-9412-c2a206ec2fad} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001418 sec., 705.2186177715091 rows/sec., 47.52 KiB/sec. | ||
| 16230 | 2025.02.28 06:56:44.424379 [ 4 ] {1779a4b3-6013-4a12-9412-c2a206ec2fad} <Debug> TCPHandler: Processed in 0.00163821 sec. | ||
| 16231 | 2025.02.28 06:56:44.424537 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16232 | 2025.02.28 06:56:44.424678 [ 255 ] {2d695361-af93-41a2-b6fe-c881e75860c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16233 | 2025.02.28 06:56:44.424776 [ 255 ] {2d695361-af93-41a2-b6fe-c881e75860c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16234 | 2025.02.28 06:56:44.426086 [ 255 ] {2d695361-af93-41a2-b6fe-c881e75860c6} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16235 | 2025.02.28 06:56:44.426125 [ 255 ] {2d695361-af93-41a2-b6fe-c881e75860c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16236 | 2025.02.28 06:56:44.426822 [ 255 ] {2d695361-af93-41a2-b6fe-c881e75860c6} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16237 | 2025.02.28 06:56:44.427089 [ 255 ] {2d695361-af93-41a2-b6fe-c881e75860c6} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16238 | 2025.02.28 06:56:44.427335 [ 255 ] {2d695361-af93-41a2-b6fe-c881e75860c6} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002687 sec., 14514.328247115742 rows/sec., 26.01 MiB/sec. | ||
| 16239 | 2025.02.28 06:56:44.427621 [ 255 ] {2d695361-af93-41a2-b6fe-c881e75860c6} <Debug> TCPHandler: Processed in 0.003151438 sec. | ||
| 16240 | 2025.02.28 06:56:44.427860 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16241 | 2025.02.28 06:56:44.428015 [ 4 ] {bfa59db2-2678-4d71-8f0b-abd5f3049e9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16242 | 2025.02.28 06:56:44.428077 [ 4 ] {bfa59db2-2678-4d71-8f0b-abd5f3049e9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16243 | 2025.02.28 06:56:44.428594 [ 4 ] {bfa59db2-2678-4d71-8f0b-abd5f3049e9f} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16244 | 2025.02.28 06:56:44.428632 [ 4 ] {bfa59db2-2678-4d71-8f0b-abd5f3049e9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16245 | 2025.02.28 06:56:44.429011 [ 4 ] {bfa59db2-2678-4d71-8f0b-abd5f3049e9f} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 16246 | 2025.02.28 06:56:44.429249 [ 4 ] {bfa59db2-2678-4d71-8f0b-abd5f3049e9f} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16247 | 2025.02.28 06:56:44.429454 [ 4 ] {bfa59db2-2678-4d71-8f0b-abd5f3049e9f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00146 sec., 56164.38356164384 rows/sec., 3.57 MiB/sec. | ||
| 16248 | 2025.02.28 06:56:44.429509 [ 4 ] {bfa59db2-2678-4d71-8f0b-abd5f3049e9f} <Debug> TCPHandler: Processed in 0.001785142 sec. | ||
| 16249 | 2025.02.28 06:56:45.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.97 MiB, peak 285.47 MiB, free memory in arenas 0.00 B, will set to 266.66 MiB (RSS), difference: -1.30 MiB | ||
| 16250 | 2025.02.28 06:56:45.619605 [ 223 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Found 6 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, all_14_14_0] | ||
| 16251 | 2025.02.28 06:56:45.619656 [ 223 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Removing 6 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, all_14_14_0] | ||
| 16252 | 2025.02.28 06:56:45.621507 [ 223 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Removing 6 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] | ||
| 16253 | 2025.02.28 06:56:48.627352 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16254 | 2025.02.28 06:56:48.627426 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16255 | 2025.02.28 06:56:48.863040 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39406 | ||
| 16256 | 2025.02.28 06:56:48.863876 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16257 | 2025.02.28 06:56:48.863923 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16258 | 2025.02.28 06:56:48.864453 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 16259 | 2025.02.28 06:56:48.864712 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16260 | 2025.02.28 06:56:48.864937 [ 103 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 16261 | 2025.02.28 06:56:48.864972 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 | ||
| 16262 | 2025.02.28 06:56:48.865017 [ 103 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16263 | 2025.02.28 06:56:48.865051 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16264 | 2025.02.28 06:56:48.865201 [ 198 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 16265 | 2025.02.28 06:56:48.865358 [ 198 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16266 | 2025.02.28 06:56:48.865403 [ 198 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 16267 | 2025.02.28 06:56:48.865486 [ 198 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 16268 | 2025.02.28 06:56:48.865732 [ 198 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 16269 | 2025.02.28 06:56:48.866048 [ 198 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 16270 | 2025.02.28 06:56:48.866308 [ 198 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 16271 | 2025.02.28 06:56:48.866674 [ 198 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 16272 | 2025.02.28 06:56:48.870348 [ 191 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.005215643 sec., 7555348.40095459 rows/sec., 108.08 MiB/sec. | ||
| 16273 | 2025.02.28 06:56:48.870777 [ 199 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 16274 | 2025.02.28 06:56:48.871106 [ 199 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_86_17} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16275 | 2025.02.28 06:56:48.871197 [ 199 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_86_17} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 16276 | 2025.02.28 06:56:48.871313 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 16277 | 2025.02.28 06:56:49.397445 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16278 | 2025.02.28 06:56:49.397661 [ 4 ] {73ac958a-f611-40b7-8780-cda04924fa56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16279 | 2025.02.28 06:56:49.397742 [ 4 ] {73ac958a-f611-40b7-8780-cda04924fa56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16280 | 2025.02.28 06:56:49.398604 [ 4 ] {73ac958a-f611-40b7-8780-cda04924fa56} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16281 | 2025.02.28 06:56:49.398655 [ 4 ] {73ac958a-f611-40b7-8780-cda04924fa56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16282 | 2025.02.28 06:56:49.399092 [ 4 ] {73ac958a-f611-40b7-8780-cda04924fa56} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16283 | 2025.02.28 06:56:49.399339 [ 4 ] {73ac958a-f611-40b7-8780-cda04924fa56} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16284 | 2025.02.28 06:56:49.399537 [ 107 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 16285 | 2025.02.28 06:56:49.399563 [ 4 ] {73ac958a-f611-40b7-8780-cda04924fa56} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001957 sec., 28615.2273888605 rows/sec., 2.20 MiB/sec. | ||
| 16286 | 2025.02.28 06:56:49.399622 [ 107 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16287 | 2025.02.28 06:56:49.399698 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16288 | 2025.02.28 06:56:49.399701 [ 4 ] {73ac958a-f611-40b7-8780-cda04924fa56} <Debug> TCPHandler: Processed in 0.002391478 sec. | ||
| 16289 | 2025.02.28 06:56:49.399892 [ 192 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 16290 | 2025.02.28 06:56:49.400024 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16291 | 2025.02.28 06:56:49.400051 [ 192 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16292 | 2025.02.28 06:56:49.400115 [ 192 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1844 rows starting from the beginning of the part | ||
| 16293 | 2025.02.28 06:56:49.400400 [ 255 ] {d9d2ff27-56a2-47df-a34e-7a6c09f5654a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16294 | 2025.02.28 06:56:49.400403 [ 192 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 56 rows starting from the beginning of the part | ||
| 16295 | 2025.02.28 06:56:49.400567 [ 255 ] {d9d2ff27-56a2-47df-a34e-7a6c09f5654a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16296 | 2025.02.28 06:56:49.400686 [ 192 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 695 rows starting from the beginning of the part | ||
| 16297 | 2025.02.28 06:56:49.401080 [ 192 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 16298 | 2025.02.28 06:56:49.401453 [ 192 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 695 rows starting from the beginning of the part | ||
| 16299 | 2025.02.28 06:56:49.401831 [ 192 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 56 rows starting from the beginning of the part | ||
| 16300 | 2025.02.28 06:56:49.403636 [ 255 ] {d9d2ff27-56a2-47df-a34e-7a6c09f5654a} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16301 | 2025.02.28 06:56:49.403727 [ 255 ] {d9d2ff27-56a2-47df-a34e-7a6c09f5654a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16302 | 2025.02.28 06:56:49.404679 [ 255 ] {d9d2ff27-56a2-47df-a34e-7a6c09f5654a} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16303 | 2025.02.28 06:56:49.405031 [ 255 ] {d9d2ff27-56a2-47df-a34e-7a6c09f5654a} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16304 | 2025.02.28 06:56:49.405456 [ 107 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 16305 | 2025.02.28 06:56:49.405505 [ 192 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3402 rows, containing 5 columns (5 merged, 0 gathered) in 0.005685628 sec., 598350.7890421252 rows/sec., 50.53 MiB/sec. | ||
| 16306 | 2025.02.28 06:56:49.405558 [ 107 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16307 | 2025.02.28 06:56:49.405621 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16308 | 2025.02.28 06:56:49.405684 [ 255 ] {d9d2ff27-56a2-47df-a34e-7a6c09f5654a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005434 sec., 11777.695988222305 rows/sec., 941.34 KiB/sec. | ||
| 16309 | 2025.02.28 06:56:49.405921 [ 192 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 16310 | 2025.02.28 06:56:49.405947 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 16311 | 2025.02.28 06:56:49.406113 [ 255 ] {d9d2ff27-56a2-47df-a34e-7a6c09f5654a} <Debug> TCPHandler: Processed in 0.006255725 sec. | ||
| 16312 | 2025.02.28 06:56:49.406421 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16313 | 2025.02.28 06:56:49.406441 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16314 | 2025.02.28 06:56:49.406547 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 913 rows starting from the beginning of the part | ||
| 16315 | 2025.02.28 06:56:49.406814 [ 192 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_146_29} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16316 | 2025.02.28 06:56:49.406809 [ 4 ] {37d6ddde-e7ec-494d-95da-2c2fbd4a894c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16317 | 2025.02.28 06:56:49.406896 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 64 rows starting from the beginning of the part | ||
| 16318 | 2025.02.28 06:56:49.407097 [ 4 ] {37d6ddde-e7ec-494d-95da-2c2fbd4a894c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16319 | 2025.02.28 06:56:49.407231 [ 192 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_146_29} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 16320 | 2025.02.28 06:56:49.407484 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 421 rows starting from the beginning of the part | ||
| 16321 | 2025.02.28 06:56:49.407647 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 16322 | 2025.02.28 06:56:49.408009 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 16323 | 2025.02.28 06:56:49.408418 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 421 rows starting from the beginning of the part | ||
| 16324 | 2025.02.28 06:56:49.408725 [ 191 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 64 rows starting from the beginning of the part | ||
| 16325 | 2025.02.28 06:56:49.410134 [ 4 ] {37d6ddde-e7ec-494d-95da-2c2fbd4a894c} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16326 | 2025.02.28 06:56:49.410202 [ 4 ] {37d6ddde-e7ec-494d-95da-2c2fbd4a894c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16327 | 2025.02.28 06:56:49.411213 [ 4 ] {37d6ddde-e7ec-494d-95da-2c2fbd4a894c} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16328 | 2025.02.28 06:56:49.411682 [ 4 ] {37d6ddde-e7ec-494d-95da-2c2fbd4a894c} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16329 | 2025.02.28 06:56:49.411966 [ 201 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.006244375 sec., 311800.6205585027 rows/sec., 23.82 MiB/sec. | ||
| 16330 | 2025.02.28 06:56:49.412130 [ 4 ] {37d6ddde-e7ec-494d-95da-2c2fbd4a894c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005471 sec., 29245.11058307439 rows/sec., 2.04 MiB/sec. | ||
| 16331 | 2025.02.28 06:56:49.412229 [ 4 ] {37d6ddde-e7ec-494d-95da-2c2fbd4a894c} <Debug> TCPHandler: Processed in 0.005956592 sec. | ||
| 16332 | 2025.02.28 06:56:49.412280 [ 201 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 16333 | 2025.02.28 06:56:49.412431 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16334 | 2025.02.28 06:56:49.412597 [ 255 ] {720ea93f-bbf4-4c5a-b023-2a83370c6646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16335 | 2025.02.28 06:56:49.412660 [ 201 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_146_29} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16336 | 2025.02.28 06:56:49.412679 [ 255 ] {720ea93f-bbf4-4c5a-b023-2a83370c6646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16337 | 2025.02.28 06:56:49.412789 [ 201 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_146_29} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 16338 | 2025.02.28 06:56:49.412925 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 16339 | 2025.02.28 06:56:49.413390 [ 255 ] {720ea93f-bbf4-4c5a-b023-2a83370c6646} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16340 | 2025.02.28 06:56:49.413437 [ 255 ] {720ea93f-bbf4-4c5a-b023-2a83370c6646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16341 | 2025.02.28 06:56:49.413835 [ 255 ] {720ea93f-bbf4-4c5a-b023-2a83370c6646} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 16342 | 2025.02.28 06:56:49.414097 [ 255 ] {720ea93f-bbf4-4c5a-b023-2a83370c6646} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16343 | 2025.02.28 06:56:49.414260 [ 107 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 16344 | 2025.02.28 06:56:49.414323 [ 107 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16345 | 2025.02.28 06:56:49.414335 [ 255 ] {720ea93f-bbf4-4c5a-b023-2a83370c6646} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001777 sec., 33764.772087788406 rows/sec., 2.28 MiB/sec. | ||
| 16346 | 2025.02.28 06:56:49.414363 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16347 | 2025.02.28 06:56:49.414488 [ 255 ] {720ea93f-bbf4-4c5a-b023-2a83370c6646} <Debug> TCPHandler: Processed in 0.002127465 sec. | ||
| 16348 | 2025.02.28 06:56:49.414653 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 16349 | 2025.02.28 06:56:49.414838 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16350 | 2025.02.28 06:56:49.414881 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8544 rows starting from the beginning of the part | ||
| 16351 | 2025.02.28 06:56:49.415008 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 60 rows starting from the beginning of the part | ||
| 16352 | 2025.02.28 06:56:49.415199 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 82 rows starting from the beginning of the part | ||
| 16353 | 2025.02.28 06:56:49.415298 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 60 rows starting from the beginning of the part | ||
| 16354 | 2025.02.28 06:56:49.415424 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 16355 | 2025.02.28 06:56:49.415601 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 16356 | 2025.02.28 06:56:49.418286 [ 201 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8888 rows, containing 4 columns (4 merged, 0 gathered) in 0.003781955 sec., 2350107.285782089 rows/sec., 153.16 MiB/sec. | ||
| 16357 | 2025.02.28 06:56:49.418500 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 16358 | 2025.02.28 06:56:49.418807 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_146_29} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16359 | 2025.02.28 06:56:49.418887 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_146_29} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 16360 | 2025.02.28 06:56:49.418973 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. | ||
| 16361 | 2025.02.28 06:56:51.756628 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649 | ||
| 16362 | 2025.02.28 06:56:51.780225 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16363 | 2025.02.28 06:56:51.780297 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16364 | 2025.02.28 06:56:51.787999 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 16365 | 2025.02.28 06:56:51.788850 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16366 | 2025.02.28 06:56:51.789280 [ 105 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 16367 | 2025.02.28 06:56:51.789436 [ 105 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16368 | 2025.02.28 06:56:51.789508 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16369 | 2025.02.28 06:56:51.789990 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 16370 | 2025.02.28 06:56:51.807791 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649 | ||
| 16371 | 2025.02.28 06:56:51.809304 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16372 | 2025.02.28 06:56:51.811072 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 16373 | 2025.02.28 06:56:51.817074 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 16374 | 2025.02.28 06:56:51.823265 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 16375 | 2025.02.28 06:56:51.829420 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part | ||
| 16376 | 2025.02.28 06:56:51.829960 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16377 | 2025.02.28 06:56:51.830357 [ 4 ] {9b1aa2ee-070d-4391-9e5a-c1043afdb4df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16378 | 2025.02.28 06:56:51.830511 [ 4 ] {9b1aa2ee-070d-4391-9e5a-c1043afdb4df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16379 | 2025.02.28 06:56:51.832345 [ 4 ] {9b1aa2ee-070d-4391-9e5a-c1043afdb4df} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16380 | 2025.02.28 06:56:51.832429 [ 4 ] {9b1aa2ee-070d-4391-9e5a-c1043afdb4df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16381 | 2025.02.28 06:56:51.833752 [ 4 ] {9b1aa2ee-070d-4391-9e5a-c1043afdb4df} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16382 | 2025.02.28 06:56:51.834447 [ 4 ] {9b1aa2ee-070d-4391-9e5a-c1043afdb4df} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16383 | 2025.02.28 06:56:51.835099 [ 4 ] {9b1aa2ee-070d-4391-9e5a-c1043afdb4df} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.004827 sec., 43919.61881085561 rows/sec., 2.79 MiB/sec. | ||
| 16384 | 2025.02.28 06:56:51.835390 [ 4 ] {9b1aa2ee-070d-4391-9e5a-c1043afdb4df} <Debug> TCPHandler: Processed in 0.005637238 sec. | ||
| 16385 | 2025.02.28 06:56:51.835816 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16386 | 2025.02.28 06:56:51.836236 [ 255 ] {bdd7b78e-c5eb-4d6b-a85a-8b68698735ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16387 | 2025.02.28 06:56:51.836411 [ 255 ] {bdd7b78e-c5eb-4d6b-a85a-8b68698735ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16388 | 2025.02.28 06:56:51.839694 [ 255 ] {bdd7b78e-c5eb-4d6b-a85a-8b68698735ad} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16389 | 2025.02.28 06:56:51.839793 [ 255 ] {bdd7b78e-c5eb-4d6b-a85a-8b68698735ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16390 | 2025.02.28 06:56:51.842010 [ 255 ] {bdd7b78e-c5eb-4d6b-a85a-8b68698735ad} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 16391 | 2025.02.28 06:56:51.842792 [ 255 ] {bdd7b78e-c5eb-4d6b-a85a-8b68698735ad} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16392 | 2025.02.28 06:56:51.843751 [ 255 ] {bdd7b78e-c5eb-4d6b-a85a-8b68698735ad} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.007607 sec., 262.9157355067701 rows/sec., 21.44 KiB/sec. | ||
| 16393 | 2025.02.28 06:56:51.844227 [ 255 ] {bdd7b78e-c5eb-4d6b-a85a-8b68698735ad} <Debug> TCPHandler: Processed in 0.008631004 sec. | ||
| 16394 | 2025.02.28 06:56:51.844573 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16395 | 2025.02.28 06:56:51.845286 [ 4 ] {28370913-3216-4900-a27b-8b2f30877b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16396 | 2025.02.28 06:56:51.845713 [ 4 ] {28370913-3216-4900-a27b-8b2f30877b83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16397 | 2025.02.28 06:56:51.850222 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part | ||
| 16398 | 2025.02.28 06:56:51.850433 [ 4 ] {28370913-3216-4900-a27b-8b2f30877b83} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16399 | 2025.02.28 06:56:51.850543 [ 4 ] {28370913-3216-4900-a27b-8b2f30877b83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16400 | 2025.02.28 06:56:51.851598 [ 4 ] {28370913-3216-4900-a27b-8b2f30877b83} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16401 | 2025.02.28 06:56:51.852054 [ 4 ] {28370913-3216-4900-a27b-8b2f30877b83} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16402 | 2025.02.28 06:56:51.852486 [ 4 ] {28370913-3216-4900-a27b-8b2f30877b83} <Debug> executeQuery: Read 1836 rows, 153.46 KiB in 0.00759 sec., 241897.23320158102 rows/sec., 19.74 MiB/sec. | ||
| 16403 | 2025.02.28 06:56:51.852618 [ 4 ] {28370913-3216-4900-a27b-8b2f30877b83} <Debug> TCPHandler: Processed in 0.008267329 sec. | ||
| 16404 | 2025.02.28 06:56:51.852794 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16405 | 2025.02.28 06:56:51.853001 [ 255 ] {e52f8caf-a069-4c63-8330-f4c4ea7eb584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16406 | 2025.02.28 06:56:51.853093 [ 255 ] {e52f8caf-a069-4c63-8330-f4c4ea7eb584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16407 | 2025.02.28 06:56:51.855688 [ 255 ] {e52f8caf-a069-4c63-8330-f4c4ea7eb584} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16408 | 2025.02.28 06:56:51.855799 [ 255 ] {e52f8caf-a069-4c63-8330-f4c4ea7eb584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16409 | 2025.02.28 06:56:51.857234 [ 255 ] {e52f8caf-a069-4c63-8330-f4c4ea7eb584} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16410 | 2025.02.28 06:56:51.857776 [ 255 ] {e52f8caf-a069-4c63-8330-f4c4ea7eb584} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16411 | 2025.02.28 06:56:51.858305 [ 255 ] {e52f8caf-a069-4c63-8330-f4c4ea7eb584} <Debug> executeQuery: Read 147 rows, 9.46 KiB in 0.005357 sec., 27440.731752846743 rows/sec., 1.72 MiB/sec. | ||
| 16412 | 2025.02.28 06:56:51.858489 [ 255 ] {e52f8caf-a069-4c63-8330-f4c4ea7eb584} <Debug> TCPHandler: Processed in 0.00578331 sec. | ||
| 16413 | 2025.02.28 06:56:51.858701 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16414 | 2025.02.28 06:56:51.858956 [ 4 ] {8ab0ed4b-63bd-4b20-a8fb-764b85867467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16415 | 2025.02.28 06:56:51.859136 [ 4 ] {8ab0ed4b-63bd-4b20-a8fb-764b85867467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16416 | 2025.02.28 06:56:51.863796 [ 4 ] {8ab0ed4b-63bd-4b20-a8fb-764b85867467} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16417 | 2025.02.28 06:56:51.863901 [ 4 ] {8ab0ed4b-63bd-4b20-a8fb-764b85867467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16418 | 2025.02.28 06:56:51.866081 [ 4 ] {8ab0ed4b-63bd-4b20-a8fb-764b85867467} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16419 | 2025.02.28 06:56:51.866810 [ 4 ] {8ab0ed4b-63bd-4b20-a8fb-764b85867467} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16420 | 2025.02.28 06:56:51.867564 [ 4 ] {8ab0ed4b-63bd-4b20-a8fb-764b85867467} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.008642 sec., 39458.45869011803 rows/sec., 2.63 MiB/sec. | ||
| 16421 | 2025.02.28 06:56:51.868462 [ 4 ] {8ab0ed4b-63bd-4b20-a8fb-764b85867467} <Debug> TCPHandler: Processed in 0.009861858 sec. | ||
| 16422 | 2025.02.28 06:56:51.868908 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16423 | 2025.02.28 06:56:51.869619 [ 255 ] {dc3a6687-85d9-4037-b516-85ab22f70573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16424 | 2025.02.28 06:56:51.869887 [ 255 ] {dc3a6687-85d9-4037-b516-85ab22f70573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16425 | 2025.02.28 06:56:51.873315 [ 255 ] {dc3a6687-85d9-4037-b516-85ab22f70573} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16426 | 2025.02.28 06:56:51.873414 [ 255 ] {dc3a6687-85d9-4037-b516-85ab22f70573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16427 | 2025.02.28 06:56:51.873592 [ 190 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 16428 | 2025.02.28 06:56:51.874467 [ 255 ] {dc3a6687-85d9-4037-b516-85ab22f70573} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16429 | 2025.02.28 06:56:51.874948 [ 255 ] {dc3a6687-85d9-4037-b516-85ab22f70573} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16430 | 2025.02.28 06:56:51.875467 [ 255 ] {dc3a6687-85d9-4037-b516-85ab22f70573} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.006109 sec., 18333.606154853496 rows/sec., 1.04 MiB/sec. | ||
| 16431 | 2025.02.28 06:56:51.875718 [ 255 ] {dc3a6687-85d9-4037-b516-85ab22f70573} <Debug> TCPHandler: Processed in 0.007076665 sec. | ||
| 16432 | 2025.02.28 06:56:51.876324 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16433 | 2025.02.28 06:56:51.876687 [ 4 ] {5d787121-5825-4eb2-8fb6-65b1db838c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16434 | 2025.02.28 06:56:51.876771 [ 4 ] {5d787121-5825-4eb2-8fb6-65b1db838c92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16435 | 2025.02.28 06:56:51.879193 [ 4 ] {5d787121-5825-4eb2-8fb6-65b1db838c92} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16436 | 2025.02.28 06:56:51.879292 [ 4 ] {5d787121-5825-4eb2-8fb6-65b1db838c92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16437 | 2025.02.28 06:56:51.880653 [ 4 ] {5d787121-5825-4eb2-8fb6-65b1db838c92} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16438 | 2025.02.28 06:56:51.881260 [ 4 ] {5d787121-5825-4eb2-8fb6-65b1db838c92} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16439 | 2025.02.28 06:56:51.881817 [ 4 ] {5d787121-5825-4eb2-8fb6-65b1db838c92} <Debug> executeQuery: Read 879 rows, 65.16 KiB in 0.005174 sec., 169887.90104367994 rows/sec., 12.30 MiB/sec. | ||
| 16440 | 2025.02.28 06:56:51.882015 [ 4 ] {5d787121-5825-4eb2-8fb6-65b1db838c92} <Debug> TCPHandler: Processed in 0.006143153 sec. | ||
| 16441 | 2025.02.28 06:56:51.882656 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16442 | 2025.02.28 06:56:51.883240 [ 255 ] {91af5ad9-0e3e-47e6-8027-2b30586bbb32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16443 | 2025.02.28 06:56:51.883435 [ 255 ] {91af5ad9-0e3e-47e6-8027-2b30586bbb32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16444 | 2025.02.28 06:56:51.886912 [ 255 ] {91af5ad9-0e3e-47e6-8027-2b30586bbb32} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16445 | 2025.02.28 06:56:51.887010 [ 255 ] {91af5ad9-0e3e-47e6-8027-2b30586bbb32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16446 | 2025.02.28 06:56:51.889127 [ 255 ] {91af5ad9-0e3e-47e6-8027-2b30586bbb32} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16447 | 2025.02.28 06:56:51.889900 [ 255 ] {91af5ad9-0e3e-47e6-8027-2b30586bbb32} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16448 | 2025.02.28 06:56:51.890853 [ 255 ] {91af5ad9-0e3e-47e6-8027-2b30586bbb32} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.007767 sec., 772.4990343762071 rows/sec., 40.36 KiB/sec. | ||
| 16449 | 2025.02.28 06:56:51.891378 [ 255 ] {91af5ad9-0e3e-47e6-8027-2b30586bbb32} <Debug> TCPHandler: Processed in 0.00920887 sec. | ||
| 16450 | 2025.02.28 06:56:51.891847 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16451 | 2025.02.28 06:56:51.892310 [ 4 ] {98497450-53c3-4231-bd7f-9c1b4e602ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16452 | 2025.02.28 06:56:51.893331 [ 4 ] {98497450-53c3-4231-bd7f-9c1b4e602ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16453 | 2025.02.28 06:56:51.899529 [ 4 ] {98497450-53c3-4231-bd7f-9c1b4e602ce1} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16454 | 2025.02.28 06:56:51.899613 [ 4 ] {98497450-53c3-4231-bd7f-9c1b4e602ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16455 | 2025.02.28 06:56:51.901231 [ 4 ] {98497450-53c3-4231-bd7f-9c1b4e602ce1} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16456 | 2025.02.28 06:56:51.901719 [ 4 ] {98497450-53c3-4231-bd7f-9c1b4e602ce1} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16457 | 2025.02.28 06:56:51.902491 [ 4 ] {98497450-53c3-4231-bd7f-9c1b4e602ce1} <Debug> executeQuery: Read 1020 rows, 69.60 KiB in 0.01031 sec., 98933.07468477207 rows/sec., 6.59 MiB/sec. | ||
| 16458 | 2025.02.28 06:56:51.902793 [ 4 ] {98497450-53c3-4231-bd7f-9c1b4e602ce1} <Debug> TCPHandler: Processed in 0.011170394 sec. | ||
| 16459 | 2025.02.28 06:56:51.903753 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16460 | 2025.02.28 06:56:51.904357 [ 255 ] {f92b14b5-ad11-4892-b9a4-981538adbf6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16461 | 2025.02.28 06:56:51.904496 [ 255 ] {f92b14b5-ad11-4892-b9a4-981538adbf6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16462 | 2025.02.28 06:56:51.906415 [ 255 ] {f92b14b5-ad11-4892-b9a4-981538adbf6c} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16463 | 2025.02.28 06:56:51.906454 [ 255 ] {f92b14b5-ad11-4892-b9a4-981538adbf6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16464 | 2025.02.28 06:56:51.906826 [ 255 ] {f92b14b5-ad11-4892-b9a4-981538adbf6c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16465 | 2025.02.28 06:56:51.907077 [ 255 ] {f92b14b5-ad11-4892-b9a4-981538adbf6c} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16466 | 2025.02.28 06:56:51.907576 [ 255 ] {f92b14b5-ad11-4892-b9a4-981538adbf6c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003412 sec., 293.08323563892145 rows/sec., 19.75 KiB/sec. | ||
| 16467 | 2025.02.28 06:56:51.907846 [ 255 ] {f92b14b5-ad11-4892-b9a4-981538adbf6c} <Debug> TCPHandler: Processed in 0.004460114 sec. | ||
| 16468 | 2025.02.28 06:56:51.908116 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16469 | 2025.02.28 06:56:51.908626 [ 4 ] {c3d3fe31-6cfd-4e5a-8c1c-ce7b3b99ee9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16470 | 2025.02.28 06:56:51.910935 [ 4 ] {c3d3fe31-6cfd-4e5a-8c1c-ce7b3b99ee9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16471 | 2025.02.28 06:56:51.920023 [ 4 ] {c3d3fe31-6cfd-4e5a-8c1c-ce7b3b99ee9d} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16472 | 2025.02.28 06:56:51.920099 [ 4 ] {c3d3fe31-6cfd-4e5a-8c1c-ce7b3b99ee9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16473 | 2025.02.28 06:56:51.921621 [ 4 ] {c3d3fe31-6cfd-4e5a-8c1c-ce7b3b99ee9d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16474 | 2025.02.28 06:56:51.922357 [ 4 ] {c3d3fe31-6cfd-4e5a-8c1c-ce7b3b99ee9d} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16475 | 2025.02.28 06:56:51.923201 [ 4 ] {c3d3fe31-6cfd-4e5a-8c1c-ce7b3b99ee9d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.01472 sec., 2649.4565217391305 rows/sec., 4.75 MiB/sec. | ||
| 16476 | 2025.02.28 06:56:51.924128 [ 4 ] {c3d3fe31-6cfd-4e5a-8c1c-ce7b3b99ee9d} <Debug> TCPHandler: Processed in 0.016178154 sec. | ||
| 16477 | 2025.02.28 06:56:51.924449 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16478 | 2025.02.28 06:56:51.924878 [ 255 ] {95137881-32a2-40ec-aa81-a40d9736f782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16479 | 2025.02.28 06:56:51.925046 [ 255 ] {95137881-32a2-40ec-aa81-a40d9736f782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16480 | 2025.02.28 06:56:51.927123 [ 255 ] {95137881-32a2-40ec-aa81-a40d9736f782} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16481 | 2025.02.28 06:56:51.927192 [ 255 ] {95137881-32a2-40ec-aa81-a40d9736f782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16482 | 2025.02.28 06:56:51.928360 [ 255 ] {95137881-32a2-40ec-aa81-a40d9736f782} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 16483 | 2025.02.28 06:56:51.928976 [ 255 ] {95137881-32a2-40ec-aa81-a40d9736f782} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16484 | 2025.02.28 06:56:51.929527 [ 255 ] {95137881-32a2-40ec-aa81-a40d9736f782} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.004772 sec., 12154.233025984911 rows/sec., 770.49 KiB/sec. | ||
| 16485 | 2025.02.28 06:56:51.929719 [ 255 ] {95137881-32a2-40ec-aa81-a40d9736f782} <Debug> TCPHandler: Processed in 0.005470936 sec. | ||
| 16486 | 2025.02.28 06:56:51.984243 [ 201 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.194551161 sec., 3335.8834594669934 rows/sec., 17.25 MiB/sec. | ||
| 16487 | 2025.02.28 06:56:51.987681 [ 201 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 16488 | 2025.02.28 06:56:51.990722 [ 201 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_86_17} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16489 | 2025.02.28 06:56:51.990831 [ 201 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_86_17} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 16490 | 2025.02.28 06:56:51.993365 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 16491 | 2025.02.28 06:56:52.000237 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.61 MiB, peak 286.02 MiB, free memory in arenas 0.00 B, will set to 266.66 MiB (RSS), difference: -1.95 MiB | ||
| 16492 | 2025.02.28 06:56:53.990925 [ 220 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): 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] | ||
| 16493 | 2025.02.28 06:56:53.991001 [ 220 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): 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] | ||
| 16494 | 2025.02.28 06:56:53.993200 [ 220 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): 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] | ||
| 16495 | 2025.02.28 06:56:54.019923 [ 221 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 16496 | 2025.02.28 06:56:54.019981 [ 221 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 16497 | 2025.02.28 06:56:54.021993 [ 221 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 16498 | 2025.02.28 06:56:54.096746 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2282 | ||
| 16499 | 2025.02.28 06:56:54.100554 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16500 | 2025.02.28 06:56:54.100609 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16501 | 2025.02.28 06:56:54.102273 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16502 | 2025.02.28 06:56:54.102604 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16503 | 2025.02.28 06:56:54.103307 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2282 | ||
| 16504 | 2025.02.28 06:56:54.154901 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 16505 | 2025.02.28 06:56:54.154941 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 16506 | 2025.02.28 06:56:54.156946 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 16507 | 2025.02.28 06:56:54.250002 [ 222 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 16508 | 2025.02.28 06:56:54.250051 [ 222 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 16509 | 2025.02.28 06:56:54.252331 [ 222 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 16510 | 2025.02.28 06:56:54.393829 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16511 | 2025.02.28 06:56:54.394022 [ 4 ] {694c9048-b8ef-4509-ac2c-ef684b7eb0fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16512 | 2025.02.28 06:56:54.394096 [ 4 ] {694c9048-b8ef-4509-ac2c-ef684b7eb0fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16513 | 2025.02.28 06:56:54.394900 [ 4 ] {694c9048-b8ef-4509-ac2c-ef684b7eb0fd} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16514 | 2025.02.28 06:56:54.394952 [ 4 ] {694c9048-b8ef-4509-ac2c-ef684b7eb0fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16515 | 2025.02.28 06:56:54.395410 [ 4 ] {694c9048-b8ef-4509-ac2c-ef684b7eb0fd} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16516 | 2025.02.28 06:56:54.395685 [ 4 ] {694c9048-b8ef-4509-ac2c-ef684b7eb0fd} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16517 | 2025.02.28 06:56:54.395901 [ 4 ] {694c9048-b8ef-4509-ac2c-ef684b7eb0fd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001933 sec., 28970.512157268495 rows/sec., 2.23 MiB/sec. | ||
| 16518 | 2025.02.28 06:56:54.395962 [ 4 ] {694c9048-b8ef-4509-ac2c-ef684b7eb0fd} <Debug> TCPHandler: Processed in 0.002277387 sec. | ||
| 16519 | 2025.02.28 06:56:54.396272 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16520 | 2025.02.28 06:56:54.396482 [ 255 ] {86a46f86-08f5-43dd-954c-41efdbeab7ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16521 | 2025.02.28 06:56:54.396560 [ 255 ] {86a46f86-08f5-43dd-954c-41efdbeab7ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16522 | 2025.02.28 06:56:54.397366 [ 255 ] {86a46f86-08f5-43dd-954c-41efdbeab7ac} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16523 | 2025.02.28 06:56:54.397423 [ 255 ] {86a46f86-08f5-43dd-954c-41efdbeab7ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16524 | 2025.02.28 06:56:54.397879 [ 255 ] {86a46f86-08f5-43dd-954c-41efdbeab7ac} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16525 | 2025.02.28 06:56:54.398141 [ 255 ] {86a46f86-08f5-43dd-954c-41efdbeab7ac} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16526 | 2025.02.28 06:56:54.398354 [ 255 ] {86a46f86-08f5-43dd-954c-41efdbeab7ac} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001928 sec., 33195.02074688797 rows/sec., 2.59 MiB/sec. | ||
| 16527 | 2025.02.28 06:56:54.398416 [ 255 ] {86a46f86-08f5-43dd-954c-41efdbeab7ac} <Debug> TCPHandler: Processed in 0.002310717 sec. | ||
| 16528 | 2025.02.28 06:56:54.398587 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16529 | 2025.02.28 06:56:54.398712 [ 4 ] {f8d5f178-67d2-4380-a325-5a362dfe6f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16530 | 2025.02.28 06:56:54.398772 [ 4 ] {f8d5f178-67d2-4380-a325-5a362dfe6f7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16531 | 2025.02.28 06:56:54.399322 [ 4 ] {f8d5f178-67d2-4380-a325-5a362dfe6f7a} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16532 | 2025.02.28 06:56:54.399361 [ 4 ] {f8d5f178-67d2-4380-a325-5a362dfe6f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16533 | 2025.02.28 06:56:54.399762 [ 4 ] {f8d5f178-67d2-4380-a325-5a362dfe6f7a} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16534 | 2025.02.28 06:56:54.400014 [ 4 ] {f8d5f178-67d2-4380-a325-5a362dfe6f7a} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16535 | 2025.02.28 06:56:54.400167 [ 100 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 5 parts from all_1_143_29 to all_147_147_0 | ||
| 16536 | 2025.02.28 06:56:54.400196 [ 4 ] {f8d5f178-67d2-4380-a325-5a362dfe6f7a} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001511 sec., 42356.05559232296 rows/sec., 2.95 MiB/sec. | ||
| 16537 | 2025.02.28 06:56:54.400210 [ 100 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16538 | 2025.02.28 06:56:54.400244 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16539 | 2025.02.28 06:56:54.400269 [ 4 ] {f8d5f178-67d2-4380-a325-5a362dfe6f7a} <Debug> TCPHandler: Processed in 0.001737711 sec. | ||
| 16540 | 2025.02.28 06:56:54.400469 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16541 | 2025.02.28 06:56:54.400468 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_147_30} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_143_29 to all_147_147_0 into Compact with storage Full | ||
| 16542 | 2025.02.28 06:56:54.400667 [ 255 ] {559d691a-12c8-4311-ae88-84c472eb8198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16543 | 2025.02.28 06:56:54.400800 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_147_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16544 | 2025.02.28 06:56:54.400812 [ 255 ] {559d691a-12c8-4311-ae88-84c472eb8198} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16545 | 2025.02.28 06:56:54.400893 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_143_29, total 42644 rows starting from the beginning of the part | ||
| 16546 | 2025.02.28 06:56:54.401316 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part | ||
| 16547 | 2025.02.28 06:56:54.401729 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 237 rows starting from the beginning of the part | ||
| 16548 | 2025.02.28 06:56:54.402073 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 160 rows starting from the beginning of the part | ||
| 16549 | 2025.02.28 06:56:54.402422 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 1020 rows starting from the beginning of the part | ||
| 16550 | 2025.02.28 06:56:54.403180 [ 255 ] {559d691a-12c8-4311-ae88-84c472eb8198} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16551 | 2025.02.28 06:56:54.403253 [ 255 ] {559d691a-12c8-4311-ae88-84c472eb8198} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16552 | 2025.02.28 06:56:54.404088 [ 255 ] {559d691a-12c8-4311-ae88-84c472eb8198} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 16553 | 2025.02.28 06:56:54.404406 [ 255 ] {559d691a-12c8-4311-ae88-84c472eb8198} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16554 | 2025.02.28 06:56:54.404700 [ 255 ] {559d691a-12c8-4311-ae88-84c472eb8198} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.004086 sec., 5873.715124816446 rows/sec., 405.35 KiB/sec. | ||
| 16555 | 2025.02.28 06:56:54.404849 [ 255 ] {559d691a-12c8-4311-ae88-84c472eb8198} <Debug> TCPHandler: Processed in 0.004467413 sec. | ||
| 16556 | 2025.02.28 06:56:54.411834 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_147_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44221 rows, containing 5 columns (5 merged, 0 gathered) in 0.011467237 sec., 3856290.7525151875 rows/sec., 260.34 MiB/sec. | ||
| 16557 | 2025.02.28 06:56:54.412244 [ 196 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_147_30} <Trace> MergedBlockOutputStream: filled checksums all_1_147_30 (state Temporary) | ||
| 16558 | 2025.02.28 06:56:54.412559 [ 196 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_147_30} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_147_30 to all_1_147_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16559 | 2025.02.28 06:56:54.412638 [ 196 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_147_30} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 5 parts: [all_1_143_29, all_147_147_0] -> all_1_147_30 | ||
| 16560 | 2025.02.28 06:56:54.412731 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 16561 | 2025.02.28 06:56:55.507861 [ 223 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 16562 | 2025.02.28 06:56:55.507948 [ 223 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 16563 | 2025.02.28 06:56:55.510141 [ 223 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 16564 | 2025.02.28 06:56:56.365223 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39894 | ||
| 16565 | 2025.02.28 06:56:56.366174 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16566 | 2025.02.28 06:56:56.366216 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.38 GiB. | ||
| 16567 | 2025.02.28 06:56:56.366755 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 16568 | 2025.02.28 06:56:56.367035 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16569 | 2025.02.28 06:56:56.367269 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894 | ||
| 16570 | 2025.02.28 06:56:59.307997 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656 | ||
| 16571 | 2025.02.28 06:56:59.332372 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16572 | 2025.02.28 06:56:59.332433 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16573 | 2025.02.28 06:56:59.340152 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 16574 | 2025.02.28 06:56:59.340956 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16575 | 2025.02.28 06:56:59.345456 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656 | ||
| 16576 | 2025.02.28 06:56:59.397573 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16577 | 2025.02.28 06:56:59.397793 [ 4 ] {9080b405-beef-4db4-956b-61acff45dca2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16578 | 2025.02.28 06:56:59.397873 [ 4 ] {9080b405-beef-4db4-956b-61acff45dca2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16579 | 2025.02.28 06:56:59.398649 [ 4 ] {9080b405-beef-4db4-956b-61acff45dca2} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16580 | 2025.02.28 06:56:59.398695 [ 4 ] {9080b405-beef-4db4-956b-61acff45dca2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16581 | 2025.02.28 06:56:59.399147 [ 4 ] {9080b405-beef-4db4-956b-61acff45dca2} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16582 | 2025.02.28 06:56:59.399402 [ 4 ] {9080b405-beef-4db4-956b-61acff45dca2} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16583 | 2025.02.28 06:56:59.399593 [ 4 ] {9080b405-beef-4db4-956b-61acff45dca2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001861 sec., 30091.348737238044 rows/sec., 2.31 MiB/sec. | ||
| 16584 | 2025.02.28 06:56:59.399648 [ 4 ] {9080b405-beef-4db4-956b-61acff45dca2} <Debug> TCPHandler: Processed in 0.002217696 sec. | ||
| 16585 | 2025.02.28 06:56:59.399896 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16586 | 2025.02.28 06:56:59.400109 [ 255 ] {86c01c81-7ef5-40d6-9e52-a0b1fb5d6e0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16587 | 2025.02.28 06:56:59.400194 [ 255 ] {86c01c81-7ef5-40d6-9e52-a0b1fb5d6e0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16588 | 2025.02.28 06:56:59.401038 [ 255 ] {86c01c81-7ef5-40d6-9e52-a0b1fb5d6e0c} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16589 | 2025.02.28 06:56:59.401088 [ 255 ] {86c01c81-7ef5-40d6-9e52-a0b1fb5d6e0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16590 | 2025.02.28 06:56:59.401540 [ 255 ] {86c01c81-7ef5-40d6-9e52-a0b1fb5d6e0c} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16591 | 2025.02.28 06:56:59.401798 [ 255 ] {86c01c81-7ef5-40d6-9e52-a0b1fb5d6e0c} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16592 | 2025.02.28 06:56:59.402032 [ 255 ] {86c01c81-7ef5-40d6-9e52-a0b1fb5d6e0c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001974 sec., 32421.47922998987 rows/sec., 2.53 MiB/sec. | ||
| 16593 | 2025.02.28 06:56:59.402131 [ 255 ] {86c01c81-7ef5-40d6-9e52-a0b1fb5d6e0c} <Debug> TCPHandler: Processed in 0.002379218 sec. | ||
| 16594 | 2025.02.28 06:56:59.402286 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16595 | 2025.02.28 06:56:59.402591 [ 4 ] {b5d34ec8-3387-4264-af3b-56ab83b58946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16596 | 2025.02.28 06:56:59.402761 [ 4 ] {b5d34ec8-3387-4264-af3b-56ab83b58946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16597 | 2025.02.28 06:56:59.403707 [ 4 ] {b5d34ec8-3387-4264-af3b-56ab83b58946} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16598 | 2025.02.28 06:56:59.403747 [ 4 ] {b5d34ec8-3387-4264-af3b-56ab83b58946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16599 | 2025.02.28 06:56:59.404152 [ 4 ] {b5d34ec8-3387-4264-af3b-56ab83b58946} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16600 | 2025.02.28 06:56:59.404394 [ 4 ] {b5d34ec8-3387-4264-af3b-56ab83b58946} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16601 | 2025.02.28 06:56:59.404622 [ 4 ] {b5d34ec8-3387-4264-af3b-56ab83b58946} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002141 sec., 74731.43390938813 rows/sec., 5.20 MiB/sec. | ||
| 16602 | 2025.02.28 06:56:59.404674 [ 4 ] {b5d34ec8-3387-4264-af3b-56ab83b58946} <Debug> TCPHandler: Processed in 0.00246467 sec. | ||
| 16603 | 2025.02.28 06:56:59.404832 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16604 | 2025.02.28 06:56:59.404980 [ 255 ] {37ab70fc-02e4-4d21-b90e-453273db068c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16605 | 2025.02.28 06:56:59.405046 [ 255 ] {37ab70fc-02e4-4d21-b90e-453273db068c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16606 | 2025.02.28 06:56:59.405690 [ 255 ] {37ab70fc-02e4-4d21-b90e-453273db068c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16607 | 2025.02.28 06:56:59.405740 [ 255 ] {37ab70fc-02e4-4d21-b90e-453273db068c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16608 | 2025.02.28 06:56:59.406159 [ 255 ] {37ab70fc-02e4-4d21-b90e-453273db068c} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 16609 | 2025.02.28 06:56:59.406395 [ 255 ] {37ab70fc-02e4-4d21-b90e-453273db068c} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16610 | 2025.02.28 06:56:59.406610 [ 255 ] {37ab70fc-02e4-4d21-b90e-453273db068c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001664 sec., 36057.69230769231 rows/sec., 2.43 MiB/sec. | ||
| 16611 | 2025.02.28 06:56:59.406664 [ 255 ] {37ab70fc-02e4-4d21-b90e-453273db068c} <Debug> TCPHandler: Processed in 0.001900872 sec. | ||
| 16612 | 2025.02.28 06:57:02.437443 [ 86 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Selected 5 parts from all_1_59_13 to all_63_63_0 | ||
| 16613 | 2025.02.28 06:57:02.437515 [ 86 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16614 | 2025.02.28 06:57:02.437544 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16615 | 2025.02.28 06:57:02.437805 [ 195 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_63_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_59_13 to all_63_63_0 into Compact with storage Full | ||
| 16616 | 2025.02.28 06:57:02.438107 [ 195 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_63_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16617 | 2025.02.28 06:57:02.438150 [ 195 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_59_13, total 59 rows starting from the beginning of the part | ||
| 16618 | 2025.02.28 06:57:02.438238 [ 195 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part | ||
| 16619 | 2025.02.28 06:57:02.438451 [ 195 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part | ||
| 16620 | 2025.02.28 06:57:02.438724 [ 195 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1 rows starting from the beginning of the part | ||
| 16621 | 2025.02.28 06:57:02.438948 [ 195 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_63_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1 rows starting from the beginning of the part | ||
| 16622 | 2025.02.28 06:57:02.440104 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_63_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 63 rows, containing 4 columns (4 merged, 0 gathered) in 0.00246161 sec., 25593.006203257217 rows/sec., 1.68 MiB/sec. | ||
| 16623 | 2025.02.28 06:57:02.440298 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_63_14} <Trace> MergedBlockOutputStream: filled checksums all_1_63_14 (state Temporary) | ||
| 16624 | 2025.02.28 06:57:02.440675 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_63_14} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_merge_all_1_63_14 to all_1_63_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16625 | 2025.02.28 06:57:02.440775 [ 196 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_63_14} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Merged 5 parts: [all_1_59_13, all_63_63_0] -> all_1_63_14 | ||
| 16626 | 2025.02.28 06:57:02.440880 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16627 | 2025.02.28 06:57:02.974502 [ 222 ] {} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Found 5 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] | ||
| 16628 | 2025.02.28 06:57:02.974559 [ 222 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Removing 5 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] | ||
| 16629 | 2025.02.28 06:57:02.976195 [ 222 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Removing 5 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16630 | 2025.02.28 06:57:03.199295 [ 222 ] {} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Found 5 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] | ||
| 16631 | 2025.02.28 06:57:03.199347 [ 222 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Removing 5 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] | ||
| 16632 | 2025.02.28 06:57:03.200992 [ 222 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Removing 5 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16633 | 2025.02.28 06:57:03.627682 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16634 | 2025.02.28 06:57:03.627747 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16635 | 2025.02.28 06:57:03.867538 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40321 | ||
| 16636 | 2025.02.28 06:57:03.868383 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16637 | 2025.02.28 06:57:03.868429 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16638 | 2025.02.28 06:57:03.868964 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 16639 | 2025.02.28 06:57:03.869210 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16640 | 2025.02.28 06:57:03.869482 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 | ||
| 16641 | 2025.02.28 06:57:03.945475 [ 222 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Found 5 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] | ||
| 16642 | 2025.02.28 06:57:03.945537 [ 222 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Removing 5 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] | ||
| 16643 | 2025.02.28 06:57:03.947134 [ 222 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Removing 5 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 16644 | 2025.02.28 06:57:04.103710 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2298 | ||
| 16645 | 2025.02.28 06:57:04.106461 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16646 | 2025.02.28 06:57:04.106505 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16647 | 2025.02.28 06:57:04.108018 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16648 | 2025.02.28 06:57:04.108329 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16649 | 2025.02.28 06:57:04.108910 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2298 | ||
| 16650 | 2025.02.28 06:57:04.405787 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16651 | 2025.02.28 06:57:04.405999 [ 4 ] {ef54396f-1b19-4ae3-97ee-18788d376813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16652 | 2025.02.28 06:57:04.406078 [ 4 ] {ef54396f-1b19-4ae3-97ee-18788d376813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16653 | 2025.02.28 06:57:04.406923 [ 4 ] {ef54396f-1b19-4ae3-97ee-18788d376813} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16654 | 2025.02.28 06:57:04.406972 [ 4 ] {ef54396f-1b19-4ae3-97ee-18788d376813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16655 | 2025.02.28 06:57:04.407420 [ 4 ] {ef54396f-1b19-4ae3-97ee-18788d376813} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16656 | 2025.02.28 06:57:04.407675 [ 4 ] {ef54396f-1b19-4ae3-97ee-18788d376813} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16657 | 2025.02.28 06:57:04.407918 [ 4 ] {ef54396f-1b19-4ae3-97ee-18788d376813} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001976 sec., 107287.44939271256 rows/sec., 6.82 MiB/sec. | ||
| 16658 | 2025.02.28 06:57:04.407978 [ 4 ] {ef54396f-1b19-4ae3-97ee-18788d376813} <Debug> TCPHandler: Processed in 0.002328828 sec. | ||
| 16659 | 2025.02.28 06:57:04.408256 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16660 | 2025.02.28 06:57:04.408452 [ 255 ] {37283b01-858c-4f8c-b1c4-a7a1ba94206e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16661 | 2025.02.28 06:57:04.408526 [ 255 ] {37283b01-858c-4f8c-b1c4-a7a1ba94206e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16662 | 2025.02.28 06:57:04.409650 [ 255 ] {37283b01-858c-4f8c-b1c4-a7a1ba94206e} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16663 | 2025.02.28 06:57:04.409695 [ 255 ] {37283b01-858c-4f8c-b1c4-a7a1ba94206e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16664 | 2025.02.28 06:57:04.410204 [ 255 ] {37283b01-858c-4f8c-b1c4-a7a1ba94206e} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 16665 | 2025.02.28 06:57:04.410468 [ 255 ] {37283b01-858c-4f8c-b1c4-a7a1ba94206e} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16666 | 2025.02.28 06:57:04.410675 [ 255 ] {37283b01-858c-4f8c-b1c4-a7a1ba94206e} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.00228 sec., 304824.56140350876 rows/sec., 24.34 MiB/sec. | ||
| 16667 | 2025.02.28 06:57:04.410745 [ 255 ] {37283b01-858c-4f8c-b1c4-a7a1ba94206e} <Debug> TCPHandler: Processed in 0.002631301 sec. | ||
| 16668 | 2025.02.28 06:57:04.410904 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16669 | 2025.02.28 06:57:04.411045 [ 4 ] {c710e210-7cd2-4443-9a10-d598bd1f8657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16670 | 2025.02.28 06:57:04.411103 [ 4 ] {c710e210-7cd2-4443-9a10-d598bd1f8657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16671 | 2025.02.28 06:57:04.411836 [ 4 ] {c710e210-7cd2-4443-9a10-d598bd1f8657} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16672 | 2025.02.28 06:57:04.411912 [ 4 ] {c710e210-7cd2-4443-9a10-d598bd1f8657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16673 | 2025.02.28 06:57:04.412310 [ 4 ] {c710e210-7cd2-4443-9a10-d598bd1f8657} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16674 | 2025.02.28 06:57:04.412545 [ 4 ] {c710e210-7cd2-4443-9a10-d598bd1f8657} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16675 | 2025.02.28 06:57:04.412752 [ 4 ] {c710e210-7cd2-4443-9a10-d598bd1f8657} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.00174 sec., 83333.33333333333 rows/sec., 5.23 MiB/sec. | ||
| 16676 | 2025.02.28 06:57:04.412804 [ 4 ] {c710e210-7cd2-4443-9a10-d598bd1f8657} <Debug> TCPHandler: Processed in 0.001966304 sec. | ||
| 16677 | 2025.02.28 06:57:04.412952 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16678 | 2025.02.28 06:57:04.413087 [ 255 ] {d58c0865-4d7f-4663-bc29-250b3d369d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16679 | 2025.02.28 06:57:04.413150 [ 255 ] {d58c0865-4d7f-4663-bc29-250b3d369d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16680 | 2025.02.28 06:57:04.413913 [ 255 ] {d58c0865-4d7f-4663-bc29-250b3d369d16} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16681 | 2025.02.28 06:57:04.413962 [ 255 ] {d58c0865-4d7f-4663-bc29-250b3d369d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16682 | 2025.02.28 06:57:04.414359 [ 255 ] {d58c0865-4d7f-4663-bc29-250b3d369d16} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16683 | 2025.02.28 06:57:04.414607 [ 255 ] {d58c0865-4d7f-4663-bc29-250b3d369d16} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16684 | 2025.02.28 06:57:04.414801 [ 255 ] {d58c0865-4d7f-4663-bc29-250b3d369d16} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001748 sec., 64645.30892448513 rows/sec., 4.18 MiB/sec. | ||
| 16685 | 2025.02.28 06:57:04.414889 [ 255 ] {d58c0865-4d7f-4663-bc29-250b3d369d16} <Debug> TCPHandler: Processed in 0.001996144 sec. | ||
| 16686 | 2025.02.28 06:57:04.415112 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16687 | 2025.02.28 06:57:04.415295 [ 4 ] {372f1bef-d53b-4090-be13-60af4bbd96c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16688 | 2025.02.28 06:57:04.415344 [ 4 ] {372f1bef-d53b-4090-be13-60af4bbd96c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16689 | 2025.02.28 06:57:04.415964 [ 4 ] {372f1bef-d53b-4090-be13-60af4bbd96c6} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16690 | 2025.02.28 06:57:04.416004 [ 4 ] {372f1bef-d53b-4090-be13-60af4bbd96c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16691 | 2025.02.28 06:57:04.416368 [ 4 ] {372f1bef-d53b-4090-be13-60af4bbd96c6} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16692 | 2025.02.28 06:57:04.416605 [ 4 ] {372f1bef-d53b-4090-be13-60af4bbd96c6} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16693 | 2025.02.28 06:57:04.416815 [ 4 ] {372f1bef-d53b-4090-be13-60af4bbd96c6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00155 sec., 72258.06451612903 rows/sec., 4.12 MiB/sec. | ||
| 16694 | 2025.02.28 06:57:04.416866 [ 4 ] {372f1bef-d53b-4090-be13-60af4bbd96c6} <Debug> TCPHandler: Processed in 0.001878543 sec. | ||
| 16695 | 2025.02.28 06:57:04.417019 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16696 | 2025.02.28 06:57:04.417140 [ 255 ] {3321bbcf-244b-4ffe-8850-65396431aeb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16697 | 2025.02.28 06:57:04.417190 [ 255 ] {3321bbcf-244b-4ffe-8850-65396431aeb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16698 | 2025.02.28 06:57:04.418020 [ 255 ] {3321bbcf-244b-4ffe-8850-65396431aeb0} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16699 | 2025.02.28 06:57:04.418057 [ 255 ] {3321bbcf-244b-4ffe-8850-65396431aeb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16700 | 2025.02.28 06:57:04.418443 [ 255 ] {3321bbcf-244b-4ffe-8850-65396431aeb0} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 16701 | 2025.02.28 06:57:04.418691 [ 255 ] {3321bbcf-244b-4ffe-8850-65396431aeb0} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16702 | 2025.02.28 06:57:04.418891 [ 255 ] {3321bbcf-244b-4ffe-8850-65396431aeb0} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.001772 sec., 237584.65011286683 rows/sec., 16.92 MiB/sec. | ||
| 16703 | 2025.02.28 06:57:04.418960 [ 255 ] {3321bbcf-244b-4ffe-8850-65396431aeb0} <Debug> TCPHandler: Processed in 0.001994074 sec. | ||
| 16704 | 2025.02.28 06:57:04.419129 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16705 | 2025.02.28 06:57:04.419331 [ 4 ] {93d5ab25-3aae-4c87-95a0-1e8d8b99ffd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16706 | 2025.02.28 06:57:04.419413 [ 4 ] {93d5ab25-3aae-4c87-95a0-1e8d8b99ffd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16707 | 2025.02.28 06:57:04.419979 [ 4 ] {93d5ab25-3aae-4c87-95a0-1e8d8b99ffd5} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16708 | 2025.02.28 06:57:04.420024 [ 4 ] {93d5ab25-3aae-4c87-95a0-1e8d8b99ffd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16709 | 2025.02.28 06:57:04.420392 [ 4 ] {93d5ab25-3aae-4c87-95a0-1e8d8b99ffd5} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16710 | 2025.02.28 06:57:04.420630 [ 4 ] {93d5ab25-3aae-4c87-95a0-1e8d8b99ffd5} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16711 | 2025.02.28 06:57:04.420849 [ 4 ] {93d5ab25-3aae-4c87-95a0-1e8d8b99ffd5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001574 sec., 3811.944091486658 rows/sec., 199.16 KiB/sec. | ||
| 16712 | 2025.02.28 06:57:04.420898 [ 4 ] {93d5ab25-3aae-4c87-95a0-1e8d8b99ffd5} <Debug> TCPHandler: Processed in 0.001843512 sec. | ||
| 16713 | 2025.02.28 06:57:04.421045 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16714 | 2025.02.28 06:57:04.421245 [ 255 ] {efe86837-19dc-4607-9cad-90166e737cdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16715 | 2025.02.28 06:57:04.421334 [ 255 ] {efe86837-19dc-4607-9cad-90166e737cdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16716 | 2025.02.28 06:57:04.422207 [ 255 ] {efe86837-19dc-4607-9cad-90166e737cdd} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16717 | 2025.02.28 06:57:04.422243 [ 255 ] {efe86837-19dc-4607-9cad-90166e737cdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16718 | 2025.02.28 06:57:04.422640 [ 255 ] {efe86837-19dc-4607-9cad-90166e737cdd} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 16719 | 2025.02.28 06:57:04.422874 [ 255 ] {efe86837-19dc-4607-9cad-90166e737cdd} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16720 | 2025.02.28 06:57:04.423050 [ 255 ] {efe86837-19dc-4607-9cad-90166e737cdd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001855 sec., 127762.80323450133 rows/sec., 8.56 MiB/sec. | ||
| 16721 | 2025.02.28 06:57:04.423100 [ 255 ] {efe86837-19dc-4607-9cad-90166e737cdd} <Debug> TCPHandler: Processed in 0.002115655 sec. | ||
| 16722 | 2025.02.28 06:57:04.423249 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16723 | 2025.02.28 06:57:04.423389 [ 4 ] {0e2b4316-91f2-4743-a62b-4e34acb24f62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16724 | 2025.02.28 06:57:04.423449 [ 4 ] {0e2b4316-91f2-4743-a62b-4e34acb24f62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16725 | 2025.02.28 06:57:04.424004 [ 4 ] {0e2b4316-91f2-4743-a62b-4e34acb24f62} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16726 | 2025.02.28 06:57:04.424049 [ 4 ] {0e2b4316-91f2-4743-a62b-4e34acb24f62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16727 | 2025.02.28 06:57:04.424415 [ 4 ] {0e2b4316-91f2-4743-a62b-4e34acb24f62} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16728 | 2025.02.28 06:57:04.424651 [ 4 ] {0e2b4316-91f2-4743-a62b-4e34acb24f62} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16729 | 2025.02.28 06:57:04.424848 [ 4 ] {0e2b4316-91f2-4743-a62b-4e34acb24f62} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001491 sec., 670.690811535882 rows/sec., 45.19 KiB/sec. | ||
| 16730 | 2025.02.28 06:57:04.424897 [ 4 ] {0e2b4316-91f2-4743-a62b-4e34acb24f62} <Debug> TCPHandler: Processed in 0.001716941 sec. | ||
| 16731 | 2025.02.28 06:57:04.425044 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16732 | 2025.02.28 06:57:04.425182 [ 255 ] {cc9b3c60-0f74-4e25-9381-e0f01d2ba621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16733 | 2025.02.28 06:57:04.425273 [ 255 ] {cc9b3c60-0f74-4e25-9381-e0f01d2ba621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.28 06:57:04.426617 [ 255 ] {cc9b3c60-0f74-4e25-9381-e0f01d2ba621} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16735 | 2025.02.28 06:57:04.426654 [ 255 ] {cc9b3c60-0f74-4e25-9381-e0f01d2ba621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16736 | 2025.02.28 06:57:04.427322 [ 255 ] {cc9b3c60-0f74-4e25-9381-e0f01d2ba621} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16737 | 2025.02.28 06:57:04.427572 [ 255 ] {cc9b3c60-0f74-4e25-9381-e0f01d2ba621} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16738 | 2025.02.28 06:57:04.427804 [ 255 ] {cc9b3c60-0f74-4e25-9381-e0f01d2ba621} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002649 sec., 14722.536806342017 rows/sec., 26.38 MiB/sec. | ||
| 16739 | 2025.02.28 06:57:04.427818 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): 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] | ||
| 16740 | 2025.02.28 06:57:04.427913 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): 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] | ||
| 16741 | 2025.02.28 06:57:04.428032 [ 255 ] {cc9b3c60-0f74-4e25-9381-e0f01d2ba621} <Debug> TCPHandler: Processed in 0.003044836 sec. | ||
| 16742 | 2025.02.28 06:57:04.428230 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16743 | 2025.02.28 06:57:04.428357 [ 4 ] {4f213ee0-e85d-4884-b89e-8b82dc681cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16744 | 2025.02.28 06:57:04.428439 [ 4 ] {4f213ee0-e85d-4884-b89e-8b82dc681cba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16745 | 2025.02.28 06:57:04.429673 [ 4 ] {4f213ee0-e85d-4884-b89e-8b82dc681cba} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16746 | 2025.02.28 06:57:04.429712 [ 4 ] {4f213ee0-e85d-4884-b89e-8b82dc681cba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16747 | 2025.02.28 06:57:04.430343 [ 4 ] {4f213ee0-e85d-4884-b89e-8b82dc681cba} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 16748 | 2025.02.28 06:57:04.430760 [ 4 ] {4f213ee0-e85d-4884-b89e-8b82dc681cba} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16749 | 2025.02.28 06:57:04.431222 [ 4 ] {4f213ee0-e85d-4884-b89e-8b82dc681cba} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002894 sec., 28334.485141672427 rows/sec., 1.80 MiB/sec. | ||
| 16750 | 2025.02.28 06:57:04.431271 [ 4 ] {4f213ee0-e85d-4884-b89e-8b82dc681cba} <Debug> TCPHandler: Processed in 0.003129107 sec. | ||
| 16751 | 2025.02.28 06:57:04.431487 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): 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] | ||
| 16752 | 2025.02.28 06:57:05.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.45 MiB, peak 286.02 MiB, free memory in arenas 0.00 B, will set to 266.66 MiB (RSS), difference: 3.22 MiB | ||
| 16753 | 2025.02.28 06:57:06.845628 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664 | ||
| 16754 | 2025.02.28 06:57:06.871205 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16755 | 2025.02.28 06:57:06.871280 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16756 | 2025.02.28 06:57:06.878987 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 16757 | 2025.02.28 06:57:06.879792 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16758 | 2025.02.28 06:57:06.884237 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664 | ||
| 16759 | 2025.02.28 06:57:09.398118 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16760 | 2025.02.28 06:57:09.398445 [ 4 ] {605cb259-e26f-4883-b64d-090823067216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16761 | 2025.02.28 06:57:09.398561 [ 4 ] {605cb259-e26f-4883-b64d-090823067216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16762 | 2025.02.28 06:57:09.399647 [ 4 ] {605cb259-e26f-4883-b64d-090823067216} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16763 | 2025.02.28 06:57:09.399693 [ 4 ] {605cb259-e26f-4883-b64d-090823067216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16764 | 2025.02.28 06:57:09.400133 [ 4 ] {605cb259-e26f-4883-b64d-090823067216} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 16765 | 2025.02.28 06:57:09.400392 [ 4 ] {605cb259-e26f-4883-b64d-090823067216} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16766 | 2025.02.28 06:57:09.400625 [ 79 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 16767 | 2025.02.28 06:57:09.400640 [ 4 ] {605cb259-e26f-4883-b64d-090823067216} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002274 sec., 24626.209322779243 rows/sec., 1.89 MiB/sec. | ||
| 16768 | 2025.02.28 06:57:09.400763 [ 79 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16769 | 2025.02.28 06:57:09.400820 [ 4 ] {605cb259-e26f-4883-b64d-090823067216} <Debug> TCPHandler: Processed in 0.002881894 sec. | ||
| 16770 | 2025.02.28 06:57:09.400846 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16771 | 2025.02.28 06:57:09.401075 [ 189 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 16772 | 2025.02.28 06:57:09.401108 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16773 | 2025.02.28 06:57:09.401298 [ 189 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16774 | 2025.02.28 06:57:09.401345 [ 255 ] {23e983a1-6296-4eff-8cc3-20f16a517c39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16775 | 2025.02.28 06:57:09.401352 [ 189 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1844 rows starting from the beginning of the part | ||
| 16776 | 2025.02.28 06:57:09.401443 [ 255 ] {23e983a1-6296-4eff-8cc3-20f16a517c39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16777 | 2025.02.28 06:57:09.401548 [ 189 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 1836 rows starting from the beginning of the part | ||
| 16778 | 2025.02.28 06:57:09.401896 [ 189 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 56 rows starting from the beginning of the part | ||
| 16779 | 2025.02.28 06:57:09.402268 [ 189 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 56 rows starting from the beginning of the part | ||
| 16780 | 2025.02.28 06:57:09.402474 [ 189 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 695 rows starting from the beginning of the part | ||
| 16781 | 2025.02.28 06:57:09.402934 [ 189 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 16782 | 2025.02.28 06:57:09.404077 [ 255 ] {23e983a1-6296-4eff-8cc3-20f16a517c39} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16783 | 2025.02.28 06:57:09.404128 [ 255 ] {23e983a1-6296-4eff-8cc3-20f16a517c39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16784 | 2025.02.28 06:57:09.404692 [ 255 ] {23e983a1-6296-4eff-8cc3-20f16a517c39} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 16785 | 2025.02.28 06:57:09.404975 [ 255 ] {23e983a1-6296-4eff-8cc3-20f16a517c39} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16786 | 2025.02.28 06:57:09.405173 [ 79 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 16787 | 2025.02.28 06:57:09.405233 [ 79 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16788 | 2025.02.28 06:57:09.405271 [ 255 ] {23e983a1-6296-4eff-8cc3-20f16a517c39} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003971 sec., 16116.847141777891 rows/sec., 1.26 MiB/sec. | ||
| 16789 | 2025.02.28 06:57:09.405329 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16790 | 2025.02.28 06:57:09.405423 [ 255 ] {23e983a1-6296-4eff-8cc3-20f16a517c39} <Debug> TCPHandler: Processed in 0.004455323 sec. | ||
| 16791 | 2025.02.28 06:57:09.405849 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16792 | 2025.02.28 06:57:09.406163 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 16793 | 2025.02.28 06:57:09.406391 [ 4 ] {77155cd0-b00f-42f4-b4d7-6b868430b89d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16794 | 2025.02.28 06:57:09.406485 [ 189 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4543 rows, containing 5 columns (5 merged, 0 gathered) in 0.005495666 sec., 826651.4013042278 rows/sec., 70.24 MiB/sec. | ||
| 16795 | 2025.02.28 06:57:09.406540 [ 4 ] {77155cd0-b00f-42f4-b4d7-6b868430b89d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16796 | 2025.02.28 06:57:09.406621 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16797 | 2025.02.28 06:57:09.406676 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 913 rows starting from the beginning of the part | ||
| 16798 | 2025.02.28 06:57:09.406980 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 879 rows starting from the beginning of the part | ||
| 16799 | 2025.02.28 06:57:09.406983 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 16800 | 2025.02.28 06:57:09.407348 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 64 rows starting from the beginning of the part | ||
| 16801 | 2025.02.28 06:57:09.407702 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 64 rows starting from the beginning of the part | ||
| 16802 | 2025.02.28 06:57:09.407942 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 421 rows starting from the beginning of the part | ||
| 16803 | 2025.02.28 06:57:09.407975 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_151_30} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16804 | 2025.02.28 06:57:09.408336 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_151_30} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 16805 | 2025.02.28 06:57:09.408346 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 16806 | 2025.02.28 06:57:09.408630 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 16807 | 2025.02.28 06:57:09.408941 [ 4 ] {77155cd0-b00f-42f4-b4d7-6b868430b89d} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16808 | 2025.02.28 06:57:09.408985 [ 4 ] {77155cd0-b00f-42f4-b4d7-6b868430b89d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16809 | 2025.02.28 06:57:09.409555 [ 4 ] {77155cd0-b00f-42f4-b4d7-6b868430b89d} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 16810 | 2025.02.28 06:57:09.409891 [ 4 ] {77155cd0-b00f-42f4-b4d7-6b868430b89d} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16811 | 2025.02.28 06:57:09.410121 [ 4 ] {77155cd0-b00f-42f4-b4d7-6b868430b89d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003901 sec., 41015.12432709562 rows/sec., 2.86 MiB/sec. | ||
| 16812 | 2025.02.28 06:57:09.410177 [ 4 ] {77155cd0-b00f-42f4-b4d7-6b868430b89d} <Debug> TCPHandler: Processed in 0.004618505 sec. | ||
| 16813 | 2025.02.28 06:57:09.410417 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16814 | 2025.02.28 06:57:09.410445 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.004916789 sec., 489140.3718971873 rows/sec., 37.44 MiB/sec. | ||
| 16815 | 2025.02.28 06:57:09.410602 [ 255 ] {65f11985-cc0d-43ad-9dac-0db808f91c63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16816 | 2025.02.28 06:57:09.410710 [ 255 ] {65f11985-cc0d-43ad-9dac-0db808f91c63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16817 | 2025.02.28 06:57:09.410743 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 16818 | 2025.02.28 06:57:09.411415 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_151_30} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16819 | 2025.02.28 06:57:09.411627 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_151_30} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 16820 | 2025.02.28 06:57:09.411840 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 16821 | 2025.02.28 06:57:09.411899 [ 255 ] {65f11985-cc0d-43ad-9dac-0db808f91c63} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16822 | 2025.02.28 06:57:09.411945 [ 255 ] {65f11985-cc0d-43ad-9dac-0db808f91c63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16823 | 2025.02.28 06:57:09.412341 [ 255 ] {65f11985-cc0d-43ad-9dac-0db808f91c63} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 16824 | 2025.02.28 06:57:09.412577 [ 255 ] {65f11985-cc0d-43ad-9dac-0db808f91c63} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16825 | 2025.02.28 06:57:09.412756 [ 79 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 16826 | 2025.02.28 06:57:09.412811 [ 79 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16827 | 2025.02.28 06:57:09.412826 [ 255 ] {65f11985-cc0d-43ad-9dac-0db808f91c63} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002265 sec., 26490.066225165563 rows/sec., 1.79 MiB/sec. | ||
| 16828 | 2025.02.28 06:57:09.412846 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16829 | 2025.02.28 06:57:09.412983 [ 255 ] {65f11985-cc0d-43ad-9dac-0db808f91c63} <Debug> TCPHandler: Processed in 0.002692372 sec. | ||
| 16830 | 2025.02.28 06:57:09.413130 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 16831 | 2025.02.28 06:57:09.413525 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16832 | 2025.02.28 06:57:09.413620 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 8888 rows starting from the beginning of the part | ||
| 16833 | 2025.02.28 06:57:09.413977 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 58 rows starting from the beginning of the part | ||
| 16834 | 2025.02.28 06:57:09.414579 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 24 rows starting from the beginning of the part | ||
| 16835 | 2025.02.28 06:57:09.415030 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 60 rows starting from the beginning of the part | ||
| 16836 | 2025.02.28 06:57:09.415212 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 82 rows starting from the beginning of the part | ||
| 16837 | 2025.02.28 06:57:09.415342 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 60 rows starting from the beginning of the part | ||
| 16838 | 2025.02.28 06:57:09.418087 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9172 rows, containing 4 columns (4 merged, 0 gathered) in 0.005123211 sec., 1790283.4765150216 rows/sec., 116.68 MiB/sec. | ||
| 16839 | 2025.02.28 06:57:09.418345 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 16840 | 2025.02.28 06:57:09.418640 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_151_30} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16841 | 2025.02.28 06:57:09.418725 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_151_30} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 16842 | 2025.02.28 06:57:09.418812 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. | ||
| 16843 | 2025.02.28 06:57:11.369713 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40809 | ||
| 16844 | 2025.02.28 06:57:11.370421 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16845 | 2025.02.28 06:57:11.370470 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16846 | 2025.02.28 06:57:11.371078 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 16847 | 2025.02.28 06:57:11.371348 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16848 | 2025.02.28 06:57:11.371609 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40809 | ||
| 16849 | 2025.02.28 06:57:14.109182 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2328 | ||
| 16850 | 2025.02.28 06:57:14.112379 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16851 | 2025.02.28 06:57:14.112421 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16852 | 2025.02.28 06:57:14.113893 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 16853 | 2025.02.28 06:57:14.114202 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16854 | 2025.02.28 06:57:14.114384 [ 70 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 16855 | 2025.02.28 06:57:14.114450 [ 70 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16856 | 2025.02.28 06:57:14.114499 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16857 | 2025.02.28 06:57:14.116936 [ 193 ] {885f53be-7430-4b34-b89a-ac37c386aff3::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 | ||
| 16858 | 2025.02.28 06:57:14.116974 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2328 | ||
| 16859 | 2025.02.28 06:57:14.117699 [ 193 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16860 | 2025.02.28 06:57:14.117904 [ 193 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2182 rows starting from the beginning of the part | ||
| 16861 | 2025.02.28 06:57:14.118627 [ 193 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 16 rows starting from the beginning of the part | ||
| 16862 | 2025.02.28 06:57:14.119392 [ 193 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 30 rows starting from the beginning of the part | ||
| 16863 | 2025.02.28 06:57:14.120084 [ 193 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 54 rows starting from the beginning of the part | ||
| 16864 | 2025.02.28 06:57:14.120749 [ 193 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 16 rows starting from the beginning of the part | ||
| 16865 | 2025.02.28 06:57:14.121454 [ 193 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 30 rows starting from the beginning of the part | ||
| 16866 | 2025.02.28 06:57:14.133125 [ 193 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2328 rows, containing 72 columns (72 merged, 0 gathered) in 0.01832882 sec., 127013.08649438426 rows/sec., 95.28 MiB/sec. | ||
| 16867 | 2025.02.28 06:57:14.135377 [ 198 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 16868 | 2025.02.28 06:57:14.136148 [ 198 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_66_13} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16869 | 2025.02.28 06:57:14.136226 [ 198 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_66_13} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 16870 | 2025.02.28 06:57:14.136558 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.01 MiB. | ||
| 16871 | 2025.02.28 06:57:14.384408 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671 | ||
| 16872 | 2025.02.28 06:57:14.407259 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16873 | 2025.02.28 06:57:14.407673 [ 4 ] {4a67bbd6-e6d2-411e-93cb-3b90a2bab776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16874 | 2025.02.28 06:57:14.407916 [ 4 ] {4a67bbd6-e6d2-411e-93cb-3b90a2bab776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16875 | 2025.02.28 06:57:14.411408 [ 4 ] {4a67bbd6-e6d2-411e-93cb-3b90a2bab776} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16876 | 2025.02.28 06:57:14.411512 [ 4 ] {4a67bbd6-e6d2-411e-93cb-3b90a2bab776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16877 | 2025.02.28 06:57:14.413541 [ 4 ] {4a67bbd6-e6d2-411e-93cb-3b90a2bab776} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16878 | 2025.02.28 06:57:14.414289 [ 4 ] {4a67bbd6-e6d2-411e-93cb-3b90a2bab776} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16879 | 2025.02.28 06:57:14.414738 [ 70 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 16880 | 2025.02.28 06:57:14.415024 [ 70 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16881 | 2025.02.28 06:57:14.415061 [ 4 ] {4a67bbd6-e6d2-411e-93cb-3b90a2bab776} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.007538 sec., 28124.170867604138 rows/sec., 1.79 MiB/sec. | ||
| 16882 | 2025.02.28 06:57:14.415412 [ 4 ] {4a67bbd6-e6d2-411e-93cb-3b90a2bab776} <Debug> TCPHandler: Processed in 0.008312719 sec. | ||
| 16883 | 2025.02.28 06:57:14.415169 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16884 | 2025.02.28 06:57:14.415695 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16885 | 2025.02.28 06:57:14.415796 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16886 | 2025.02.28 06:57:14.415825 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16887 | 2025.02.28 06:57:14.415848 [ 192 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::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 | ||
| 16888 | 2025.02.28 06:57:14.416356 [ 192 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16889 | 2025.02.28 06:57:14.416488 [ 192 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 212 rows starting from the beginning of the part | ||
| 16890 | 2025.02.28 06:57:14.416596 [ 255 ] {01e84dce-bc00-4c42-9fec-aa184c1c239d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16891 | 2025.02.28 06:57:14.416815 [ 192 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 212 rows starting from the beginning of the part | ||
| 16892 | 2025.02.28 06:57:14.416915 [ 255 ] {01e84dce-bc00-4c42-9fec-aa184c1c239d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16893 | 2025.02.28 06:57:14.417216 [ 192 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 212 rows starting from the beginning of the part | ||
| 16894 | 2025.02.28 06:57:14.417629 [ 192 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 212 rows starting from the beginning of the part | ||
| 16895 | 2025.02.28 06:57:14.418240 [ 192 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 212 rows starting from the beginning of the part | ||
| 16896 | 2025.02.28 06:57:14.422963 [ 198 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.007220517 sec., 146803.8922974629 rows/sec., 9.90 MiB/sec. | ||
| 16897 | 2025.02.28 06:57:14.423438 [ 186 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 16898 | 2025.02.28 06:57:14.424489 [ 186 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_65_16} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16899 | 2025.02.28 06:57:14.424832 [ 186 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_65_16} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 16900 | 2025.02.28 06:57:14.424881 [ 255 ] {01e84dce-bc00-4c42-9fec-aa184c1c239d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16901 | 2025.02.28 06:57:14.425018 [ 255 ] {01e84dce-bc00-4c42-9fec-aa184c1c239d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16902 | 2025.02.28 06:57:14.425122 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 16903 | 2025.02.28 06:57:14.426420 [ 255 ] {01e84dce-bc00-4c42-9fec-aa184c1c239d} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 16904 | 2025.02.28 06:57:14.427040 [ 255 ] {01e84dce-bc00-4c42-9fec-aa184c1c239d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16905 | 2025.02.28 06:57:14.427607 [ 255 ] {01e84dce-bc00-4c42-9fec-aa184c1c239d} <Debug> executeQuery: Read 695 rows, 56.82 KiB in 0.011451 sec., 60693.38922364859 rows/sec., 4.85 MiB/sec. | ||
| 16906 | 2025.02.28 06:57:14.427812 [ 255 ] {01e84dce-bc00-4c42-9fec-aa184c1c239d} <Debug> TCPHandler: Processed in 0.012262717 sec. | ||
| 16907 | 2025.02.28 06:57:14.428030 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16908 | 2025.02.28 06:57:14.428308 [ 4 ] {d8807634-fb85-4da5-afe6-1f8becbdc268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16909 | 2025.02.28 06:57:14.428496 [ 4 ] {d8807634-fb85-4da5-afe6-1f8becbdc268} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16910 | 2025.02.28 06:57:14.430552 [ 4 ] {d8807634-fb85-4da5-afe6-1f8becbdc268} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16911 | 2025.02.28 06:57:14.430593 [ 4 ] {d8807634-fb85-4da5-afe6-1f8becbdc268} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16912 | 2025.02.28 06:57:14.431553 [ 4 ] {d8807634-fb85-4da5-afe6-1f8becbdc268} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16913 | 2025.02.28 06:57:14.432184 [ 4 ] {d8807634-fb85-4da5-afe6-1f8becbdc268} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16914 | 2025.02.28 06:57:14.432564 [ 70 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Selected 6 parts from all_1_60_13 to all_65_65_0 | ||
| 16915 | 2025.02.28 06:57:14.432767 [ 70 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16916 | 2025.02.28 06:57:14.432848 [ 4 ] {d8807634-fb85-4da5-afe6-1f8becbdc268} <Debug> executeQuery: Read 145 rows, 9.32 KiB in 0.004598 sec., 31535.450195737278 rows/sec., 1.98 MiB/sec. | ||
| 16917 | 2025.02.28 06:57:14.432874 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16918 | 2025.02.28 06:57:14.433195 [ 4 ] {d8807634-fb85-4da5-afe6-1f8becbdc268} <Debug> TCPHandler: Processed in 0.005280303 sec. | ||
| 16919 | 2025.02.28 06:57:14.433523 [ 198 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_65_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_13 to all_65_65_0 into Compact with storage Full | ||
| 16920 | 2025.02.28 06:57:14.433727 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16921 | 2025.02.28 06:57:14.434014 [ 198 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_65_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16922 | 2025.02.28 06:57:14.434167 [ 198 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_13, total 163 rows starting from the beginning of the part | ||
| 16923 | 2025.02.28 06:57:14.434311 [ 255 ] {d33c8824-0980-4777-8bd2-6e767b42ef0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16924 | 2025.02.28 06:57:14.434544 [ 255 ] {d33c8824-0980-4777-8bd2-6e767b42ef0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16925 | 2025.02.28 06:57:14.434816 [ 198 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 145 rows starting from the beginning of the part | ||
| 16926 | 2025.02.28 06:57:14.435394 [ 198 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 145 rows starting from the beginning of the part | ||
| 16927 | 2025.02.28 06:57:14.435829 [ 198 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 147 rows starting from the beginning of the part | ||
| 16928 | 2025.02.28 06:57:14.436195 [ 198 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 145 rows starting from the beginning of the part | ||
| 16929 | 2025.02.28 06:57:14.436626 [ 198 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 145 rows starting from the beginning of the part | ||
| 16930 | 2025.02.28 06:57:14.441547 [ 255 ] {d33c8824-0980-4777-8bd2-6e767b42ef0b} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16931 | 2025.02.28 06:57:14.441686 [ 255 ] {d33c8824-0980-4777-8bd2-6e767b42ef0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16932 | 2025.02.28 06:57:14.443185 [ 186 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_65_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 890 rows, containing 5 columns (5 merged, 0 gathered) in 0.010076251 sec., 88326.50159270546 rows/sec., 5.89 MiB/sec. | ||
| 16933 | 2025.02.28 06:57:14.443563 [ 201 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_65_14} <Trace> MergedBlockOutputStream: filled checksums all_1_65_14 (state Temporary) | ||
| 16934 | 2025.02.28 06:57:14.443779 [ 255 ] {d33c8824-0980-4777-8bd2-6e767b42ef0b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16935 | 2025.02.28 06:57:14.444557 [ 186 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_65_14} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_merge_all_1_65_14 to all_1_65_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16936 | 2025.02.28 06:57:14.444725 [ 255 ] {d33c8824-0980-4777-8bd2-6e767b42ef0b} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16937 | 2025.02.28 06:57:14.444949 [ 186 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_65_14} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Merged 6 parts: [all_1_60_13, all_65_65_0] -> all_1_65_14 | ||
| 16938 | 2025.02.28 06:57:14.445279 [ 70 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Selected 6 parts from all_1_60_13 to all_65_65_0 | ||
| 16939 | 2025.02.28 06:57:14.445342 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 16940 | 2025.02.28 06:57:14.445425 [ 70 ] {} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16941 | 2025.02.28 06:57:14.445591 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16942 | 2025.02.28 06:57:14.445836 [ 255 ] {d33c8824-0980-4777-8bd2-6e767b42ef0b} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.0117 sec., 9658.119658119658 rows/sec., 640.19 KiB/sec. | ||
| 16943 | 2025.02.28 06:57:14.446164 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_65_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_13 to all_65_65_0 into Compact with storage Full | ||
| 16944 | 2025.02.28 06:57:14.446262 [ 255 ] {d33c8824-0980-4777-8bd2-6e767b42ef0b} <Debug> TCPHandler: Processed in 0.012930445 sec. | ||
| 16945 | 2025.02.28 06:57:14.446582 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16946 | 2025.02.28 06:57:14.446814 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_65_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16947 | 2025.02.28 06:57:14.446957 [ 4 ] {c49064bb-7356-47b3-816e-41813bbaa5a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16948 | 2025.02.28 06:57:14.447002 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_13, total 341 rows starting from the beginning of the part | ||
| 16949 | 2025.02.28 06:57:14.447122 [ 4 ] {c49064bb-7356-47b3-816e-41813bbaa5a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16950 | 2025.02.28 06:57:14.447856 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 113 rows starting from the beginning of the part | ||
| 16951 | 2025.02.28 06:57:14.449350 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 113 rows starting from the beginning of the part | ||
| 16952 | 2025.02.28 06:57:14.450146 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 341 rows starting from the beginning of the part | ||
| 16953 | 2025.02.28 06:57:14.450704 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 113 rows starting from the beginning of the part | ||
| 16954 | 2025.02.28 06:57:14.451223 [ 4 ] {c49064bb-7356-47b3-816e-41813bbaa5a5} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16955 | 2025.02.28 06:57:14.451276 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 113 rows starting from the beginning of the part | ||
| 16956 | 2025.02.28 06:57:14.451329 [ 4 ] {c49064bb-7356-47b3-816e-41813bbaa5a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16957 | 2025.02.28 06:57:14.452807 [ 4 ] {c49064bb-7356-47b3-816e-41813bbaa5a5} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16958 | 2025.02.28 06:57:14.453675 [ 4 ] {c49064bb-7356-47b3-816e-41813bbaa5a5} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16959 | 2025.02.28 06:57:14.454232 [ 70 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 16960 | 2025.02.28 06:57:14.454373 [ 4 ] {c49064bb-7356-47b3-816e-41813bbaa5a5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00751 sec., 14913.448735019972 rows/sec., 869.93 KiB/sec. | ||
| 16961 | 2025.02.28 06:57:14.454378 [ 70 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16962 | 2025.02.28 06:57:14.454689 [ 4 ] {c49064bb-7356-47b3-816e-41813bbaa5a5} <Debug> TCPHandler: Processed in 0.008261959 sec. | ||
| 16963 | 2025.02.28 06:57:14.455005 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16964 | 2025.02.28 06:57:14.455506 [ 255 ] {e95f0bc8-b051-44bd-a81b-0ee8e2d38445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16965 | 2025.02.28 06:57:14.455613 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16966 | 2025.02.28 06:57:14.455927 [ 224 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): 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] | ||
| 16967 | 2025.02.28 06:57:14.456017 [ 224 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): 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] | ||
| 16968 | 2025.02.28 06:57:14.455766 [ 255 ] {e95f0bc8-b051-44bd-a81b-0ee8e2d38445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16969 | 2025.02.28 06:57:14.456770 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::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 | ||
| 16970 | 2025.02.28 06:57:14.458093 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16971 | 2025.02.28 06:57:14.458430 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 112 rows starting from the beginning of the part | ||
| 16972 | 2025.02.28 06:57:14.459084 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 112 rows starting from the beginning of the part | ||
| 16973 | 2025.02.28 06:57:14.460221 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 112 rows starting from the beginning of the part | ||
| 16974 | 2025.02.28 06:57:14.461897 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 112 rows starting from the beginning of the part | ||
| 16975 | 2025.02.28 06:57:14.461904 [ 224 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): 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] | ||
| 16976 | 2025.02.28 06:57:14.462629 [ 190 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 112 rows starting from the beginning of the part | ||
| 16977 | 2025.02.28 06:57:14.467485 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_65_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.02170014 sec., 52257.72736950084 rows/sec., 3.64 MiB/sec. | ||
| 16978 | 2025.02.28 06:57:14.467928 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_65_14} <Trace> MergedBlockOutputStream: filled checksums all_1_65_14 (state Temporary) | ||
| 16979 | 2025.02.28 06:57:14.469436 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_65_14} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_merge_all_1_65_14 to all_1_65_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16980 | 2025.02.28 06:57:14.469987 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_65_14} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Merged 6 parts: [all_1_60_13, all_65_65_0] -> all_1_65_14 | ||
| 16981 | 2025.02.28 06:57:14.470317 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 16982 | 2025.02.28 06:57:14.470334 [ 255 ] {e95f0bc8-b051-44bd-a81b-0ee8e2d38445} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16983 | 2025.02.28 06:57:14.470501 [ 255 ] {e95f0bc8-b051-44bd-a81b-0ee8e2d38445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16984 | 2025.02.28 06:57:14.471314 [ 187 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.015475975 sec., 36185.11919281338 rows/sec., 2.20 MiB/sec. | ||
| 16985 | 2025.02.28 06:57:14.471658 [ 187 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 16986 | 2025.02.28 06:57:14.472433 [ 255 ] {e95f0bc8-b051-44bd-a81b-0ee8e2d38445} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 16987 | 2025.02.28 06:57:14.472579 [ 187 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_65_16} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16988 | 2025.02.28 06:57:14.472924 [ 187 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_65_16} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 16989 | 2025.02.28 06:57:14.473281 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 16990 | 2025.02.28 06:57:14.473634 [ 255 ] {e95f0bc8-b051-44bd-a81b-0ee8e2d38445} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16991 | 2025.02.28 06:57:14.474170 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 16992 | 2025.02.28 06:57:14.474249 [ 255 ] {e95f0bc8-b051-44bd-a81b-0ee8e2d38445} <Debug> executeQuery: Read 421 rows, 30.71 KiB in 0.018915 sec., 22257.467618292358 rows/sec., 1.59 MiB/sec. | ||
| 16993 | 2025.02.28 06:57:14.474438 [ 255 ] {e95f0bc8-b051-44bd-a81b-0ee8e2d38445} <Debug> TCPHandler: Processed in 0.019609946 sec. | ||
| 16994 | 2025.02.28 06:57:14.474642 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16995 | 2025.02.28 06:57:14.475149 [ 4 ] {04882e1c-107e-43ae-9d56-eaa4478413a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16996 | 2025.02.28 06:57:14.475291 [ 4 ] {04882e1c-107e-43ae-9d56-eaa4478413a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16997 | 2025.02.28 06:57:14.477838 [ 4 ] {04882e1c-107e-43ae-9d56-eaa4478413a6} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16998 | 2025.02.28 06:57:14.477918 [ 4 ] {04882e1c-107e-43ae-9d56-eaa4478413a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 16999 | 2025.02.28 06:57:14.478006 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17000 | 2025.02.28 06:57:14.478553 [ 4 ] {04882e1c-107e-43ae-9d56-eaa4478413a6} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17001 | 2025.02.28 06:57:14.479355 [ 4 ] {04882e1c-107e-43ae-9d56-eaa4478413a6} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17002 | 2025.02.28 06:57:14.479930 [ 70 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Selected 6 parts from all_1_56_12 to all_65_65_0 | ||
| 17003 | 2025.02.28 06:57:14.480033 [ 4 ] {04882e1c-107e-43ae-9d56-eaa4478413a6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005063 sec., 1185.0681414181315 rows/sec., 61.92 KiB/sec. | ||
| 17004 | 2025.02.28 06:57:14.480079 [ 70 ] {} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17005 | 2025.02.28 06:57:14.480353 [ 4 ] {04882e1c-107e-43ae-9d56-eaa4478413a6} <Debug> TCPHandler: Processed in 0.005787519 sec. | ||
| 17006 | 2025.02.28 06:57:14.480379 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17007 | 2025.02.28 06:57:14.480815 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17008 | 2025.02.28 06:57:14.481422 [ 188 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_12 to all_65_65_0 into Compact with storage Full | ||
| 17009 | 2025.02.28 06:57:14.482038 [ 188 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17010 | 2025.02.28 06:57:14.482174 [ 188 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_12, total 336 rows starting from the beginning of the part | ||
| 17011 | 2025.02.28 06:57:14.482315 [ 255 ] {b94a22a0-3628-458c-80bf-3e3066522c61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17012 | 2025.02.28 06:57:14.482761 [ 188 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_61_1, total 30 rows starting from the beginning of the part | ||
| 17013 | 2025.02.28 06:57:14.482941 [ 255 ] {b94a22a0-3628-458c-80bf-3e3066522c61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17014 | 2025.02.28 06:57:14.483178 [ 188 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 6 rows starting from the beginning of the part | ||
| 17015 | 2025.02.28 06:57:14.483633 [ 188 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 6 rows starting from the beginning of the part | ||
| 17016 | 2025.02.28 06:57:14.484170 [ 188 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 6 rows starting from the beginning of the part | ||
| 17017 | 2025.02.28 06:57:14.484642 [ 188 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 6 rows starting from the beginning of the part | ||
| 17018 | 2025.02.28 06:57:14.490214 [ 195 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 390 rows, containing 4 columns (4 merged, 0 gathered) in 0.009397702 sec., 41499.50700713855 rows/sec., 2.12 MiB/sec. | ||
| 17019 | 2025.02.28 06:57:14.490507 [ 195 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
| 17020 | 2025.02.28 06:57:14.491799 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_65_13} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17021 | 2025.02.28 06:57:14.492488 [ 189 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_65_13} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Merged 6 parts: [all_1_56_12, all_65_65_0] -> all_1_65_13 | ||
| 17022 | 2025.02.28 06:57:14.492968 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 17023 | 2025.02.28 06:57:14.493313 [ 255 ] {b94a22a0-3628-458c-80bf-3e3066522c61} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17024 | 2025.02.28 06:57:14.493491 [ 255 ] {b94a22a0-3628-458c-80bf-3e3066522c61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17025 | 2025.02.28 06:57:14.495044 [ 255 ] {b94a22a0-3628-458c-80bf-3e3066522c61} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 17026 | 2025.02.28 06:57:14.495790 [ 255 ] {b94a22a0-3628-458c-80bf-3e3066522c61} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17027 | 2025.02.28 06:57:14.496271 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_147_30 to all_152_152_0 | ||
| 17028 | 2025.02.28 06:57:14.496447 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17029 | 2025.02.28 06:57:14.496579 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17030 | 2025.02.28 06:57:14.496881 [ 255 ] {b94a22a0-3628-458c-80bf-3e3066522c61} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.014754 sec., 16063.440422936153 rows/sec., 1.08 MiB/sec. | ||
| 17031 | 2025.02.28 06:57:14.497246 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_152_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_147_30 to all_152_152_0 into Compact with storage Full | ||
| 17032 | 2025.02.28 06:57:14.497349 [ 255 ] {b94a22a0-3628-458c-80bf-3e3066522c61} <Debug> TCPHandler: Processed in 0.016874962 sec. | ||
| 17033 | 2025.02.28 06:57:14.497712 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17034 | 2025.02.28 06:57:14.497919 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_152_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17035 | 2025.02.28 06:57:14.498046 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_147_30, total 44221 rows starting from the beginning of the part | ||
| 17036 | 2025.02.28 06:57:14.498216 [ 4 ] {238c008a-ac3d-43bc-826b-1bd9559cf797} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17037 | 2025.02.28 06:57:14.498526 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 64 rows starting from the beginning of the part | ||
| 17038 | 2025.02.28 06:57:14.498546 [ 4 ] {238c008a-ac3d-43bc-826b-1bd9559cf797} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17039 | 2025.02.28 06:57:14.498936 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 160 rows starting from the beginning of the part | ||
| 17040 | 2025.02.28 06:57:14.499620 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 237 rows starting from the beginning of the part | ||
| 17041 | 2025.02.28 06:57:14.500160 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 160 rows starting from the beginning of the part | ||
| 17042 | 2025.02.28 06:57:14.500733 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 237 rows starting from the beginning of the part | ||
| 17043 | 2025.02.28 06:57:14.503954 [ 4 ] {238c008a-ac3d-43bc-826b-1bd9559cf797} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17044 | 2025.02.28 06:57:14.504092 [ 4 ] {238c008a-ac3d-43bc-826b-1bd9559cf797} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17045 | 2025.02.28 06:57:14.506617 [ 4 ] {238c008a-ac3d-43bc-826b-1bd9559cf797} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17046 | 2025.02.28 06:57:14.508115 [ 4 ] {238c008a-ac3d-43bc-826b-1bd9559cf797} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17047 | 2025.02.28 06:57:14.509212 [ 4 ] {238c008a-ac3d-43bc-826b-1bd9559cf797} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.011079 sec., 90.26085386767758 rows/sec., 6.08 KiB/sec. | ||
| 17048 | 2025.02.28 06:57:14.509771 [ 4 ] {238c008a-ac3d-43bc-826b-1bd9559cf797} <Debug> TCPHandler: Processed in 0.012232256 sec. | ||
| 17049 | 2025.02.28 06:57:14.510450 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17050 | 2025.02.28 06:57:14.510931 [ 255 ] {8f850d95-8c65-45a9-b977-3b18a191bafe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17051 | 2025.02.28 06:57:14.511214 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671 | ||
| 17052 | 2025.02.28 06:57:14.511228 [ 255 ] {8f850d95-8c65-45a9-b977-3b18a191bafe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17053 | 2025.02.28 06:57:14.512917 [ 255 ] {8f850d95-8c65-45a9-b977-3b18a191bafe} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17054 | 2025.02.28 06:57:14.512962 [ 255 ] {8f850d95-8c65-45a9-b977-3b18a191bafe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17055 | 2025.02.28 06:57:14.513996 [ 255 ] {8f850d95-8c65-45a9-b977-3b18a191bafe} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 17056 | 2025.02.28 06:57:14.514316 [ 255 ] {8f850d95-8c65-45a9-b977-3b18a191bafe} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17057 | 2025.02.28 06:57:14.514696 [ 255 ] {8f850d95-8c65-45a9-b977-3b18a191bafe} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003962 sec., 9843.513377082281 rows/sec., 17.64 MiB/sec. | ||
| 17058 | 2025.02.28 06:57:14.515007 [ 255 ] {8f850d95-8c65-45a9-b977-3b18a191bafe} <Debug> TCPHandler: Processed in 0.00503056 sec. | ||
| 17059 | 2025.02.28 06:57:14.515181 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17060 | 2025.02.28 06:57:14.515349 [ 4 ] {21034715-c914-46d8-976a-de63d219ce9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17061 | 2025.02.28 06:57:14.515425 [ 4 ] {21034715-c914-46d8-976a-de63d219ce9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17062 | 2025.02.28 06:57:14.516139 [ 4 ] {21034715-c914-46d8-976a-de63d219ce9b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17063 | 2025.02.28 06:57:14.516188 [ 4 ] {21034715-c914-46d8-976a-de63d219ce9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17064 | 2025.02.28 06:57:14.516654 [ 4 ] {21034715-c914-46d8-976a-de63d219ce9b} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 17065 | 2025.02.28 06:57:14.517040 [ 4 ] {21034715-c914-46d8-976a-de63d219ce9b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17066 | 2025.02.28 06:57:14.517124 [ 199 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_152_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45079 rows, containing 5 columns (5 merged, 0 gathered) in 0.020331704 sec., 2217177.664990598 rows/sec., 149.71 MiB/sec. | ||
| 17067 | 2025.02.28 06:57:14.517351 [ 4 ] {21034715-c914-46d8-976a-de63d219ce9b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002038 sec., 40235.52502453386 rows/sec., 2.56 MiB/sec. | ||
| 17068 | 2025.02.28 06:57:14.517433 [ 4 ] {21034715-c914-46d8-976a-de63d219ce9b} <Debug> TCPHandler: Processed in 0.002324218 sec. | ||
| 17069 | 2025.02.28 06:57:14.517670 [ 197 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_152_31} <Trace> MergedBlockOutputStream: filled checksums all_1_152_31 (state Temporary) | ||
| 17070 | 2025.02.28 06:57:14.518027 [ 197 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_152_31} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_152_31 to all_1_152_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17071 | 2025.02.28 06:57:14.518123 [ 197 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_152_31} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_147_30, all_152_152_0] -> all_1_152_31 | ||
| 17072 | 2025.02.28 06:57:14.518232 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.44 MiB. | ||
| 17073 | 2025.02.28 06:57:15.000186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.19 MiB, peak 286.02 MiB, free memory in arenas 0.00 B, will set to 266.84 MiB (RSS), difference: -1.35 MiB | ||
| 17074 | 2025.02.28 06:57:15.669148 [ 220 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): 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] | ||
| 17075 | 2025.02.28 06:57:15.669210 [ 220 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): 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] | ||
| 17076 | 2025.02.28 06:57:15.670847 [ 220 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): 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] | ||
| 17077 | 2025.02.28 06:57:18.092580 [ 218 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 17078 | 2025.02.28 06:57:18.092634 [ 218 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 17079 | 2025.02.28 06:57:18.094584 [ 218 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 17080 | 2025.02.28 06:57:18.627782 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17081 | 2025.02.28 06:57:18.627844 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17082 | 2025.02.28 06:57:18.871841 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41236 | ||
| 17083 | 2025.02.28 06:57:18.872581 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17084 | 2025.02.28 06:57:18.872631 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17085 | 2025.02.28 06:57:18.873164 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 17086 | 2025.02.28 06:57:18.873426 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17087 | 2025.02.28 06:57:18.873676 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236 | ||
| 17088 | 2025.02.28 06:57:19.041379 [ 220 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 17089 | 2025.02.28 06:57:19.041417 [ 220 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 17090 | 2025.02.28 06:57:19.043554 [ 220 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 17091 | 2025.02.28 06:57:19.397925 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17092 | 2025.02.28 06:57:19.398208 [ 4 ] {0488406b-34eb-4798-a9b1-06fd8a340ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17093 | 2025.02.28 06:57:19.398318 [ 4 ] {0488406b-34eb-4798-a9b1-06fd8a340ba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17094 | 2025.02.28 06:57:19.399206 [ 4 ] {0488406b-34eb-4798-a9b1-06fd8a340ba2} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17095 | 2025.02.28 06:57:19.399251 [ 4 ] {0488406b-34eb-4798-a9b1-06fd8a340ba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17096 | 2025.02.28 06:57:19.399666 [ 4 ] {0488406b-34eb-4798-a9b1-06fd8a340ba2} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 17097 | 2025.02.28 06:57:19.399915 [ 4 ] {0488406b-34eb-4798-a9b1-06fd8a340ba2} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17098 | 2025.02.28 06:57:19.400145 [ 4 ] {0488406b-34eb-4798-a9b1-06fd8a340ba2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002018 sec., 27750.247770069378 rows/sec., 2.13 MiB/sec. | ||
| 17099 | 2025.02.28 06:57:19.400207 [ 4 ] {0488406b-34eb-4798-a9b1-06fd8a340ba2} <Debug> TCPHandler: Processed in 0.002460079 sec. | ||
| 17100 | 2025.02.28 06:57:19.400542 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17101 | 2025.02.28 06:57:19.400792 [ 255 ] {1b14afde-24c3-470e-9f3d-d636ebbbb8e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17102 | 2025.02.28 06:57:19.400877 [ 255 ] {1b14afde-24c3-470e-9f3d-d636ebbbb8e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17103 | 2025.02.28 06:57:19.401755 [ 255 ] {1b14afde-24c3-470e-9f3d-d636ebbbb8e2} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17104 | 2025.02.28 06:57:19.401809 [ 255 ] {1b14afde-24c3-470e-9f3d-d636ebbbb8e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17105 | 2025.02.28 06:57:19.402263 [ 255 ] {1b14afde-24c3-470e-9f3d-d636ebbbb8e2} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 17106 | 2025.02.28 06:57:19.402523 [ 255 ] {1b14afde-24c3-470e-9f3d-d636ebbbb8e2} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17107 | 2025.02.28 06:57:19.402755 [ 255 ] {1b14afde-24c3-470e-9f3d-d636ebbbb8e2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002022 sec., 31651.829871414444 rows/sec., 2.47 MiB/sec. | ||
| 17108 | 2025.02.28 06:57:19.402824 [ 255 ] {1b14afde-24c3-470e-9f3d-d636ebbbb8e2} <Debug> TCPHandler: Processed in 0.00247148 sec. | ||
| 17109 | 2025.02.28 06:57:19.402962 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17110 | 2025.02.28 06:57:19.403088 [ 4 ] {7c85a792-7fab-45e7-81be-e1969f617a93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17111 | 2025.02.28 06:57:19.403144 [ 4 ] {7c85a792-7fab-45e7-81be-e1969f617a93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17112 | 2025.02.28 06:57:19.403737 [ 4 ] {7c85a792-7fab-45e7-81be-e1969f617a93} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17113 | 2025.02.28 06:57:19.403778 [ 4 ] {7c85a792-7fab-45e7-81be-e1969f617a93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17114 | 2025.02.28 06:57:19.404186 [ 4 ] {7c85a792-7fab-45e7-81be-e1969f617a93} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 17115 | 2025.02.28 06:57:19.404422 [ 4 ] {7c85a792-7fab-45e7-81be-e1969f617a93} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17116 | 2025.02.28 06:57:19.404657 [ 4 ] {7c85a792-7fab-45e7-81be-e1969f617a93} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001585 sec., 100946.37223974764 rows/sec., 7.03 MiB/sec. | ||
| 17117 | 2025.02.28 06:57:19.404730 [ 4 ] {7c85a792-7fab-45e7-81be-e1969f617a93} <Debug> TCPHandler: Processed in 0.001825532 sec. | ||
| 17118 | 2025.02.28 06:57:19.404810 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 17119 | 2025.02.28 06:57:19.404901 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17120 | 2025.02.28 06:57:19.404920 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 17121 | 2025.02.28 06:57:19.405097 [ 255 ] {17e3eec7-796c-49b8-bdc4-59cc71b9a279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17122 | 2025.02.28 06:57:19.405257 [ 255 ] {17e3eec7-796c-49b8-bdc4-59cc71b9a279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17123 | 2025.02.28 06:57:19.407288 [ 255 ] {17e3eec7-796c-49b8-bdc4-59cc71b9a279} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17124 | 2025.02.28 06:57:19.407331 [ 255 ] {17e3eec7-796c-49b8-bdc4-59cc71b9a279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17125 | 2025.02.28 06:57:19.408029 [ 255 ] {17e3eec7-796c-49b8-bdc4-59cc71b9a279} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 17126 | 2025.02.28 06:57:19.408421 [ 255 ] {17e3eec7-796c-49b8-bdc4-59cc71b9a279} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17127 | 2025.02.28 06:57:19.408771 [ 255 ] {17e3eec7-796c-49b8-bdc4-59cc71b9a279} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003711 sec., 16168.148746968473 rows/sec., 1.09 MiB/sec. | ||
| 17128 | 2025.02.28 06:57:19.408972 [ 255 ] {17e3eec7-796c-49b8-bdc4-59cc71b9a279} <Debug> TCPHandler: Processed in 0.00415094 sec. | ||
| 17129 | 2025.02.28 06:57:19.409263 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 17130 | 2025.02.28 06:57:19.686575 [ 225 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 17131 | 2025.02.28 06:57:19.686655 [ 225 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 17132 | 2025.02.28 06:57:19.688894 [ 225 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 17133 | 2025.02.28 06:57:20.558848 [ 218 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 17134 | 2025.02.28 06:57:20.558903 [ 218 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 17135 | 2025.02.28 06:57:20.560871 [ 218 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 17136 | 2025.02.28 06:57:20.609893 [ 221 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 17137 | 2025.02.28 06:57:20.609946 [ 221 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 17138 | 2025.02.28 06:57:20.611865 [ 221 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 17139 | 2025.02.28 06:57:21.832897 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17140 | 2025.02.28 06:57:21.833108 [ 4 ] {a12b2b87-8215-46cf-a201-7be621a22393} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17141 | 2025.02.28 06:57:21.833190 [ 4 ] {a12b2b87-8215-46cf-a201-7be621a22393} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17142 | 2025.02.28 06:57:21.834123 [ 4 ] {a12b2b87-8215-46cf-a201-7be621a22393} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17143 | 2025.02.28 06:57:21.834174 [ 4 ] {a12b2b87-8215-46cf-a201-7be621a22393} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17144 | 2025.02.28 06:57:21.834628 [ 4 ] {a12b2b87-8215-46cf-a201-7be621a22393} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17145 | 2025.02.28 06:57:21.834885 [ 4 ] {a12b2b87-8215-46cf-a201-7be621a22393} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17146 | 2025.02.28 06:57:21.835122 [ 4 ] {a12b2b87-8215-46cf-a201-7be621a22393} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002072 sec., 102316.60231660231 rows/sec., 6.51 MiB/sec. | ||
| 17147 | 2025.02.28 06:57:21.835189 [ 4 ] {a12b2b87-8215-46cf-a201-7be621a22393} <Debug> TCPHandler: Processed in 0.002433329 sec. | ||
| 17148 | 2025.02.28 06:57:21.835448 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17149 | 2025.02.28 06:57:21.835662 [ 255 ] {56928818-9124-4c45-8fd7-8fa8fb715534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17150 | 2025.02.28 06:57:21.835741 [ 255 ] {56928818-9124-4c45-8fd7-8fa8fb715534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17151 | 2025.02.28 06:57:21.836482 [ 255 ] {56928818-9124-4c45-8fd7-8fa8fb715534} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17152 | 2025.02.28 06:57:21.836523 [ 255 ] {56928818-9124-4c45-8fd7-8fa8fb715534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17153 | 2025.02.28 06:57:21.836945 [ 255 ] {56928818-9124-4c45-8fd7-8fa8fb715534} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 17154 | 2025.02.28 06:57:21.837193 [ 255 ] {56928818-9124-4c45-8fd7-8fa8fb715534} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17155 | 2025.02.28 06:57:21.837441 [ 255 ] {56928818-9124-4c45-8fd7-8fa8fb715534} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001838 sec., 8705.114254624592 rows/sec., 709.84 KiB/sec. | ||
| 17156 | 2025.02.28 06:57:21.837563 [ 255 ] {56928818-9124-4c45-8fd7-8fa8fb715534} <Debug> TCPHandler: Processed in 0.002256467 sec. | ||
| 17157 | 2025.02.28 06:57:21.837741 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17158 | 2025.02.28 06:57:21.837891 [ 4 ] {d525fb74-abae-43e6-8664-d8b95898a4b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17159 | 2025.02.28 06:57:21.837955 [ 4 ] {d525fb74-abae-43e6-8664-d8b95898a4b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17160 | 2025.02.28 06:57:21.839410 [ 4 ] {d525fb74-abae-43e6-8664-d8b95898a4b9} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17161 | 2025.02.28 06:57:21.839451 [ 4 ] {d525fb74-abae-43e6-8664-d8b95898a4b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17162 | 2025.02.28 06:57:21.839954 [ 4 ] {d525fb74-abae-43e6-8664-d8b95898a4b9} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 17163 | 2025.02.28 06:57:21.840194 [ 4 ] {d525fb74-abae-43e6-8664-d8b95898a4b9} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17164 | 2025.02.28 06:57:21.840408 [ 4 ] {d525fb74-abae-43e6-8664-d8b95898a4b9} <Debug> executeQuery: Read 1843 rows, 153.97 KiB in 0.002544 sec., 724449.6855345912 rows/sec., 59.10 MiB/sec. | ||
| 17165 | 2025.02.28 06:57:21.840487 [ 4 ] {d525fb74-abae-43e6-8664-d8b95898a4b9} <Debug> TCPHandler: Processed in 0.002812523 sec. | ||
| 17166 | 2025.02.28 06:57:21.840677 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17167 | 2025.02.28 06:57:21.841011 [ 255 ] {f8f79d73-b70a-4c91-a6f0-aac08e43389e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17168 | 2025.02.28 06:57:21.841111 [ 255 ] {f8f79d73-b70a-4c91-a6f0-aac08e43389e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17169 | 2025.02.28 06:57:21.841844 [ 255 ] {f8f79d73-b70a-4c91-a6f0-aac08e43389e} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17170 | 2025.02.28 06:57:21.841888 [ 255 ] {f8f79d73-b70a-4c91-a6f0-aac08e43389e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17171 | 2025.02.28 06:57:21.842259 [ 255 ] {f8f79d73-b70a-4c91-a6f0-aac08e43389e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17172 | 2025.02.28 06:57:21.842499 [ 255 ] {f8f79d73-b70a-4c91-a6f0-aac08e43389e} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17173 | 2025.02.28 06:57:21.842714 [ 255 ] {f8f79d73-b70a-4c91-a6f0-aac08e43389e} <Debug> executeQuery: Read 161 rows, 10.44 KiB in 0.00182 sec., 88461.53846153847 rows/sec., 5.60 MiB/sec. | ||
| 17174 | 2025.02.28 06:57:21.842768 [ 255 ] {f8f79d73-b70a-4c91-a6f0-aac08e43389e} <Debug> TCPHandler: Processed in 0.002182376 sec. | ||
| 17175 | 2025.02.28 06:57:21.842973 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17176 | 2025.02.28 06:57:21.843103 [ 4 ] {e6c06e01-08c7-46be-a0d9-967596b95196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17177 | 2025.02.28 06:57:21.843156 [ 4 ] {e6c06e01-08c7-46be-a0d9-967596b95196} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17178 | 2025.02.28 06:57:21.843863 [ 4 ] {e6c06e01-08c7-46be-a0d9-967596b95196} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17179 | 2025.02.28 06:57:21.843902 [ 4 ] {e6c06e01-08c7-46be-a0d9-967596b95196} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17180 | 2025.02.28 06:57:21.844299 [ 4 ] {e6c06e01-08c7-46be-a0d9-967596b95196} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17181 | 2025.02.28 06:57:21.844540 [ 4 ] {e6c06e01-08c7-46be-a0d9-967596b95196} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17182 | 2025.02.28 06:57:21.844713 [ 4 ] {e6c06e01-08c7-46be-a0d9-967596b95196} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.00164 sec., 207926.8292682927 rows/sec., 13.87 MiB/sec. | ||
| 17183 | 2025.02.28 06:57:21.844764 [ 4 ] {e6c06e01-08c7-46be-a0d9-967596b95196} <Debug> TCPHandler: Processed in 0.001900273 sec. | ||
| 17184 | 2025.02.28 06:57:21.844930 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17185 | 2025.02.28 06:57:21.845079 [ 255 ] {2c2524db-0c3c-46fc-9a95-66cbe8fa7b00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17186 | 2025.02.28 06:57:21.845137 [ 255 ] {2c2524db-0c3c-46fc-9a95-66cbe8fa7b00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17187 | 2025.02.28 06:57:21.845846 [ 255 ] {2c2524db-0c3c-46fc-9a95-66cbe8fa7b00} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17188 | 2025.02.28 06:57:21.845886 [ 255 ] {2c2524db-0c3c-46fc-9a95-66cbe8fa7b00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17189 | 2025.02.28 06:57:21.846270 [ 255 ] {2c2524db-0c3c-46fc-9a95-66cbe8fa7b00} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17190 | 2025.02.28 06:57:21.846508 [ 255 ] {2c2524db-0c3c-46fc-9a95-66cbe8fa7b00} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17191 | 2025.02.28 06:57:21.846755 [ 255 ] {2c2524db-0c3c-46fc-9a95-66cbe8fa7b00} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001696 sec., 66037.7358490566 rows/sec., 3.76 MiB/sec. | ||
| 17192 | 2025.02.28 06:57:21.846894 [ 255 ] {2c2524db-0c3c-46fc-9a95-66cbe8fa7b00} <Debug> TCPHandler: Processed in 0.002030494 sec. | ||
| 17193 | 2025.02.28 06:57:21.847117 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17194 | 2025.02.28 06:57:21.847263 [ 4 ] {be7b1678-bc9f-46f6-a47d-c9f317dbc43f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17195 | 2025.02.28 06:57:21.847312 [ 4 ] {be7b1678-bc9f-46f6-a47d-c9f317dbc43f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17196 | 2025.02.28 06:57:21.848285 [ 4 ] {be7b1678-bc9f-46f6-a47d-c9f317dbc43f} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17197 | 2025.02.28 06:57:21.848323 [ 4 ] {be7b1678-bc9f-46f6-a47d-c9f317dbc43f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17198 | 2025.02.28 06:57:21.848723 [ 4 ] {be7b1678-bc9f-46f6-a47d-c9f317dbc43f} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 17199 | 2025.02.28 06:57:21.848964 [ 4 ] {be7b1678-bc9f-46f6-a47d-c9f317dbc43f} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17200 | 2025.02.28 06:57:21.849143 [ 4 ] {be7b1678-bc9f-46f6-a47d-c9f317dbc43f} <Debug> executeQuery: Read 893 rows, 66.30 KiB in 0.001905 sec., 468766.4041994751 rows/sec., 33.99 MiB/sec. | ||
| 17201 | 2025.02.28 06:57:21.849193 [ 4 ] {be7b1678-bc9f-46f6-a47d-c9f317dbc43f} <Debug> TCPHandler: Processed in 0.002201527 sec. | ||
| 17202 | 2025.02.28 06:57:21.849356 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17203 | 2025.02.28 06:57:21.849497 [ 255 ] {7e141859-e300-4d88-9d6b-cedafd941d0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17204 | 2025.02.28 06:57:21.849558 [ 255 ] {7e141859-e300-4d88-9d6b-cedafd941d0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17205 | 2025.02.28 06:57:21.850073 [ 255 ] {7e141859-e300-4d88-9d6b-cedafd941d0f} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17206 | 2025.02.28 06:57:21.850113 [ 255 ] {7e141859-e300-4d88-9d6b-cedafd941d0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17207 | 2025.02.28 06:57:21.850481 [ 255 ] {7e141859-e300-4d88-9d6b-cedafd941d0f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17208 | 2025.02.28 06:57:21.850728 [ 255 ] {7e141859-e300-4d88-9d6b-cedafd941d0f} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17209 | 2025.02.28 06:57:21.850946 [ 255 ] {7e141859-e300-4d88-9d6b-cedafd941d0f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00148 sec., 4054.054054054054 rows/sec., 211.81 KiB/sec. | ||
| 17210 | 2025.02.28 06:57:21.850999 [ 255 ] {7e141859-e300-4d88-9d6b-cedafd941d0f} <Debug> TCPHandler: Processed in 0.00171229 sec. | ||
| 17211 | 2025.02.28 06:57:21.851151 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17212 | 2025.02.28 06:57:21.851292 [ 4 ] {8c146d43-f7ec-406c-9baa-71e05ccf61d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17213 | 2025.02.28 06:57:21.851354 [ 4 ] {8c146d43-f7ec-406c-9baa-71e05ccf61d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17214 | 2025.02.28 06:57:21.852216 [ 4 ] {8c146d43-f7ec-406c-9baa-71e05ccf61d9} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17215 | 2025.02.28 06:57:21.852253 [ 4 ] {8c146d43-f7ec-406c-9baa-71e05ccf61d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17216 | 2025.02.28 06:57:21.852710 [ 4 ] {8c146d43-f7ec-406c-9baa-71e05ccf61d9} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 17217 | 2025.02.28 06:57:21.852965 [ 4 ] {8c146d43-f7ec-406c-9baa-71e05ccf61d9} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17218 | 2025.02.28 06:57:21.853136 [ 4 ] {8c146d43-f7ec-406c-9baa-71e05ccf61d9} <Debug> executeQuery: Read 1027 rows, 70.10 KiB in 0.001877 sec., 547149.7069792221 rows/sec., 36.47 MiB/sec. | ||
| 17219 | 2025.02.28 06:57:21.853186 [ 4 ] {8c146d43-f7ec-406c-9baa-71e05ccf61d9} <Debug> TCPHandler: Processed in 0.002103325 sec. | ||
| 17220 | 2025.02.28 06:57:21.853337 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17221 | 2025.02.28 06:57:21.853477 [ 255 ] {e8f3c66c-c7b5-4474-8164-1f480da9597f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17222 | 2025.02.28 06:57:21.853539 [ 255 ] {e8f3c66c-c7b5-4474-8164-1f480da9597f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17223 | 2025.02.28 06:57:21.854050 [ 255 ] {e8f3c66c-c7b5-4474-8164-1f480da9597f} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17224 | 2025.02.28 06:57:21.854088 [ 255 ] {e8f3c66c-c7b5-4474-8164-1f480da9597f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17225 | 2025.02.28 06:57:21.854445 [ 255 ] {e8f3c66c-c7b5-4474-8164-1f480da9597f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17226 | 2025.02.28 06:57:21.854680 [ 255 ] {e8f3c66c-c7b5-4474-8164-1f480da9597f} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17227 | 2025.02.28 06:57:21.854910 [ 255 ] {e8f3c66c-c7b5-4474-8164-1f480da9597f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001461 sec., 684.4626967830253 rows/sec., 46.12 KiB/sec. | ||
| 17228 | 2025.02.28 06:57:21.855003 [ 255 ] {e8f3c66c-c7b5-4474-8164-1f480da9597f} <Debug> TCPHandler: Processed in 0.00173121 sec. | ||
| 17229 | 2025.02.28 06:57:21.855207 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17230 | 2025.02.28 06:57:21.855345 [ 4 ] {51065a61-a901-48c4-b58a-ca64af00674a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17231 | 2025.02.28 06:57:21.855436 [ 4 ] {51065a61-a901-48c4-b58a-ca64af00674a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17232 | 2025.02.28 06:57:21.856675 [ 4 ] {51065a61-a901-48c4-b58a-ca64af00674a} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17233 | 2025.02.28 06:57:21.856713 [ 4 ] {51065a61-a901-48c4-b58a-ca64af00674a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17234 | 2025.02.28 06:57:21.857391 [ 4 ] {51065a61-a901-48c4-b58a-ca64af00674a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17235 | 2025.02.28 06:57:21.857658 [ 4 ] {51065a61-a901-48c4-b58a-ca64af00674a} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17236 | 2025.02.28 06:57:21.857798 [ 52 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 17237 | 2025.02.28 06:57:21.857841 [ 52 ] {} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17238 | 2025.02.28 06:57:21.857862 [ 4 ] {51065a61-a901-48c4-b58a-ca64af00674a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002543 sec., 15336.21706645694 rows/sec., 27.48 MiB/sec. | ||
| 17239 | 2025.02.28 06:57:21.857866 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17240 | 2025.02.28 06:57:21.858197 [ 4 ] {51065a61-a901-48c4-b58a-ca64af00674a} <Debug> TCPHandler: Processed in 0.003101687 sec. | ||
| 17241 | 2025.02.28 06:57:21.858242 [ 191 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::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 | ||
| 17242 | 2025.02.28 06:57:21.858362 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17243 | 2025.02.28 06:57:21.858607 [ 255 ] {c972ef95-6d63-4ed8-9ef9-ac43d463dc52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17244 | 2025.02.28 06:57:21.858726 [ 255 ] {c972ef95-6d63-4ed8-9ef9-ac43d463dc52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17245 | 2025.02.28 06:57:21.859346 [ 191 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17246 | 2025.02.28 06:57:21.859551 [ 191 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2271 rows starting from the beginning of the part | ||
| 17247 | 2025.02.28 06:57:21.860219 [ 191 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 39 rows starting from the beginning of the part | ||
| 17248 | 2025.02.28 06:57:21.860905 [ 255 ] {c972ef95-6d63-4ed8-9ef9-ac43d463dc52} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17249 | 2025.02.28 06:57:21.860984 [ 255 ] {c972ef95-6d63-4ed8-9ef9-ac43d463dc52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17250 | 2025.02.28 06:57:21.861026 [ 191 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 39 rows starting from the beginning of the part | ||
| 17251 | 2025.02.28 06:57:21.861701 [ 191 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 39 rows starting from the beginning of the part | ||
| 17252 | 2025.02.28 06:57:21.862414 [ 191 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 39 rows starting from the beginning of the part | ||
| 17253 | 2025.02.28 06:57:21.862423 [ 255 ] {c972ef95-6d63-4ed8-9ef9-ac43d463dc52} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 17254 | 2025.02.28 06:57:21.863021 [ 191 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 39 rows starting from the beginning of the part | ||
| 17255 | 2025.02.28 06:57:21.863163 [ 255 ] {c972ef95-6d63-4ed8-9ef9-ac43d463dc52} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17256 | 2025.02.28 06:57:21.864765 [ 255 ] {c972ef95-6d63-4ed8-9ef9-ac43d463dc52} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.006195 sec., 9362.389023405973 rows/sec., 593.50 KiB/sec. | ||
| 17257 | 2025.02.28 06:57:21.865215 [ 255 ] {c972ef95-6d63-4ed8-9ef9-ac43d463dc52} <Debug> TCPHandler: Processed in 0.006919382 sec. | ||
| 17258 | 2025.02.28 06:57:21.873176 [ 197 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2466 rows, containing 19 columns (19 merged, 0 gathered) in 0.015170782 sec., 162549.30035907179 rows/sec., 291.28 MiB/sec. | ||
| 17259 | 2025.02.28 06:57:21.875610 [ 197 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 17260 | 2025.02.28 06:57:21.876078 [ 197 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17261 | 2025.02.28 06:57:21.876163 [ 197 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 17262 | 2025.02.28 06:57:21.876331 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.84 MiB. | ||
| 17263 | 2025.02.28 06:57:22.011418 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679 | ||
| 17264 | 2025.02.28 06:57:22.034530 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17265 | 2025.02.28 06:57:22.034590 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17266 | 2025.02.28 06:57:22.042387 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 17267 | 2025.02.28 06:57:22.043195 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17268 | 2025.02.28 06:57:22.046252 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679 | ||
| 17269 | 2025.02.28 06:57:24.117336 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2382 | ||
| 17270 | 2025.02.28 06:57:24.121158 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17271 | 2025.02.28 06:57:24.121236 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17272 | 2025.02.28 06:57:24.123363 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17273 | 2025.02.28 06:57:24.123726 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17274 | 2025.02.28 06:57:24.124496 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2382 | ||
| 17275 | 2025.02.28 06:57:24.393256 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17276 | 2025.02.28 06:57:24.393453 [ 4 ] {1327c767-ef4f-45e2-95d4-5e9b773af799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17277 | 2025.02.28 06:57:24.393529 [ 4 ] {1327c767-ef4f-45e2-95d4-5e9b773af799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17278 | 2025.02.28 06:57:24.394472 [ 4 ] {1327c767-ef4f-45e2-95d4-5e9b773af799} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17279 | 2025.02.28 06:57:24.394535 [ 4 ] {1327c767-ef4f-45e2-95d4-5e9b773af799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17280 | 2025.02.28 06:57:24.395103 [ 4 ] {1327c767-ef4f-45e2-95d4-5e9b773af799} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 17281 | 2025.02.28 06:57:24.395372 [ 4 ] {1327c767-ef4f-45e2-95d4-5e9b773af799} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17282 | 2025.02.28 06:57:24.395629 [ 4 ] {1327c767-ef4f-45e2-95d4-5e9b773af799} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002228 sec., 25134.649910233395 rows/sec., 1.93 MiB/sec. | ||
| 17283 | 2025.02.28 06:57:24.395707 [ 4 ] {1327c767-ef4f-45e2-95d4-5e9b773af799} <Debug> TCPHandler: Processed in 0.002589871 sec. | ||
| 17284 | 2025.02.28 06:57:24.396000 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17285 | 2025.02.28 06:57:24.396203 [ 255 ] {8efa6e79-b814-466a-a561-5d9adc4b7313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17286 | 2025.02.28 06:57:24.396282 [ 255 ] {8efa6e79-b814-466a-a561-5d9adc4b7313} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17287 | 2025.02.28 06:57:24.397100 [ 255 ] {8efa6e79-b814-466a-a561-5d9adc4b7313} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17288 | 2025.02.28 06:57:24.397155 [ 255 ] {8efa6e79-b814-466a-a561-5d9adc4b7313} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17289 | 2025.02.28 06:57:24.397617 [ 255 ] {8efa6e79-b814-466a-a561-5d9adc4b7313} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 17290 | 2025.02.28 06:57:24.397961 [ 255 ] {8efa6e79-b814-466a-a561-5d9adc4b7313} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17291 | 2025.02.28 06:57:24.398245 [ 255 ] {8efa6e79-b814-466a-a561-5d9adc4b7313} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002092 sec., 30592.734225621414 rows/sec., 2.39 MiB/sec. | ||
| 17292 | 2025.02.28 06:57:24.398390 [ 255 ] {8efa6e79-b814-466a-a561-5d9adc4b7313} <Debug> TCPHandler: Processed in 0.0025204 sec. | ||
| 17293 | 2025.02.28 06:57:24.398611 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17294 | 2025.02.28 06:57:24.398753 [ 4 ] {57d73cfa-c3aa-406c-8eaf-acb1caabd0de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17295 | 2025.02.28 06:57:24.398814 [ 4 ] {57d73cfa-c3aa-406c-8eaf-acb1caabd0de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17296 | 2025.02.28 06:57:24.399382 [ 4 ] {57d73cfa-c3aa-406c-8eaf-acb1caabd0de} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17297 | 2025.02.28 06:57:24.399423 [ 4 ] {57d73cfa-c3aa-406c-8eaf-acb1caabd0de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17298 | 2025.02.28 06:57:24.399835 [ 4 ] {57d73cfa-c3aa-406c-8eaf-acb1caabd0de} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 17299 | 2025.02.28 06:57:24.400089 [ 4 ] {57d73cfa-c3aa-406c-8eaf-acb1caabd0de} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17300 | 2025.02.28 06:57:24.400336 [ 4 ] {57d73cfa-c3aa-406c-8eaf-acb1caabd0de} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001611 sec., 39726.87771570453 rows/sec., 2.77 MiB/sec. | ||
| 17301 | 2025.02.28 06:57:24.400396 [ 4 ] {57d73cfa-c3aa-406c-8eaf-acb1caabd0de} <Debug> TCPHandler: Processed in 0.001857752 sec. | ||
| 17302 | 2025.02.28 06:57:24.400549 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17303 | 2025.02.28 06:57:24.400687 [ 255 ] {bc6ae021-f1ad-4378-916e-0964f576f31d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17304 | 2025.02.28 06:57:24.400751 [ 255 ] {bc6ae021-f1ad-4378-916e-0964f576f31d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17305 | 2025.02.28 06:57:24.401305 [ 255 ] {bc6ae021-f1ad-4378-916e-0964f576f31d} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17306 | 2025.02.28 06:57:24.401348 [ 255 ] {bc6ae021-f1ad-4378-916e-0964f576f31d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17307 | 2025.02.28 06:57:24.401754 [ 255 ] {bc6ae021-f1ad-4378-916e-0964f576f31d} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 17308 | 2025.02.28 06:57:24.402001 [ 255 ] {bc6ae021-f1ad-4378-916e-0964f576f31d} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17309 | 2025.02.28 06:57:24.402240 [ 255 ] {bc6ae021-f1ad-4378-916e-0964f576f31d} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001588 sec., 15113.350125944584 rows/sec., 1.02 MiB/sec. | ||
| 17310 | 2025.02.28 06:57:24.402293 [ 255 ] {bc6ae021-f1ad-4378-916e-0964f576f31d} <Debug> TCPHandler: Processed in 0.001806331 sec. | ||
| 17311 | 2025.02.28 06:57:26.373903 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41724 | ||
| 17312 | 2025.02.28 06:57:26.374605 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17313 | 2025.02.28 06:57:26.374653 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17314 | 2025.02.28 06:57:26.375218 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 17315 | 2025.02.28 06:57:26.375493 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17316 | 2025.02.28 06:57:26.375669 [ 48 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 17317 | 2025.02.28 06:57:26.375700 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41724 | ||
| 17318 | 2025.02.28 06:57:26.375724 [ 48 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17319 | 2025.02.28 06:57:26.375752 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17320 | 2025.02.28 06:57:26.375867 [ 192 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 17321 | 2025.02.28 06:57:26.376019 [ 192 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17322 | 2025.02.28 06:57:26.376077 [ 192 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 17323 | 2025.02.28 06:57:26.376195 [ 192 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 17324 | 2025.02.28 06:57:26.376387 [ 192 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 17325 | 2025.02.28 06:57:26.376662 [ 192 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 17326 | 2025.02.28 06:57:26.376900 [ 192 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 17327 | 2025.02.28 06:57:26.377129 [ 192 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 17328 | 2025.02.28 06:57:26.380431 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41724 rows, containing 4 columns (4 merged, 0 gathered) in 0.004617945 sec., 9035187.729607001 rows/sec., 129.25 MiB/sec. | ||
| 17329 | 2025.02.28 06:57:26.380631 [ 192 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 17330 | 2025.02.28 06:57:26.380941 [ 192 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_91_18} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17331 | 2025.02.28 06:57:26.381016 [ 192 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_91_18} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 17332 | 2025.02.28 06:57:26.381100 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 17333 | 2025.02.28 06:57:29.398759 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17334 | 2025.02.28 06:57:29.398958 [ 4 ] {0933eb15-c848-439f-b18d-8d6c91aed347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17335 | 2025.02.28 06:57:29.399035 [ 4 ] {0933eb15-c848-439f-b18d-8d6c91aed347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17336 | 2025.02.28 06:57:29.399932 [ 4 ] {0933eb15-c848-439f-b18d-8d6c91aed347} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17337 | 2025.02.28 06:57:29.400057 [ 4 ] {0933eb15-c848-439f-b18d-8d6c91aed347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17338 | 2025.02.28 06:57:29.400579 [ 4 ] {0933eb15-c848-439f-b18d-8d6c91aed347} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 17339 | 2025.02.28 06:57:29.400879 [ 4 ] {0933eb15-c848-439f-b18d-8d6c91aed347} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17340 | 2025.02.28 06:57:29.401080 [ 44 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 17341 | 2025.02.28 06:57:29.401102 [ 4 ] {0933eb15-c848-439f-b18d-8d6c91aed347} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002198 sec., 25477.70700636943 rows/sec., 1.96 MiB/sec. | ||
| 17342 | 2025.02.28 06:57:29.401127 [ 44 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17343 | 2025.02.28 06:57:29.401171 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17344 | 2025.02.28 06:57:29.401200 [ 4 ] {0933eb15-c848-439f-b18d-8d6c91aed347} <Debug> TCPHandler: Processed in 0.00257762 sec. | ||
| 17345 | 2025.02.28 06:57:29.401469 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 17346 | 2025.02.28 06:57:29.401519 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17347 | 2025.02.28 06:57:29.402117 [ 255 ] {23a3c424-2ef9-4ec8-b74e-12b257a3770e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17348 | 2025.02.28 06:57:29.402131 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17349 | 2025.02.28 06:57:29.402235 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1844 rows starting from the beginning of the part | ||
| 17350 | 2025.02.28 06:57:29.402316 [ 255 ] {23a3c424-2ef9-4ec8-b74e-12b257a3770e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17351 | 2025.02.28 06:57:29.402881 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 695 rows starting from the beginning of the part | ||
| 17352 | 2025.02.28 06:57:29.403202 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 56 rows starting from the beginning of the part | ||
| 17353 | 2025.02.28 06:57:29.403481 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 1843 rows starting from the beginning of the part | ||
| 17354 | 2025.02.28 06:57:29.403840 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 56 rows starting from the beginning of the part | ||
| 17355 | 2025.02.28 06:57:29.404246 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 56 rows starting from the beginning of the part | ||
| 17356 | 2025.02.28 06:57:29.405889 [ 255 ] {23a3c424-2ef9-4ec8-b74e-12b257a3770e} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17357 | 2025.02.28 06:57:29.405965 [ 255 ] {23a3c424-2ef9-4ec8-b74e-12b257a3770e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17358 | 2025.02.28 06:57:29.407022 [ 255 ] {23a3c424-2ef9-4ec8-b74e-12b257a3770e} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 17359 | 2025.02.28 06:57:29.407361 [ 255 ] {23a3c424-2ef9-4ec8-b74e-12b257a3770e} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17360 | 2025.02.28 06:57:29.407601 [ 44 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 17361 | 2025.02.28 06:57:29.407697 [ 44 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17362 | 2025.02.28 06:57:29.407755 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17363 | 2025.02.28 06:57:29.407760 [ 255 ] {23a3c424-2ef9-4ec8-b74e-12b257a3770e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005858 sec., 10925.23045407989 rows/sec., 873.20 KiB/sec. | ||
| 17364 | 2025.02.28 06:57:29.408264 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 17365 | 2025.02.28 06:57:29.408310 [ 255 ] {23a3c424-2ef9-4ec8-b74e-12b257a3770e} <Debug> TCPHandler: Processed in 0.006960333 sec. | ||
| 17366 | 2025.02.28 06:57:29.408607 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17367 | 2025.02.28 06:57:29.408621 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4550 rows, containing 5 columns (5 merged, 0 gathered) in 0.007325468 sec., 621120.7256655821 rows/sec., 52.77 MiB/sec. | ||
| 17368 | 2025.02.28 06:57:29.408754 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17369 | 2025.02.28 06:57:29.408856 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 913 rows starting from the beginning of the part | ||
| 17370 | 2025.02.28 06:57:29.408963 [ 4 ] {e8b799ef-9144-4822-ab82-5c8889d44397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17371 | 2025.02.28 06:57:29.409090 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 17372 | 2025.02.28 06:57:29.409180 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 421 rows starting from the beginning of the part | ||
| 17373 | 2025.02.28 06:57:29.409245 [ 4 ] {e8b799ef-9144-4822-ab82-5c8889d44397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17374 | 2025.02.28 06:57:29.409772 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 64 rows starting from the beginning of the part | ||
| 17375 | 2025.02.28 06:57:29.410281 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 893 rows starting from the beginning of the part | ||
| 17376 | 2025.02.28 06:57:29.410564 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_156_31} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17377 | 2025.02.28 06:57:29.410866 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 64 rows starting from the beginning of the part | ||
| 17378 | 2025.02.28 06:57:29.411054 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_156_31} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 17379 | 2025.02.28 06:57:29.411433 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 64 rows starting from the beginning of the part | ||
| 17380 | 2025.02.28 06:57:29.411470 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 17381 | 2025.02.28 06:57:29.413063 [ 4 ] {e8b799ef-9144-4822-ab82-5c8889d44397} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17382 | 2025.02.28 06:57:29.413137 [ 4 ] {e8b799ef-9144-4822-ab82-5c8889d44397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17383 | 2025.02.28 06:57:29.414158 [ 4 ] {e8b799ef-9144-4822-ab82-5c8889d44397} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 17384 | 2025.02.28 06:57:29.414632 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.006766391 sec., 357502.24898324674 rows/sec., 27.38 MiB/sec. | ||
| 17385 | 2025.02.28 06:57:29.414644 [ 4 ] {e8b799ef-9144-4822-ab82-5c8889d44397} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17386 | 2025.02.28 06:57:29.414914 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 17387 | 2025.02.28 06:57:29.415035 [ 4 ] {e8b799ef-9144-4822-ab82-5c8889d44397} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006161 sec., 25969.810095763674 rows/sec., 1.81 MiB/sec. | ||
| 17388 | 2025.02.28 06:57:29.415236 [ 4 ] {e8b799ef-9144-4822-ab82-5c8889d44397} <Debug> TCPHandler: Processed in 0.006755061 sec. | ||
| 17389 | 2025.02.28 06:57:29.415611 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17390 | 2025.02.28 06:57:29.415896 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_156_31} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17391 | 2025.02.28 06:57:29.416217 [ 255 ] {d6c3bfd3-df5c-425c-a2b1-8ecea0ca3aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17392 | 2025.02.28 06:57:29.416259 [ 186 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_156_31} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 17393 | 2025.02.28 06:57:29.416576 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 17394 | 2025.02.28 06:57:29.416569 [ 255 ] {d6c3bfd3-df5c-425c-a2b1-8ecea0ca3aa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17395 | 2025.02.28 06:57:29.417690 [ 255 ] {d6c3bfd3-df5c-425c-a2b1-8ecea0ca3aa2} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17396 | 2025.02.28 06:57:29.417735 [ 255 ] {d6c3bfd3-df5c-425c-a2b1-8ecea0ca3aa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17397 | 2025.02.28 06:57:29.418153 [ 255 ] {d6c3bfd3-df5c-425c-a2b1-8ecea0ca3aa2} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 17398 | 2025.02.28 06:57:29.418408 [ 255 ] {d6c3bfd3-df5c-425c-a2b1-8ecea0ca3aa2} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17399 | 2025.02.28 06:57:29.418604 [ 44 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 17400 | 2025.02.28 06:57:29.418667 [ 255 ] {d6c3bfd3-df5c-425c-a2b1-8ecea0ca3aa2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002714 sec., 22107.59027266028 rows/sec., 1.49 MiB/sec. | ||
| 17401 | 2025.02.28 06:57:29.418668 [ 44 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17402 | 2025.02.28 06:57:29.418753 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17403 | 2025.02.28 06:57:29.418805 [ 255 ] {d6c3bfd3-df5c-425c-a2b1-8ecea0ca3aa2} <Debug> TCPHandler: Processed in 0.003460031 sec. | ||
| 17404 | 2025.02.28 06:57:29.418995 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 17405 | 2025.02.28 06:57:29.419122 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17406 | 2025.02.28 06:57:29.419153 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_151_30, total 9172 rows starting from the beginning of the part | ||
| 17407 | 2025.02.28 06:57:29.419241 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 17408 | 2025.02.28 06:57:29.419448 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 17409 | 2025.02.28 06:57:29.419594 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 58 rows starting from the beginning of the part | ||
| 17410 | 2025.02.28 06:57:29.419726 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 24 rows starting from the beginning of the part | ||
| 17411 | 2025.02.28 06:57:29.419822 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 60 rows starting from the beginning of the part | ||
| 17412 | 2025.02.28 06:57:29.422584 [ 189 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9456 rows, containing 4 columns (4 merged, 0 gathered) in 0.003727314 sec., 2536947.517703097 rows/sec., 165.34 MiB/sec. | ||
| 17413 | 2025.02.28 06:57:29.422859 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 17414 | 2025.02.28 06:57:29.423200 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_156_31} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17415 | 2025.02.28 06:57:29.423282 [ 188 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_156_31} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 17416 | 2025.02.28 06:57:29.423369 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.91 MiB. | ||
| 17417 | 2025.02.28 06:57:29.546421 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 686 | ||
| 17418 | 2025.02.28 06:57:29.570967 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17419 | 2025.02.28 06:57:29.571034 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17420 | 2025.02.28 06:57:29.578792 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 17421 | 2025.02.28 06:57:29.579650 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17422 | 2025.02.28 06:57:29.580076 [ 44 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 17423 | 2025.02.28 06:57:29.580220 [ 44 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17424 | 2025.02.28 06:57:29.580291 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.37 GiB. | ||
| 17425 | 2025.02.28 06:57:29.580589 [ 195 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 17426 | 2025.02.28 06:57:29.588468 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 686 | ||
| 17427 | 2025.02.28 06:57:29.589898 [ 195 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17428 | 2025.02.28 06:57:29.590842 [ 195 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 17429 | 2025.02.28 06:57:29.595602 [ 195 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 17430 | 2025.02.28 06:57:29.600742 [ 195 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 17431 | 2025.02.28 06:57:29.606285 [ 195 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 17432 | 2025.02.28 06:57:29.612246 [ 195 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 17433 | 2025.02.28 06:57:29.618197 [ 195 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 17434 | 2025.02.28 06:57:29.688494 [ 189 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.108078254 sec., 6347.252797033528 rows/sec., 32.82 MiB/sec. | ||
| 17435 | 2025.02.28 06:57:29.691275 [ 187 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 17436 | 2025.02.28 06:57:29.693965 [ 187 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_91_18} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17437 | 2025.02.28 06:57:29.694090 [ 187 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_91_18} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 17438 | 2025.02.28 06:57:29.695905 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 17439 | 2025.02.28 06:57:30.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.73 MiB, peak 286.54 MiB, free memory in arenas 0.00 B, will set to 267.27 MiB (RSS), difference: -1.45 MiB | ||
| 17440 | 2025.02.28 06:57:32.125457 [ 221 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Found 5 old parts to remove. Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0] | ||
| 17441 | 2025.02.28 06:57:32.125529 [ 221 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Removing 5 parts from filesystem (serially): Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0] | ||
| 17442 | 2025.02.28 06:57:32.127129 [ 221 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Removing 5 parts from memory: Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0] | ||
| 17443 | 2025.02.28 06:57:33.419217 [ 36 ] {} <Debug> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 17444 | 2025.02.28 06:57:33.419289 [ 36 ] {} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17445 | 2025.02.28 06:57:33.419316 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
| 17446 | 2025.02.28 06:57:33.419464 [ 222 ] {} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): 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] | ||
| 17447 | 2025.02.28 06:57:33.419535 [ 222 ] {} <Debug> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): 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] | ||
| 17448 | 2025.02.28 06:57:33.419540 [ 201 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::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 | ||
| 17449 | 2025.02.28 06:57:33.419842 [ 201 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17450 | 2025.02.28 06:57:33.419885 [ 201 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::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 | ||
| 17451 | 2025.02.28 06:57:33.420093 [ 201 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::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 | ||
| 17452 | 2025.02.28 06:57:33.420445 [ 201 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 16 rows starting from the beginning of the part | ||
| 17453 | 2025.02.28 06:57:33.420833 [ 201 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part | ||
| 17454 | 2025.02.28 06:57:33.421098 [ 201 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 16 rows starting from the beginning of the part | ||
| 17455 | 2025.02.28 06:57:33.423113 [ 201 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.003708214 sec., 14562.26636326814 rows/sec., 1.22 MiB/sec. | ||
| 17456 | 2025.02.28 06:57:33.423261 [ 201 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 17457 | 2025.02.28 06:57:33.423420 [ 222 ] {} <Debug> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): 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] | ||
| 17458 | 2025.02.28 06:57:33.423805 [ 201 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_21_5} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17459 | 2025.02.28 06:57:33.423902 [ 201 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_21_5} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 17460 | 2025.02.28 06:57:33.424065 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 17461 | 2025.02.28 06:57:33.627891 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17462 | 2025.02.28 06:57:33.627946 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17463 | 2025.02.28 06:57:33.875934 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42151 | ||
| 17464 | 2025.02.28 06:57:33.876587 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17465 | 2025.02.28 06:57:33.876635 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
| 17466 | 2025.02.28 06:57:33.877182 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 17467 | 2025.02.28 06:57:33.877440 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17468 | 2025.02.28 06:57:33.877685 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151 | ||
| 17469 | 2025.02.28 06:57:34.124980 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2398 | ||
| 17470 | 2025.02.28 06:57:34.128399 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17471 | 2025.02.28 06:57:34.128465 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
| 17472 | 2025.02.28 06:57:34.130342 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17473 | 2025.02.28 06:57:34.130810 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17474 | 2025.02.28 06:57:34.131869 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2398 | ||
| 17475 | 2025.02.28 06:57:34.412854 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17476 | 2025.02.28 06:57:34.413133 [ 4 ] {e03dbeb6-73d1-4556-acc3-0635c4134a40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17477 | 2025.02.28 06:57:34.413236 [ 4 ] {e03dbeb6-73d1-4556-acc3-0635c4134a40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17478 | 2025.02.28 06:57:34.414432 [ 4 ] {e03dbeb6-73d1-4556-acc3-0635c4134a40} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17479 | 2025.02.28 06:57:34.414501 [ 4 ] {e03dbeb6-73d1-4556-acc3-0635c4134a40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
| 17480 | 2025.02.28 06:57:34.415725 [ 4 ] {e03dbeb6-73d1-4556-acc3-0635c4134a40} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17481 | 2025.02.28 06:57:34.416103 [ 4 ] {e03dbeb6-73d1-4556-acc3-0635c4134a40} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17482 | 2025.02.28 06:57:34.416407 [ 4 ] {e03dbeb6-73d1-4556-acc3-0635c4134a40} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.003352 sec., 63245.82338902148 rows/sec., 4.02 MiB/sec. | ||
| 17483 | 2025.02.28 06:57:34.416539 [ 4 ] {e03dbeb6-73d1-4556-acc3-0635c4134a40} <Debug> TCPHandler: Processed in 0.003853496 sec. | ||
| 17484 | 2025.02.28 06:57:34.416957 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17485 | 2025.02.28 06:57:34.417234 [ 255 ] {6c7725f3-372f-421b-ba49-8d52c082c14f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17486 | 2025.02.28 06:57:34.417351 [ 255 ] {6c7725f3-372f-421b-ba49-8d52c082c14f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17487 | 2025.02.28 06:57:34.419141 [ 255 ] {6c7725f3-372f-421b-ba49-8d52c082c14f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17488 | 2025.02.28 06:57:34.419212 [ 255 ] {6c7725f3-372f-421b-ba49-8d52c082c14f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
| 17489 | 2025.02.28 06:57:34.420111 [ 255 ] {6c7725f3-372f-421b-ba49-8d52c082c14f} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 17490 | 2025.02.28 06:57:34.420597 [ 255 ] {6c7725f3-372f-421b-ba49-8d52c082c14f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17491 | 2025.02.28 06:57:34.420983 [ 255 ] {6c7725f3-372f-421b-ba49-8d52c082c14f} <Debug> executeQuery: Read 717 rows, 58.90 KiB in 0.003832 sec., 187108.55949895617 rows/sec., 15.01 MiB/sec. | ||
| 17492 | 2025.02.28 06:57:34.421086 [ 255 ] {6c7725f3-372f-421b-ba49-8d52c082c14f} <Debug> TCPHandler: Processed in 0.004372113 sec. | ||
| 17493 | 2025.02.28 06:57:34.421350 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17494 | 2025.02.28 06:57:34.421556 [ 4 ] {5b7ec33b-f19d-47ff-9877-b515c51a033b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17495 | 2025.02.28 06:57:34.421648 [ 4 ] {5b7ec33b-f19d-47ff-9877-b515c51a033b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17496 | 2025.02.28 06:57:34.422615 [ 4 ] {5b7ec33b-f19d-47ff-9877-b515c51a033b} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17497 | 2025.02.28 06:57:34.422672 [ 4 ] {5b7ec33b-f19d-47ff-9877-b515c51a033b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
| 17498 | 2025.02.28 06:57:34.423328 [ 4 ] {5b7ec33b-f19d-47ff-9877-b515c51a033b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17499 | 2025.02.28 06:57:34.423700 [ 4 ] {5b7ec33b-f19d-47ff-9877-b515c51a033b} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17500 | 2025.02.28 06:57:34.423979 [ 4 ] {5b7ec33b-f19d-47ff-9877-b515c51a033b} <Debug> executeQuery: Read 156 rows, 10.15 KiB in 0.002472 sec., 63106.79611650486 rows/sec., 4.01 MiB/sec. | ||
| 17501 | 2025.02.28 06:57:34.424056 [ 4 ] {5b7ec33b-f19d-47ff-9877-b515c51a033b} <Debug> TCPHandler: Processed in 0.002797584 sec. | ||
| 17502 | 2025.02.28 06:57:34.424290 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17503 | 2025.02.28 06:57:34.424474 [ 255 ] {30a792b8-38d2-4867-8e60-b2156daed4b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17504 | 2025.02.28 06:57:34.424562 [ 255 ] {30a792b8-38d2-4867-8e60-b2156daed4b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17505 | 2025.02.28 06:57:34.425619 [ 255 ] {30a792b8-38d2-4867-8e60-b2156daed4b2} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17506 | 2025.02.28 06:57:34.425683 [ 255 ] {30a792b8-38d2-4867-8e60-b2156daed4b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
| 17507 | 2025.02.28 06:57:34.426359 [ 255 ] {30a792b8-38d2-4867-8e60-b2156daed4b2} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17508 | 2025.02.28 06:57:34.426753 [ 255 ] {30a792b8-38d2-4867-8e60-b2156daed4b2} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17509 | 2025.02.28 06:57:34.427064 [ 255 ] {30a792b8-38d2-4867-8e60-b2156daed4b2} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002634 sec., 42900.53151100987 rows/sec., 2.78 MiB/sec. | ||
| 17510 | 2025.02.28 06:57:34.427208 [ 255 ] {30a792b8-38d2-4867-8e60-b2156daed4b2} <Debug> TCPHandler: Processed in 0.003004546 sec. | ||
| 17511 | 2025.02.28 06:57:34.427452 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17512 | 2025.02.28 06:57:34.427670 [ 4 ] {a6945ee8-5bcf-4351-80fb-29f5b2c24a7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17513 | 2025.02.28 06:57:34.427753 [ 4 ] {a6945ee8-5bcf-4351-80fb-29f5b2c24a7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17514 | 2025.02.28 06:57:34.428659 [ 4 ] {a6945ee8-5bcf-4351-80fb-29f5b2c24a7a} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17515 | 2025.02.28 06:57:34.428715 [ 4 ] {a6945ee8-5bcf-4351-80fb-29f5b2c24a7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
| 17516 | 2025.02.28 06:57:34.429251 [ 4 ] {a6945ee8-5bcf-4351-80fb-29f5b2c24a7a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17517 | 2025.02.28 06:57:34.429641 [ 4 ] {a6945ee8-5bcf-4351-80fb-29f5b2c24a7a} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17518 | 2025.02.28 06:57:34.429929 [ 4 ] {a6945ee8-5bcf-4351-80fb-29f5b2c24a7a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002311 sec., 48463.86845521419 rows/sec., 2.76 MiB/sec. | ||
| 17519 | 2025.02.28 06:57:34.430005 [ 4 ] {a6945ee8-5bcf-4351-80fb-29f5b2c24a7a} <Debug> TCPHandler: Processed in 0.002700982 sec. | ||
| 17520 | 2025.02.28 06:57:34.430200 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17521 | 2025.02.28 06:57:34.430399 [ 255 ] {edd1c943-fe35-4f4d-8926-790c8276dd2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17522 | 2025.02.28 06:57:34.430481 [ 255 ] {edd1c943-fe35-4f4d-8926-790c8276dd2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17523 | 2025.02.28 06:57:34.431558 [ 255 ] {edd1c943-fe35-4f4d-8926-790c8276dd2c} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17524 | 2025.02.28 06:57:34.431618 [ 255 ] {edd1c943-fe35-4f4d-8926-790c8276dd2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
| 17525 | 2025.02.28 06:57:34.432169 [ 255 ] {edd1c943-fe35-4f4d-8926-790c8276dd2c} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 17526 | 2025.02.28 06:57:34.432517 [ 255 ] {edd1c943-fe35-4f4d-8926-790c8276dd2c} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17527 | 2025.02.28 06:57:34.432796 [ 255 ] {edd1c943-fe35-4f4d-8926-790c8276dd2c} <Debug> executeQuery: Read 438 rows, 32.10 KiB in 0.002443 sec., 179287.7609496521 rows/sec., 12.83 MiB/sec. | ||
| 17528 | 2025.02.28 06:57:34.432870 [ 255 ] {edd1c943-fe35-4f4d-8926-790c8276dd2c} <Debug> TCPHandler: Processed in 0.002760843 sec. | ||
| 17529 | 2025.02.28 06:57:34.433086 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17530 | 2025.02.28 06:57:34.433287 [ 4 ] {be847d35-0539-40fd-8cdf-79f87791ef55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17531 | 2025.02.28 06:57:34.433374 [ 4 ] {be847d35-0539-40fd-8cdf-79f87791ef55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17532 | 2025.02.28 06:57:34.434639 [ 4 ] {be847d35-0539-40fd-8cdf-79f87791ef55} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17533 | 2025.02.28 06:57:34.434728 [ 4 ] {be847d35-0539-40fd-8cdf-79f87791ef55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
| 17534 | 2025.02.28 06:57:34.435336 [ 4 ] {be847d35-0539-40fd-8cdf-79f87791ef55} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17535 | 2025.02.28 06:57:34.435679 [ 4 ] {be847d35-0539-40fd-8cdf-79f87791ef55} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17536 | 2025.02.28 06:57:34.435917 [ 4 ] {be847d35-0539-40fd-8cdf-79f87791ef55} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002679 sec., 2239.6416573348265 rows/sec., 117.01 KiB/sec. | ||
| 17537 | 2025.02.28 06:57:34.435976 [ 4 ] {be847d35-0539-40fd-8cdf-79f87791ef55} <Debug> TCPHandler: Processed in 0.002989186 sec. | ||
| 17538 | 2025.02.28 06:57:34.436205 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17539 | 2025.02.28 06:57:34.436368 [ 255 ] {24ba16c3-f8a5-4007-b446-e6a3e3b45e28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17540 | 2025.02.28 06:57:34.436441 [ 255 ] {24ba16c3-f8a5-4007-b446-e6a3e3b45e28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17541 | 2025.02.28 06:57:34.437205 [ 255 ] {24ba16c3-f8a5-4007-b446-e6a3e3b45e28} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17542 | 2025.02.28 06:57:34.437250 [ 255 ] {24ba16c3-f8a5-4007-b446-e6a3e3b45e28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
| 17543 | 2025.02.28 06:57:34.437871 [ 255 ] {24ba16c3-f8a5-4007-b446-e6a3e3b45e28} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 17544 | 2025.02.28 06:57:34.438283 [ 255 ] {24ba16c3-f8a5-4007-b446-e6a3e3b45e28} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17545 | 2025.02.28 06:57:34.438525 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_152_31 to all_157_157_0 | ||
| 17546 | 2025.02.28 06:57:34.438596 [ 255 ] {24ba16c3-f8a5-4007-b446-e6a3e3b45e28} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002259 sec., 104913.6786188579 rows/sec., 7.03 MiB/sec. | ||
| 17547 | 2025.02.28 06:57:34.438633 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17548 | 2025.02.28 06:57:34.438710 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
| 17549 | 2025.02.28 06:57:34.438738 [ 255 ] {24ba16c3-f8a5-4007-b446-e6a3e3b45e28} <Debug> TCPHandler: Processed in 0.002600941 sec. | ||
| 17550 | 2025.02.28 06:57:34.438979 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_157_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_152_31 to all_157_157_0 into Compact with storage Full | ||
| 17551 | 2025.02.28 06:57:34.439026 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17552 | 2025.02.28 06:57:34.439219 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_157_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17553 | 2025.02.28 06:57:34.439333 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_152_31, total 45079 rows starting from the beginning of the part | ||
| 17554 | 2025.02.28 06:57:34.439346 [ 4 ] {1a7138db-4ec2-46b4-81a8-c24067b02efd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17555 | 2025.02.28 06:57:34.439516 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 160 rows starting from the beginning of the part | ||
| 17556 | 2025.02.28 06:57:34.439533 [ 4 ] {1a7138db-4ec2-46b4-81a8-c24067b02efd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17557 | 2025.02.28 06:57:34.439746 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 1027 rows starting from the beginning of the part | ||
| 17558 | 2025.02.28 06:57:34.439973 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 64 rows starting from the beginning of the part | ||
| 17559 | 2025.02.28 06:57:34.440870 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 160 rows starting from the beginning of the part | ||
| 17560 | 2025.02.28 06:57:34.441351 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 237 rows starting from the beginning of the part | ||
| 17561 | 2025.02.28 06:57:34.442566 [ 4 ] {1a7138db-4ec2-46b4-81a8-c24067b02efd} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17562 | 2025.02.28 06:57:34.442672 [ 4 ] {1a7138db-4ec2-46b4-81a8-c24067b02efd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
| 17563 | 2025.02.28 06:57:34.443480 [ 4 ] {1a7138db-4ec2-46b4-81a8-c24067b02efd} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17564 | 2025.02.28 06:57:34.443965 [ 4 ] {1a7138db-4ec2-46b4-81a8-c24067b02efd} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17565 | 2025.02.28 06:57:34.444558 [ 4 ] {1a7138db-4ec2-46b4-81a8-c24067b02efd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005285 sec., 189.21475875118261 rows/sec., 12.75 KiB/sec. | ||
| 17566 | 2025.02.28 06:57:34.444771 [ 4 ] {1a7138db-4ec2-46b4-81a8-c24067b02efd} <Debug> TCPHandler: Processed in 0.00588376 sec. | ||
| 17567 | 2025.02.28 06:57:34.445035 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17568 | 2025.02.28 06:57:34.445235 [ 255 ] {83d16280-088c-4b63-9366-e3a293be5187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17569 | 2025.02.28 06:57:34.445387 [ 255 ] {83d16280-088c-4b63-9366-e3a293be5187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17570 | 2025.02.28 06:57:34.447092 [ 255 ] {83d16280-088c-4b63-9366-e3a293be5187} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17571 | 2025.02.28 06:57:34.447144 [ 255 ] {83d16280-088c-4b63-9366-e3a293be5187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
| 17572 | 2025.02.28 06:57:34.448010 [ 255 ] {83d16280-088c-4b63-9366-e3a293be5187} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17573 | 2025.02.28 06:57:34.448360 [ 255 ] {83d16280-088c-4b63-9366-e3a293be5187} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17574 | 2025.02.28 06:57:34.448676 [ 255 ] {83d16280-088c-4b63-9366-e3a293be5187} <Debug> executeQuery: Read 50 rows, 91.75 KiB in 0.003492 sec., 14318.442153493701 rows/sec., 25.66 MiB/sec. | ||
| 17575 | 2025.02.28 06:57:34.448795 [ 255 ] {83d16280-088c-4b63-9366-e3a293be5187} <Debug> TCPHandler: Processed in 0.003887067 sec. | ||
| 17576 | 2025.02.28 06:57:34.448980 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17577 | 2025.02.28 06:57:34.449155 [ 4 ] {101a7a33-490d-4e6b-9df8-75d70bed25e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 17578 | 2025.02.28 06:57:34.449243 [ 4 ] {101a7a33-490d-4e6b-9df8-75d70bed25e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 17579 | 2025.02.28 06:57:34.450123 [ 4 ] {101a7a33-490d-4e6b-9df8-75d70bed25e6} <Trace> oximeter.measurements_i64 (f68d7945-e596-4a1d-b8a7-0e6593bab0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17580 | 2025.02.28 06:57:34.450188 [ 4 ] {101a7a33-490d-4e6b-9df8-75d70bed25e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
| 17581 | 2025.02.28 06:57:34.450952 [ 4 ] {101a7a33-490d-4e6b-9df8-75d70bed25e6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 17582 | 2025.02.28 06:57:34.451452 [ 4 ] {101a7a33-490d-4e6b-9df8-75d70bed25e6} <Trace> oximeter.measurements_i64 (f68d7945-e596-4a1d-b8a7-0e6593bab0e1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17583 | 2025.02.28 06:57:34.452093 [ 4 ] {101a7a33-490d-4e6b-9df8-75d70bed25e6} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.002886 sec., 3118.5031185031185 rows/sec., 239.91 KiB/sec. | ||
| 17584 | 2025.02.28 06:57:34.452262 [ 4 ] {101a7a33-490d-4e6b-9df8-75d70bed25e6} <Debug> TCPHandler: Processed in 0.00335057 sec. | ||
| 17585 | 2025.02.28 06:57:34.452488 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17586 | 2025.02.28 06:57:34.452680 [ 255 ] {2131f8e3-3048-405e-853f-4870d17f8c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17587 | 2025.02.28 06:57:34.452762 [ 255 ] {2131f8e3-3048-405e-853f-4870d17f8c50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17588 | 2025.02.28 06:57:34.453532 [ 255 ] {2131f8e3-3048-405e-853f-4870d17f8c50} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17589 | 2025.02.28 06:57:34.453583 [ 255 ] {2131f8e3-3048-405e-853f-4870d17f8c50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.86 GiB. | ||
| 17590 | 2025.02.28 06:57:34.454130 [ 255 ] {2131f8e3-3048-405e-853f-4870d17f8c50} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 17591 | 2025.02.28 06:57:34.454491 [ 255 ] {2131f8e3-3048-405e-853f-4870d17f8c50} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17592 | 2025.02.28 06:57:34.454840 [ 255 ] {2131f8e3-3048-405e-853f-4870d17f8c50} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002198 sec., 37306.6424021838 rows/sec., 2.37 MiB/sec. | ||
| 17593 | 2025.02.28 06:57:34.454940 [ 255 ] {2131f8e3-3048-405e-853f-4870d17f8c50} <Debug> TCPHandler: Processed in 0.002562811 sec. | ||
| 17594 | 2025.02.28 06:57:34.458383 [ 198 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_157_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46727 rows, containing 5 columns (5 merged, 0 gathered) in 0.019551354 sec., 2389962.3524795263 rows/sec., 161.37 MiB/sec. | ||
| 17595 | 2025.02.28 06:57:34.459355 [ 198 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_157_32} <Trace> MergedBlockOutputStream: filled checksums all_1_157_32 (state Temporary) | ||
| 17596 | 2025.02.28 06:57:34.459828 [ 198 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_157_32} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_157_32 to all_1_157_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17597 | 2025.02.28 06:57:34.459959 [ 198 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_157_32} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_152_31, all_157_157_0] -> all_1_157_32 | ||
| 17598 | 2025.02.28 06:57:34.460120 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.53 MiB. | ||
| 17599 | 2025.02.28 06:57:37.088638 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 694 | ||
| 17600 | 2025.02.28 06:57:37.115264 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17601 | 2025.02.28 06:57:37.115319 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
| 17602 | 2025.02.28 06:57:37.123062 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 17603 | 2025.02.28 06:57:37.123939 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17604 | 2025.02.28 06:57:37.127286 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 694 | ||
| 17605 | 2025.02.28 06:57:39.398535 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17606 | 2025.02.28 06:57:39.398827 [ 4 ] {122dec25-8a05-493e-b942-9773ba1887ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17607 | 2025.02.28 06:57:39.398940 [ 4 ] {122dec25-8a05-493e-b942-9773ba1887ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17608 | 2025.02.28 06:57:39.399856 [ 4 ] {122dec25-8a05-493e-b942-9773ba1887ba} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17609 | 2025.02.28 06:57:39.399897 [ 4 ] {122dec25-8a05-493e-b942-9773ba1887ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
| 17610 | 2025.02.28 06:57:39.400339 [ 4 ] {122dec25-8a05-493e-b942-9773ba1887ba} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 17611 | 2025.02.28 06:57:39.400596 [ 4 ] {122dec25-8a05-493e-b942-9773ba1887ba} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17612 | 2025.02.28 06:57:39.400803 [ 4 ] {122dec25-8a05-493e-b942-9773ba1887ba} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002057 sec., 27224.112785610116 rows/sec., 2.09 MiB/sec. | ||
| 17613 | 2025.02.28 06:57:39.400867 [ 224 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 17614 | 2025.02.28 06:57:39.400870 [ 4 ] {122dec25-8a05-493e-b942-9773ba1887ba} <Debug> TCPHandler: Processed in 0.00251764 sec. | ||
| 17615 | 2025.02.28 06:57:39.400915 [ 224 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 17616 | 2025.02.28 06:57:39.401169 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17617 | 2025.02.28 06:57:39.401433 [ 255 ] {404c9ae3-2ed9-4a30-b57f-bc58dc06a9c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17618 | 2025.02.28 06:57:39.401567 [ 255 ] {404c9ae3-2ed9-4a30-b57f-bc58dc06a9c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17619 | 2025.02.28 06:57:39.403346 [ 255 ] {404c9ae3-2ed9-4a30-b57f-bc58dc06a9c6} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17620 | 2025.02.28 06:57:39.403403 [ 255 ] {404c9ae3-2ed9-4a30-b57f-bc58dc06a9c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
| 17621 | 2025.02.28 06:57:39.404201 [ 255 ] {404c9ae3-2ed9-4a30-b57f-bc58dc06a9c6} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 17622 | 2025.02.28 06:57:39.404645 [ 255 ] {404c9ae3-2ed9-4a30-b57f-bc58dc06a9c6} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17623 | 2025.02.28 06:57:39.405037 [ 220 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 17624 | 2025.02.28 06:57:39.405104 [ 224 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 17625 | 2025.02.28 06:57:39.405106 [ 220 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 17626 | 2025.02.28 06:57:39.405196 [ 255 ] {404c9ae3-2ed9-4a30-b57f-bc58dc06a9c6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003807 sec., 16811.137378513264 rows/sec., 1.31 MiB/sec. | ||
| 17627 | 2025.02.28 06:57:39.405693 [ 255 ] {404c9ae3-2ed9-4a30-b57f-bc58dc06a9c6} <Debug> TCPHandler: Processed in 0.004674686 sec. | ||
| 17628 | 2025.02.28 06:57:39.405868 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17629 | 2025.02.28 06:57:39.406128 [ 4 ] {3b562596-4200-46fb-8faf-37db1dcf33e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17630 | 2025.02.28 06:57:39.406255 [ 4 ] {3b562596-4200-46fb-8faf-37db1dcf33e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17631 | 2025.02.28 06:57:39.407049 [ 4 ] {3b562596-4200-46fb-8faf-37db1dcf33e7} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17632 | 2025.02.28 06:57:39.407091 [ 4 ] {3b562596-4200-46fb-8faf-37db1dcf33e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
| 17633 | 2025.02.28 06:57:39.407612 [ 4 ] {3b562596-4200-46fb-8faf-37db1dcf33e7} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 17634 | 2025.02.28 06:57:39.407949 [ 4 ] {3b562596-4200-46fb-8faf-37db1dcf33e7} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17635 | 2025.02.28 06:57:39.408157 [ 4 ] {3b562596-4200-46fb-8faf-37db1dcf33e7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002114 sec., 75685.90350047304 rows/sec., 5.27 MiB/sec. | ||
| 17636 | 2025.02.28 06:57:39.408228 [ 4 ] {3b562596-4200-46fb-8faf-37db1dcf33e7} <Debug> TCPHandler: Processed in 0.00242896 sec. | ||
| 17637 | 2025.02.28 06:57:39.408422 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17638 | 2025.02.28 06:57:39.408581 [ 255 ] {b4b72565-b98c-4c47-9bb0-6a1752c941e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17639 | 2025.02.28 06:57:39.408686 [ 255 ] {b4b72565-b98c-4c47-9bb0-6a1752c941e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17640 | 2025.02.28 06:57:39.408880 [ 220 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 17641 | 2025.02.28 06:57:39.410481 [ 255 ] {b4b72565-b98c-4c47-9bb0-6a1752c941e1} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17642 | 2025.02.28 06:57:39.410551 [ 255 ] {b4b72565-b98c-4c47-9bb0-6a1752c941e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.52 GiB. | ||
| 17643 | 2025.02.28 06:57:39.410959 [ 255 ] {b4b72565-b98c-4c47-9bb0-6a1752c941e1} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 17644 | 2025.02.28 06:57:39.411217 [ 255 ] {b4b72565-b98c-4c47-9bb0-6a1752c941e1} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17645 | 2025.02.28 06:57:39.411454 [ 255 ] {b4b72565-b98c-4c47-9bb0-6a1752c941e1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002914 sec., 20590.253946465342 rows/sec., 1.39 MiB/sec. | ||
| 17646 | 2025.02.28 06:57:39.411535 [ 255 ] {b4b72565-b98c-4c47-9bb0-6a1752c941e1} <Debug> TCPHandler: Processed in 0.003190268 sec. | ||
| 17647 | 2025.02.28 06:57:39.411543 [ 222 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 17648 | 2025.02.28 06:57:39.411616 [ 222 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 17649 | 2025.02.28 06:57:39.413653 [ 222 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 17650 | 2025.02.28 06:57:39.922265 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 17651 | 2025.02.28 06:57:39.922310 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 17652 | 2025.02.28 06:57:39.924429 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 17653 | 2025.02.28 06:57:41.377916 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42639 | ||
| 17654 | 2025.02.28 06:57:41.378615 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17655 | 2025.02.28 06:57:41.378669 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17656 | 2025.02.28 06:57:41.379211 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 17657 | 2025.02.28 06:57:41.379487 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17658 | 2025.02.28 06:57:41.379758 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42639 | ||
| 17659 | 2025.02.28 06:57:43.081330 [ 220 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): 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] | ||
| 17660 | 2025.02.28 06:57:43.081392 [ 220 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): 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] | ||
| 17661 | 2025.02.28 06:57:43.083535 [ 220 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): 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] | ||
| 17662 | 2025.02.28 06:57:44.132169 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2430 | ||
| 17663 | 2025.02.28 06:57:44.135318 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17664 | 2025.02.28 06:57:44.135371 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17665 | 2025.02.28 06:57:44.136943 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17666 | 2025.02.28 06:57:44.137253 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17667 | 2025.02.28 06:57:44.138216 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2430 | ||
| 17668 | 2025.02.28 06:57:44.394292 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17669 | 2025.02.28 06:57:44.394580 [ 4 ] {9a6942eb-ee1b-4ced-aee4-587dd7a1905f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 17670 | 2025.02.28 06:57:44.395039 [ 4 ] {9a6942eb-ee1b-4ced-aee4-587dd7a1905f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 17671 | 2025.02.28 06:57:44.395093 [ 4 ] {9a6942eb-ee1b-4ced-aee4-587dd7a1905f} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 17672 | 2025.02.28 06:57:44.395547 [ 4 ] {9a6942eb-ee1b-4ced-aee4-587dd7a1905f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 17673 | 2025.02.28 06:57:44.395646 [ 4 ] {9a6942eb-ee1b-4ced-aee4-587dd7a1905f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 17674 | 2025.02.28 06:57:44.395873 [ 4 ] {9a6942eb-ee1b-4ced-aee4-587dd7a1905f} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 17675 | 2025.02.28 06:57:44.395924 [ 4 ] {9a6942eb-ee1b-4ced-aee4-587dd7a1905f} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 17676 | 2025.02.28 06:57:44.395957 [ 4 ] {9a6942eb-ee1b-4ced-aee4-587dd7a1905f} <Debug> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (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 | ||
| 17677 | 2025.02.28 06:57:44.395981 [ 4 ] {9a6942eb-ee1b-4ced-aee4-587dd7a1905f} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 17678 | 2025.02.28 06:57:44.396043 [ 4 ] {9a6942eb-ee1b-4ced-aee4-587dd7a1905f} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 17679 | 2025.02.28 06:57:44.396075 [ 4 ] {9a6942eb-ee1b-4ced-aee4-587dd7a1905f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 17680 | 2025.02.28 06:57:44.397569 [ 4 ] {9a6942eb-ee1b-4ced-aee4-587dd7a1905f} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.003153 sec., 13003.4887408817 rows/sec., 495.87 KiB/sec. | ||
| 17681 | 2025.02.28 06:57:44.397657 [ 4 ] {9a6942eb-ee1b-4ced-aee4-587dd7a1905f} <Debug> TCPHandler: Processed in 0.003543923 sec. | ||
| 17682 | 2025.02.28 06:57:44.412255 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17683 | 2025.02.28 06:57:44.412506 [ 4 ] {bd3df043-e73b-4ec3-b9c6-bb740427bd7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 17684 | 2025.02.28 06:57:44.412589 [ 4 ] {bd3df043-e73b-4ec3-b9c6-bb740427bd7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 17685 | 2025.02.28 06:57:44.413292 [ 4 ] {bd3df043-e73b-4ec3-b9c6-bb740427bd7d} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17686 | 2025.02.28 06:57:44.413338 [ 4 ] {bd3df043-e73b-4ec3-b9c6-bb740427bd7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17687 | 2025.02.28 06:57:44.413849 [ 4 ] {bd3df043-e73b-4ec3-b9c6-bb740427bd7d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 17688 | 2025.02.28 06:57:44.414082 [ 4 ] {bd3df043-e73b-4ec3-b9c6-bb740427bd7d} <Trace> oximeter.timeseries_schema (1b3dba42-c10a-47a0-bcbe-bf6ddf025a8c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17689 | 2025.02.28 06:57:44.414332 [ 4 ] {bd3df043-e73b-4ec3-b9c6-bb740427bd7d} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001889 sec., 529.3806246691371 rows/sec., 147.34 KiB/sec. | ||
| 17690 | 2025.02.28 06:57:44.414505 [ 4 ] {bd3df043-e73b-4ec3-b9c6-bb740427bd7d} <Debug> TCPHandler: Processed in 0.002371658 sec. | ||
| 17691 | 2025.02.28 06:57:44.414773 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17692 | 2025.02.28 06:57:44.414994 [ 255 ] {cf121779-5870-4f45-9051-44fde17d0249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17693 | 2025.02.28 06:57:44.415077 [ 255 ] {cf121779-5870-4f45-9051-44fde17d0249} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17694 | 2025.02.28 06:57:44.415962 [ 255 ] {cf121779-5870-4f45-9051-44fde17d0249} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17695 | 2025.02.28 06:57:44.416009 [ 255 ] {cf121779-5870-4f45-9051-44fde17d0249} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17696 | 2025.02.28 06:57:44.416459 [ 255 ] {cf121779-5870-4f45-9051-44fde17d0249} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17697 | 2025.02.28 06:57:44.416710 [ 255 ] {cf121779-5870-4f45-9051-44fde17d0249} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17698 | 2025.02.28 06:57:44.416940 [ 255 ] {cf121779-5870-4f45-9051-44fde17d0249} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002007 sec., 105630.29397110114 rows/sec., 6.72 MiB/sec. | ||
| 17699 | 2025.02.28 06:57:44.416998 [ 255 ] {cf121779-5870-4f45-9051-44fde17d0249} <Debug> TCPHandler: Processed in 0.002366939 sec. | ||
| 17700 | 2025.02.28 06:57:44.417156 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17701 | 2025.02.28 06:57:44.417304 [ 4 ] {ac2c060e-3f4a-4dba-a92e-0ba48b05b5df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17702 | 2025.02.28 06:57:44.417363 [ 4 ] {ac2c060e-3f4a-4dba-a92e-0ba48b05b5df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17703 | 2025.02.28 06:57:44.417965 [ 4 ] {ac2c060e-3f4a-4dba-a92e-0ba48b05b5df} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17704 | 2025.02.28 06:57:44.418004 [ 4 ] {ac2c060e-3f4a-4dba-a92e-0ba48b05b5df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17705 | 2025.02.28 06:57:44.418376 [ 4 ] {ac2c060e-3f4a-4dba-a92e-0ba48b05b5df} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 17706 | 2025.02.28 06:57:44.418619 [ 4 ] {ac2c060e-3f4a-4dba-a92e-0ba48b05b5df} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17707 | 2025.02.28 06:57:44.418818 [ 4 ] {ac2c060e-3f4a-4dba-a92e-0ba48b05b5df} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.001546 sec., 1940.4915912031047 rows/sec., 144.02 KiB/sec. | ||
| 17708 | 2025.02.28 06:57:44.418871 [ 4 ] {ac2c060e-3f4a-4dba-a92e-0ba48b05b5df} <Debug> TCPHandler: Processed in 0.001780181 sec. | ||
| 17709 | 2025.02.28 06:57:44.419012 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17710 | 2025.02.28 06:57:44.419152 [ 255 ] {aa163209-24f1-4200-a7f2-912c0a24353b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17711 | 2025.02.28 06:57:44.419211 [ 255 ] {aa163209-24f1-4200-a7f2-912c0a24353b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17712 | 2025.02.28 06:57:44.420130 [ 255 ] {aa163209-24f1-4200-a7f2-912c0a24353b} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17713 | 2025.02.28 06:57:44.420170 [ 255 ] {aa163209-24f1-4200-a7f2-912c0a24353b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17714 | 2025.02.28 06:57:44.420591 [ 255 ] {aa163209-24f1-4200-a7f2-912c0a24353b} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 17715 | 2025.02.28 06:57:44.420830 [ 255 ] {aa163209-24f1-4200-a7f2-912c0a24353b} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17716 | 2025.02.28 06:57:44.421033 [ 255 ] {aa163209-24f1-4200-a7f2-912c0a24353b} <Debug> executeQuery: Read 731 rows, 60.06 KiB in 0.001913 sec., 382122.32096184004 rows/sec., 30.66 MiB/sec. | ||
| 17717 | 2025.02.28 06:57:44.421086 [ 255 ] {aa163209-24f1-4200-a7f2-912c0a24353b} <Debug> TCPHandler: Processed in 0.002140836 sec. | ||
| 17718 | 2025.02.28 06:57:44.421249 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17719 | 2025.02.28 06:57:44.421388 [ 4 ] {d415f859-0d45-4973-abd5-13f28b185a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17720 | 2025.02.28 06:57:44.421447 [ 4 ] {d415f859-0d45-4973-abd5-13f28b185a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17721 | 2025.02.28 06:57:44.422100 [ 4 ] {d415f859-0d45-4973-abd5-13f28b185a47} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17722 | 2025.02.28 06:57:44.422139 [ 4 ] {d415f859-0d45-4973-abd5-13f28b185a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17723 | 2025.02.28 06:57:44.422517 [ 4 ] {d415f859-0d45-4973-abd5-13f28b185a47} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17724 | 2025.02.28 06:57:44.422756 [ 4 ] {d415f859-0d45-4973-abd5-13f28b185a47} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17725 | 2025.02.28 06:57:44.422960 [ 4 ] {d415f859-0d45-4973-abd5-13f28b185a47} <Debug> executeQuery: Read 163 rows, 10.63 KiB in 0.001603 sec., 101684.34185901434 rows/sec., 6.48 MiB/sec. | ||
| 17726 | 2025.02.28 06:57:44.423011 [ 4 ] {d415f859-0d45-4973-abd5-13f28b185a47} <Debug> TCPHandler: Processed in 0.001828132 sec. | ||
| 17727 | 2025.02.28 06:57:44.423173 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17728 | 2025.02.28 06:57:44.423299 [ 255 ] {06467538-be4a-42a0-8fe5-183f8d062a1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17729 | 2025.02.28 06:57:44.423350 [ 255 ] {06467538-be4a-42a0-8fe5-183f8d062a1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17730 | 2025.02.28 06:57:44.423969 [ 255 ] {06467538-be4a-42a0-8fe5-183f8d062a1e} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17731 | 2025.02.28 06:57:44.424008 [ 255 ] {06467538-be4a-42a0-8fe5-183f8d062a1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17732 | 2025.02.28 06:57:44.424387 [ 255 ] {06467538-be4a-42a0-8fe5-183f8d062a1e} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17733 | 2025.02.28 06:57:44.424636 [ 255 ] {06467538-be4a-42a0-8fe5-183f8d062a1e} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17734 | 2025.02.28 06:57:44.424865 [ 255 ] {06467538-be4a-42a0-8fe5-183f8d062a1e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00159 sec., 71069.18238993711 rows/sec., 4.60 MiB/sec. | ||
| 17735 | 2025.02.28 06:57:44.424877 [ 221 ] {} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): 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] | ||
| 17736 | 2025.02.28 06:57:44.424924 [ 221 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): 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] | ||
| 17737 | 2025.02.28 06:57:44.424960 [ 255 ] {06467538-be4a-42a0-8fe5-183f8d062a1e} <Debug> TCPHandler: Processed in 0.001857152 sec. | ||
| 17738 | 2025.02.28 06:57:44.425147 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17739 | 2025.02.28 06:57:44.425314 [ 4 ] {ba5911b0-9ee1-4c96-9b10-47c1590a40f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17740 | 2025.02.28 06:57:44.425401 [ 4 ] {ba5911b0-9ee1-4c96-9b10-47c1590a40f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17741 | 2025.02.28 06:57:44.426727 [ 4 ] {ba5911b0-9ee1-4c96-9b10-47c1590a40f4} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17742 | 2025.02.28 06:57:44.426798 [ 4 ] {ba5911b0-9ee1-4c96-9b10-47c1590a40f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17743 | 2025.02.28 06:57:44.427528 [ 4 ] {ba5911b0-9ee1-4c96-9b10-47c1590a40f4} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17744 | 2025.02.28 06:57:44.428103 [ 4 ] {ba5911b0-9ee1-4c96-9b10-47c1590a40f4} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17745 | 2025.02.28 06:57:44.428333 [ 4 ] {ba5911b0-9ee1-4c96-9b10-47c1590a40f4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.003078 sec., 36387.264457439895 rows/sec., 2.07 MiB/sec. | ||
| 17746 | 2025.02.28 06:57:44.428387 [ 4 ] {ba5911b0-9ee1-4c96-9b10-47c1590a40f4} <Debug> TCPHandler: Processed in 0.003298269 sec. | ||
| 17747 | 2025.02.28 06:57:44.428536 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17748 | 2025.02.28 06:57:44.428616 [ 221 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): 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] | ||
| 17749 | 2025.02.28 06:57:44.428755 [ 255 ] {c85f6f28-76eb-4cc4-8e4e-2a8b7cacb9aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17750 | 2025.02.28 06:57:44.428830 [ 255 ] {c85f6f28-76eb-4cc4-8e4e-2a8b7cacb9aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17751 | 2025.02.28 06:57:44.429835 [ 255 ] {c85f6f28-76eb-4cc4-8e4e-2a8b7cacb9aa} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17752 | 2025.02.28 06:57:44.429875 [ 255 ] {c85f6f28-76eb-4cc4-8e4e-2a8b7cacb9aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17753 | 2025.02.28 06:57:44.430264 [ 255 ] {c85f6f28-76eb-4cc4-8e4e-2a8b7cacb9aa} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 17754 | 2025.02.28 06:57:44.430503 [ 255 ] {c85f6f28-76eb-4cc4-8e4e-2a8b7cacb9aa} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17755 | 2025.02.28 06:57:44.430738 [ 255 ] {c85f6f28-76eb-4cc4-8e4e-2a8b7cacb9aa} <Debug> executeQuery: Read 463 rows, 33.84 KiB in 0.002056 sec., 225194.55252918287 rows/sec., 16.07 MiB/sec. | ||
| 17756 | 2025.02.28 06:57:44.430845 [ 255 ] {c85f6f28-76eb-4cc4-8e4e-2a8b7cacb9aa} <Debug> TCPHandler: Processed in 0.002365929 sec. | ||
| 17757 | 2025.02.28 06:57:44.431064 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17758 | 2025.02.28 06:57:44.431312 [ 4 ] {cad081cc-dd51-4f3a-9391-52e7d73b32d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17759 | 2025.02.28 06:57:44.431375 [ 4 ] {cad081cc-dd51-4f3a-9391-52e7d73b32d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17760 | 2025.02.28 06:57:44.431889 [ 4 ] {cad081cc-dd51-4f3a-9391-52e7d73b32d2} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17761 | 2025.02.28 06:57:44.431930 [ 4 ] {cad081cc-dd51-4f3a-9391-52e7d73b32d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17762 | 2025.02.28 06:57:44.432320 [ 4 ] {cad081cc-dd51-4f3a-9391-52e7d73b32d2} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17763 | 2025.02.28 06:57:44.432567 [ 4 ] {cad081cc-dd51-4f3a-9391-52e7d73b32d2} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17764 | 2025.02.28 06:57:44.432820 [ 4 ] {cad081cc-dd51-4f3a-9391-52e7d73b32d2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001559 sec., 3848.6209108402822 rows/sec., 201.08 KiB/sec. | ||
| 17765 | 2025.02.28 06:57:44.432861 [ 222 ] {} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): 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] | ||
| 17766 | 2025.02.28 06:57:44.432904 [ 4 ] {cad081cc-dd51-4f3a-9391-52e7d73b32d2} <Debug> TCPHandler: Processed in 0.001964463 sec. | ||
| 17767 | 2025.02.28 06:57:44.432934 [ 222 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): 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] | ||
| 17768 | 2025.02.28 06:57:44.433131 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17769 | 2025.02.28 06:57:44.433322 [ 255 ] {020218e5-afd6-4f41-9e27-63b92c9b2a95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17770 | 2025.02.28 06:57:44.433412 [ 255 ] {020218e5-afd6-4f41-9e27-63b92c9b2a95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17771 | 2025.02.28 06:57:44.434794 [ 255 ] {020218e5-afd6-4f41-9e27-63b92c9b2a95} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17772 | 2025.02.28 06:57:44.434855 [ 255 ] {020218e5-afd6-4f41-9e27-63b92c9b2a95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17773 | 2025.02.28 06:57:44.435673 [ 255 ] {020218e5-afd6-4f41-9e27-63b92c9b2a95} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 17774 | 2025.02.28 06:57:44.436142 [ 255 ] {020218e5-afd6-4f41-9e27-63b92c9b2a95} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17775 | 2025.02.28 06:57:44.436475 [ 255 ] {020218e5-afd6-4f41-9e27-63b92c9b2a95} <Debug> executeQuery: Read 240 rows, 16.45 KiB in 0.003192 sec., 75187.96992481203 rows/sec., 5.03 MiB/sec. | ||
| 17776 | 2025.02.28 06:57:44.436595 [ 222 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): 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] | ||
| 17777 | 2025.02.28 06:57:44.436613 [ 255 ] {020218e5-afd6-4f41-9e27-63b92c9b2a95} <Debug> TCPHandler: Processed in 0.003596573 sec. | ||
| 17778 | 2025.02.28 06:57:44.436891 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17779 | 2025.02.28 06:57:44.437105 [ 4 ] {3210b0af-be33-477f-89cc-86b802f44923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17780 | 2025.02.28 06:57:44.437250 [ 4 ] {3210b0af-be33-477f-89cc-86b802f44923} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17781 | 2025.02.28 06:57:44.437919 [ 4 ] {3210b0af-be33-477f-89cc-86b802f44923} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17782 | 2025.02.28 06:57:44.437956 [ 4 ] {3210b0af-be33-477f-89cc-86b802f44923} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17783 | 2025.02.28 06:57:44.438339 [ 4 ] {3210b0af-be33-477f-89cc-86b802f44923} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17784 | 2025.02.28 06:57:44.438591 [ 4 ] {3210b0af-be33-477f-89cc-86b802f44923} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17785 | 2025.02.28 06:57:44.438727 [ 148 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Selected 6 parts from all_1_63_14 to all_68_68_0 | ||
| 17786 | 2025.02.28 06:57:44.438774 [ 148 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17787 | 2025.02.28 06:57:44.438778 [ 4 ] {3210b0af-be33-477f-89cc-86b802f44923} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001751 sec., 571.1022272986864 rows/sec., 38.48 KiB/sec. | ||
| 17788 | 2025.02.28 06:57:44.438804 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17789 | 2025.02.28 06:57:44.438927 [ 4 ] {3210b0af-be33-477f-89cc-86b802f44923} <Debug> TCPHandler: Processed in 0.002183997 sec. | ||
| 17790 | 2025.02.28 06:57:44.439232 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_68_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_63_14 to all_68_68_0 into Compact with storage Full | ||
| 17791 | 2025.02.28 06:57:44.439253 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17792 | 2025.02.28 06:57:44.439698 [ 255 ] {bfda3ace-b29d-4183-9ad7-0d5640a80208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17793 | 2025.02.28 06:57:44.439836 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_68_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17794 | 2025.02.28 06:57:44.439959 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_63_14, total 63 rows starting from the beginning of the part | ||
| 17795 | 2025.02.28 06:57:44.440127 [ 255 ] {bfda3ace-b29d-4183-9ad7-0d5640a80208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17796 | 2025.02.28 06:57:44.440476 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1 rows starting from the beginning of the part | ||
| 17797 | 2025.02.28 06:57:44.440856 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part | ||
| 17798 | 2025.02.28 06:57:44.441315 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1 rows starting from the beginning of the part | ||
| 17799 | 2025.02.28 06:57:44.441690 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1 rows starting from the beginning of the part | ||
| 17800 | 2025.02.28 06:57:44.442098 [ 193 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_68_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1 rows starting from the beginning of the part | ||
| 17801 | 2025.02.28 06:57:44.444295 [ 199 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_68_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 68 rows, containing 4 columns (4 merged, 0 gathered) in 0.005358334 sec., 12690.511640371802 rows/sec., 855.12 KiB/sec. | ||
| 17802 | 2025.02.28 06:57:44.444627 [ 199 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_68_15} <Trace> MergedBlockOutputStream: filled checksums all_1_68_15 (state Temporary) | ||
| 17803 | 2025.02.28 06:57:44.444859 [ 255 ] {bfda3ace-b29d-4183-9ad7-0d5640a80208} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17804 | 2025.02.28 06:57:44.444913 [ 255 ] {bfda3ace-b29d-4183-9ad7-0d5640a80208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17805 | 2025.02.28 06:57:44.445445 [ 199 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_68_15} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_merge_all_1_68_15 to all_1_68_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17806 | 2025.02.28 06:57:44.445648 [ 199 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_68_15} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Merged 6 parts: [all_1_63_14, all_68_68_0] -> all_1_68_15 | ||
| 17807 | 2025.02.28 06:57:44.445846 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17808 | 2025.02.28 06:57:44.446302 [ 255 ] {bfda3ace-b29d-4183-9ad7-0d5640a80208} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17809 | 2025.02.28 06:57:44.446587 [ 255 ] {bfda3ace-b29d-4183-9ad7-0d5640a80208} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17810 | 2025.02.28 06:57:44.446869 [ 255 ] {bfda3ace-b29d-4183-9ad7-0d5640a80208} <Debug> executeQuery: Read 54 rows, 99.09 KiB in 0.007303 sec., 7394.221552786526 rows/sec., 13.25 MiB/sec. | ||
| 17811 | 2025.02.28 06:57:44.447256 [ 255 ] {bfda3ace-b29d-4183-9ad7-0d5640a80208} <Debug> TCPHandler: Processed in 0.008184858 sec. | ||
| 17812 | 2025.02.28 06:57:44.447512 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17813 | 2025.02.28 06:57:44.447664 [ 4 ] {3ef08d67-9921-4fe0-9e76-b22b526e59ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 17814 | 2025.02.28 06:57:44.447727 [ 4 ] {3ef08d67-9921-4fe0-9e76-b22b526e59ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 17815 | 2025.02.28 06:57:44.448251 [ 4 ] {3ef08d67-9921-4fe0-9e76-b22b526e59ac} <Trace> oximeter.measurements_i64 (f68d7945-e596-4a1d-b8a7-0e6593bab0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17816 | 2025.02.28 06:57:44.448290 [ 4 ] {3ef08d67-9921-4fe0-9e76-b22b526e59ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17817 | 2025.02.28 06:57:44.448676 [ 4 ] {3ef08d67-9921-4fe0-9e76-b22b526e59ac} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 17818 | 2025.02.28 06:57:44.448949 [ 4 ] {3ef08d67-9921-4fe0-9e76-b22b526e59ac} <Trace> oximeter.measurements_i64 (f68d7945-e596-4a1d-b8a7-0e6593bab0e1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17819 | 2025.02.28 06:57:44.449177 [ 4 ] {3ef08d67-9921-4fe0-9e76-b22b526e59ac} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001528 sec., 3926.7015706806283 rows/sec., 258.84 KiB/sec. | ||
| 17820 | 2025.02.28 06:57:44.449296 [ 4 ] {3ef08d67-9921-4fe0-9e76-b22b526e59ac} <Debug> TCPHandler: Processed in 0.001920793 sec. | ||
| 17821 | 2025.02.28 06:57:44.449474 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17822 | 2025.02.28 06:57:44.449601 [ 255 ] {00da8c20-4436-4059-92d6-29e7e0a1f2ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17823 | 2025.02.28 06:57:44.449652 [ 255 ] {00da8c20-4436-4059-92d6-29e7e0a1f2ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17824 | 2025.02.28 06:57:44.450187 [ 255 ] {00da8c20-4436-4059-92d6-29e7e0a1f2ec} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17825 | 2025.02.28 06:57:44.450226 [ 255 ] {00da8c20-4436-4059-92d6-29e7e0a1f2ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17826 | 2025.02.28 06:57:44.450614 [ 255 ] {00da8c20-4436-4059-92d6-29e7e0a1f2ec} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 17827 | 2025.02.28 06:57:44.450854 [ 255 ] {00da8c20-4436-4059-92d6-29e7e0a1f2ec} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17828 | 2025.02.28 06:57:44.451058 [ 255 ] {00da8c20-4436-4059-92d6-29e7e0a1f2ec} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001483 sec., 55293.32434254889 rows/sec., 3.51 MiB/sec. | ||
| 17829 | 2025.02.28 06:57:44.451132 [ 255 ] {00da8c20-4436-4059-92d6-29e7e0a1f2ec} <Debug> TCPHandler: Processed in 0.001727581 sec. | ||
| 17830 | 2025.02.28 06:57:44.627478 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 701 | ||
| 17831 | 2025.02.28 06:57:44.653297 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17832 | 2025.02.28 06:57:44.653376 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17833 | 2025.02.28 06:57:44.661571 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 17834 | 2025.02.28 06:57:44.662499 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17835 | 2025.02.28 06:57:44.667692 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 701 | ||
| 17836 | 2025.02.28 06:57:45.000193 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.92 MiB, peak 286.54 MiB, free memory in arenas 0.00 B, will set to 267.31 MiB (RSS), difference: -1.61 MiB | ||
| 17837 | 2025.02.28 06:57:45.767103 [ 220 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): 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] | ||
| 17838 | 2025.02.28 06:57:45.767162 [ 220 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): 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] | ||
| 17839 | 2025.02.28 06:57:45.769082 [ 220 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): 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] | ||
| 17840 | 2025.02.28 06:57:48.627996 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17841 | 2025.02.28 06:57:48.628062 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17842 | 2025.02.28 06:57:48.880031 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43066 | ||
| 17843 | 2025.02.28 06:57:48.881001 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17844 | 2025.02.28 06:57:48.881038 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17845 | 2025.02.28 06:57:48.881564 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 17846 | 2025.02.28 06:57:48.881833 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17847 | 2025.02.28 06:57:48.882018 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43066 | ||
| 17848 | 2025.02.28 06:57:49.398965 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17849 | 2025.02.28 06:57:49.399147 [ 4 ] {6728c002-8e51-4245-8c05-600b3dda7ec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17850 | 2025.02.28 06:57:49.399217 [ 4 ] {6728c002-8e51-4245-8c05-600b3dda7ec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17851 | 2025.02.28 06:57:49.399967 [ 4 ] {6728c002-8e51-4245-8c05-600b3dda7ec9} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17852 | 2025.02.28 06:57:49.400007 [ 4 ] {6728c002-8e51-4245-8c05-600b3dda7ec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17853 | 2025.02.28 06:57:49.400391 [ 4 ] {6728c002-8e51-4245-8c05-600b3dda7ec9} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 17854 | 2025.02.28 06:57:49.400640 [ 4 ] {6728c002-8e51-4245-8c05-600b3dda7ec9} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17855 | 2025.02.28 06:57:49.400838 [ 4 ] {6728c002-8e51-4245-8c05-600b3dda7ec9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001741 sec., 32165.422171166 rows/sec., 2.47 MiB/sec. | ||
| 17856 | 2025.02.28 06:57:49.400894 [ 4 ] {6728c002-8e51-4245-8c05-600b3dda7ec9} <Debug> TCPHandler: Processed in 0.002054045 sec. | ||
| 17857 | 2025.02.28 06:57:49.401229 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17858 | 2025.02.28 06:57:49.401537 [ 255 ] {4d18fd49-b2d8-4da3-930b-1a4b312258b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17859 | 2025.02.28 06:57:49.401657 [ 255 ] {4d18fd49-b2d8-4da3-930b-1a4b312258b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17860 | 2025.02.28 06:57:49.402498 [ 255 ] {4d18fd49-b2d8-4da3-930b-1a4b312258b3} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17861 | 2025.02.28 06:57:49.402547 [ 255 ] {4d18fd49-b2d8-4da3-930b-1a4b312258b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17862 | 2025.02.28 06:57:49.402992 [ 255 ] {4d18fd49-b2d8-4da3-930b-1a4b312258b3} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 17863 | 2025.02.28 06:57:49.403252 [ 255 ] {4d18fd49-b2d8-4da3-930b-1a4b312258b3} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17864 | 2025.02.28 06:57:49.403505 [ 255 ] {4d18fd49-b2d8-4da3-930b-1a4b312258b3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002054 sec., 31158.714703018504 rows/sec., 2.43 MiB/sec. | ||
| 17865 | 2025.02.28 06:57:49.403570 [ 255 ] {4d18fd49-b2d8-4da3-930b-1a4b312258b3} <Debug> TCPHandler: Processed in 0.00252806 sec. | ||
| 17866 | 2025.02.28 06:57:49.403726 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17867 | 2025.02.28 06:57:49.403870 [ 4 ] {b1336cae-450c-4e7f-bff8-fc1f697938e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17868 | 2025.02.28 06:57:49.403936 [ 4 ] {b1336cae-450c-4e7f-bff8-fc1f697938e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17869 | 2025.02.28 06:57:49.404626 [ 4 ] {b1336cae-450c-4e7f-bff8-fc1f697938e2} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17870 | 2025.02.28 06:57:49.404672 [ 4 ] {b1336cae-450c-4e7f-bff8-fc1f697938e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17871 | 2025.02.28 06:57:49.405082 [ 4 ] {b1336cae-450c-4e7f-bff8-fc1f697938e2} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 17872 | 2025.02.28 06:57:49.405325 [ 4 ] {b1336cae-450c-4e7f-bff8-fc1f697938e2} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17873 | 2025.02.28 06:57:49.405519 [ 4 ] {b1336cae-450c-4e7f-bff8-fc1f697938e2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001677 sec., 95408.46750149076 rows/sec., 6.65 MiB/sec. | ||
| 17874 | 2025.02.28 06:57:49.405595 [ 4 ] {b1336cae-450c-4e7f-bff8-fc1f697938e2} <Debug> TCPHandler: Processed in 0.001926383 sec. | ||
| 17875 | 2025.02.28 06:57:49.405796 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17876 | 2025.02.28 06:57:49.406117 [ 255 ] {4d6929e2-3a34-4143-aca9-1ef0383f1d0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17877 | 2025.02.28 06:57:49.406207 [ 255 ] {4d6929e2-3a34-4143-aca9-1ef0383f1d0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17878 | 2025.02.28 06:57:49.406729 [ 255 ] {4d6929e2-3a34-4143-aca9-1ef0383f1d0b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17879 | 2025.02.28 06:57:49.406769 [ 255 ] {4d6929e2-3a34-4143-aca9-1ef0383f1d0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17880 | 2025.02.28 06:57:49.407165 [ 255 ] {4d6929e2-3a34-4143-aca9-1ef0383f1d0b} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 17881 | 2025.02.28 06:57:49.407414 [ 255 ] {4d6929e2-3a34-4143-aca9-1ef0383f1d0b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17882 | 2025.02.28 06:57:49.407634 [ 255 ] {4d6929e2-3a34-4143-aca9-1ef0383f1d0b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001628 sec., 36855.03685503685 rows/sec., 2.48 MiB/sec. | ||
| 17883 | 2025.02.28 06:57:49.407689 [ 255 ] {4d6929e2-3a34-4143-aca9-1ef0383f1d0b} <Debug> TCPHandler: Processed in 0.001992724 sec. | ||
| 17884 | 2025.02.28 06:57:51.107701 [ 225 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): 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] | ||
| 17885 | 2025.02.28 06:57:51.107766 [ 225 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): 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] | ||
| 17886 | 2025.02.28 06:57:51.109337 [ 225 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): 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] | ||
| 17887 | 2025.02.28 06:57:51.341680 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): 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] | ||
| 17888 | 2025.02.28 06:57:51.341723 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): 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] | ||
| 17889 | 2025.02.28 06:57:51.344019 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): 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] | ||
| 17890 | 2025.02.28 06:57:51.470218 [ 218 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): 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] | ||
| 17891 | 2025.02.28 06:57:51.470275 [ 218 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): 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] | ||
| 17892 | 2025.02.28 06:57:51.472072 [ 218 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): 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] | ||
| 17893 | 2025.02.28 06:57:51.832903 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17894 | 2025.02.28 06:57:51.833106 [ 4 ] {15323d3e-08cb-4136-9f59-e2cd4beda166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17895 | 2025.02.28 06:57:51.833181 [ 4 ] {15323d3e-08cb-4136-9f59-e2cd4beda166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17896 | 2025.02.28 06:57:51.834054 [ 4 ] {15323d3e-08cb-4136-9f59-e2cd4beda166} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17897 | 2025.02.28 06:57:51.834104 [ 4 ] {15323d3e-08cb-4136-9f59-e2cd4beda166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17898 | 2025.02.28 06:57:51.834554 [ 4 ] {15323d3e-08cb-4136-9f59-e2cd4beda166} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17899 | 2025.02.28 06:57:51.834821 [ 4 ] {15323d3e-08cb-4136-9f59-e2cd4beda166} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17900 | 2025.02.28 06:57:51.835032 [ 95 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 | ||
| 17901 | 2025.02.28 06:57:51.835059 [ 4 ] {15323d3e-08cb-4136-9f59-e2cd4beda166} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002003 sec., 105841.23814278582 rows/sec., 6.73 MiB/sec. | ||
| 17902 | 2025.02.28 06:57:51.835126 [ 95 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17903 | 2025.02.28 06:57:51.835204 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17904 | 2025.02.28 06:57:51.835212 [ 4 ] {15323d3e-08cb-4136-9f59-e2cd4beda166} <Debug> TCPHandler: Processed in 0.00244425 sec. | ||
| 17905 | 2025.02.28 06:57:51.835433 [ 197 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::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 | ||
| 17906 | 2025.02.28 06:57:51.835511 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17907 | 2025.02.28 06:57:51.835632 [ 197 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17908 | 2025.02.28 06:57:51.835677 [ 197 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 212 rows starting from the beginning of the part | ||
| 17909 | 2025.02.28 06:57:51.835709 [ 255 ] {27b987ae-7ad8-4830-bccc-c77d658ee790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17910 | 2025.02.28 06:57:51.835825 [ 197 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 212 rows starting from the beginning of the part | ||
| 17911 | 2025.02.28 06:57:51.835859 [ 255 ] {27b987ae-7ad8-4830-bccc-c77d658ee790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17912 | 2025.02.28 06:57:51.836281 [ 197 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 212 rows starting from the beginning of the part | ||
| 17913 | 2025.02.28 06:57:51.836617 [ 197 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 212 rows starting from the beginning of the part | ||
| 17914 | 2025.02.28 06:57:51.836937 [ 197 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 212 rows starting from the beginning of the part | ||
| 17915 | 2025.02.28 06:57:51.838067 [ 255 ] {27b987ae-7ad8-4830-bccc-c77d658ee790} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17916 | 2025.02.28 06:57:51.838119 [ 255 ] {27b987ae-7ad8-4830-bccc-c77d658ee790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17917 | 2025.02.28 06:57:51.838680 [ 255 ] {27b987ae-7ad8-4830-bccc-c77d658ee790} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 17918 | 2025.02.28 06:57:51.838923 [ 199 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003603383 sec., 294168.0082300438 rows/sec., 19.83 MiB/sec. | ||
| 17919 | 2025.02.28 06:57:51.839123 [ 255 ] {27b987ae-7ad8-4830-bccc-c77d658ee790} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17920 | 2025.02.28 06:57:51.839220 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) | ||
| 17921 | 2025.02.28 06:57:51.839787 [ 255 ] {27b987ae-7ad8-4830-bccc-c77d658ee790} <Debug> executeQuery: Read 5 rows, 395.00 B in 0.004074 sec., 1227.2950417280313 rows/sec., 94.68 KiB/sec. | ||
| 17922 | 2025.02.28 06:57:51.840070 [ 255 ] {27b987ae-7ad8-4830-bccc-c77d658ee790} <Debug> TCPHandler: Processed in 0.004697176 sec. | ||
| 17923 | 2025.02.28 06:57:51.840209 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_69_17} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17924 | 2025.02.28 06:57:51.840284 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17925 | 2025.02.28 06:57:51.840349 [ 191 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_69_17} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 | ||
| 17926 | 2025.02.28 06:57:51.840471 [ 4 ] {caa224c8-cd3c-48b9-abcc-1556c8eded9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17927 | 2025.02.28 06:57:51.840513 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 17928 | 2025.02.28 06:57:51.840569 [ 4 ] {caa224c8-cd3c-48b9-abcc-1556c8eded9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17929 | 2025.02.28 06:57:51.842018 [ 4 ] {caa224c8-cd3c-48b9-abcc-1556c8eded9b} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17930 | 2025.02.28 06:57:51.842061 [ 4 ] {caa224c8-cd3c-48b9-abcc-1556c8eded9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17931 | 2025.02.28 06:57:51.842619 [ 4 ] {caa224c8-cd3c-48b9-abcc-1556c8eded9b} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 17932 | 2025.02.28 06:57:51.842875 [ 4 ] {caa224c8-cd3c-48b9-abcc-1556c8eded9b} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17933 | 2025.02.28 06:57:51.843071 [ 95 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 17934 | 2025.02.28 06:57:51.843117 [ 4 ] {caa224c8-cd3c-48b9-abcc-1556c8eded9b} <Debug> executeQuery: Read 1876 rows, 157.08 KiB in 0.002705 sec., 693530.4990757856 rows/sec., 56.71 MiB/sec. | ||
| 17935 | 2025.02.28 06:57:51.843125 [ 95 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17936 | 2025.02.28 06:57:51.843200 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17937 | 2025.02.28 06:57:51.843251 [ 4 ] {caa224c8-cd3c-48b9-abcc-1556c8eded9b} <Debug> TCPHandler: Processed in 0.003058677 sec. | ||
| 17938 | 2025.02.28 06:57:51.843583 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 17939 | 2025.02.28 06:57:51.843626 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17940 | 2025.02.28 06:57:51.844229 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17941 | 2025.02.28 06:57:51.844245 [ 255 ] {a69e6ee7-11cf-4de7-80c0-245961849421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17942 | 2025.02.28 06:57:51.844378 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 1844 rows starting from the beginning of the part | ||
| 17943 | 2025.02.28 06:57:51.844535 [ 255 ] {a69e6ee7-11cf-4de7-80c0-245961849421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17944 | 2025.02.28 06:57:51.844871 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 717 rows starting from the beginning of the part | ||
| 17945 | 2025.02.28 06:57:51.845223 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::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 | ||
| 17946 | 2025.02.28 06:57:51.845642 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 731 rows starting from the beginning of the part | ||
| 17947 | 2025.02.28 06:57:51.846101 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 56 rows starting from the beginning of the part | ||
| 17948 | 2025.02.28 06:57:51.846388 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 1876 rows starting from the beginning of the part | ||
| 17949 | 2025.02.28 06:57:51.847966 [ 255 ] {a69e6ee7-11cf-4de7-80c0-245961849421} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17950 | 2025.02.28 06:57:51.848034 [ 255 ] {a69e6ee7-11cf-4de7-80c0-245961849421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17951 | 2025.02.28 06:57:51.849029 [ 255 ] {a69e6ee7-11cf-4de7-80c0-245961849421} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17952 | 2025.02.28 06:57:51.849385 [ 255 ] {a69e6ee7-11cf-4de7-80c0-245961849421} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17953 | 2025.02.28 06:57:51.849645 [ 255 ] {a69e6ee7-11cf-4de7-80c0-245961849421} <Debug> executeQuery: Read 167 rows, 10.92 KiB in 0.005727 sec., 29160.118735812815 rows/sec., 1.86 MiB/sec. | ||
| 17954 | 2025.02.28 06:57:51.849712 [ 255 ] {a69e6ee7-11cf-4de7-80c0-245961849421} <Debug> TCPHandler: Processed in 0.006329905 sec. | ||
| 17955 | 2025.02.28 06:57:51.849884 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17956 | 2025.02.28 06:57:51.850015 [ 4 ] {bf28c8b8-ba0d-4c41-ad11-b0f1c9cfd03b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17957 | 2025.02.28 06:57:51.850069 [ 4 ] {bf28c8b8-ba0d-4c41-ad11-b0f1c9cfd03b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17958 | 2025.02.28 06:57:51.850589 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5280 rows, containing 5 columns (5 merged, 0 gathered) in 0.007276647 sec., 725608.9240002985 rows/sec., 61.67 MiB/sec. | ||
| 17959 | 2025.02.28 06:57:51.850886 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 17960 | 2025.02.28 06:57:51.851505 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_161_32} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17961 | 2025.02.28 06:57:51.851574 [ 4 ] {bf28c8b8-ba0d-4c41-ad11-b0f1c9cfd03b} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17962 | 2025.02.28 06:57:51.851639 [ 4 ] {bf28c8b8-ba0d-4c41-ad11-b0f1c9cfd03b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17963 | 2025.02.28 06:57:51.851676 [ 190 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_161_32} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 17964 | 2025.02.28 06:57:51.851851 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.00 MiB. | ||
| 17965 | 2025.02.28 06:57:51.852181 [ 4 ] {bf28c8b8-ba0d-4c41-ad11-b0f1c9cfd03b} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17966 | 2025.02.28 06:57:51.852433 [ 4 ] {bf28c8b8-ba0d-4c41-ad11-b0f1c9cfd03b} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17967 | 2025.02.28 06:57:51.852666 [ 4 ] {bf28c8b8-ba0d-4c41-ad11-b0f1c9cfd03b} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.002684 sec., 127049.18032786885 rows/sec., 8.48 MiB/sec. | ||
| 17968 | 2025.02.28 06:57:51.852725 [ 4 ] {bf28c8b8-ba0d-4c41-ad11-b0f1c9cfd03b} <Debug> TCPHandler: Processed in 0.002902854 sec. | ||
| 17969 | 2025.02.28 06:57:51.852916 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17970 | 2025.02.28 06:57:51.853049 [ 255 ] {e73a67a6-ecc3-4e54-a90d-d33d749429f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17971 | 2025.02.28 06:57:51.853112 [ 255 ] {e73a67a6-ecc3-4e54-a90d-d33d749429f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17972 | 2025.02.28 06:57:51.853920 [ 255 ] {e73a67a6-ecc3-4e54-a90d-d33d749429f5} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17973 | 2025.02.28 06:57:51.853967 [ 255 ] {e73a67a6-ecc3-4e54-a90d-d33d749429f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17974 | 2025.02.28 06:57:51.854408 [ 255 ] {e73a67a6-ecc3-4e54-a90d-d33d749429f5} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17975 | 2025.02.28 06:57:51.854659 [ 255 ] {e73a67a6-ecc3-4e54-a90d-d33d749429f5} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17976 | 2025.02.28 06:57:51.854839 [ 95 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 | ||
| 17977 | 2025.02.28 06:57:51.854909 [ 95 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17978 | 2025.02.28 06:57:51.854909 [ 255 ] {e73a67a6-ecc3-4e54-a90d-d33d749429f5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001878 sec., 59637.912673056446 rows/sec., 3.40 MiB/sec. | ||
| 17979 | 2025.02.28 06:57:51.854947 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17980 | 2025.02.28 06:57:51.855072 [ 255 ] {e73a67a6-ecc3-4e54-a90d-d33d749429f5} <Debug> TCPHandler: Processed in 0.002225176 sec. | ||
| 17981 | 2025.02.28 06:57:51.855191 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::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 | ||
| 17982 | 2025.02.28 06:57:51.855274 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17983 | 2025.02.28 06:57:51.855392 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17984 | 2025.02.28 06:57:51.855480 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 112 rows starting from the beginning of the part | ||
| 17985 | 2025.02.28 06:57:51.855489 [ 4 ] {0f20148c-1df2-4f86-a08c-6bb41fb92f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17986 | 2025.02.28 06:57:51.855658 [ 4 ] {0f20148c-1df2-4f86-a08c-6bb41fb92f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17987 | 2025.02.28 06:57:51.855759 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 112 rows starting from the beginning of the part | ||
| 17988 | 2025.02.28 06:57:51.856116 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 112 rows starting from the beginning of the part | ||
| 17989 | 2025.02.28 06:57:51.856375 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 112 rows starting from the beginning of the part | ||
| 17990 | 2025.02.28 06:57:51.856683 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 112 rows starting from the beginning of the part | ||
| 17991 | 2025.02.28 06:57:51.858914 [ 4 ] {0f20148c-1df2-4f86-a08c-6bb41fb92f39} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17992 | 2025.02.28 06:57:51.859014 [ 192 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003936737 sec., 142249.78706985 rows/sec., 8.65 MiB/sec. | ||
| 17993 | 2025.02.28 06:57:51.859065 [ 4 ] {0f20148c-1df2-4f86-a08c-6bb41fb92f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 17994 | 2025.02.28 06:57:51.859187 [ 192 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) | ||
| 17995 | 2025.02.28 06:57:51.859577 [ 192 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_69_17} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17996 | 2025.02.28 06:57:51.859604 [ 4 ] {0f20148c-1df2-4f86-a08c-6bb41fb92f39} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 17997 | 2025.02.28 06:57:51.859680 [ 192 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_69_17} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 | ||
| 17998 | 2025.02.28 06:57:51.859791 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 17999 | 2025.02.28 06:57:51.859901 [ 4 ] {0f20148c-1df2-4f86-a08c-6bb41fb92f39} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18000 | 2025.02.28 06:57:51.860208 [ 77 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 18001 | 2025.02.28 06:57:51.860235 [ 4 ] {0f20148c-1df2-4f86-a08c-6bb41fb92f39} <Debug> executeQuery: Read 917 rows, 68.00 KiB in 0.004806 sec., 190803.16271327506 rows/sec., 13.82 MiB/sec. | ||
| 18002 | 2025.02.28 06:57:51.860292 [ 77 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18003 | 2025.02.28 06:57:51.860378 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 18004 | 2025.02.28 06:57:51.860406 [ 4 ] {0f20148c-1df2-4f86-a08c-6bb41fb92f39} <Debug> TCPHandler: Processed in 0.005225552 sec. | ||
| 18005 | 2025.02.28 06:57:51.860590 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 18006 | 2025.02.28 06:57:51.860678 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18007 | 2025.02.28 06:57:51.860736 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18008 | 2025.02.28 06:57:51.860782 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 913 rows starting from the beginning of the part | ||
| 18009 | 2025.02.28 06:57:51.861019 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 438 rows starting from the beginning of the part | ||
| 18010 | 2025.02.28 06:57:51.861113 [ 255 ] {785cda55-c939-4719-bb69-31f15b1fb379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18011 | 2025.02.28 06:57:51.861321 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::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 | ||
| 18012 | 2025.02.28 06:57:51.861339 [ 255 ] {785cda55-c939-4719-bb69-31f15b1fb379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18013 | 2025.02.28 06:57:51.861637 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 463 rows starting from the beginning of the part | ||
| 18014 | 2025.02.28 06:57:51.861931 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 64 rows starting from the beginning of the part | ||
| 18015 | 2025.02.28 06:57:51.862241 [ 200 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 917 rows starting from the beginning of the part | ||
| 18016 | 2025.02.28 06:57:51.863609 [ 255 ] {785cda55-c939-4719-bb69-31f15b1fb379} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18017 | 2025.02.28 06:57:51.863672 [ 255 ] {785cda55-c939-4719-bb69-31f15b1fb379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 18018 | 2025.02.28 06:57:51.864745 [ 255 ] {785cda55-c939-4719-bb69-31f15b1fb379} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 18019 | 2025.02.28 06:57:51.865132 [ 255 ] {785cda55-c939-4719-bb69-31f15b1fb379} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18020 | 2025.02.28 06:57:51.865515 [ 255 ] {785cda55-c939-4719-bb69-31f15b1fb379} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004622 sec., 1298.1393336218086 rows/sec., 67.82 KiB/sec. | ||
| 18021 | 2025.02.28 06:57:51.865844 [ 255 ] {785cda55-c939-4719-bb69-31f15b1fb379} <Debug> TCPHandler: Processed in 0.005271173 sec. | ||
| 18022 | 2025.02.28 06:57:51.865907 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2859 rows, containing 5 columns (5 merged, 0 gathered) in 0.005419985 sec., 527492.2347571072 rows/sec., 40.22 MiB/sec. | ||
| 18023 | 2025.02.28 06:57:51.866028 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18024 | 2025.02.28 06:57:51.866128 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 18025 | 2025.02.28 06:57:51.866283 [ 4 ] {e6bde439-d0c4-4a9f-b7d3-d1d3603c78fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18026 | 2025.02.28 06:57:51.866389 [ 4 ] {e6bde439-d0c4-4a9f-b7d3-d1d3603c78fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18027 | 2025.02.28 06:57:51.866777 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_161_32} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18028 | 2025.02.28 06:57:51.866993 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_161_32} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 18029 | 2025.02.28 06:57:51.867104 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 18030 | 2025.02.28 06:57:51.867584 [ 4 ] {e6bde439-d0c4-4a9f-b7d3-d1d3603c78fb} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18031 | 2025.02.28 06:57:51.867626 [ 4 ] {e6bde439-d0c4-4a9f-b7d3-d1d3603c78fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 18032 | 2025.02.28 06:57:51.868104 [ 4 ] {e6bde439-d0c4-4a9f-b7d3-d1d3603c78fb} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 18033 | 2025.02.28 06:57:51.868340 [ 4 ] {e6bde439-d0c4-4a9f-b7d3-d1d3603c78fb} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18034 | 2025.02.28 06:57:51.868551 [ 4 ] {e6bde439-d0c4-4a9f-b7d3-d1d3603c78fb} <Debug> executeQuery: Read 1023 rows, 69.79 KiB in 0.002383 sec., 429290.80990348296 rows/sec., 28.60 MiB/sec. | ||
| 18035 | 2025.02.28 06:57:51.868605 [ 4 ] {e6bde439-d0c4-4a9f-b7d3-d1d3603c78fb} <Debug> TCPHandler: Processed in 0.002653092 sec. | ||
| 18036 | 2025.02.28 06:57:51.868743 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18037 | 2025.02.28 06:57:51.868876 [ 255 ] {e4e23eb1-ded6-41ce-bda2-cee6ef512c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18038 | 2025.02.28 06:57:51.868937 [ 255 ] {e4e23eb1-ded6-41ce-bda2-cee6ef512c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18039 | 2025.02.28 06:57:51.869501 [ 255 ] {e4e23eb1-ded6-41ce-bda2-cee6ef512c7a} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18040 | 2025.02.28 06:57:51.869544 [ 255 ] {e4e23eb1-ded6-41ce-bda2-cee6ef512c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 18041 | 2025.02.28 06:57:51.869977 [ 255 ] {e4e23eb1-ded6-41ce-bda2-cee6ef512c7a} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 18042 | 2025.02.28 06:57:51.870219 [ 255 ] {e4e23eb1-ded6-41ce-bda2-cee6ef512c7a} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18043 | 2025.02.28 06:57:51.870399 [ 255 ] {e4e23eb1-ded6-41ce-bda2-cee6ef512c7a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001556 sec., 642.6735218508998 rows/sec., 43.31 KiB/sec. | ||
| 18044 | 2025.02.28 06:57:51.870450 [ 255 ] {e4e23eb1-ded6-41ce-bda2-cee6ef512c7a} <Debug> TCPHandler: Processed in 0.001764051 sec. | ||
| 18045 | 2025.02.28 06:57:51.870603 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18046 | 2025.02.28 06:57:51.870720 [ 4 ] {1bb23d70-0658-4632-b81b-7ac11f6a940c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18047 | 2025.02.28 06:57:51.870800 [ 4 ] {1bb23d70-0658-4632-b81b-7ac11f6a940c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18048 | 2025.02.28 06:57:51.872346 [ 4 ] {1bb23d70-0658-4632-b81b-7ac11f6a940c} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18049 | 2025.02.28 06:57:51.872385 [ 4 ] {1bb23d70-0658-4632-b81b-7ac11f6a940c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 18050 | 2025.02.28 06:57:51.873151 [ 4 ] {1bb23d70-0658-4632-b81b-7ac11f6a940c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 18051 | 2025.02.28 06:57:51.873410 [ 4 ] {1bb23d70-0658-4632-b81b-7ac11f6a940c} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18052 | 2025.02.28 06:57:51.873646 [ 4 ] {1bb23d70-0658-4632-b81b-7ac11f6a940c} <Debug> executeQuery: Read 56 rows, 102.76 KiB in 0.00295 sec., 18983.050847457627 rows/sec., 34.02 MiB/sec. | ||
| 18053 | 2025.02.28 06:57:51.873737 [ 4 ] {1bb23d70-0658-4632-b81b-7ac11f6a940c} <Debug> TCPHandler: Processed in 0.003189438 sec. | ||
| 18054 | 2025.02.28 06:57:51.873911 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18055 | 2025.02.28 06:57:51.874082 [ 255 ] {5f3bee0f-ba11-4d9d-85b8-9bb0beb04be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18056 | 2025.02.28 06:57:51.874154 [ 255 ] {5f3bee0f-ba11-4d9d-85b8-9bb0beb04be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18057 | 2025.02.28 06:57:51.874842 [ 255 ] {5f3bee0f-ba11-4d9d-85b8-9bb0beb04be3} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18058 | 2025.02.28 06:57:51.874879 [ 255 ] {5f3bee0f-ba11-4d9d-85b8-9bb0beb04be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 18059 | 2025.02.28 06:57:51.875261 [ 255 ] {5f3bee0f-ba11-4d9d-85b8-9bb0beb04be3} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 18060 | 2025.02.28 06:57:51.875499 [ 255 ] {5f3bee0f-ba11-4d9d-85b8-9bb0beb04be3} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18061 | 2025.02.28 06:57:51.875644 [ 77 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 18062 | 2025.02.28 06:57:51.875682 [ 77 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18063 | 2025.02.28 06:57:51.875684 [ 255 ] {5f3bee0f-ba11-4d9d-85b8-9bb0beb04be3} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.00164 sec., 35365.85365853659 rows/sec., 2.19 MiB/sec. | ||
| 18064 | 2025.02.28 06:57:51.875706 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 18065 | 2025.02.28 06:57:51.875812 [ 255 ] {5f3bee0f-ba11-4d9d-85b8-9bb0beb04be3} <Debug> TCPHandler: Processed in 0.001980734 sec. | ||
| 18066 | 2025.02.28 06:57:51.876029 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 18067 | 2025.02.28 06:57:51.876252 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18068 | 2025.02.28 06:57:51.876313 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_156_31, total 9456 rows starting from the beginning of the part | ||
| 18069 | 2025.02.28 06:57:51.876600 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 82 rows starting from the beginning of the part | ||
| 18070 | 2025.02.28 06:57:51.877010 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 60 rows starting from the beginning of the part | ||
| 18071 | 2025.02.28 06:57:51.877425 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 18072 | 2025.02.28 06:57:51.877814 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::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 | ||
| 18073 | 2025.02.28 06:57:51.877986 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 58 rows starting from the beginning of the part | ||
| 18074 | 2025.02.28 06:57:51.880756 [ 190 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9798 rows, containing 4 columns (4 merged, 0 gathered) in 0.004945459 sec., 1981211.4507470387 rows/sec., 129.08 MiB/sec. | ||
| 18075 | 2025.02.28 06:57:51.880974 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 18076 | 2025.02.28 06:57:51.881311 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_161_32} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18077 | 2025.02.28 06:57:51.881401 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_161_32} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 18078 | 2025.02.28 06:57:51.881483 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. | ||
| 18079 | 2025.02.28 06:57:52.167873 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 709 | ||
| 18080 | 2025.02.28 06:57:52.191939 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18081 | 2025.02.28 06:57:52.191989 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 18082 | 2025.02.28 06:57:52.199714 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 18083 | 2025.02.28 06:57:52.200568 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18084 | 2025.02.28 06:57:52.204245 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 709 | ||
| 18085 | 2025.02.28 06:57:54.138567 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 2492 | ||
| 18086 | 2025.02.28 06:57:54.142326 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18087 | 2025.02.28 06:57:54.142389 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 18088 | 2025.02.28 06:57:54.143975 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18089 | 2025.02.28 06:57:54.144299 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18090 | 2025.02.28 06:57:54.145423 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2492 | ||
| 18091 | 2025.02.28 06:57:54.393458 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18092 | 2025.02.28 06:57:54.393649 [ 4 ] {265e39cc-740a-4e93-8c15-a7c1c23734b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18093 | 2025.02.28 06:57:54.393724 [ 4 ] {265e39cc-740a-4e93-8c15-a7c1c23734b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18094 | 2025.02.28 06:57:54.394530 [ 4 ] {265e39cc-740a-4e93-8c15-a7c1c23734b2} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18095 | 2025.02.28 06:57:54.394583 [ 4 ] {265e39cc-740a-4e93-8c15-a7c1c23734b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 18096 | 2025.02.28 06:57:54.395021 [ 4 ] {265e39cc-740a-4e93-8c15-a7c1c23734b2} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 18097 | 2025.02.28 06:57:54.395280 [ 4 ] {265e39cc-740a-4e93-8c15-a7c1c23734b2} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18098 | 2025.02.28 06:57:54.395511 [ 4 ] {265e39cc-740a-4e93-8c15-a7c1c23734b2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001912 sec., 29288.70292887029 rows/sec., 2.25 MiB/sec. | ||
| 18099 | 2025.02.28 06:57:54.395579 [ 4 ] {265e39cc-740a-4e93-8c15-a7c1c23734b2} <Debug> TCPHandler: Processed in 0.002252476 sec. | ||
| 18100 | 2025.02.28 06:57:54.395857 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18101 | 2025.02.28 06:57:54.396056 [ 255 ] {aaefd74c-2225-4db4-a0e0-81bc59b0c402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18102 | 2025.02.28 06:57:54.396133 [ 255 ] {aaefd74c-2225-4db4-a0e0-81bc59b0c402} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18103 | 2025.02.28 06:57:54.396938 [ 255 ] {aaefd74c-2225-4db4-a0e0-81bc59b0c402} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18104 | 2025.02.28 06:57:54.396992 [ 255 ] {aaefd74c-2225-4db4-a0e0-81bc59b0c402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 18105 | 2025.02.28 06:57:54.397496 [ 255 ] {aaefd74c-2225-4db4-a0e0-81bc59b0c402} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 18106 | 2025.02.28 06:57:54.397756 [ 255 ] {aaefd74c-2225-4db4-a0e0-81bc59b0c402} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18107 | 2025.02.28 06:57:54.397985 [ 255 ] {aaefd74c-2225-4db4-a0e0-81bc59b0c402} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001985 sec., 32241.813602015118 rows/sec., 2.52 MiB/sec. | ||
| 18108 | 2025.02.28 06:57:54.398046 [ 255 ] {aaefd74c-2225-4db4-a0e0-81bc59b0c402} <Debug> TCPHandler: Processed in 0.002323848 sec. | ||
| 18109 | 2025.02.28 06:57:54.398202 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18110 | 2025.02.28 06:57:54.398337 [ 4 ] {09b6e29c-0aee-4ffd-8285-1e9ee9780980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18111 | 2025.02.28 06:57:54.398398 [ 4 ] {09b6e29c-0aee-4ffd-8285-1e9ee9780980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18112 | 2025.02.28 06:57:54.398961 [ 4 ] {09b6e29c-0aee-4ffd-8285-1e9ee9780980} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18113 | 2025.02.28 06:57:54.399002 [ 4 ] {09b6e29c-0aee-4ffd-8285-1e9ee9780980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 18114 | 2025.02.28 06:57:54.399501 [ 4 ] {09b6e29c-0aee-4ffd-8285-1e9ee9780980} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 18115 | 2025.02.28 06:57:54.399776 [ 4 ] {09b6e29c-0aee-4ffd-8285-1e9ee9780980} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18116 | 2025.02.28 06:57:54.399969 [ 185 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 5 parts from all_1_157_32 to all_161_161_0 | ||
| 18117 | 2025.02.28 06:57:54.399988 [ 4 ] {09b6e29c-0aee-4ffd-8285-1e9ee9780980} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001684 sec., 38004.75059382423 rows/sec., 2.65 MiB/sec. | ||
| 18118 | 2025.02.28 06:57:54.400019 [ 185 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18119 | 2025.02.28 06:57:54.400084 [ 185 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 18120 | 2025.02.28 06:57:54.400109 [ 4 ] {09b6e29c-0aee-4ffd-8285-1e9ee9780980} <Debug> TCPHandler: Processed in 0.001969504 sec. | ||
| 18121 | 2025.02.28 06:57:54.400349 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_161_33} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_157_32 to all_161_161_0 into Compact with storage Full | ||
| 18122 | 2025.02.28 06:57:54.400376 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18123 | 2025.02.28 06:57:54.400791 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_161_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18124 | 2025.02.28 06:57:54.400841 [ 255 ] {9a335264-bb3b-42ff-b6de-9ad617f762b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18125 | 2025.02.28 06:57:54.400904 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_157_32, total 46727 rows starting from the beginning of the part | ||
| 18126 | 2025.02.28 06:57:54.401116 [ 255 ] {9a335264-bb3b-42ff-b6de-9ad617f762b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18127 | 2025.02.28 06:57:54.401513 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 160 rows starting from the beginning of the part | ||
| 18128 | 2025.02.28 06:57:54.402168 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 240 rows starting from the beginning of the part | ||
| 18129 | 2025.02.28 06:57:54.402803 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 160 rows starting from the beginning of the part | ||
| 18130 | 2025.02.28 06:57:54.403284 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 1023 rows starting from the beginning of the part | ||
| 18131 | 2025.02.28 06:57:54.404977 [ 255 ] {9a335264-bb3b-42ff-b6de-9ad617f762b0} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18132 | 2025.02.28 06:57:54.405022 [ 255 ] {9a335264-bb3b-42ff-b6de-9ad617f762b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.51 GiB. | ||
| 18133 | 2025.02.28 06:57:54.405622 [ 255 ] {9a335264-bb3b-42ff-b6de-9ad617f762b0} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 18134 | 2025.02.28 06:57:54.405905 [ 255 ] {9a335264-bb3b-42ff-b6de-9ad617f762b0} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18135 | 2025.02.28 06:57:54.406083 [ 255 ] {9a335264-bb3b-42ff-b6de-9ad617f762b0} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.005453 sec., 4401.247019988997 rows/sec., 303.73 KiB/sec. | ||
| 18136 | 2025.02.28 06:57:54.406139 [ 255 ] {9a335264-bb3b-42ff-b6de-9ad617f762b0} <Debug> TCPHandler: Processed in 0.005927821 sec. | ||
| 18137 | 2025.02.28 06:57:54.416453 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_161_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48310 rows, containing 5 columns (5 merged, 0 gathered) in 0.016256814 sec., 2971676.9841864463 rows/sec., 200.62 MiB/sec. | ||
| 18138 | 2025.02.28 06:57:54.417184 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_161_33} <Trace> MergedBlockOutputStream: filled checksums all_1_161_33 (state Temporary) | ||
| 18139 | 2025.02.28 06:57:54.417607 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_161_33} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_161_33 to all_1_161_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18140 | 2025.02.28 06:57:54.417707 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_161_33} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 5 parts: [all_1_157_32, all_161_161_0] -> all_1_161_33 | ||
| 18141 | 2025.02.28 06:57:54.417822 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. | ||
| 18142 | 2025.02.28 06:57:56.212572 [ 221 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 18143 | 2025.02.28 06:57:56.212649 [ 221 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 18144 | 2025.02.28 06:57:56.214858 [ 221 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 18145 | 2025.02.28 06:57:56.382255 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43554 | ||
| 18146 | 2025.02.28 06:57:56.382934 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18147 | 2025.02.28 06:57:56.382982 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18148 | 2025.02.28 06:57:56.383495 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 18149 | 2025.02.28 06:57:56.383750 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18150 | 2025.02.28 06:57:56.383985 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43554 | ||
| 18151 | 2025.02.28 06:57:57.530876 [ 219 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 18152 | 2025.02.28 06:57:57.530925 [ 219 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 18153 | 2025.02.28 06:57:57.533425 [ 219 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 18154 | 2025.02.28 06:57:59.274399 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 18155 | 2025.02.28 06:57:59.274481 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 18156 | 2025.02.28 06:57:59.277144 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): 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] | ||
| 18157 | 2025.02.28 06:57:59.398821 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18158 | 2025.02.28 06:57:59.398995 [ 4 ] {57879040-eda8-4169-807a-c44a08070dee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18159 | 2025.02.28 06:57:59.399064 [ 4 ] {57879040-eda8-4169-807a-c44a08070dee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18160 | 2025.02.28 06:57:59.399841 [ 4 ] {57879040-eda8-4169-807a-c44a08070dee} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18161 | 2025.02.28 06:57:59.399885 [ 4 ] {57879040-eda8-4169-807a-c44a08070dee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18162 | 2025.02.28 06:57:59.400319 [ 4 ] {57879040-eda8-4169-807a-c44a08070dee} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 18163 | 2025.02.28 06:57:59.400576 [ 4 ] {57879040-eda8-4169-807a-c44a08070dee} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18164 | 2025.02.28 06:57:59.400814 [ 4 ] {57879040-eda8-4169-807a-c44a08070dee} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001871 sec., 29930.51843933725 rows/sec., 2.30 MiB/sec. | ||
| 18165 | 2025.02.28 06:57:59.400877 [ 4 ] {57879040-eda8-4169-807a-c44a08070dee} <Debug> TCPHandler: Processed in 0.002181176 sec. | ||
| 18166 | 2025.02.28 06:57:59.401138 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18167 | 2025.02.28 06:57:59.401346 [ 255 ] {975e3b96-587c-4497-bbe5-b606da482e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18168 | 2025.02.28 06:57:59.401427 [ 255 ] {975e3b96-587c-4497-bbe5-b606da482e54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18169 | 2025.02.28 06:57:59.402252 [ 255 ] {975e3b96-587c-4497-bbe5-b606da482e54} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18170 | 2025.02.28 06:57:59.402291 [ 255 ] {975e3b96-587c-4497-bbe5-b606da482e54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18171 | 2025.02.28 06:57:59.402719 [ 255 ] {975e3b96-587c-4497-bbe5-b606da482e54} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 18172 | 2025.02.28 06:57:59.402976 [ 255 ] {975e3b96-587c-4497-bbe5-b606da482e54} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18173 | 2025.02.28 06:57:59.403184 [ 255 ] {975e3b96-587c-4497-bbe5-b606da482e54} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00189 sec., 33862.43386243386 rows/sec., 2.64 MiB/sec. | ||
| 18174 | 2025.02.28 06:57:59.403252 [ 255 ] {975e3b96-587c-4497-bbe5-b606da482e54} <Debug> TCPHandler: Processed in 0.002246916 sec. | ||
| 18175 | 2025.02.28 06:57:59.403264 [ 224 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 18176 | 2025.02.28 06:57:59.403330 [ 224 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 18177 | 2025.02.28 06:57:59.403442 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18178 | 2025.02.28 06:57:59.403604 [ 4 ] {39ebd39e-0990-4ed6-b1d6-eb2b653853b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18179 | 2025.02.28 06:57:59.403678 [ 4 ] {39ebd39e-0990-4ed6-b1d6-eb2b653853b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18180 | 2025.02.28 06:57:59.404624 [ 4 ] {39ebd39e-0990-4ed6-b1d6-eb2b653853b3} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18181 | 2025.02.28 06:57:59.404668 [ 4 ] {39ebd39e-0990-4ed6-b1d6-eb2b653853b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18182 | 2025.02.28 06:57:59.405161 [ 4 ] {39ebd39e-0990-4ed6-b1d6-eb2b653853b3} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 18183 | 2025.02.28 06:57:59.405491 [ 4 ] {39ebd39e-0990-4ed6-b1d6-eb2b653853b3} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18184 | 2025.02.28 06:57:59.405801 [ 4 ] {39ebd39e-0990-4ed6-b1d6-eb2b653853b3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002234 sec., 71620.41181736796 rows/sec., 4.99 MiB/sec. | ||
| 18185 | 2025.02.28 06:57:59.405862 [ 4 ] {39ebd39e-0990-4ed6-b1d6-eb2b653853b3} <Debug> TCPHandler: Processed in 0.002510361 sec. | ||
| 18186 | 2025.02.28 06:57:59.406035 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18187 | 2025.02.28 06:57:59.406211 [ 224 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): 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] | ||
| 18188 | 2025.02.28 06:57:59.406225 [ 255 ] {540eb327-26f7-4b74-9de8-1bf9c06c5e08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18189 | 2025.02.28 06:57:59.406410 [ 255 ] {540eb327-26f7-4b74-9de8-1bf9c06c5e08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18190 | 2025.02.28 06:57:59.407715 [ 255 ] {540eb327-26f7-4b74-9de8-1bf9c06c5e08} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18191 | 2025.02.28 06:57:59.407752 [ 255 ] {540eb327-26f7-4b74-9de8-1bf9c06c5e08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18192 | 2025.02.28 06:57:59.408124 [ 255 ] {540eb327-26f7-4b74-9de8-1bf9c06c5e08} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 18193 | 2025.02.28 06:57:59.408359 [ 255 ] {540eb327-26f7-4b74-9de8-1bf9c06c5e08} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18194 | 2025.02.28 06:57:59.408554 [ 255 ] {540eb327-26f7-4b74-9de8-1bf9c06c5e08} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00238 sec., 25210.084033613442 rows/sec., 1.70 MiB/sec. | ||
| 18195 | 2025.02.28 06:57:59.408609 [ 255 ] {540eb327-26f7-4b74-9de8-1bf9c06c5e08} <Debug> TCPHandler: Processed in 0.002652581 sec. | ||
| 18196 | 2025.02.28 06:57:59.408642 [ 218 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 18197 | 2025.02.28 06:57:59.408714 [ 218 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 18198 | 2025.02.28 06:57:59.410743 [ 218 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): 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] | ||
| 18199 | 2025.02.28 06:57:59.704419 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 717 | ||
| 18200 | 2025.02.28 06:57:59.728172 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18201 | 2025.02.28 06:57:59.728238 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18202 | 2025.02.28 06:57:59.735969 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 18203 | 2025.02.28 06:57:59.736833 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18204 | 2025.02.28 06:57:59.740136 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 717 | ||
| 18205 | 2025.02.28 06:58:00.357043 [ 222 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 18206 | 2025.02.28 06:58:00.357119 [ 222 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 18207 | 2025.02.28 06:58:00.359276 [ 222 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): 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] | ||
| 18208 | 2025.02.28 06:58:02.263132 [ 56 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Selected 5 parts from all_1_65_14 to all_69_69_0 | ||
| 18209 | 2025.02.28 06:58:02.263251 [ 56 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18210 | 2025.02.28 06:58:02.263276 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18211 | 2025.02.28 06:58:02.263473 [ 194 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_69_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_14 to all_69_69_0 into Compact with storage Full | ||
| 18212 | 2025.02.28 06:58:02.263850 [ 194 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_69_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18213 | 2025.02.28 06:58:02.263898 [ 194 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_14, total 163 rows starting from the beginning of the part | ||
| 18214 | 2025.02.28 06:58:02.264012 [ 194 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 161 rows starting from the beginning of the part | ||
| 18215 | 2025.02.28 06:58:02.264121 [ 194 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 156 rows starting from the beginning of the part | ||
| 18216 | 2025.02.28 06:58:02.264385 [ 194 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 163 rows starting from the beginning of the part | ||
| 18217 | 2025.02.28 06:58:02.264535 [ 194 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 167 rows starting from the beginning of the part | ||
| 18218 | 2025.02.28 06:58:02.265817 [ 195 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_69_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 810 rows, containing 5 columns (5 merged, 0 gathered) in 0.002458629 sec., 329451.90185261786 rows/sec., 22.19 MiB/sec. | ||
| 18219 | 2025.02.28 06:58:02.266004 [ 186 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_69_15} <Trace> MergedBlockOutputStream: filled checksums all_1_69_15 (state Temporary) | ||
| 18220 | 2025.02.28 06:58:02.266316 [ 186 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_69_15} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_merge_all_1_69_15 to all_1_69_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18221 | 2025.02.28 06:58:02.266398 [ 186 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_69_15} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Merged 5 parts: [all_1_65_14, all_69_69_0] -> all_1_69_15 | ||
| 18222 | 2025.02.28 06:58:02.266477 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 18223 | 2025.02.28 06:58:02.528323 [ 56 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Selected 5 parts from all_1_65_14 to all_69_69_0 | ||
| 18224 | 2025.02.28 06:58:02.528409 [ 56 ] {} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18225 | 2025.02.28 06:58:02.528452 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18226 | 2025.02.28 06:58:02.528676 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_69_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_14 to all_69_69_0 into Compact with storage Full | ||
| 18227 | 2025.02.28 06:58:02.529175 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_69_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18228 | 2025.02.28 06:58:02.529292 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_14, total 341 rows starting from the beginning of the part | ||
| 18229 | 2025.02.28 06:58:02.529531 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 341 rows starting from the beginning of the part | ||
| 18230 | 2025.02.28 06:58:02.529712 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 113 rows starting from the beginning of the part | ||
| 18231 | 2025.02.28 06:58:02.529936 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 113 rows starting from the beginning of the part | ||
| 18232 | 2025.02.28 06:58:02.530177 [ 201 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 341 rows starting from the beginning of the part | ||
| 18233 | 2025.02.28 06:58:02.531549 [ 195 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_69_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1249 rows, containing 5 columns (5 merged, 0 gathered) in 0.002999206 sec., 416443.55206011195 rows/sec., 29.23 MiB/sec. | ||
| 18234 | 2025.02.28 06:58:02.531742 [ 189 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_69_15} <Trace> MergedBlockOutputStream: filled checksums all_1_69_15 (state Temporary) | ||
| 18235 | 2025.02.28 06:58:02.532070 [ 189 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_69_15} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_merge_all_1_69_15 to all_1_69_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18236 | 2025.02.28 06:58:02.532167 [ 189 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_69_15} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Merged 5 parts: [all_1_65_14, all_69_69_0] -> all_1_69_15 | ||
| 18237 | 2025.02.28 06:58:02.532253 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 18238 | 2025.02.28 06:58:03.628102 [ 154 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18239 | 2025.02.28 06:58:03.628155 [ 154 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18240 | 2025.02.28 06:58:03.884221 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43981 | ||
| 18241 | 2025.02.28 06:58:03.884949 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18242 | 2025.02.28 06:58:03.885001 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18243 | 2025.02.28 06:58:03.885575 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 18244 | 2025.02.28 06:58:03.885835 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18245 | 2025.02.28 06:58:03.886059 [ 154 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 18246 | 2025.02.28 06:58:03.886103 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43981 | ||
| 18247 | 2025.02.28 06:58:03.886147 [ 154 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18248 | 2025.02.28 06:58:03.886180 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18249 | 2025.02.28 06:58:03.886310 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 18250 | 2025.02.28 06:58:03.886456 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18251 | 2025.02.28 06:58:03.886505 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 18252 | 2025.02.28 06:58:03.886592 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 18253 | 2025.02.28 06:58:03.886843 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 18254 | 2025.02.28 06:58:03.887180 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 18255 | 2025.02.28 06:58:03.887428 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 18256 | 2025.02.28 06:58:03.887650 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 18257 | 2025.02.28 06:58:03.891018 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43981 rows, containing 4 columns (4 merged, 0 gathered) in 0.004765007 sec., 9229996.933897475 rows/sec., 132.04 MiB/sec. | ||
| 18258 | 2025.02.28 06:58:03.891314 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 18259 | 2025.02.28 06:58:03.891603 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_96_19} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18260 | 2025.02.28 06:58:03.891684 [ 186 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_96_19} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 18261 | 2025.02.28 06:58:03.891778 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 18262 | 2025.02.28 06:58:04.005036 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.004549975 sec. | ||
| 18263 | 2025.02.28 06:58:04.145857 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2508 | ||
| 18264 | 2025.02.28 06:58:04.148573 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18265 | 2025.02.28 06:58:04.148617 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18266 | 2025.02.28 06:58:04.150084 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18267 | 2025.02.28 06:58:04.150400 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18268 | 2025.02.28 06:58:04.150550 [ 154 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 18269 | 2025.02.28 06:58:04.150604 [ 154 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18270 | 2025.02.28 06:58:04.150647 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18271 | 2025.02.28 06:58:04.151038 [ 193 ] {885f53be-7430-4b34-b89a-ac37c386aff3::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 | ||
| 18272 | 2025.02.28 06:58:04.151848 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2508 | ||
| 18273 | 2025.02.28 06:58:04.152273 [ 193 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18274 | 2025.02.28 06:58:04.152443 [ 193 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2328 rows starting from the beginning of the part | ||
| 18275 | 2025.02.28 06:58:04.152965 [ 193 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 54 rows starting from the beginning of the part | ||
| 18276 | 2025.02.28 06:58:04.153445 [ 193 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 16 rows starting from the beginning of the part | ||
| 18277 | 2025.02.28 06:58:04.153953 [ 193 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 32 rows starting from the beginning of the part | ||
| 18278 | 2025.02.28 06:58:04.154480 [ 193 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 62 rows starting from the beginning of the part | ||
| 18279 | 2025.02.28 06:58:04.154942 [ 193 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 16 rows starting from the beginning of the part | ||
| 18280 | 2025.02.28 06:58:04.164773 [ 186 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2508 rows, containing 72 columns (72 merged, 0 gathered) in 0.014008617 sec., 179032.66253906436 rows/sec., 133.96 MiB/sec. | ||
| 18281 | 2025.02.28 06:58:04.167189 [ 195 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 18282 | 2025.02.28 06:58:04.168118 [ 195 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_71_14} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18283 | 2025.02.28 06:58:04.168222 [ 195 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_71_14} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 18284 | 2025.02.28 06:58:04.168638 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 18285 | 2025.02.28 06:58:04.246579 [ 153 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Selected 5 parts from all_1_65_13 to all_69_69_0 | ||
| 18286 | 2025.02.28 06:58:04.246665 [ 153 ] {} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18287 | 2025.02.28 06:58:04.246704 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18288 | 2025.02.28 06:58:04.246854 [ 197 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_69_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_13 to all_69_69_0 into Compact with storage Full | ||
| 18289 | 2025.02.28 06:58:04.247223 [ 197 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_69_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18290 | 2025.02.28 06:58:04.247322 [ 197 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 390 rows starting from the beginning of the part | ||
| 18291 | 2025.02.28 06:58:04.247663 [ 197 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 6 rows starting from the beginning of the part | ||
| 18292 | 2025.02.28 06:58:04.247873 [ 197 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 6 rows starting from the beginning of the part | ||
| 18293 | 2025.02.28 06:58:04.248097 [ 197 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 6 rows starting from the beginning of the part | ||
| 18294 | 2025.02.28 06:58:04.248299 [ 197 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_69_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 6 rows starting from the beginning of the part | ||
| 18295 | 2025.02.28 06:58:04.249415 [ 186 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_69_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 414 rows, containing 4 columns (4 merged, 0 gathered) in 0.002655552 sec., 155899.79032607912 rows/sec., 7.95 MiB/sec. | ||
| 18296 | 2025.02.28 06:58:04.249588 [ 191 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_69_14} <Trace> MergedBlockOutputStream: filled checksums all_1_69_14 (state Temporary) | ||
| 18297 | 2025.02.28 06:58:04.249894 [ 191 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_69_14} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_merge_all_1_69_14 to all_1_69_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18298 | 2025.02.28 06:58:04.249978 [ 191 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_69_14} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Merged 5 parts: [all_1_65_13, all_69_69_0] -> all_1_69_14 | ||
| 18299 | 2025.02.28 06:58:04.250063 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 18300 | 2025.02.28 06:58:04.408838 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18301 | 2025.02.28 06:58:04.409032 [ 4 ] {4a57ea50-8527-4098-ac9e-66eeba44e42e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18302 | 2025.02.28 06:58:04.409109 [ 4 ] {4a57ea50-8527-4098-ac9e-66eeba44e42e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18303 | 2025.02.28 06:58:04.409968 [ 4 ] {4a57ea50-8527-4098-ac9e-66eeba44e42e} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18304 | 2025.02.28 06:58:04.410018 [ 4 ] {4a57ea50-8527-4098-ac9e-66eeba44e42e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18305 | 2025.02.28 06:58:04.410514 [ 4 ] {4a57ea50-8527-4098-ac9e-66eeba44e42e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18306 | 2025.02.28 06:58:04.410788 [ 4 ] {4a57ea50-8527-4098-ac9e-66eeba44e42e} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18307 | 2025.02.28 06:58:04.411017 [ 4 ] {4a57ea50-8527-4098-ac9e-66eeba44e42e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002039 sec., 103972.53555664541 rows/sec., 6.61 MiB/sec. | ||
| 18308 | 2025.02.28 06:58:04.411073 [ 4 ] {4a57ea50-8527-4098-ac9e-66eeba44e42e} <Debug> TCPHandler: Processed in 0.002369299 sec. | ||
| 18309 | 2025.02.28 06:58:04.411310 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18310 | 2025.02.28 06:58:04.411486 [ 255 ] {9fac7e01-0093-4f17-8a0d-25e3a5d4fb8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 18311 | 2025.02.28 06:58:04.411557 [ 255 ] {9fac7e01-0093-4f17-8a0d-25e3a5d4fb8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18312 | 2025.02.28 06:58:04.412263 [ 255 ] {9fac7e01-0093-4f17-8a0d-25e3a5d4fb8a} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18313 | 2025.02.28 06:58:04.412303 [ 255 ] {9fac7e01-0093-4f17-8a0d-25e3a5d4fb8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18314 | 2025.02.28 06:58:04.412719 [ 255 ] {9fac7e01-0093-4f17-8a0d-25e3a5d4fb8a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 18315 | 2025.02.28 06:58:04.412970 [ 255 ] {9fac7e01-0093-4f17-8a0d-25e3a5d4fb8a} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18316 | 2025.02.28 06:58:04.413165 [ 255 ] {9fac7e01-0093-4f17-8a0d-25e3a5d4fb8a} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.001728 sec., 1736.111111111111 rows/sec., 128.85 KiB/sec. | ||
| 18317 | 2025.02.28 06:58:04.413230 [ 255 ] {9fac7e01-0093-4f17-8a0d-25e3a5d4fb8a} <Debug> TCPHandler: Processed in 0.002049095 sec. | ||
| 18318 | 2025.02.28 06:58:04.413383 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18319 | 2025.02.28 06:58:04.413501 [ 4 ] {a7bc79fb-9e3d-4c38-896c-90a56af3af57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18320 | 2025.02.28 06:58:04.413550 [ 4 ] {a7bc79fb-9e3d-4c38-896c-90a56af3af57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18321 | 2025.02.28 06:58:04.414405 [ 4 ] {a7bc79fb-9e3d-4c38-896c-90a56af3af57} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18322 | 2025.02.28 06:58:04.414444 [ 4 ] {a7bc79fb-9e3d-4c38-896c-90a56af3af57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18323 | 2025.02.28 06:58:04.414887 [ 4 ] {a7bc79fb-9e3d-4c38-896c-90a56af3af57} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 18324 | 2025.02.28 06:58:04.415166 [ 4 ] {a7bc79fb-9e3d-4c38-896c-90a56af3af57} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18325 | 2025.02.28 06:58:04.415380 [ 4 ] {a7bc79fb-9e3d-4c38-896c-90a56af3af57} <Debug> executeQuery: Read 739 rows, 60.81 KiB in 0.001904 sec., 388130.2521008403 rows/sec., 31.19 MiB/sec. | ||
| 18326 | 2025.02.28 06:58:04.415433 [ 4 ] {a7bc79fb-9e3d-4c38-896c-90a56af3af57} <Debug> TCPHandler: Processed in 0.002107405 sec. | ||
| 18327 | 2025.02.28 06:58:04.415586 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18328 | 2025.02.28 06:58:04.415707 [ 255 ] {c9898554-16de-4cbc-95df-d662ed46713b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18329 | 2025.02.28 06:58:04.415756 [ 255 ] {c9898554-16de-4cbc-95df-d662ed46713b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18330 | 2025.02.28 06:58:04.416408 [ 255 ] {c9898554-16de-4cbc-95df-d662ed46713b} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18331 | 2025.02.28 06:58:04.416445 [ 255 ] {c9898554-16de-4cbc-95df-d662ed46713b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18332 | 2025.02.28 06:58:04.416835 [ 255 ] {c9898554-16de-4cbc-95df-d662ed46713b} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18333 | 2025.02.28 06:58:04.417081 [ 255 ] {c9898554-16de-4cbc-95df-d662ed46713b} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18334 | 2025.02.28 06:58:04.417249 [ 255 ] {c9898554-16de-4cbc-95df-d662ed46713b} <Debug> executeQuery: Read 167 rows, 10.93 KiB in 0.001618 sec., 103213.84425216317 rows/sec., 6.60 MiB/sec. | ||
| 18335 | 2025.02.28 06:58:04.417300 [ 255 ] {c9898554-16de-4cbc-95df-d662ed46713b} <Debug> TCPHandler: Processed in 0.001823872 sec. | ||
| 18336 | 2025.02.28 06:58:04.417497 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18337 | 2025.02.28 06:58:04.417617 [ 4 ] {224daabf-40b0-43d1-bff9-a2517e068766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18338 | 2025.02.28 06:58:04.417666 [ 4 ] {224daabf-40b0-43d1-bff9-a2517e068766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18339 | 2025.02.28 06:58:04.418317 [ 4 ] {224daabf-40b0-43d1-bff9-a2517e068766} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18340 | 2025.02.28 06:58:04.418357 [ 4 ] {224daabf-40b0-43d1-bff9-a2517e068766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18341 | 2025.02.28 06:58:04.418730 [ 4 ] {224daabf-40b0-43d1-bff9-a2517e068766} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18342 | 2025.02.28 06:58:04.419003 [ 4 ] {224daabf-40b0-43d1-bff9-a2517e068766} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18343 | 2025.02.28 06:58:04.419226 [ 4 ] {224daabf-40b0-43d1-bff9-a2517e068766} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001627 sec., 69452.98094652736 rows/sec., 4.50 MiB/sec. | ||
| 18344 | 2025.02.28 06:58:04.419338 [ 4 ] {224daabf-40b0-43d1-bff9-a2517e068766} <Debug> TCPHandler: Processed in 0.001897023 sec. | ||
| 18345 | 2025.02.28 06:58:04.419582 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18346 | 2025.02.28 06:58:04.419778 [ 255 ] {14ff1740-22fd-4b71-8308-04707d1c51cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18347 | 2025.02.28 06:58:04.419836 [ 255 ] {14ff1740-22fd-4b71-8308-04707d1c51cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18348 | 2025.02.28 06:58:04.420525 [ 255 ] {14ff1740-22fd-4b71-8308-04707d1c51cd} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18349 | 2025.02.28 06:58:04.420564 [ 255 ] {14ff1740-22fd-4b71-8308-04707d1c51cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18350 | 2025.02.28 06:58:04.420927 [ 255 ] {14ff1740-22fd-4b71-8308-04707d1c51cd} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18351 | 2025.02.28 06:58:04.421178 [ 255 ] {14ff1740-22fd-4b71-8308-04707d1c51cd} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18352 | 2025.02.28 06:58:04.421358 [ 255 ] {14ff1740-22fd-4b71-8308-04707d1c51cd} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00161 sec., 69565.21739130434 rows/sec., 3.96 MiB/sec. | ||
| 18353 | 2025.02.28 06:58:04.421415 [ 255 ] {14ff1740-22fd-4b71-8308-04707d1c51cd} <Debug> TCPHandler: Processed in 0.001974864 sec. | ||
| 18354 | 2025.02.28 06:58:04.421577 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18355 | 2025.02.28 06:58:04.421698 [ 4 ] {387ef5a1-5bc0-43ad-942a-a20bbb271fc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18356 | 2025.02.28 06:58:04.421747 [ 4 ] {387ef5a1-5bc0-43ad-942a-a20bbb271fc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18357 | 2025.02.28 06:58:04.422621 [ 4 ] {387ef5a1-5bc0-43ad-942a-a20bbb271fc8} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18358 | 2025.02.28 06:58:04.422661 [ 4 ] {387ef5a1-5bc0-43ad-942a-a20bbb271fc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18359 | 2025.02.28 06:58:04.423076 [ 4 ] {387ef5a1-5bc0-43ad-942a-a20bbb271fc8} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 18360 | 2025.02.28 06:58:04.423317 [ 4 ] {387ef5a1-5bc0-43ad-942a-a20bbb271fc8} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18361 | 2025.02.28 06:58:04.423514 [ 4 ] {387ef5a1-5bc0-43ad-942a-a20bbb271fc8} <Debug> executeQuery: Read 470 rows, 34.43 KiB in 0.001839 sec., 255573.681348559 rows/sec., 18.28 MiB/sec. | ||
| 18362 | 2025.02.28 06:58:04.423567 [ 4 ] {387ef5a1-5bc0-43ad-942a-a20bbb271fc8} <Debug> TCPHandler: Processed in 0.002048685 sec. | ||
| 18363 | 2025.02.28 06:58:04.423729 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18364 | 2025.02.28 06:58:04.423857 [ 255 ] {754aa7e9-5679-4fa3-ab84-b3583f0ab793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18365 | 2025.02.28 06:58:04.423910 [ 255 ] {754aa7e9-5679-4fa3-ab84-b3583f0ab793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18366 | 2025.02.28 06:58:04.424411 [ 255 ] {754aa7e9-5679-4fa3-ab84-b3583f0ab793} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18367 | 2025.02.28 06:58:04.424448 [ 255 ] {754aa7e9-5679-4fa3-ab84-b3583f0ab793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18368 | 2025.02.28 06:58:04.424822 [ 255 ] {754aa7e9-5679-4fa3-ab84-b3583f0ab793} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18369 | 2025.02.28 06:58:04.425058 [ 255 ] {754aa7e9-5679-4fa3-ab84-b3583f0ab793} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18370 | 2025.02.28 06:58:04.425234 [ 255 ] {754aa7e9-5679-4fa3-ab84-b3583f0ab793} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001405 sec., 4270.462633451957 rows/sec., 223.11 KiB/sec. | ||
| 18371 | 2025.02.28 06:58:04.425282 [ 255 ] {754aa7e9-5679-4fa3-ab84-b3583f0ab793} <Debug> TCPHandler: Processed in 0.001613089 sec. | ||
| 18372 | 2025.02.28 06:58:04.425430 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18373 | 2025.02.28 06:58:04.425550 [ 4 ] {e9ad756b-9622-4e6e-9410-cf00e1e7dc96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18374 | 2025.02.28 06:58:04.425602 [ 4 ] {e9ad756b-9622-4e6e-9410-cf00e1e7dc96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18375 | 2025.02.28 06:58:04.426185 [ 4 ] {e9ad756b-9622-4e6e-9410-cf00e1e7dc96} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18376 | 2025.02.28 06:58:04.426223 [ 4 ] {e9ad756b-9622-4e6e-9410-cf00e1e7dc96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18377 | 2025.02.28 06:58:04.426649 [ 4 ] {e9ad756b-9622-4e6e-9410-cf00e1e7dc96} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 18378 | 2025.02.28 06:58:04.426892 [ 4 ] {e9ad756b-9622-4e6e-9410-cf00e1e7dc96} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18379 | 2025.02.28 06:58:04.427104 [ 4 ] {e9ad756b-9622-4e6e-9410-cf00e1e7dc96} <Debug> executeQuery: Read 240 rows, 16.45 KiB in 0.001578 sec., 152091.2547528517 rows/sec., 10.18 MiB/sec. | ||
| 18380 | 2025.02.28 06:58:04.427167 [ 4 ] {e9ad756b-9622-4e6e-9410-cf00e1e7dc96} <Debug> TCPHandler: Processed in 0.001794232 sec. | ||
| 18381 | 2025.02.28 06:58:04.427329 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18382 | 2025.02.28 06:58:04.427461 [ 255 ] {b11ce025-913c-4ea2-840f-de722f40e91c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18383 | 2025.02.28 06:58:04.427520 [ 255 ] {b11ce025-913c-4ea2-840f-de722f40e91c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18384 | 2025.02.28 06:58:04.428022 [ 255 ] {b11ce025-913c-4ea2-840f-de722f40e91c} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18385 | 2025.02.28 06:58:04.428058 [ 255 ] {b11ce025-913c-4ea2-840f-de722f40e91c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18386 | 2025.02.28 06:58:04.428419 [ 255 ] {b11ce025-913c-4ea2-840f-de722f40e91c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18387 | 2025.02.28 06:58:04.428652 [ 255 ] {b11ce025-913c-4ea2-840f-de722f40e91c} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18388 | 2025.02.28 06:58:04.428839 [ 255 ] {b11ce025-913c-4ea2-840f-de722f40e91c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0014 sec., 714.2857142857143 rows/sec., 48.13 KiB/sec. | ||
| 18389 | 2025.02.28 06:58:04.428939 [ 255 ] {b11ce025-913c-4ea2-840f-de722f40e91c} <Debug> TCPHandler: Processed in 0.00167638 sec. | ||
| 18390 | 2025.02.28 06:58:04.429173 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18391 | 2025.02.28 06:58:04.429338 [ 4 ] {297cf72e-c6f9-4771-bc8a-94aba6bf5152} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18392 | 2025.02.28 06:58:04.429437 [ 4 ] {297cf72e-c6f9-4771-bc8a-94aba6bf5152} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.28 06:58:04.430719 [ 4 ] {297cf72e-c6f9-4771-bc8a-94aba6bf5152} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18394 | 2025.02.28 06:58:04.430758 [ 4 ] {297cf72e-c6f9-4771-bc8a-94aba6bf5152} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18395 | 2025.02.28 06:58:04.431481 [ 4 ] {297cf72e-c6f9-4771-bc8a-94aba6bf5152} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18396 | 2025.02.28 06:58:04.431770 [ 4 ] {297cf72e-c6f9-4771-bc8a-94aba6bf5152} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18397 | 2025.02.28 06:58:04.432015 [ 4 ] {297cf72e-c6f9-4771-bc8a-94aba6bf5152} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.002701 sec., 21473.52832284339 rows/sec., 38.48 MiB/sec. | ||
| 18398 | 2025.02.28 06:58:04.432113 [ 4 ] {297cf72e-c6f9-4771-bc8a-94aba6bf5152} <Debug> TCPHandler: Processed in 0.003061427 sec. | ||
| 18399 | 2025.02.28 06:58:04.432265 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18400 | 2025.02.28 06:58:04.432383 [ 255 ] {78e73c1d-9615-4805-a297-de377bce8253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 18401 | 2025.02.28 06:58:04.432432 [ 255 ] {78e73c1d-9615-4805-a297-de377bce8253} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 18402 | 2025.02.28 06:58:04.432943 [ 255 ] {78e73c1d-9615-4805-a297-de377bce8253} <Trace> oximeter.measurements_i64 (f68d7945-e596-4a1d-b8a7-0e6593bab0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18403 | 2025.02.28 06:58:04.432980 [ 255 ] {78e73c1d-9615-4805-a297-de377bce8253} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18404 | 2025.02.28 06:58:04.433344 [ 255 ] {78e73c1d-9615-4805-a297-de377bce8253} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 18405 | 2025.02.28 06:58:04.433589 [ 255 ] {78e73c1d-9615-4805-a297-de377bce8253} <Trace> oximeter.measurements_i64 (f68d7945-e596-4a1d-b8a7-0e6593bab0e1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18406 | 2025.02.28 06:58:04.433823 [ 255 ] {78e73c1d-9615-4805-a297-de377bce8253} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001458 sec., 6172.839506172839 rows/sec., 436.04 KiB/sec. | ||
| 18407 | 2025.02.28 06:58:04.433993 [ 255 ] {78e73c1d-9615-4805-a297-de377bce8253} <Debug> TCPHandler: Processed in 0.001783151 sec. | ||
| 18408 | 2025.02.28 06:58:04.434171 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18409 | 2025.02.28 06:58:04.434294 [ 4 ] {9715eb92-22b7-4bb0-b111-89ca892b2222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18410 | 2025.02.28 06:58:04.434348 [ 4 ] {9715eb92-22b7-4bb0-b111-89ca892b2222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18411 | 2025.02.28 06:58:04.434841 [ 4 ] {9715eb92-22b7-4bb0-b111-89ca892b2222} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18412 | 2025.02.28 06:58:04.434880 [ 4 ] {9715eb92-22b7-4bb0-b111-89ca892b2222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18413 | 2025.02.28 06:58:04.435259 [ 4 ] {9715eb92-22b7-4bb0-b111-89ca892b2222} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 18414 | 2025.02.28 06:58:04.435496 [ 4 ] {9715eb92-22b7-4bb0-b111-89ca892b2222} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18415 | 2025.02.28 06:58:04.435680 [ 4 ] {9715eb92-22b7-4bb0-b111-89ca892b2222} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001411 sec., 58114.812189936216 rows/sec., 3.69 MiB/sec. | ||
| 18416 | 2025.02.28 06:58:04.435731 [ 4 ] {9715eb92-22b7-4bb0-b111-89ca892b2222} <Debug> TCPHandler: Processed in 0.001631979 sec. | ||
| 18417 | 2025.02.28 06:58:05.000186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.38 MiB, peak 286.54 MiB, free memory in arenas 0.00 B, will set to 267.34 MiB (RSS), difference: -1.04 MiB | ||
| 18418 | 2025.02.28 06:58:07.240310 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 724 | ||
| 18419 | 2025.02.28 06:58:07.263178 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18420 | 2025.02.28 06:58:07.263225 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18421 | 2025.02.28 06:58:07.270858 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 18422 | 2025.02.28 06:58:07.271644 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18423 | 2025.02.28 06:58:07.272127 [ 93 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 18424 | 2025.02.28 06:58:07.272323 [ 93 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18425 | 2025.02.28 06:58:07.272437 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18426 | 2025.02.28 06:58:07.273070 [ 192 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 18427 | 2025.02.28 06:58:07.286506 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 724 | ||
| 18428 | 2025.02.28 06:58:07.288509 [ 192 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18429 | 2025.02.28 06:58:07.290349 [ 192 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 686 rows starting from the beginning of the part | ||
| 18430 | 2025.02.28 06:58:07.296915 [ 192 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 8 rows starting from the beginning of the part | ||
| 18431 | 2025.02.28 06:58:07.303187 [ 192 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 7 rows starting from the beginning of the part | ||
| 18432 | 2025.02.28 06:58:07.309404 [ 192 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 8 rows starting from the beginning of the part | ||
| 18433 | 2025.02.28 06:58:07.315875 [ 192 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part | ||
| 18434 | 2025.02.28 06:58:07.322323 [ 192 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 7 rows starting from the beginning of the part | ||
| 18435 | 2025.02.28 06:58:07.388523 [ 191 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 724 rows, containing 679 columns (679 merged, 0 gathered) in 0.115903788 sec., 6246.560293611802 rows/sec., 32.30 MiB/sec. | ||
| 18436 | 2025.02.28 06:58:07.392021 [ 199 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 18437 | 2025.02.28 06:58:07.395153 [ 199 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_96_19} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18438 | 2025.02.28 06:58:07.395252 [ 199 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_96_19} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 18439 | 2025.02.28 06:58:07.397759 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 18440 | 2025.02.28 06:58:08.000230 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.40 MiB, peak 286.54 MiB, free memory in arenas 0.00 B, will set to 267.34 MiB (RSS), difference: -1.06 MiB | ||
| 18441 | 2025.02.28 06:58:09.398325 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18442 | 2025.02.28 06:58:09.398557 [ 4 ] {11b55aed-6411-4dac-8f60-4a7d185c2eb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18443 | 2025.02.28 06:58:09.398671 [ 4 ] {11b55aed-6411-4dac-8f60-4a7d185c2eb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18444 | 2025.02.28 06:58:09.399739 [ 4 ] {11b55aed-6411-4dac-8f60-4a7d185c2eb6} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18445 | 2025.02.28 06:58:09.399784 [ 4 ] {11b55aed-6411-4dac-8f60-4a7d185c2eb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18446 | 2025.02.28 06:58:09.400199 [ 4 ] {11b55aed-6411-4dac-8f60-4a7d185c2eb6} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 18447 | 2025.02.28 06:58:09.400444 [ 4 ] {11b55aed-6411-4dac-8f60-4a7d185c2eb6} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18448 | 2025.02.28 06:58:09.400698 [ 4 ] {11b55aed-6411-4dac-8f60-4a7d185c2eb6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002225 sec., 25168.539325842696 rows/sec., 1.93 MiB/sec. | ||
| 18449 | 2025.02.28 06:58:09.400756 [ 4 ] {11b55aed-6411-4dac-8f60-4a7d185c2eb6} <Debug> TCPHandler: Processed in 0.00256643 sec. | ||
| 18450 | 2025.02.28 06:58:09.401063 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18451 | 2025.02.28 06:58:09.401360 [ 255 ] {1f852380-4812-49a2-baff-b5f25326f21e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18452 | 2025.02.28 06:58:09.401477 [ 255 ] {1f852380-4812-49a2-baff-b5f25326f21e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18453 | 2025.02.28 06:58:09.402274 [ 255 ] {1f852380-4812-49a2-baff-b5f25326f21e} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18454 | 2025.02.28 06:58:09.402323 [ 255 ] {1f852380-4812-49a2-baff-b5f25326f21e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18455 | 2025.02.28 06:58:09.402764 [ 255 ] {1f852380-4812-49a2-baff-b5f25326f21e} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 18456 | 2025.02.28 06:58:09.403013 [ 255 ] {1f852380-4812-49a2-baff-b5f25326f21e} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18457 | 2025.02.28 06:58:09.403289 [ 255 ] {1f852380-4812-49a2-baff-b5f25326f21e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002007 sec., 31888.39063278525 rows/sec., 2.49 MiB/sec. | ||
| 18458 | 2025.02.28 06:58:09.403410 [ 255 ] {1f852380-4812-49a2-baff-b5f25326f21e} <Debug> TCPHandler: Processed in 0.00253598 sec. | ||
| 18459 | 2025.02.28 06:58:09.403683 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18460 | 2025.02.28 06:58:09.403948 [ 4 ] {8b14dc35-c231-4c24-be87-788f94dcddf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18461 | 2025.02.28 06:58:09.404045 [ 4 ] {8b14dc35-c231-4c24-be87-788f94dcddf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18462 | 2025.02.28 06:58:09.404827 [ 4 ] {8b14dc35-c231-4c24-be87-788f94dcddf6} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18463 | 2025.02.28 06:58:09.404866 [ 4 ] {8b14dc35-c231-4c24-be87-788f94dcddf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18464 | 2025.02.28 06:58:09.405282 [ 4 ] {8b14dc35-c231-4c24-be87-788f94dcddf6} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 18465 | 2025.02.28 06:58:09.405515 [ 4 ] {8b14dc35-c231-4c24-be87-788f94dcddf6} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18466 | 2025.02.28 06:58:09.405730 [ 4 ] {8b14dc35-c231-4c24-be87-788f94dcddf6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001835 sec., 87193.46049046321 rows/sec., 6.07 MiB/sec. | ||
| 18467 | 2025.02.28 06:58:09.405782 [ 4 ] {8b14dc35-c231-4c24-be87-788f94dcddf6} <Debug> TCPHandler: Processed in 0.002280038 sec. | ||
| 18468 | 2025.02.28 06:58:09.405938 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18469 | 2025.02.28 06:58:09.406085 [ 255 ] {b60dfd20-ab01-4b74-9075-4b721c6223ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18470 | 2025.02.28 06:58:09.406151 [ 255 ] {b60dfd20-ab01-4b74-9075-4b721c6223ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18471 | 2025.02.28 06:58:09.406718 [ 255 ] {b60dfd20-ab01-4b74-9075-4b721c6223ff} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18472 | 2025.02.28 06:58:09.406759 [ 255 ] {b60dfd20-ab01-4b74-9075-4b721c6223ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18473 | 2025.02.28 06:58:09.407147 [ 255 ] {b60dfd20-ab01-4b74-9075-4b721c6223ff} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 18474 | 2025.02.28 06:58:09.407384 [ 255 ] {b60dfd20-ab01-4b74-9075-4b721c6223ff} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18475 | 2025.02.28 06:58:09.407563 [ 255 ] {b60dfd20-ab01-4b74-9075-4b721c6223ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001514 sec., 39630.11889035667 rows/sec., 2.67 MiB/sec. | ||
| 18476 | 2025.02.28 06:58:09.407620 [ 255 ] {b60dfd20-ab01-4b74-9075-4b721c6223ff} <Debug> TCPHandler: Processed in 0.001752291 sec. | ||
| 18477 | 2025.02.28 06:58:11.386353 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44469 | ||
| 18478 | 2025.02.28 06:58:11.387069 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18479 | 2025.02.28 06:58:11.387120 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18480 | 2025.02.28 06:58:11.387661 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 18481 | 2025.02.28 06:58:11.387938 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18482 | 2025.02.28 06:58:11.388224 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44469 | ||
| 18483 | 2025.02.28 06:58:14.152151 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2542 | ||
| 18484 | 2025.02.28 06:58:14.155383 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18485 | 2025.02.28 06:58:14.155442 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18486 | 2025.02.28 06:58:14.156945 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18487 | 2025.02.28 06:58:14.157279 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18488 | 2025.02.28 06:58:14.158885 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2542 | ||
| 18489 | 2025.02.28 06:58:14.408854 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18490 | 2025.02.28 06:58:14.409126 [ 4 ] {ac8844ab-fcdb-4e16-8982-2de3e0b546cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18491 | 2025.02.28 06:58:14.409229 [ 4 ] {ac8844ab-fcdb-4e16-8982-2de3e0b546cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18492 | 2025.02.28 06:58:14.410237 [ 4 ] {ac8844ab-fcdb-4e16-8982-2de3e0b546cf} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18493 | 2025.02.28 06:58:14.410280 [ 4 ] {ac8844ab-fcdb-4e16-8982-2de3e0b546cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18494 | 2025.02.28 06:58:14.410715 [ 4 ] {ac8844ab-fcdb-4e16-8982-2de3e0b546cf} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18495 | 2025.02.28 06:58:14.410965 [ 4 ] {ac8844ab-fcdb-4e16-8982-2de3e0b546cf} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18496 | 2025.02.28 06:58:14.411199 [ 4 ] {ac8844ab-fcdb-4e16-8982-2de3e0b546cf} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002152 sec., 98513.01115241637 rows/sec., 6.27 MiB/sec. | ||
| 18497 | 2025.02.28 06:58:14.411255 [ 4 ] {ac8844ab-fcdb-4e16-8982-2de3e0b546cf} <Debug> TCPHandler: Processed in 0.00257019 sec. | ||
| 18498 | 2025.02.28 06:58:14.411516 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18499 | 2025.02.28 06:58:14.411724 [ 255 ] {4e0e4cd6-cb0b-472e-a356-9fc30a0a1f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18500 | 2025.02.28 06:58:14.411802 [ 255 ] {4e0e4cd6-cb0b-472e-a356-9fc30a0a1f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18501 | 2025.02.28 06:58:14.413016 [ 255 ] {4e0e4cd6-cb0b-472e-a356-9fc30a0a1f6c} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18502 | 2025.02.28 06:58:14.413055 [ 255 ] {4e0e4cd6-cb0b-472e-a356-9fc30a0a1f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18503 | 2025.02.28 06:58:14.413536 [ 255 ] {4e0e4cd6-cb0b-472e-a356-9fc30a0a1f6c} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 18504 | 2025.02.28 06:58:14.413794 [ 255 ] {4e0e4cd6-cb0b-472e-a356-9fc30a0a1f6c} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18505 | 2025.02.28 06:58:14.413947 [ 145 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 18506 | 2025.02.28 06:58:14.413986 [ 145 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18507 | 2025.02.28 06:58:14.414000 [ 255 ] {4e0e4cd6-cb0b-472e-a356-9fc30a0a1f6c} <Debug> executeQuery: Read 733 rows, 60.41 KiB in 0.002332 sec., 314322.46998284734 rows/sec., 25.30 MiB/sec. | ||
| 18508 | 2025.02.28 06:58:14.414012 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18509 | 2025.02.28 06:58:14.414108 [ 255 ] {4e0e4cd6-cb0b-472e-a356-9fc30a0a1f6c} <Debug> TCPHandler: Processed in 0.002726733 sec. | ||
| 18510 | 2025.02.28 06:58:14.414231 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 18511 | 2025.02.28 06:58:14.414288 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18512 | 2025.02.28 06:58:14.414363 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18513 | 2025.02.28 06:58:14.414403 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 1884 rows starting from the beginning of the part | ||
| 18514 | 2025.02.28 06:58:14.414416 [ 4 ] {f9c402e9-6511-4302-8551-a8303686c7ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18515 | 2025.02.28 06:58:14.414489 [ 4 ] {f9c402e9-6511-4302-8551-a8303686c7ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18516 | 2025.02.28 06:58:14.414503 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 56 rows starting from the beginning of the part | ||
| 18517 | 2025.02.28 06:58:14.414981 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 56 rows starting from the beginning of the part | ||
| 18518 | 2025.02.28 06:58:14.415239 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 739 rows starting from the beginning of the part | ||
| 18519 | 2025.02.28 06:58:14.415541 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 56 rows starting from the beginning of the part | ||
| 18520 | 2025.02.28 06:58:14.415780 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 733 rows starting from the beginning of the part | ||
| 18521 | 2025.02.28 06:58:14.416675 [ 4 ] {f9c402e9-6511-4302-8551-a8303686c7ad} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18522 | 2025.02.28 06:58:14.416719 [ 4 ] {f9c402e9-6511-4302-8551-a8303686c7ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18523 | 2025.02.28 06:58:14.417271 [ 4 ] {f9c402e9-6511-4302-8551-a8303686c7ad} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18524 | 2025.02.28 06:58:14.417540 [ 4 ] {f9c402e9-6511-4302-8551-a8303686c7ad} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18525 | 2025.02.28 06:58:14.417764 [ 4 ] {f9c402e9-6511-4302-8551-a8303686c7ad} <Debug> executeQuery: Read 164 rows, 10.75 KiB in 0.003378 sec., 48549.437537004145 rows/sec., 3.11 MiB/sec. | ||
| 18526 | 2025.02.28 06:58:14.417858 [ 4 ] {f9c402e9-6511-4302-8551-a8303686c7ad} <Debug> TCPHandler: Processed in 0.003624983 sec. | ||
| 18527 | 2025.02.28 06:58:14.418085 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18528 | 2025.02.28 06:58:14.418104 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3524 rows, containing 5 columns (5 merged, 0 gathered) in 0.004000508 sec., 880888.1272078446 rows/sec., 74.67 MiB/sec. | ||
| 18529 | 2025.02.28 06:58:14.418218 [ 255 ] {c7b2cc9e-7714-49b9-ae72-b57347622bff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18530 | 2025.02.28 06:58:14.418303 [ 255 ] {c7b2cc9e-7714-49b9-ae72-b57347622bff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18531 | 2025.02.28 06:58:14.418391 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 18532 | 2025.02.28 06:58:14.419071 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_166_33} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18533 | 2025.02.28 06:58:14.419178 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_166_33} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 18534 | 2025.02.28 06:58:14.419348 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 18535 | 2025.02.28 06:58:14.419547 [ 255 ] {c7b2cc9e-7714-49b9-ae72-b57347622bff} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18536 | 2025.02.28 06:58:14.419590 [ 255 ] {c7b2cc9e-7714-49b9-ae72-b57347622bff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18537 | 2025.02.28 06:58:14.419952 [ 255 ] {c7b2cc9e-7714-49b9-ae72-b57347622bff} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18538 | 2025.02.28 06:58:14.420188 [ 255 ] {c7b2cc9e-7714-49b9-ae72-b57347622bff} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18539 | 2025.02.28 06:58:14.420368 [ 255 ] {c7b2cc9e-7714-49b9-ae72-b57347622bff} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002181 sec., 51811.09582760201 rows/sec., 3.35 MiB/sec. | ||
| 18540 | 2025.02.28 06:58:14.420423 [ 255 ] {c7b2cc9e-7714-49b9-ae72-b57347622bff} <Debug> TCPHandler: Processed in 0.002453849 sec. | ||
| 18541 | 2025.02.28 06:58:14.420577 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18542 | 2025.02.28 06:58:14.420720 [ 4 ] {b14d9b93-8e0f-40fd-baa5-4c2bcdf0711e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18543 | 2025.02.28 06:58:14.420777 [ 4 ] {b14d9b93-8e0f-40fd-baa5-4c2bcdf0711e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18544 | 2025.02.28 06:58:14.421496 [ 4 ] {b14d9b93-8e0f-40fd-baa5-4c2bcdf0711e} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18545 | 2025.02.28 06:58:14.421541 [ 4 ] {b14d9b93-8e0f-40fd-baa5-4c2bcdf0711e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18546 | 2025.02.28 06:58:14.421915 [ 4 ] {b14d9b93-8e0f-40fd-baa5-4c2bcdf0711e} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18547 | 2025.02.28 06:58:14.422159 [ 4 ] {b14d9b93-8e0f-40fd-baa5-4c2bcdf0711e} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18548 | 2025.02.28 06:58:14.422369 [ 4 ] {b14d9b93-8e0f-40fd-baa5-4c2bcdf0711e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00168 sec., 66666.66666666666 rows/sec., 3.80 MiB/sec. | ||
| 18549 | 2025.02.28 06:58:14.422421 [ 4 ] {b14d9b93-8e0f-40fd-baa5-4c2bcdf0711e} <Debug> TCPHandler: Processed in 0.001910023 sec. | ||
| 18550 | 2025.02.28 06:58:14.422558 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18551 | 2025.02.28 06:58:14.422677 [ 255 ] {d581e562-b73d-42eb-b009-7ef440b732b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18552 | 2025.02.28 06:58:14.422734 [ 255 ] {d581e562-b73d-42eb-b009-7ef440b732b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18553 | 2025.02.28 06:58:14.423690 [ 255 ] {d581e562-b73d-42eb-b009-7ef440b732b3} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18554 | 2025.02.28 06:58:14.423727 [ 255 ] {d581e562-b73d-42eb-b009-7ef440b732b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18555 | 2025.02.28 06:58:14.424101 [ 255 ] {d581e562-b73d-42eb-b009-7ef440b732b3} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 18556 | 2025.02.28 06:58:14.424331 [ 255 ] {d581e562-b73d-42eb-b009-7ef440b732b3} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18557 | 2025.02.28 06:58:14.424470 [ 145 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 18558 | 2025.02.28 06:58:14.424507 [ 145 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18559 | 2025.02.28 06:58:14.424517 [ 255 ] {d581e562-b73d-42eb-b009-7ef440b732b3} <Debug> executeQuery: Read 440 rows, 32.23 KiB in 0.001866 sec., 235798.49946409432 rows/sec., 16.87 MiB/sec. | ||
| 18560 | 2025.02.28 06:58:14.424536 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18561 | 2025.02.28 06:58:14.424620 [ 255 ] {d581e562-b73d-42eb-b009-7ef440b732b3} <Debug> TCPHandler: Processed in 0.002120055 sec. | ||
| 18562 | 2025.02.28 06:58:14.424831 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 18563 | 2025.02.28 06:58:14.424912 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18564 | 2025.02.28 06:58:14.425015 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18565 | 2025.02.28 06:58:14.425079 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 954 rows starting from the beginning of the part | ||
| 18566 | 2025.02.28 06:58:14.425355 [ 4 ] {dce4585b-2a36-4770-9b8c-26c8231fa2f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18567 | 2025.02.28 06:58:14.425428 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 64 rows starting from the beginning of the part | ||
| 18568 | 2025.02.28 06:58:14.425668 [ 4 ] {dce4585b-2a36-4770-9b8c-26c8231fa2f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18569 | 2025.02.28 06:58:14.425876 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 64 rows starting from the beginning of the part | ||
| 18570 | 2025.02.28 06:58:14.426232 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 470 rows starting from the beginning of the part | ||
| 18571 | 2025.02.28 06:58:14.426641 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 64 rows starting from the beginning of the part | ||
| 18572 | 2025.02.28 06:58:14.426959 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 440 rows starting from the beginning of the part | ||
| 18573 | 2025.02.28 06:58:14.428087 [ 4 ] {dce4585b-2a36-4770-9b8c-26c8231fa2f9} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18574 | 2025.02.28 06:58:14.428173 [ 4 ] {dce4585b-2a36-4770-9b8c-26c8231fa2f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18575 | 2025.02.28 06:58:14.429128 [ 4 ] {dce4585b-2a36-4770-9b8c-26c8231fa2f9} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18576 | 2025.02.28 06:58:14.429549 [ 4 ] {dce4585b-2a36-4770-9b8c-26c8231fa2f9} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18577 | 2025.02.28 06:58:14.429981 [ 4 ] {dce4585b-2a36-4770-9b8c-26c8231fa2f9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004808 sec., 1247.920133111481 rows/sec., 65.20 KiB/sec. | ||
| 18578 | 2025.02.28 06:58:14.430325 [ 4 ] {dce4585b-2a36-4770-9b8c-26c8231fa2f9} <Debug> TCPHandler: Processed in 0.005583437 sec. | ||
| 18579 | 2025.02.28 06:58:14.430436 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2056 rows, containing 5 columns (5 merged, 0 gathered) in 0.005782739 sec., 355540.86048151227 rows/sec., 27.19 MiB/sec. | ||
| 18580 | 2025.02.28 06:58:14.430513 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18581 | 2025.02.28 06:58:14.430697 [ 255 ] {2b97d89b-7a35-4bad-887c-ee7c4e7e3441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18582 | 2025.02.28 06:58:14.430753 [ 189 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 18583 | 2025.02.28 06:58:14.430779 [ 255 ] {2b97d89b-7a35-4bad-887c-ee7c4e7e3441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18584 | 2025.02.28 06:58:14.431278 [ 189 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_166_33} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18585 | 2025.02.28 06:58:14.431393 [ 189 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_166_33} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 18586 | 2025.02.28 06:58:14.431533 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 18587 | 2025.02.28 06:58:14.431739 [ 255 ] {2b97d89b-7a35-4bad-887c-ee7c4e7e3441} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18588 | 2025.02.28 06:58:14.431772 [ 255 ] {2b97d89b-7a35-4bad-887c-ee7c4e7e3441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18589 | 2025.02.28 06:58:14.432162 [ 255 ] {2b97d89b-7a35-4bad-887c-ee7c4e7e3441} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 18590 | 2025.02.28 06:58:14.432402 [ 255 ] {2b97d89b-7a35-4bad-887c-ee7c4e7e3441} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18591 | 2025.02.28 06:58:14.432539 [ 145 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_161_33 to all_166_166_0 | ||
| 18592 | 2025.02.28 06:58:14.432572 [ 145 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18593 | 2025.02.28 06:58:14.432590 [ 255 ] {2b97d89b-7a35-4bad-887c-ee7c4e7e3441} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00194 sec., 122164.94845360825 rows/sec., 8.19 MiB/sec. | ||
| 18594 | 2025.02.28 06:58:14.432600 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18595 | 2025.02.28 06:58:14.432727 [ 255 ] {2b97d89b-7a35-4bad-887c-ee7c4e7e3441} <Debug> TCPHandler: Processed in 0.002306358 sec. | ||
| 18596 | 2025.02.28 06:58:14.432821 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_166_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_33 to all_166_166_0 into Compact with storage Full | ||
| 18597 | 2025.02.28 06:58:14.432907 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18598 | 2025.02.28 06:58:14.432957 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_166_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18599 | 2025.02.28 06:58:14.432991 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_161_33, total 48310 rows starting from the beginning of the part | ||
| 18600 | 2025.02.28 06:58:14.433105 [ 4 ] {2005cdd0-046f-4f13-883e-1104c6f85a52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18601 | 2025.02.28 06:58:14.433200 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 64 rows starting from the beginning of the part | ||
| 18602 | 2025.02.28 06:58:14.433302 [ 4 ] {2005cdd0-046f-4f13-883e-1104c6f85a52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18603 | 2025.02.28 06:58:14.433568 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 160 rows starting from the beginning of the part | ||
| 18604 | 2025.02.28 06:58:14.433967 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 240 rows starting from the beginning of the part | ||
| 18605 | 2025.02.28 06:58:14.434382 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 160 rows starting from the beginning of the part | ||
| 18606 | 2025.02.28 06:58:14.434723 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 237 rows starting from the beginning of the part | ||
| 18607 | 2025.02.28 06:58:14.435508 [ 4 ] {2005cdd0-046f-4f13-883e-1104c6f85a52} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18608 | 2025.02.28 06:58:14.435551 [ 4 ] {2005cdd0-046f-4f13-883e-1104c6f85a52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18609 | 2025.02.28 06:58:14.436019 [ 4 ] {2005cdd0-046f-4f13-883e-1104c6f85a52} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18610 | 2025.02.28 06:58:14.436312 [ 4 ] {2005cdd0-046f-4f13-883e-1104c6f85a52} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18611 | 2025.02.28 06:58:14.436734 [ 4 ] {2005cdd0-046f-4f13-883e-1104c6f85a52} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003707 sec., 269.75991367682764 rows/sec., 18.18 KiB/sec. | ||
| 18612 | 2025.02.28 06:58:14.436764 [ 223 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Found 6 old parts to remove. Parts: [all_1_18_4, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] | ||
| 18613 | 2025.02.28 06:58:14.436897 [ 4 ] {2005cdd0-046f-4f13-883e-1104c6f85a52} <Debug> TCPHandler: Processed in 0.004072609 sec. | ||
| 18614 | 2025.02.28 06:58:14.436921 [ 223 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Removing 6 parts from filesystem (serially): Parts: [all_1_18_4, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] | ||
| 18615 | 2025.02.28 06:58:14.437256 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18616 | 2025.02.28 06:58:14.437622 [ 255 ] {b151d219-6f52-4755-b972-3a2dab756210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18617 | 2025.02.28 06:58:14.438012 [ 255 ] {b151d219-6f52-4755-b972-3a2dab756210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18618 | 2025.02.28 06:58:14.443202 [ 255 ] {b151d219-6f52-4755-b972-3a2dab756210} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18619 | 2025.02.28 06:58:14.443291 [ 255 ] {b151d219-6f52-4755-b972-3a2dab756210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18620 | 2025.02.28 06:58:14.443360 [ 223 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Removing 6 parts from memory: Parts: [all_1_18_4, all_19_19_0, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0] | ||
| 18621 | 2025.02.28 06:58:14.445306 [ 255 ] {b151d219-6f52-4755-b972-3a2dab756210} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18622 | 2025.02.28 06:58:14.445688 [ 255 ] {b151d219-6f52-4755-b972-3a2dab756210} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18623 | 2025.02.28 06:58:14.445847 [ 145 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 18624 | 2025.02.28 06:58:14.445923 [ 145 ] {} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18625 | 2025.02.28 06:58:14.445977 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18626 | 2025.02.28 06:58:14.446240 [ 255 ] {b151d219-6f52-4755-b972-3a2dab756210} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.008755 sec., 6624.785836664762 rows/sec., 11.87 MiB/sec. | ||
| 18627 | 2025.02.28 06:58:14.446477 [ 187 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::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 | ||
| 18628 | 2025.02.28 06:58:14.447546 [ 255 ] {b151d219-6f52-4755-b972-3a2dab756210} <Debug> TCPHandler: Processed in 0.010490676 sec. | ||
| 18629 | 2025.02.28 06:58:14.447822 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18630 | 2025.02.28 06:58:14.448291 [ 4 ] {f0c0e716-09eb-4e22-a601-1d96fc5e8246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18631 | 2025.02.28 06:58:14.448527 [ 4 ] {f0c0e716-09eb-4e22-a601-1d96fc5e8246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18632 | 2025.02.28 06:58:14.449129 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_166_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 49171 rows, containing 5 columns (5 merged, 0 gathered) in 0.016408616 sec., 2996657.3658619346 rows/sec., 202.35 MiB/sec. | ||
| 18633 | 2025.02.28 06:58:14.449285 [ 187 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18634 | 2025.02.28 06:58:14.449614 [ 187 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2466 rows starting from the beginning of the part | ||
| 18635 | 2025.02.28 06:58:14.449778 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_166_34} <Trace> MergedBlockOutputStream: filled checksums all_1_166_34 (state Temporary) | ||
| 18636 | 2025.02.28 06:58:14.451023 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_166_34} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_166_34 to all_1_166_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18637 | 2025.02.28 06:58:14.451290 [ 187 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 50 rows starting from the beginning of the part | ||
| 18638 | 2025.02.28 06:58:14.451371 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_166_34} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_161_33, all_166_166_0] -> all_1_166_34 | ||
| 18639 | 2025.02.28 06:58:14.451692 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.43 MiB. | ||
| 18640 | 2025.02.28 06:58:14.452085 [ 4 ] {f0c0e716-09eb-4e22-a601-1d96fc5e8246} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18641 | 2025.02.28 06:58:14.452178 [ 4 ] {f0c0e716-09eb-4e22-a601-1d96fc5e8246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18642 | 2025.02.28 06:58:14.452524 [ 187 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 54 rows starting from the beginning of the part | ||
| 18643 | 2025.02.28 06:58:14.453373 [ 187 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part | ||
| 18644 | 2025.02.28 06:58:14.453776 [ 4 ] {f0c0e716-09eb-4e22-a601-1d96fc5e8246} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 18645 | 2025.02.28 06:58:14.454000 [ 187 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 58 rows starting from the beginning of the part | ||
| 18646 | 2025.02.28 06:58:14.454619 [ 187 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 58 rows starting from the beginning of the part | ||
| 18647 | 2025.02.28 06:58:14.454635 [ 4 ] {f0c0e716-09eb-4e22-a601-1d96fc5e8246} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18648 | 2025.02.28 06:58:14.455043 [ 145 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 18649 | 2025.02.28 06:58:14.455507 [ 145 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18650 | 2025.02.28 06:58:14.455597 [ 4 ] {f0c0e716-09eb-4e22-a601-1d96fc5e8246} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.007423 sec., 11046.746598410346 rows/sec., 718.44 KiB/sec. | ||
| 18651 | 2025.02.28 06:58:14.455628 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18652 | 2025.02.28 06:58:14.455915 [ 4 ] {f0c0e716-09eb-4e22-a601-1d96fc5e8246} <Debug> TCPHandler: Processed in 0.008236319 sec. | ||
| 18653 | 2025.02.28 06:58:14.456723 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 18654 | 2025.02.28 06:58:14.457419 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18655 | 2025.02.28 06:58:14.457555 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_161_32, total 9798 rows starting from the beginning of the part | ||
| 18656 | 2025.02.28 06:58:14.458066 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 24 rows starting from the beginning of the part | ||
| 18657 | 2025.02.28 06:58:14.458568 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 60 rows starting from the beginning of the part | ||
| 18658 | 2025.02.28 06:58:14.459142 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 82 rows starting from the beginning of the part | ||
| 18659 | 2025.02.28 06:58:14.459565 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 60 rows starting from the beginning of the part | ||
| 18660 | 2025.02.28 06:58:14.459705 [ 194 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 82 rows starting from the beginning of the part | ||
| 18661 | 2025.02.28 06:58:14.464122 [ 198 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10106 rows, containing 4 columns (4 merged, 0 gathered) in 0.008137358 sec., 1241926.4336164144 rows/sec., 80.92 MiB/sec. | ||
| 18662 | 2025.02.28 06:58:14.464499 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 18663 | 2025.02.28 06:58:14.465117 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_166_33} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18664 | 2025.02.28 06:58:14.465226 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_166_33} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 18665 | 2025.02.28 06:58:14.465407 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.02 MiB. | ||
| 18666 | 2025.02.28 06:58:14.470968 [ 186 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2742 rows, containing 19 columns (19 merged, 0 gathered) in 0.024846308 sec., 110358.4484262209 rows/sec., 197.76 MiB/sec. | ||
| 18667 | 2025.02.28 06:58:14.473732 [ 197 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 18668 | 2025.02.28 06:58:14.474184 [ 197 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18669 | 2025.02.28 06:58:14.474260 [ 197 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 18670 | 2025.02.28 06:58:14.474409 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.91 MiB. | ||
| 18671 | 2025.02.28 06:58:14.786729 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 732 | ||
| 18672 | 2025.02.28 06:58:14.811185 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18673 | 2025.02.28 06:58:14.811317 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.36 GiB. | ||
| 18674 | 2025.02.28 06:58:14.820344 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 18675 | 2025.02.28 06:58:14.821230 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18676 | 2025.02.28 06:58:14.827339 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 732 | ||
| 18677 | 2025.02.28 06:58:16.294504 [ 142 ] {} <Debug> oximeter.measurements_i64 (f68d7945-e596-4a1d-b8a7-0e6593bab0e1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 18678 | 2025.02.28 06:58:16.294624 [ 142 ] {} <Trace> oximeter.measurements_i64 (f68d7945-e596-4a1d-b8a7-0e6593bab0e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18679 | 2025.02.28 06:58:16.294665 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18680 | 2025.02.28 06:58:16.294864 [ 198 ] {f68d7945-e596-4a1d-b8a7-0e6593bab0e1::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 | ||
| 18681 | 2025.02.28 06:58:16.295104 [ 198 ] {f68d7945-e596-4a1d-b8a7-0e6593bab0e1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18682 | 2025.02.28 06:58:16.295152 [ 198 ] {f68d7945-e596-4a1d-b8a7-0e6593bab0e1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
| 18683 | 2025.02.28 06:58:16.295237 [ 198 ] {f68d7945-e596-4a1d-b8a7-0e6593bab0e1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 18684 | 2025.02.28 06:58:16.295425 [ 198 ] {f68d7945-e596-4a1d-b8a7-0e6593bab0e1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part | ||
| 18685 | 2025.02.28 06:58:16.295760 [ 198 ] {f68d7945-e596-4a1d-b8a7-0e6593bab0e1::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 | ||
| 18686 | 2025.02.28 06:58:16.295844 [ 198 ] {f68d7945-e596-4a1d-b8a7-0e6593bab0e1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part | ||
| 18687 | 2025.02.28 06:58:16.297370 [ 197 ] {f68d7945-e596-4a1d-b8a7-0e6593bab0e1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002609871 sec., 19541.195714270933 rows/sec., 1.39 MiB/sec. | ||
| 18688 | 2025.02.28 06:58:16.297535 [ 186 ] {f68d7945-e596-4a1d-b8a7-0e6593bab0e1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 18689 | 2025.02.28 06:58:16.297839 [ 186 ] {f68d7945-e596-4a1d-b8a7-0e6593bab0e1::all_1_5_1} <Trace> oximeter.measurements_i64 (f68d7945-e596-4a1d-b8a7-0e6593bab0e1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18690 | 2025.02.28 06:58:16.297918 [ 186 ] {f68d7945-e596-4a1d-b8a7-0e6593bab0e1::all_1_5_1} <Trace> oximeter.measurements_i64 (f68d7945-e596-4a1d-b8a7-0e6593bab0e1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 18691 | 2025.02.28 06:58:16.297996 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 18692 | 2025.02.28 06:58:18.628219 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18693 | 2025.02.28 06:58:18.628300 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18694 | 2025.02.28 06:58:18.888475 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 44896 | ||
| 18695 | 2025.02.28 06:58:18.889131 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18696 | 2025.02.28 06:58:18.889178 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18697 | 2025.02.28 06:58:18.890065 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 18698 | 2025.02.28 06:58:18.890441 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18699 | 2025.02.28 06:58:18.890680 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44896 | ||
| 18700 | 2025.02.28 06:58:19.399060 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18701 | 2025.02.28 06:58:19.399227 [ 4 ] {0b1ee6d4-8505-4b46-a060-70a21d8674d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18702 | 2025.02.28 06:58:19.399292 [ 4 ] {0b1ee6d4-8505-4b46-a060-70a21d8674d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18703 | 2025.02.28 06:58:19.399993 [ 4 ] {0b1ee6d4-8505-4b46-a060-70a21d8674d1} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18704 | 2025.02.28 06:58:19.400037 [ 4 ] {0b1ee6d4-8505-4b46-a060-70a21d8674d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18705 | 2025.02.28 06:58:19.400428 [ 4 ] {0b1ee6d4-8505-4b46-a060-70a21d8674d1} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 18706 | 2025.02.28 06:58:19.400679 [ 4 ] {0b1ee6d4-8505-4b46-a060-70a21d8674d1} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18707 | 2025.02.28 06:58:19.400921 [ 4 ] {0b1ee6d4-8505-4b46-a060-70a21d8674d1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001746 sec., 32073.31042382589 rows/sec., 2.46 MiB/sec. | ||
| 18708 | 2025.02.28 06:58:19.401036 [ 4 ] {0b1ee6d4-8505-4b46-a060-70a21d8674d1} <Debug> TCPHandler: Processed in 0.002115215 sec. | ||
| 18709 | 2025.02.28 06:58:19.401352 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18710 | 2025.02.28 06:58:19.401622 [ 255 ] {6ab01f1a-a4db-45d5-b814-f784c342e2fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18711 | 2025.02.28 06:58:19.401786 [ 255 ] {6ab01f1a-a4db-45d5-b814-f784c342e2fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18712 | 2025.02.28 06:58:19.402594 [ 255 ] {6ab01f1a-a4db-45d5-b814-f784c342e2fb} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18713 | 2025.02.28 06:58:19.402639 [ 255 ] {6ab01f1a-a4db-45d5-b814-f784c342e2fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18714 | 2025.02.28 06:58:19.403080 [ 255 ] {6ab01f1a-a4db-45d5-b814-f784c342e2fb} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 18715 | 2025.02.28 06:58:19.403332 [ 255 ] {6ab01f1a-a4db-45d5-b814-f784c342e2fb} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18716 | 2025.02.28 06:58:19.403561 [ 255 ] {6ab01f1a-a4db-45d5-b814-f784c342e2fb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001956 sec., 32719.836400818 rows/sec., 2.55 MiB/sec. | ||
| 18717 | 2025.02.28 06:58:19.403628 [ 255 ] {6ab01f1a-a4db-45d5-b814-f784c342e2fb} <Debug> TCPHandler: Processed in 0.002457369 sec. | ||
| 18718 | 2025.02.28 06:58:19.403779 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18719 | 2025.02.28 06:58:19.403967 [ 4 ] {4d080ab5-d24f-489d-9e1f-924562754317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18720 | 2025.02.28 06:58:19.404066 [ 4 ] {4d080ab5-d24f-489d-9e1f-924562754317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18721 | 2025.02.28 06:58:19.404997 [ 4 ] {4d080ab5-d24f-489d-9e1f-924562754317} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18722 | 2025.02.28 06:58:19.405035 [ 4 ] {4d080ab5-d24f-489d-9e1f-924562754317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18723 | 2025.02.28 06:58:19.405432 [ 4 ] {4d080ab5-d24f-489d-9e1f-924562754317} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 18724 | 2025.02.28 06:58:19.405672 [ 4 ] {4d080ab5-d24f-489d-9e1f-924562754317} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18725 | 2025.02.28 06:58:19.405883 [ 4 ] {4d080ab5-d24f-489d-9e1f-924562754317} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001975 sec., 81012.6582278481 rows/sec., 5.64 MiB/sec. | ||
| 18726 | 2025.02.28 06:58:19.405938 [ 4 ] {4d080ab5-d24f-489d-9e1f-924562754317} <Debug> TCPHandler: Processed in 0.002226307 sec. | ||
| 18727 | 2025.02.28 06:58:19.406087 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18728 | 2025.02.28 06:58:19.406212 [ 255 ] {9f798e75-024e-4fc2-aaca-89cba26db06e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18729 | 2025.02.28 06:58:19.406268 [ 255 ] {9f798e75-024e-4fc2-aaca-89cba26db06e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18730 | 2025.02.28 06:58:19.406789 [ 255 ] {9f798e75-024e-4fc2-aaca-89cba26db06e} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18731 | 2025.02.28 06:58:19.406829 [ 255 ] {9f798e75-024e-4fc2-aaca-89cba26db06e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18732 | 2025.02.28 06:58:19.407211 [ 255 ] {9f798e75-024e-4fc2-aaca-89cba26db06e} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 18733 | 2025.02.28 06:58:19.407448 [ 255 ] {9f798e75-024e-4fc2-aaca-89cba26db06e} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18734 | 2025.02.28 06:58:19.407685 [ 255 ] {9f798e75-024e-4fc2-aaca-89cba26db06e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001498 sec., 40053.40453938585 rows/sec., 2.70 MiB/sec. | ||
| 18735 | 2025.02.28 06:58:19.407740 [ 255 ] {9f798e75-024e-4fc2-aaca-89cba26db06e} <Debug> TCPHandler: Processed in 0.00171252 sec. | ||
| 18736 | 2025.02.28 06:58:21.411881 [ 222 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18737 | 2025.02.28 06:58:21.411954 [ 222 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18738 | 2025.02.28 06:58:21.414269 [ 222 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18739 | 2025.02.28 06:58:21.516411 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18740 | 2025.02.28 06:58:21.516503 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18741 | 2025.02.28 06:58:21.518890 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18742 | 2025.02.28 06:58:21.600027 [ 223 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18743 | 2025.02.28 06:58:21.600097 [ 223 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18744 | 2025.02.28 06:58:21.602433 [ 223 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18745 | 2025.02.28 06:58:21.743174 [ 223 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18746 | 2025.02.28 06:58:21.743212 [ 223 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18747 | 2025.02.28 06:58:21.745341 [ 223 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 18748 | 2025.02.28 06:58:21.838788 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18749 | 2025.02.28 06:58:21.838997 [ 4 ] {e0fd137f-76bb-488b-82ec-b9d645545418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18750 | 2025.02.28 06:58:21.839076 [ 4 ] {e0fd137f-76bb-488b-82ec-b9d645545418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18751 | 2025.02.28 06:58:21.840016 [ 4 ] {e0fd137f-76bb-488b-82ec-b9d645545418} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18752 | 2025.02.28 06:58:21.840061 [ 4 ] {e0fd137f-76bb-488b-82ec-b9d645545418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18753 | 2025.02.28 06:58:21.840508 [ 4 ] {e0fd137f-76bb-488b-82ec-b9d645545418} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18754 | 2025.02.28 06:58:21.840772 [ 4 ] {e0fd137f-76bb-488b-82ec-b9d645545418} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18755 | 2025.02.28 06:58:21.841017 [ 4 ] {e0fd137f-76bb-488b-82ec-b9d645545418} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002078 sec., 102021.17420596728 rows/sec., 6.49 MiB/sec. | ||
| 18756 | 2025.02.28 06:58:21.841084 [ 4 ] {e0fd137f-76bb-488b-82ec-b9d645545418} <Debug> TCPHandler: Processed in 0.00242992 sec. | ||
| 18757 | 2025.02.28 06:58:21.841331 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18758 | 2025.02.28 06:58:21.841517 [ 255 ] {31c98b37-1813-428d-8ef1-155dd142fbf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 18759 | 2025.02.28 06:58:21.841589 [ 255 ] {31c98b37-1813-428d-8ef1-155dd142fbf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18760 | 2025.02.28 06:58:21.842301 [ 255 ] {31c98b37-1813-428d-8ef1-155dd142fbf3} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18761 | 2025.02.28 06:58:21.842341 [ 255 ] {31c98b37-1813-428d-8ef1-155dd142fbf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18762 | 2025.02.28 06:58:21.842756 [ 255 ] {31c98b37-1813-428d-8ef1-155dd142fbf3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 18763 | 2025.02.28 06:58:21.843006 [ 255 ] {31c98b37-1813-428d-8ef1-155dd142fbf3} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18764 | 2025.02.28 06:58:21.843239 [ 255 ] {31c98b37-1813-428d-8ef1-155dd142fbf3} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001763 sec., 9075.439591605218 rows/sec., 740.04 KiB/sec. | ||
| 18765 | 2025.02.28 06:58:21.843357 [ 255 ] {31c98b37-1813-428d-8ef1-155dd142fbf3} <Debug> TCPHandler: Processed in 0.002149206 sec. | ||
| 18766 | 2025.02.28 06:58:21.843606 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18767 | 2025.02.28 06:58:21.843769 [ 4 ] {fa9efd40-88f1-4652-bf70-fbe44ffc5aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18768 | 2025.02.28 06:58:21.843830 [ 4 ] {fa9efd40-88f1-4652-bf70-fbe44ffc5aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18769 | 2025.02.28 06:58:21.845216 [ 4 ] {fa9efd40-88f1-4652-bf70-fbe44ffc5aa4} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18770 | 2025.02.28 06:58:21.845257 [ 4 ] {fa9efd40-88f1-4652-bf70-fbe44ffc5aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18771 | 2025.02.28 06:58:21.845751 [ 4 ] {fa9efd40-88f1-4652-bf70-fbe44ffc5aa4} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 18772 | 2025.02.28 06:58:21.845982 [ 4 ] {fa9efd40-88f1-4652-bf70-fbe44ffc5aa4} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18773 | 2025.02.28 06:58:21.846198 [ 4 ] {fa9efd40-88f1-4652-bf70-fbe44ffc5aa4} <Debug> executeQuery: Read 1881 rows, 157.56 KiB in 0.002491 sec., 755118.4263348052 rows/sec., 61.77 MiB/sec. | ||
| 18774 | 2025.02.28 06:58:21.846253 [ 4 ] {fa9efd40-88f1-4652-bf70-fbe44ffc5aa4} <Debug> TCPHandler: Processed in 0.002820864 sec. | ||
| 18775 | 2025.02.28 06:58:21.846458 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18776 | 2025.02.28 06:58:21.846667 [ 255 ] {2284d0a4-6646-4b53-a512-cc3e5b1f108b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18777 | 2025.02.28 06:58:21.846820 [ 255 ] {2284d0a4-6646-4b53-a512-cc3e5b1f108b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18778 | 2025.02.28 06:58:21.847551 [ 255 ] {2284d0a4-6646-4b53-a512-cc3e5b1f108b} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18779 | 2025.02.28 06:58:21.847589 [ 255 ] {2284d0a4-6646-4b53-a512-cc3e5b1f108b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18780 | 2025.02.28 06:58:21.847991 [ 255 ] {2284d0a4-6646-4b53-a512-cc3e5b1f108b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18781 | 2025.02.28 06:58:21.848226 [ 255 ] {2284d0a4-6646-4b53-a512-cc3e5b1f108b} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18782 | 2025.02.28 06:58:21.848395 [ 255 ] {2284d0a4-6646-4b53-a512-cc3e5b1f108b} <Debug> executeQuery: Read 180 rows, 11.86 KiB in 0.001723 sec., 104468.94950667441 rows/sec., 6.72 MiB/sec. | ||
| 18783 | 2025.02.28 06:58:21.848446 [ 255 ] {2284d0a4-6646-4b53-a512-cc3e5b1f108b} <Debug> TCPHandler: Processed in 0.002052215 sec. | ||
| 18784 | 2025.02.28 06:58:21.848597 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18785 | 2025.02.28 06:58:21.848739 [ 4 ] {9b7460e8-1a8e-48d9-b083-607d158e0938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18786 | 2025.02.28 06:58:21.848798 [ 4 ] {9b7460e8-1a8e-48d9-b083-607d158e0938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18787 | 2025.02.28 06:58:21.849547 [ 4 ] {9b7460e8-1a8e-48d9-b083-607d158e0938} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18788 | 2025.02.28 06:58:21.849586 [ 4 ] {9b7460e8-1a8e-48d9-b083-607d158e0938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18789 | 2025.02.28 06:58:21.849963 [ 4 ] {9b7460e8-1a8e-48d9-b083-607d158e0938} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18790 | 2025.02.28 06:58:21.850204 [ 4 ] {9b7460e8-1a8e-48d9-b083-607d158e0938} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18791 | 2025.02.28 06:58:21.850408 [ 4 ] {9b7460e8-1a8e-48d9-b083-607d158e0938} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001703 sec., 200234.8796241926 rows/sec., 13.36 MiB/sec. | ||
| 18792 | 2025.02.28 06:58:21.850462 [ 4 ] {9b7460e8-1a8e-48d9-b083-607d158e0938} <Debug> TCPHandler: Processed in 0.001931443 sec. | ||
| 18793 | 2025.02.28 06:58:21.850600 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18794 | 2025.02.28 06:58:21.850736 [ 255 ] {e2e4283a-d9f7-45f0-a003-6679bc2246bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18795 | 2025.02.28 06:58:21.850793 [ 255 ] {e2e4283a-d9f7-45f0-a003-6679bc2246bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18796 | 2025.02.28 06:58:21.851421 [ 255 ] {e2e4283a-d9f7-45f0-a003-6679bc2246bc} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18797 | 2025.02.28 06:58:21.851459 [ 255 ] {e2e4283a-d9f7-45f0-a003-6679bc2246bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18798 | 2025.02.28 06:58:21.851818 [ 255 ] {e2e4283a-d9f7-45f0-a003-6679bc2246bc} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18799 | 2025.02.28 06:58:21.852049 [ 255 ] {e2e4283a-d9f7-45f0-a003-6679bc2246bc} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18800 | 2025.02.28 06:58:21.852225 [ 255 ] {e2e4283a-d9f7-45f0-a003-6679bc2246bc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00152 sec., 73684.21052631579 rows/sec., 4.20 MiB/sec. | ||
| 18801 | 2025.02.28 06:58:21.852275 [ 255 ] {e2e4283a-d9f7-45f0-a003-6679bc2246bc} <Debug> TCPHandler: Processed in 0.001740161 sec. | ||
| 18802 | 2025.02.28 06:58:21.852420 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18803 | 2025.02.28 06:58:21.852559 [ 4 ] {213cc43e-de61-4f4e-bb3c-d517682846a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18804 | 2025.02.28 06:58:21.852615 [ 4 ] {213cc43e-de61-4f4e-bb3c-d517682846a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18805 | 2025.02.28 06:58:21.853553 [ 4 ] {213cc43e-de61-4f4e-bb3c-d517682846a8} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18806 | 2025.02.28 06:58:21.853591 [ 4 ] {213cc43e-de61-4f4e-bb3c-d517682846a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18807 | 2025.02.28 06:58:21.853991 [ 4 ] {213cc43e-de61-4f4e-bb3c-d517682846a8} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 18808 | 2025.02.28 06:58:21.854234 [ 4 ] {213cc43e-de61-4f4e-bb3c-d517682846a8} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18809 | 2025.02.28 06:58:21.854441 [ 4 ] {213cc43e-de61-4f4e-bb3c-d517682846a8} <Debug> executeQuery: Read 912 rows, 67.82 KiB in 0.001914 sec., 476489.02821316617 rows/sec., 34.60 MiB/sec. | ||
| 18810 | 2025.02.28 06:58:21.854492 [ 4 ] {213cc43e-de61-4f4e-bb3c-d517682846a8} <Debug> TCPHandler: Processed in 0.002138916 sec. | ||
| 18811 | 2025.02.28 06:58:21.854704 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18812 | 2025.02.28 06:58:21.854950 [ 255 ] {668859d1-80e4-4952-b20a-76bda9fdd641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18813 | 2025.02.28 06:58:21.855015 [ 255 ] {668859d1-80e4-4952-b20a-76bda9fdd641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18814 | 2025.02.28 06:58:21.855511 [ 255 ] {668859d1-80e4-4952-b20a-76bda9fdd641} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18815 | 2025.02.28 06:58:21.855549 [ 255 ] {668859d1-80e4-4952-b20a-76bda9fdd641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18816 | 2025.02.28 06:58:21.855938 [ 255 ] {668859d1-80e4-4952-b20a-76bda9fdd641} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18817 | 2025.02.28 06:58:21.856179 [ 255 ] {668859d1-80e4-4952-b20a-76bda9fdd641} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18818 | 2025.02.28 06:58:21.856356 [ 255 ] {668859d1-80e4-4952-b20a-76bda9fdd641} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001467 sec., 4089.9795501022495 rows/sec., 213.69 KiB/sec. | ||
| 18819 | 2025.02.28 06:58:21.856413 [ 255 ] {668859d1-80e4-4952-b20a-76bda9fdd641} <Debug> TCPHandler: Processed in 0.001820832 sec. | ||
| 18820 | 2025.02.28 06:58:21.856556 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18821 | 2025.02.28 06:58:21.856675 [ 4 ] {770c2f82-7657-482d-b9fe-a80fb5ef5cd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18822 | 2025.02.28 06:58:21.856728 [ 4 ] {770c2f82-7657-482d-b9fe-a80fb5ef5cd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18823 | 2025.02.28 06:58:21.857477 [ 4 ] {770c2f82-7657-482d-b9fe-a80fb5ef5cd3} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18824 | 2025.02.28 06:58:21.857515 [ 4 ] {770c2f82-7657-482d-b9fe-a80fb5ef5cd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18825 | 2025.02.28 06:58:21.857970 [ 4 ] {770c2f82-7657-482d-b9fe-a80fb5ef5cd3} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 18826 | 2025.02.28 06:58:21.858214 [ 4 ] {770c2f82-7657-482d-b9fe-a80fb5ef5cd3} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18827 | 2025.02.28 06:58:21.858428 [ 4 ] {770c2f82-7657-482d-b9fe-a80fb5ef5cd3} <Debug> executeQuery: Read 1027 rows, 70.10 KiB in 0.001778 sec., 577615.298087739 rows/sec., 38.50 MiB/sec. | ||
| 18828 | 2025.02.28 06:58:21.858479 [ 4 ] {770c2f82-7657-482d-b9fe-a80fb5ef5cd3} <Debug> TCPHandler: Processed in 0.001978024 sec. | ||
| 18829 | 2025.02.28 06:58:21.858626 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18830 | 2025.02.28 06:58:21.858744 [ 255 ] {10748c33-6d23-42c9-8649-f015e4b47937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18831 | 2025.02.28 06:58:21.858798 [ 255 ] {10748c33-6d23-42c9-8649-f015e4b47937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18832 | 2025.02.28 06:58:21.859269 [ 255 ] {10748c33-6d23-42c9-8649-f015e4b47937} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18833 | 2025.02.28 06:58:21.859306 [ 255 ] {10748c33-6d23-42c9-8649-f015e4b47937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18834 | 2025.02.28 06:58:21.859676 [ 255 ] {10748c33-6d23-42c9-8649-f015e4b47937} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18835 | 2025.02.28 06:58:21.859915 [ 255 ] {10748c33-6d23-42c9-8649-f015e4b47937} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18836 | 2025.02.28 06:58:21.860104 [ 255 ] {10748c33-6d23-42c9-8649-f015e4b47937} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001385 sec., 722.0216606498195 rows/sec., 48.65 KiB/sec. | ||
| 18837 | 2025.02.28 06:58:21.860172 [ 255 ] {10748c33-6d23-42c9-8649-f015e4b47937} <Debug> TCPHandler: Processed in 0.001604939 sec. | ||
| 18838 | 2025.02.28 06:58:21.860351 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18839 | 2025.02.28 06:58:21.860486 [ 4 ] {6aa48bad-f0a3-4600-b098-9d1a1b1e8e0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18840 | 2025.02.28 06:58:21.860577 [ 4 ] {6aa48bad-f0a3-4600-b098-9d1a1b1e8e0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18841 | 2025.02.28 06:58:21.861866 [ 4 ] {6aa48bad-f0a3-4600-b098-9d1a1b1e8e0b} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18842 | 2025.02.28 06:58:21.861904 [ 4 ] {6aa48bad-f0a3-4600-b098-9d1a1b1e8e0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18843 | 2025.02.28 06:58:21.862612 [ 4 ] {6aa48bad-f0a3-4600-b098-9d1a1b1e8e0b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18844 | 2025.02.28 06:58:21.862873 [ 4 ] {6aa48bad-f0a3-4600-b098-9d1a1b1e8e0b} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18845 | 2025.02.28 06:58:21.863109 [ 4 ] {6aa48bad-f0a3-4600-b098-9d1a1b1e8e0b} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.002651 sec., 21878.53640135798 rows/sec., 39.21 MiB/sec. | ||
| 18846 | 2025.02.28 06:58:21.863202 [ 4 ] {6aa48bad-f0a3-4600-b098-9d1a1b1e8e0b} <Debug> TCPHandler: Processed in 0.002940355 sec. | ||
| 18847 | 2025.02.28 06:58:21.863366 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18848 | 2025.02.28 06:58:21.863504 [ 255 ] {e02ee581-587b-47af-be22-cdb884e41bc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18849 | 2025.02.28 06:58:21.863564 [ 255 ] {e02ee581-587b-47af-be22-cdb884e41bc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18850 | 2025.02.28 06:58:21.864105 [ 255 ] {e02ee581-587b-47af-be22-cdb884e41bc1} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18851 | 2025.02.28 06:58:21.864143 [ 255 ] {e02ee581-587b-47af-be22-cdb884e41bc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18852 | 2025.02.28 06:58:21.864542 [ 255 ] {e02ee581-587b-47af-be22-cdb884e41bc1} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 18853 | 2025.02.28 06:58:21.864789 [ 255 ] {e02ee581-587b-47af-be22-cdb884e41bc1} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18854 | 2025.02.28 06:58:21.864994 [ 255 ] {e02ee581-587b-47af-be22-cdb884e41bc1} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.00152 sec., 38157.89473684211 rows/sec., 2.36 MiB/sec. | ||
| 18855 | 2025.02.28 06:58:21.865045 [ 255 ] {e02ee581-587b-47af-be22-cdb884e41bc1} <Debug> TCPHandler: Processed in 0.00174741 sec. | ||
| 18856 | 2025.02.28 06:58:22.327518 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 739 | ||
| 18857 | 2025.02.28 06:58:22.352315 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18858 | 2025.02.28 06:58:22.352368 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18859 | 2025.02.28 06:58:22.360096 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 18860 | 2025.02.28 06:58:22.360912 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18861 | 2025.02.28 06:58:22.364023 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 739 | ||
| 18862 | 2025.02.28 06:58:24.159234 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2596 | ||
| 18863 | 2025.02.28 06:58:24.162945 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18864 | 2025.02.28 06:58:24.163001 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18865 | 2025.02.28 06:58:24.164563 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 18866 | 2025.02.28 06:58:24.164879 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18867 | 2025.02.28 06:58:24.166669 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2596 | ||
| 18868 | 2025.02.28 06:58:24.394370 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18869 | 2025.02.28 06:58:24.394569 [ 4 ] {30d14eac-c0e5-41d7-be3f-ffbaee1eccf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18870 | 2025.02.28 06:58:24.394640 [ 4 ] {30d14eac-c0e5-41d7-be3f-ffbaee1eccf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18871 | 2025.02.28 06:58:24.395447 [ 4 ] {30d14eac-c0e5-41d7-be3f-ffbaee1eccf0} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18872 | 2025.02.28 06:58:24.395491 [ 4 ] {30d14eac-c0e5-41d7-be3f-ffbaee1eccf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18873 | 2025.02.28 06:58:24.395924 [ 4 ] {30d14eac-c0e5-41d7-be3f-ffbaee1eccf0} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 18874 | 2025.02.28 06:58:24.396192 [ 4 ] {30d14eac-c0e5-41d7-be3f-ffbaee1eccf0} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18875 | 2025.02.28 06:58:24.396412 [ 4 ] {30d14eac-c0e5-41d7-be3f-ffbaee1eccf0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001897 sec., 29520.295202952027 rows/sec., 2.27 MiB/sec. | ||
| 18876 | 2025.02.28 06:58:24.396469 [ 4 ] {30d14eac-c0e5-41d7-be3f-ffbaee1eccf0} <Debug> TCPHandler: Processed in 0.002234946 sec. | ||
| 18877 | 2025.02.28 06:58:24.396750 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18878 | 2025.02.28 06:58:24.396966 [ 255 ] {2c3bbf33-98ad-46b1-abf8-ab2ea0644e44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18879 | 2025.02.28 06:58:24.397051 [ 255 ] {2c3bbf33-98ad-46b1-abf8-ab2ea0644e44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18880 | 2025.02.28 06:58:24.397845 [ 255 ] {2c3bbf33-98ad-46b1-abf8-ab2ea0644e44} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18881 | 2025.02.28 06:58:24.397895 [ 255 ] {2c3bbf33-98ad-46b1-abf8-ab2ea0644e44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18882 | 2025.02.28 06:58:24.398347 [ 255 ] {2c3bbf33-98ad-46b1-abf8-ab2ea0644e44} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 18883 | 2025.02.28 06:58:24.398600 [ 255 ] {2c3bbf33-98ad-46b1-abf8-ab2ea0644e44} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18884 | 2025.02.28 06:58:24.398844 [ 255 ] {2c3bbf33-98ad-46b1-abf8-ab2ea0644e44} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001934 sec., 33092.037228541885 rows/sec., 2.58 MiB/sec. | ||
| 18885 | 2025.02.28 06:58:24.398916 [ 255 ] {2c3bbf33-98ad-46b1-abf8-ab2ea0644e44} <Debug> TCPHandler: Processed in 0.002302868 sec. | ||
| 18886 | 2025.02.28 06:58:24.399097 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18887 | 2025.02.28 06:58:24.399237 [ 4 ] {220bfccd-9040-4d0e-9b12-3a2105716585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18888 | 2025.02.28 06:58:24.399300 [ 4 ] {220bfccd-9040-4d0e-9b12-3a2105716585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18889 | 2025.02.28 06:58:24.399948 [ 4 ] {220bfccd-9040-4d0e-9b12-3a2105716585} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18890 | 2025.02.28 06:58:24.399995 [ 4 ] {220bfccd-9040-4d0e-9b12-3a2105716585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18891 | 2025.02.28 06:58:24.400403 [ 4 ] {220bfccd-9040-4d0e-9b12-3a2105716585} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 18892 | 2025.02.28 06:58:24.400646 [ 4 ] {220bfccd-9040-4d0e-9b12-3a2105716585} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18893 | 2025.02.28 06:58:24.400871 [ 4 ] {220bfccd-9040-4d0e-9b12-3a2105716585} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001666 sec., 38415.36614645858 rows/sec., 2.68 MiB/sec. | ||
| 18894 | 2025.02.28 06:58:24.400926 [ 4 ] {220bfccd-9040-4d0e-9b12-3a2105716585} <Debug> TCPHandler: Processed in 0.001900233 sec. | ||
| 18895 | 2025.02.28 06:58:24.401072 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18896 | 2025.02.28 06:58:24.401222 [ 255 ] {232431db-a880-4cc5-aef2-a7aab470100d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18897 | 2025.02.28 06:58:24.401289 [ 255 ] {232431db-a880-4cc5-aef2-a7aab470100d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18898 | 2025.02.28 06:58:24.401888 [ 255 ] {232431db-a880-4cc5-aef2-a7aab470100d} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18899 | 2025.02.28 06:58:24.401937 [ 255 ] {232431db-a880-4cc5-aef2-a7aab470100d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18900 | 2025.02.28 06:58:24.402338 [ 255 ] {232431db-a880-4cc5-aef2-a7aab470100d} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 18901 | 2025.02.28 06:58:24.402572 [ 255 ] {232431db-a880-4cc5-aef2-a7aab470100d} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18902 | 2025.02.28 06:58:24.402806 [ 255 ] {232431db-a880-4cc5-aef2-a7aab470100d} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001609 sec., 14916.096954630206 rows/sec., 1.01 MiB/sec. | ||
| 18903 | 2025.02.28 06:58:24.402869 [ 255 ] {232431db-a880-4cc5-aef2-a7aab470100d} <Debug> TCPHandler: Processed in 0.001864262 sec. | ||
| 18904 | 2025.02.28 06:58:26.390914 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 45384 | ||
| 18905 | 2025.02.28 06:58:26.391707 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18906 | 2025.02.28 06:58:26.391763 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18907 | 2025.02.28 06:58:26.392358 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 18908 | 2025.02.28 06:58:26.392624 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18909 | 2025.02.28 06:58:26.392876 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45384 | ||
| 18910 | 2025.02.28 06:58:29.399238 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18911 | 2025.02.28 06:58:29.399446 [ 4 ] {7697df72-e2d0-4e76-97b3-0cedca57ae89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18912 | 2025.02.28 06:58:29.399526 [ 4 ] {7697df72-e2d0-4e76-97b3-0cedca57ae89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18913 | 2025.02.28 06:58:29.400421 [ 4 ] {7697df72-e2d0-4e76-97b3-0cedca57ae89} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18914 | 2025.02.28 06:58:29.400464 [ 4 ] {7697df72-e2d0-4e76-97b3-0cedca57ae89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18915 | 2025.02.28 06:58:29.400888 [ 4 ] {7697df72-e2d0-4e76-97b3-0cedca57ae89} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 18916 | 2025.02.28 06:58:29.401144 [ 4 ] {7697df72-e2d0-4e76-97b3-0cedca57ae89} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18917 | 2025.02.28 06:58:29.401371 [ 4 ] {7697df72-e2d0-4e76-97b3-0cedca57ae89} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001969 sec., 28440.832910106656 rows/sec., 2.18 MiB/sec. | ||
| 18918 | 2025.02.28 06:58:29.401456 [ 4 ] {7697df72-e2d0-4e76-97b3-0cedca57ae89} <Debug> TCPHandler: Processed in 0.002350958 sec. | ||
| 18919 | 2025.02.28 06:58:29.401775 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18920 | 2025.02.28 06:58:29.402017 [ 255 ] {6ce126b4-ff90-4be2-9fa5-eb2b052e1634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18921 | 2025.02.28 06:58:29.402098 [ 255 ] {6ce126b4-ff90-4be2-9fa5-eb2b052e1634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18922 | 2025.02.28 06:58:29.402869 [ 255 ] {6ce126b4-ff90-4be2-9fa5-eb2b052e1634} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18923 | 2025.02.28 06:58:29.402912 [ 255 ] {6ce126b4-ff90-4be2-9fa5-eb2b052e1634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18924 | 2025.02.28 06:58:29.403339 [ 255 ] {6ce126b4-ff90-4be2-9fa5-eb2b052e1634} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 18925 | 2025.02.28 06:58:29.403596 [ 255 ] {6ce126b4-ff90-4be2-9fa5-eb2b052e1634} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18926 | 2025.02.28 06:58:29.403832 [ 255 ] {6ce126b4-ff90-4be2-9fa5-eb2b052e1634} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001871 sec., 34206.306787814 rows/sec., 2.67 MiB/sec. | ||
| 18927 | 2025.02.28 06:58:29.403887 [ 255 ] {6ce126b4-ff90-4be2-9fa5-eb2b052e1634} <Debug> TCPHandler: Processed in 0.002297827 sec. | ||
| 18928 | 2025.02.28 06:58:29.404045 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18929 | 2025.02.28 06:58:29.404192 [ 4 ] {ed483da8-31ab-4233-bfbe-14762367a2c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18930 | 2025.02.28 06:58:29.404257 [ 4 ] {ed483da8-31ab-4233-bfbe-14762367a2c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18931 | 2025.02.28 06:58:29.404939 [ 4 ] {ed483da8-31ab-4233-bfbe-14762367a2c4} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18932 | 2025.02.28 06:58:29.404983 [ 4 ] {ed483da8-31ab-4233-bfbe-14762367a2c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18933 | 2025.02.28 06:58:29.405424 [ 4 ] {ed483da8-31ab-4233-bfbe-14762367a2c4} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 18934 | 2025.02.28 06:58:29.405666 [ 4 ] {ed483da8-31ab-4233-bfbe-14762367a2c4} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18935 | 2025.02.28 06:58:29.405850 [ 4 ] {ed483da8-31ab-4233-bfbe-14762367a2c4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001694 sec., 94451.00354191264 rows/sec., 6.58 MiB/sec. | ||
| 18936 | 2025.02.28 06:58:29.405905 [ 4 ] {ed483da8-31ab-4233-bfbe-14762367a2c4} <Debug> TCPHandler: Processed in 0.001927934 sec. | ||
| 18937 | 2025.02.28 06:58:29.406035 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18938 | 2025.02.28 06:58:29.406154 [ 255 ] {0b2799ee-d056-4a67-a966-86c900f7ddf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18939 | 2025.02.28 06:58:29.406205 [ 255 ] {0b2799ee-d056-4a67-a966-86c900f7ddf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18940 | 2025.02.28 06:58:29.406787 [ 255 ] {0b2799ee-d056-4a67-a966-86c900f7ddf2} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18941 | 2025.02.28 06:58:29.406833 [ 255 ] {0b2799ee-d056-4a67-a966-86c900f7ddf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18942 | 2025.02.28 06:58:29.407267 [ 255 ] {0b2799ee-d056-4a67-a966-86c900f7ddf2} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 18943 | 2025.02.28 06:58:29.407503 [ 255 ] {0b2799ee-d056-4a67-a966-86c900f7ddf2} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18944 | 2025.02.28 06:58:29.407751 [ 255 ] {0b2799ee-d056-4a67-a966-86c900f7ddf2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001612 sec., 37220.843672456576 rows/sec., 2.51 MiB/sec. | ||
| 18945 | 2025.02.28 06:58:29.407811 [ 255 ] {0b2799ee-d056-4a67-a966-86c900f7ddf2} <Debug> TCPHandler: Processed in 0.001831001 sec. | ||
| 18946 | 2025.02.28 06:58:29.864199 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 747 | ||
| 18947 | 2025.02.28 06:58:29.888179 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18948 | 2025.02.28 06:58:29.888239 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18949 | 2025.02.28 06:58:29.895915 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 18950 | 2025.02.28 06:58:29.896714 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18951 | 2025.02.28 06:58:29.899713 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 747 | ||
| 18952 | 2025.02.28 06:58:32.797107 [ 123 ] {} <Debug> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 18953 | 2025.02.28 06:58:32.797228 [ 123 ] {} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18954 | 2025.02.28 06:58:32.797271 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18955 | 2025.02.28 06:58:32.797575 [ 198 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::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 | ||
| 18956 | 2025.02.28 06:58:32.797798 [ 198 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18957 | 2025.02.28 06:58:32.797838 [ 198 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::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 | ||
| 18958 | 2025.02.28 06:58:32.797922 [ 198 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 3 rows starting from the beginning of the part | ||
| 18959 | 2025.02.28 06:58:32.798157 [ 198 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 5 rows starting from the beginning of the part | ||
| 18960 | 2025.02.28 06:58:32.798438 [ 198 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 3 rows starting from the beginning of the part | ||
| 18961 | 2025.02.28 06:58:32.798596 [ 198 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 16 rows starting from the beginning of the part | ||
| 18962 | 2025.02.28 06:58:32.799665 [ 195 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 5 columns (5 merged, 0 gathered) in 0.002274397 sec., 19785.464015297242 rows/sec., 1.62 MiB/sec. | ||
| 18963 | 2025.02.28 06:58:32.799950 [ 195 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 18964 | 2025.02.28 06:58:32.800460 [ 195 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_25_6} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18965 | 2025.02.28 06:58:32.800550 [ 195 ] {44731d05-a3ad-4317-8cf3-302e9b77b8c7::all_1_25_6} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 18966 | 2025.02.28 06:58:32.800653 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 18967 | 2025.02.28 06:58:32.984076 [ 220 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Found 5 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18968 | 2025.02.28 06:58:32.984162 [ 220 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Removing 5 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18969 | 2025.02.28 06:58:32.985990 [ 220 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Removing 5 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18970 | 2025.02.28 06:58:33.040890 [ 224 ] {} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Found 5 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18971 | 2025.02.28 06:58:33.040954 [ 224 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Removing 5 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18972 | 2025.02.28 06:58:33.042776 [ 224 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Removing 5 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 18973 | 2025.02.28 06:58:33.048352 [ 221 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): 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] | ||
| 18974 | 2025.02.28 06:58:33.048445 [ 221 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): 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] | ||
| 18975 | 2025.02.28 06:58:33.050986 [ 221 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): 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] | ||
| 18976 | 2025.02.28 06:58:33.562721 [ 224 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 18977 | 2025.02.28 06:58:33.562799 [ 224 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 18978 | 2025.02.28 06:58:33.564807 [ 224 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 18979 | 2025.02.28 06:58:33.628345 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18980 | 2025.02.28 06:58:33.628375 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18981 | 2025.02.28 06:58:33.893145 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 45811 | ||
| 18982 | 2025.02.28 06:58:33.893876 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18983 | 2025.02.28 06:58:33.893915 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18984 | 2025.02.28 06:58:33.894452 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 18985 | 2025.02.28 06:58:33.894729 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18986 | 2025.02.28 06:58:33.894919 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45811 | ||
| 18987 | 2025.02.28 06:58:34.066616 [ 224 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Found 5 old parts to remove. Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 18988 | 2025.02.28 06:58:34.066667 [ 224 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Removing 5 parts from filesystem (serially): Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 18989 | 2025.02.28 06:58:34.068825 [ 224 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Removing 5 parts from memory: Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 18990 | 2025.02.28 06:58:34.167109 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2612 | ||
| 18991 | 2025.02.28 06:58:34.171800 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18992 | 2025.02.28 06:58:34.171859 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18993 | 2025.02.28 06:58:34.173405 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 18994 | 2025.02.28 06:58:34.173742 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18995 | 2025.02.28 06:58:34.174831 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2612 | ||
| 18996 | 2025.02.28 06:58:34.235139 [ 122 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Selected 5 parts from all_1_68_15 to all_72_72_0 | ||
| 18997 | 2025.02.28 06:58:34.235172 [ 122 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18998 | 2025.02.28 06:58:34.235194 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 18999 | 2025.02.28 06:58:34.235406 [ 195 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_72_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_68_15 to all_72_72_0 into Compact with storage Full | ||
| 19000 | 2025.02.28 06:58:34.235675 [ 195 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_72_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19001 | 2025.02.28 06:58:34.235717 [ 195 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_72_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_68_15, total 68 rows starting from the beginning of the part | ||
| 19002 | 2025.02.28 06:58:34.235814 [ 195 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_72_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1 rows starting from the beginning of the part | ||
| 19003 | 2025.02.28 06:58:34.236008 [ 195 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_72_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1 rows starting from the beginning of the part | ||
| 19004 | 2025.02.28 06:58:34.236234 [ 195 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_72_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1 rows starting from the beginning of the part | ||
| 19005 | 2025.02.28 06:58:34.236457 [ 195 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_72_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1 rows starting from the beginning of the part | ||
| 19006 | 2025.02.28 06:58:34.237620 [ 198 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_72_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 72 rows, containing 4 columns (4 merged, 0 gathered) in 0.002337498 sec., 30802.165392227074 rows/sec., 2.03 MiB/sec. | ||
| 19007 | 2025.02.28 06:58:34.237795 [ 200 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_72_16} <Trace> MergedBlockOutputStream: filled checksums all_1_72_16 (state Temporary) | ||
| 19008 | 2025.02.28 06:58:34.238126 [ 200 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_72_16} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_merge_all_1_72_16 to all_1_72_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19009 | 2025.02.28 06:58:34.238217 [ 200 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_72_16} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Merged 5 parts: [all_1_68_15, all_72_72_0] -> all_1_72_16 | ||
| 19010 | 2025.02.28 06:58:34.238317 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 19011 | 2025.02.28 06:58:34.408140 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19012 | 2025.02.28 06:58:34.408311 [ 4 ] {47bc4cf3-bfdb-4c68-88a5-94148106c909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19013 | 2025.02.28 06:58:34.408380 [ 4 ] {47bc4cf3-bfdb-4c68-88a5-94148106c909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19014 | 2025.02.28 06:58:34.409205 [ 4 ] {47bc4cf3-bfdb-4c68-88a5-94148106c909} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19015 | 2025.02.28 06:58:34.409248 [ 4 ] {47bc4cf3-bfdb-4c68-88a5-94148106c909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19016 | 2025.02.28 06:58:34.409674 [ 4 ] {47bc4cf3-bfdb-4c68-88a5-94148106c909} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 19017 | 2025.02.28 06:58:34.409928 [ 4 ] {47bc4cf3-bfdb-4c68-88a5-94148106c909} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19018 | 2025.02.28 06:58:34.410117 [ 122 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0 | ||
| 19019 | 2025.02.28 06:58:34.410186 [ 4 ] {47bc4cf3-bfdb-4c68-88a5-94148106c909} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001917 sec., 110589.46270213876 rows/sec., 7.03 MiB/sec. | ||
| 19020 | 2025.02.28 06:58:34.410188 [ 122 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19021 | 2025.02.28 06:58:34.410276 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19022 | 2025.02.28 06:58:34.410333 [ 4 ] {47bc4cf3-bfdb-4c68-88a5-94148106c909} <Debug> TCPHandler: Processed in 0.002316788 sec. | ||
| 19023 | 2025.02.28 06:58:34.410479 [ 200 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_73_18} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_69_17 to all_73_73_0 into Compact with storage Full | ||
| 19024 | 2025.02.28 06:58:34.410619 [ 200 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_73_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19025 | 2025.02.28 06:58:34.410652 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19026 | 2025.02.28 06:58:34.410681 [ 200 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_17, total 212 rows starting from the beginning of the part | ||
| 19027 | 2025.02.28 06:58:34.410894 [ 200 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 212 rows starting from the beginning of the part | ||
| 19028 | 2025.02.28 06:58:34.411287 [ 200 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 212 rows starting from the beginning of the part | ||
| 19029 | 2025.02.28 06:58:34.411372 [ 255 ] {679a9504-937e-4b94-b63c-afbb1bffea45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19030 | 2025.02.28 06:58:34.411539 [ 200 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 212 rows starting from the beginning of the part | ||
| 19031 | 2025.02.28 06:58:34.411726 [ 255 ] {679a9504-937e-4b94-b63c-afbb1bffea45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19032 | 2025.02.28 06:58:34.411860 [ 200 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 212 rows starting from the beginning of the part | ||
| 19033 | 2025.02.28 06:58:34.414445 [ 200 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_73_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004064699 sec., 260781.9176770531 rows/sec., 17.58 MiB/sec. | ||
| 19034 | 2025.02.28 06:58:34.414470 [ 255 ] {679a9504-937e-4b94-b63c-afbb1bffea45} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19035 | 2025.02.28 06:58:34.414539 [ 255 ] {679a9504-937e-4b94-b63c-afbb1bffea45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19036 | 2025.02.28 06:58:34.414627 [ 200 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_73_18} <Trace> MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary) | ||
| 19037 | 2025.02.28 06:58:34.415199 [ 200 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_73_18} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19038 | 2025.02.28 06:58:34.415318 [ 200 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_73_18} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18 | ||
| 19039 | 2025.02.28 06:58:34.415397 [ 255 ] {679a9504-937e-4b94-b63c-afbb1bffea45} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 19040 | 2025.02.28 06:58:34.415432 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 19041 | 2025.02.28 06:58:34.415700 [ 255 ] {679a9504-937e-4b94-b63c-afbb1bffea45} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19042 | 2025.02.28 06:58:34.415900 [ 122 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 | ||
| 19043 | 2025.02.28 06:58:34.415958 [ 122 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19044 | 2025.02.28 06:58:34.415967 [ 255 ] {679a9504-937e-4b94-b63c-afbb1bffea45} <Debug> executeQuery: Read 733 rows, 60.41 KiB in 0.004802 sec., 152644.73136193253 rows/sec., 12.29 MiB/sec. | ||
| 19045 | 2025.02.28 06:58:34.415996 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19046 | 2025.02.28 06:58:34.416118 [ 255 ] {679a9504-937e-4b94-b63c-afbb1bffea45} <Debug> TCPHandler: Processed in 0.005665018 sec. | ||
| 19047 | 2025.02.28 06:58:34.416213 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full | ||
| 19048 | 2025.02.28 06:58:34.416317 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19049 | 2025.02.28 06:58:34.416392 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19050 | 2025.02.28 06:58:34.416459 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 1888 rows starting from the beginning of the part | ||
| 19051 | 2025.02.28 06:58:34.416564 [ 4 ] {8b477d7f-7a18-450e-87b1-40cdcc2b2154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19052 | 2025.02.28 06:58:34.416732 [ 4 ] {8b477d7f-7a18-450e-87b1-40cdcc2b2154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19053 | 2025.02.28 06:58:34.416754 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 56 rows starting from the beginning of the part | ||
| 19054 | 2025.02.28 06:58:34.417186 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 1881 rows starting from the beginning of the part | ||
| 19055 | 2025.02.28 06:58:34.417533 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 56 rows starting from the beginning of the part | ||
| 19056 | 2025.02.28 06:58:34.417864 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 56 rows starting from the beginning of the part | ||
| 19057 | 2025.02.28 06:58:34.418389 [ 198 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 733 rows starting from the beginning of the part | ||
| 19058 | 2025.02.28 06:58:34.419836 [ 4 ] {8b477d7f-7a18-450e-87b1-40cdcc2b2154} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19059 | 2025.02.28 06:58:34.419933 [ 4 ] {8b477d7f-7a18-450e-87b1-40cdcc2b2154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19060 | 2025.02.28 06:58:34.421055 [ 4 ] {8b477d7f-7a18-450e-87b1-40cdcc2b2154} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 19061 | 2025.02.28 06:58:34.421422 [ 4 ] {8b477d7f-7a18-450e-87b1-40cdcc2b2154} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19062 | 2025.02.28 06:58:34.421708 [ 4 ] {8b477d7f-7a18-450e-87b1-40cdcc2b2154} <Debug> executeQuery: Read 164 rows, 10.75 KiB in 0.005226 sec., 31381.553769613474 rows/sec., 2.01 MiB/sec. | ||
| 19063 | 2025.02.28 06:58:34.421772 [ 4 ] {8b477d7f-7a18-450e-87b1-40cdcc2b2154} <Debug> TCPHandler: Processed in 0.005536837 sec. | ||
| 19064 | 2025.02.28 06:58:34.422053 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19065 | 2025.02.28 06:58:34.422102 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4670 rows, containing 5 columns (5 merged, 0 gathered) in 0.005977162 sec., 781307.2491593836 rows/sec., 66.57 MiB/sec. | ||
| 19066 | 2025.02.28 06:58:34.422311 [ 255 ] {5c899ff5-d9d5-418c-accd-eda96759c725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19067 | 2025.02.28 06:58:34.422406 [ 255 ] {5c899ff5-d9d5-418c-accd-eda96759c725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19068 | 2025.02.28 06:58:34.422566 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) | ||
| 19069 | 2025.02.28 06:58:34.423219 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_171_34} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19070 | 2025.02.28 06:58:34.423457 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_171_34} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 | ||
| 19071 | 2025.02.28 06:58:34.423642 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 19072 | 2025.02.28 06:58:34.423776 [ 255 ] {5c899ff5-d9d5-418c-accd-eda96759c725} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19073 | 2025.02.28 06:58:34.423820 [ 255 ] {5c899ff5-d9d5-418c-accd-eda96759c725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19074 | 2025.02.28 06:58:34.424199 [ 255 ] {5c899ff5-d9d5-418c-accd-eda96759c725} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 19075 | 2025.02.28 06:58:34.424435 [ 255 ] {5c899ff5-d9d5-418c-accd-eda96759c725} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19076 | 2025.02.28 06:58:34.424658 [ 255 ] {5c899ff5-d9d5-418c-accd-eda96759c725} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.0024 sec., 47083.333333333336 rows/sec., 3.05 MiB/sec. | ||
| 19077 | 2025.02.28 06:58:34.424677 [ 225 ] {} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Found 5 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 19078 | 2025.02.28 06:58:34.424724 [ 255 ] {5c899ff5-d9d5-418c-accd-eda96759c725} <Debug> TCPHandler: Processed in 0.002826114 sec. | ||
| 19079 | 2025.02.28 06:58:34.424725 [ 225 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Removing 5 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 19080 | 2025.02.28 06:58:34.424910 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19081 | 2025.02.28 06:58:34.425050 [ 4 ] {9fc8481f-26d4-4e70-be5c-4b461a5fbc90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19082 | 2025.02.28 06:58:34.425115 [ 4 ] {9fc8481f-26d4-4e70-be5c-4b461a5fbc90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19083 | 2025.02.28 06:58:34.426568 [ 4 ] {9fc8481f-26d4-4e70-be5c-4b461a5fbc90} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19084 | 2025.02.28 06:58:34.426631 [ 4 ] {9fc8481f-26d4-4e70-be5c-4b461a5fbc90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19085 | 2025.02.28 06:58:34.427404 [ 4 ] {9fc8481f-26d4-4e70-be5c-4b461a5fbc90} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 19086 | 2025.02.28 06:58:34.427860 [ 225 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Removing 5 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 19087 | 2025.02.28 06:58:34.427870 [ 4 ] {9fc8481f-26d4-4e70-be5c-4b461a5fbc90} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19088 | 2025.02.28 06:58:34.428275 [ 122 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0 | ||
| 19089 | 2025.02.28 06:58:34.428424 [ 122 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19090 | 2025.02.28 06:58:34.428505 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19091 | 2025.02.28 06:58:34.428585 [ 4 ] {9fc8481f-26d4-4e70-be5c-4b461a5fbc90} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.003528 sec., 31746.031746031746 rows/sec., 1.81 MiB/sec. | ||
| 19092 | 2025.02.28 06:58:34.428957 [ 4 ] {9fc8481f-26d4-4e70-be5c-4b461a5fbc90} <Debug> TCPHandler: Processed in 0.004141599 sec. | ||
| 19093 | 2025.02.28 06:58:34.429048 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_73_18} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_69_17 to all_73_73_0 into Compact with storage Full | ||
| 19094 | 2025.02.28 06:58:34.429258 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19095 | 2025.02.28 06:58:34.429566 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_73_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19096 | 2025.02.28 06:58:34.429576 [ 255 ] {e0b5c92a-7d94-4376-8b97-80862aa9f72d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19097 | 2025.02.28 06:58:34.429625 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_17, total 112 rows starting from the beginning of the part | ||
| 19098 | 2025.02.28 06:58:34.429676 [ 255 ] {e0b5c92a-7d94-4376-8b97-80862aa9f72d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19099 | 2025.02.28 06:58:34.429930 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 112 rows starting from the beginning of the part | ||
| 19100 | 2025.02.28 06:58:34.430266 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 112 rows starting from the beginning of the part | ||
| 19101 | 2025.02.28 06:58:34.430557 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 112 rows starting from the beginning of the part | ||
| 19102 | 2025.02.28 06:58:34.430852 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 112 rows starting from the beginning of the part | ||
| 19103 | 2025.02.28 06:58:34.432977 [ 255 ] {e0b5c92a-7d94-4376-8b97-80862aa9f72d} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19104 | 2025.02.28 06:58:34.433059 [ 255 ] {e0b5c92a-7d94-4376-8b97-80862aa9f72d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19105 | 2025.02.28 06:58:34.433560 [ 191 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_73_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004897359 sec., 114347.34517114225 rows/sec., 6.95 MiB/sec. | ||
| 19106 | 2025.02.28 06:58:34.433887 [ 255 ] {e0b5c92a-7d94-4376-8b97-80862aa9f72d} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 19107 | 2025.02.28 06:58:34.433928 [ 192 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_73_18} <Trace> MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary) | ||
| 19108 | 2025.02.28 06:58:34.434373 [ 255 ] {e0b5c92a-7d94-4376-8b97-80862aa9f72d} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19109 | 2025.02.28 06:58:34.434682 [ 122 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 | ||
| 19110 | 2025.02.28 06:58:34.434778 [ 192 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_73_18} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19111 | 2025.02.28 06:58:34.434786 [ 122 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19112 | 2025.02.28 06:58:34.434870 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19113 | 2025.02.28 06:58:34.434887 [ 255 ] {e0b5c92a-7d94-4376-8b97-80862aa9f72d} <Debug> executeQuery: Read 440 rows, 32.23 KiB in 0.005391 sec., 81617.5106659247 rows/sec., 5.84 MiB/sec. | ||
| 19114 | 2025.02.28 06:58:34.435045 [ 192 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_73_18} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18 | ||
| 19115 | 2025.02.28 06:58:34.435303 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full | ||
| 19116 | 2025.02.28 06:58:34.435321 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 19117 | 2025.02.28 06:58:34.435344 [ 255 ] {e0b5c92a-7d94-4376-8b97-80862aa9f72d} <Debug> TCPHandler: Processed in 0.006250315 sec. | ||
| 19118 | 2025.02.28 06:58:34.435547 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19119 | 2025.02.28 06:58:34.435580 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 956 rows starting from the beginning of the part | ||
| 19120 | 2025.02.28 06:58:34.435606 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19121 | 2025.02.28 06:58:34.435811 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 64 rows starting from the beginning of the part | ||
| 19122 | 2025.02.28 06:58:34.436016 [ 4 ] {52a9b0a6-b794-4391-b0cc-c0db264207d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19123 | 2025.02.28 06:58:34.436145 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 912 rows starting from the beginning of the part | ||
| 19124 | 2025.02.28 06:58:34.436207 [ 4 ] {52a9b0a6-b794-4391-b0cc-c0db264207d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19125 | 2025.02.28 06:58:34.436478 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 64 rows starting from the beginning of the part | ||
| 19126 | 2025.02.28 06:58:34.436821 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 64 rows starting from the beginning of the part | ||
| 19127 | 2025.02.28 06:58:34.437157 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 440 rows starting from the beginning of the part | ||
| 19128 | 2025.02.28 06:58:34.438561 [ 4 ] {52a9b0a6-b794-4391-b0cc-c0db264207d4} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19129 | 2025.02.28 06:58:34.438646 [ 4 ] {52a9b0a6-b794-4391-b0cc-c0db264207d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19130 | 2025.02.28 06:58:34.439626 [ 4 ] {52a9b0a6-b794-4391-b0cc-c0db264207d4} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 19131 | 2025.02.28 06:58:34.439940 [ 4 ] {52a9b0a6-b794-4391-b0cc-c0db264207d4} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19132 | 2025.02.28 06:58:34.440565 [ 4 ] {52a9b0a6-b794-4391-b0cc-c0db264207d4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004667 sec., 1285.62245553889 rows/sec., 67.17 KiB/sec. | ||
| 19133 | 2025.02.28 06:58:34.440594 [ 201 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2500 rows, containing 5 columns (5 merged, 0 gathered) in 0.005599227 sec., 446490.2030226672 rows/sec., 34.24 MiB/sec. | ||
| 19134 | 2025.02.28 06:58:34.440776 [ 4 ] {52a9b0a6-b794-4391-b0cc-c0db264207d4} <Debug> TCPHandler: Processed in 0.005264063 sec. | ||
| 19135 | 2025.02.28 06:58:34.441164 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19136 | 2025.02.28 06:58:34.441225 [ 201 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) | ||
| 19137 | 2025.02.28 06:58:34.441693 [ 255 ] {04f515b3-fc03-46aa-92fe-bf303575b03c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19138 | 2025.02.28 06:58:34.441800 [ 255 ] {04f515b3-fc03-46aa-92fe-bf303575b03c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19139 | 2025.02.28 06:58:34.441996 [ 201 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_171_34} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19140 | 2025.02.28 06:58:34.442124 [ 201 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_171_34} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 | ||
| 19141 | 2025.02.28 06:58:34.442225 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 19142 | 2025.02.28 06:58:34.442539 [ 255 ] {04f515b3-fc03-46aa-92fe-bf303575b03c} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19143 | 2025.02.28 06:58:34.442578 [ 255 ] {04f515b3-fc03-46aa-92fe-bf303575b03c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19144 | 2025.02.28 06:58:34.442984 [ 255 ] {04f515b3-fc03-46aa-92fe-bf303575b03c} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 19145 | 2025.02.28 06:58:34.443220 [ 255 ] {04f515b3-fc03-46aa-92fe-bf303575b03c} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19146 | 2025.02.28 06:58:34.443379 [ 121 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_166_34 to all_171_171_0 | ||
| 19147 | 2025.02.28 06:58:34.443398 [ 255 ] {04f515b3-fc03-46aa-92fe-bf303575b03c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001844 sec., 128524.94577006508 rows/sec., 8.61 MiB/sec. | ||
| 19148 | 2025.02.28 06:58:34.443425 [ 121 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19149 | 2025.02.28 06:58:34.443462 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19150 | 2025.02.28 06:58:34.443480 [ 255 ] {04f515b3-fc03-46aa-92fe-bf303575b03c} <Debug> TCPHandler: Processed in 0.002564861 sec. | ||
| 19151 | 2025.02.28 06:58:34.443771 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19152 | 2025.02.28 06:58:34.443777 [ 201 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_171_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_34 to all_171_171_0 into Compact with storage Full | ||
| 19153 | 2025.02.28 06:58:34.444156 [ 4 ] {8bee9ff1-b215-4515-87ae-3b4c377836bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19154 | 2025.02.28 06:58:34.444373 [ 4 ] {8bee9ff1-b215-4515-87ae-3b4c377836bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19155 | 2025.02.28 06:58:34.444481 [ 201 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_171_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19156 | 2025.02.28 06:58:34.444745 [ 201 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_166_34, total 49171 rows starting from the beginning of the part | ||
| 19157 | 2025.02.28 06:58:34.445682 [ 201 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 160 rows starting from the beginning of the part | ||
| 19158 | 2025.02.28 06:58:34.446405 [ 201 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 1027 rows starting from the beginning of the part | ||
| 19159 | 2025.02.28 06:58:34.446946 [ 201 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 64 rows starting from the beginning of the part | ||
| 19160 | 2025.02.28 06:58:34.447334 [ 201 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 160 rows starting from the beginning of the part | ||
| 19161 | 2025.02.28 06:58:34.447466 [ 4 ] {8bee9ff1-b215-4515-87ae-3b4c377836bd} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19162 | 2025.02.28 06:58:34.447580 [ 4 ] {8bee9ff1-b215-4515-87ae-3b4c377836bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19163 | 2025.02.28 06:58:34.447603 [ 201 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 237 rows starting from the beginning of the part | ||
| 19164 | 2025.02.28 06:58:34.448832 [ 4 ] {8bee9ff1-b215-4515-87ae-3b4c377836bd} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 19165 | 2025.02.28 06:58:34.449187 [ 4 ] {8bee9ff1-b215-4515-87ae-3b4c377836bd} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19166 | 2025.02.28 06:58:34.449514 [ 4 ] {8bee9ff1-b215-4515-87ae-3b4c377836bd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005536 sec., 180.635838150289 rows/sec., 12.17 KiB/sec. | ||
| 19167 | 2025.02.28 06:58:34.449605 [ 4 ] {8bee9ff1-b215-4515-87ae-3b4c377836bd} <Debug> TCPHandler: Processed in 0.006015892 sec. | ||
| 19168 | 2025.02.28 06:58:34.449825 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19169 | 2025.02.28 06:58:34.449993 [ 255 ] {48a2e3c9-4817-417a-a79d-a65e7db30a5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19170 | 2025.02.28 06:58:34.450136 [ 255 ] {48a2e3c9-4817-417a-a79d-a65e7db30a5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19171 | 2025.02.28 06:58:34.451951 [ 255 ] {48a2e3c9-4817-417a-a79d-a65e7db30a5e} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19172 | 2025.02.28 06:58:34.452002 [ 255 ] {48a2e3c9-4817-417a-a79d-a65e7db30a5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19173 | 2025.02.28 06:58:34.452807 [ 255 ] {48a2e3c9-4817-417a-a79d-a65e7db30a5e} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 19174 | 2025.02.28 06:58:34.453119 [ 255 ] {48a2e3c9-4817-417a-a79d-a65e7db30a5e} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19175 | 2025.02.28 06:58:34.453484 [ 255 ] {48a2e3c9-4817-417a-a79d-a65e7db30a5e} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.003505 sec., 16547.788873038517 rows/sec., 29.65 MiB/sec. | ||
| 19176 | 2025.02.28 06:58:34.454155 [ 255 ] {48a2e3c9-4817-417a-a79d-a65e7db30a5e} <Debug> TCPHandler: Processed in 0.004412692 sec. | ||
| 19177 | 2025.02.28 06:58:34.454377 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19178 | 2025.02.28 06:58:34.454593 [ 4 ] {fd224173-b77a-4eae-ab6e-9e061e776690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19179 | 2025.02.28 06:58:34.454687 [ 4 ] {fd224173-b77a-4eae-ab6e-9e061e776690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19180 | 2025.02.28 06:58:34.455737 [ 4 ] {fd224173-b77a-4eae-ab6e-9e061e776690} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19181 | 2025.02.28 06:58:34.455780 [ 4 ] {fd224173-b77a-4eae-ab6e-9e061e776690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19182 | 2025.02.28 06:58:34.456208 [ 4 ] {fd224173-b77a-4eae-ab6e-9e061e776690} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 19183 | 2025.02.28 06:58:34.456507 [ 4 ] {fd224173-b77a-4eae-ab6e-9e061e776690} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19184 | 2025.02.28 06:58:34.456697 [ 121 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 | ||
| 19185 | 2025.02.28 06:58:34.456790 [ 121 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19186 | 2025.02.28 06:58:34.456838 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19187 | 2025.02.28 06:58:34.456889 [ 4 ] {fd224173-b77a-4eae-ab6e-9e061e776690} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002333 sec., 35147.87826832405 rows/sec., 2.23 MiB/sec. | ||
| 19188 | 2025.02.28 06:58:34.457303 [ 4 ] {fd224173-b77a-4eae-ab6e-9e061e776690} <Debug> TCPHandler: Processed in 0.003017966 sec. | ||
| 19189 | 2025.02.28 06:58:34.457423 [ 199 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full | ||
| 19190 | 2025.02.28 06:58:34.458090 [ 199 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19191 | 2025.02.28 06:58:34.458182 [ 199 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_166_33, total 10106 rows starting from the beginning of the part | ||
| 19192 | 2025.02.28 06:58:34.458652 [ 199 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 60 rows starting from the beginning of the part | ||
| 19193 | 2025.02.28 06:58:34.458925 [ 199 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 58 rows starting from the beginning of the part | ||
| 19194 | 2025.02.28 06:58:34.459179 [ 199 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 24 rows starting from the beginning of the part | ||
| 19195 | 2025.02.28 06:58:34.459333 [ 199 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 60 rows starting from the beginning of the part | ||
| 19196 | 2025.02.28 06:58:34.459460 [ 199 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 82 rows starting from the beginning of the part | ||
| 19197 | 2025.02.28 06:58:34.461838 [ 192 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_171_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50819 rows, containing 5 columns (5 merged, 0 gathered) in 0.018322559 sec., 2773575.459628756 rows/sec., 187.27 MiB/sec. | ||
| 19198 | 2025.02.28 06:58:34.462269 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_171_35} <Trace> MergedBlockOutputStream: filled checksums all_1_171_35 (state Temporary) | ||
| 19199 | 2025.02.28 06:58:34.462751 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_171_35} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_171_35 to all_1_171_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19200 | 2025.02.28 06:58:34.462848 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_171_35} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_166_34, all_171_171_0] -> all_1_171_35 | ||
| 19201 | 2025.02.28 06:58:34.462948 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.52 MiB. | ||
| 19202 | 2025.02.28 06:58:34.463607 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10390 rows, containing 4 columns (4 merged, 0 gathered) in 0.006684931 sec., 1554241.9211208015 rows/sec., 101.27 MiB/sec. | ||
| 19203 | 2025.02.28 06:58:34.463888 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) | ||
| 19204 | 2025.02.28 06:58:34.464237 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_171_34} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19205 | 2025.02.28 06:58:34.464327 [ 196 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_171_34} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 | ||
| 19206 | 2025.02.28 06:58:34.464424 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. | ||
| 19207 | 2025.02.28 06:58:34.805847 [ 221 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Found 5 old parts to remove. Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 19208 | 2025.02.28 06:58:34.805899 [ 221 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Removing 5 parts from filesystem (serially): Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 19209 | 2025.02.28 06:58:34.807509 [ 221 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Removing 5 parts from memory: Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 19210 | 2025.02.28 06:58:35.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.17 MiB, peak 286.54 MiB, free memory in arenas 0.00 B, will set to 268.21 MiB (RSS), difference: 3.04 MiB | ||
| 19211 | 2025.02.28 06:58:36.391835 [ 218 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 19212 | 2025.02.28 06:58:36.391940 [ 218 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 19213 | 2025.02.28 06:58:36.393871 [ 218 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 19214 | 2025.02.28 06:58:37.000225 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.21 MiB, peak 286.54 MiB, free memory in arenas 0.00 B, will set to 268.21 MiB (RSS), difference: 4.00 MiB | ||
| 19215 | 2025.02.28 06:58:37.399905 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 754 | ||
| 19216 | 2025.02.28 06:58:37.423215 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19217 | 2025.02.28 06:58:37.423282 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19218 | 2025.02.28 06:58:37.431084 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 19219 | 2025.02.28 06:58:37.431897 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19220 | 2025.02.28 06:58:37.435691 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 754 | ||
| 19221 | 2025.02.28 06:58:39.400109 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19222 | 2025.02.28 06:58:39.400325 [ 4 ] {5ff83185-ed56-4aa9-9278-e4b45d7896d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19223 | 2025.02.28 06:58:39.400409 [ 4 ] {5ff83185-ed56-4aa9-9278-e4b45d7896d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19224 | 2025.02.28 06:58:39.401231 [ 4 ] {5ff83185-ed56-4aa9-9278-e4b45d7896d8} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19225 | 2025.02.28 06:58:39.401279 [ 4 ] {5ff83185-ed56-4aa9-9278-e4b45d7896d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19226 | 2025.02.28 06:58:39.401715 [ 4 ] {5ff83185-ed56-4aa9-9278-e4b45d7896d8} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 19227 | 2025.02.28 06:58:39.401968 [ 4 ] {5ff83185-ed56-4aa9-9278-e4b45d7896d8} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19228 | 2025.02.28 06:58:39.402230 [ 4 ] {5ff83185-ed56-4aa9-9278-e4b45d7896d8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001959 sec., 28586.013272077595 rows/sec., 2.20 MiB/sec. | ||
| 19229 | 2025.02.28 06:58:39.402338 [ 4 ] {5ff83185-ed56-4aa9-9278-e4b45d7896d8} <Debug> TCPHandler: Processed in 0.002372119 sec. | ||
| 19230 | 2025.02.28 06:58:39.402644 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19231 | 2025.02.28 06:58:39.402869 [ 255 ] {e9263470-a0a4-4dcb-b930-51b41f73afd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19232 | 2025.02.28 06:58:39.402948 [ 255 ] {e9263470-a0a4-4dcb-b930-51b41f73afd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19233 | 2025.02.28 06:58:39.403788 [ 255 ] {e9263470-a0a4-4dcb-b930-51b41f73afd8} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19234 | 2025.02.28 06:58:39.403833 [ 255 ] {e9263470-a0a4-4dcb-b930-51b41f73afd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19235 | 2025.02.28 06:58:39.404258 [ 255 ] {e9263470-a0a4-4dcb-b930-51b41f73afd8} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 19236 | 2025.02.28 06:58:39.404509 [ 255 ] {e9263470-a0a4-4dcb-b930-51b41f73afd8} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19237 | 2025.02.28 06:58:39.404732 [ 255 ] {e9263470-a0a4-4dcb-b930-51b41f73afd8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001922 sec., 33298.64724245577 rows/sec., 2.60 MiB/sec. | ||
| 19238 | 2025.02.28 06:58:39.404791 [ 255 ] {e9263470-a0a4-4dcb-b930-51b41f73afd8} <Debug> TCPHandler: Processed in 0.002335528 sec. | ||
| 19239 | 2025.02.28 06:58:39.404970 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19240 | 2025.02.28 06:58:39.405124 [ 4 ] {a5c6070c-b5d6-4c10-a1e9-3d12ed0a1df2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19241 | 2025.02.28 06:58:39.405193 [ 4 ] {a5c6070c-b5d6-4c10-a1e9-3d12ed0a1df2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19242 | 2025.02.28 06:58:39.405837 [ 4 ] {a5c6070c-b5d6-4c10-a1e9-3d12ed0a1df2} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19243 | 2025.02.28 06:58:39.405878 [ 4 ] {a5c6070c-b5d6-4c10-a1e9-3d12ed0a1df2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19244 | 2025.02.28 06:58:39.406294 [ 4 ] {a5c6070c-b5d6-4c10-a1e9-3d12ed0a1df2} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 19245 | 2025.02.28 06:58:39.406532 [ 4 ] {a5c6070c-b5d6-4c10-a1e9-3d12ed0a1df2} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19246 | 2025.02.28 06:58:39.406747 [ 4 ] {a5c6070c-b5d6-4c10-a1e9-3d12ed0a1df2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001659 sec., 96443.64074743821 rows/sec., 6.72 MiB/sec. | ||
| 19247 | 2025.02.28 06:58:39.406803 [ 4 ] {a5c6070c-b5d6-4c10-a1e9-3d12ed0a1df2} <Debug> TCPHandler: Processed in 0.001903053 sec. | ||
| 19248 | 2025.02.28 06:58:39.406946 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19249 | 2025.02.28 06:58:39.407071 [ 255 ] {8623e298-e7b6-480a-8ddb-77163bd6b7ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19250 | 2025.02.28 06:58:39.407126 [ 255 ] {8623e298-e7b6-480a-8ddb-77163bd6b7ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19251 | 2025.02.28 06:58:39.407623 [ 255 ] {8623e298-e7b6-480a-8ddb-77163bd6b7ad} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19252 | 2025.02.28 06:58:39.407660 [ 255 ] {8623e298-e7b6-480a-8ddb-77163bd6b7ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19253 | 2025.02.28 06:58:39.408030 [ 255 ] {8623e298-e7b6-480a-8ddb-77163bd6b7ad} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 19254 | 2025.02.28 06:58:39.408262 [ 255 ] {8623e298-e7b6-480a-8ddb-77163bd6b7ad} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19255 | 2025.02.28 06:58:39.408437 [ 255 ] {8623e298-e7b6-480a-8ddb-77163bd6b7ad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
| 19256 | 2025.02.28 06:58:39.408485 [ 255 ] {8623e298-e7b6-480a-8ddb-77163bd6b7ad} <Debug> TCPHandler: Processed in 0.001596499 sec. | ||
| 19257 | 2025.02.28 06:58:41.395160 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 46299 | ||
| 19258 | 2025.02.28 06:58:41.395946 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19259 | 2025.02.28 06:58:41.395998 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19260 | 2025.02.28 06:58:41.396560 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 19261 | 2025.02.28 06:58:41.396828 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19262 | 2025.02.28 06:58:41.397048 [ 111 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 19263 | 2025.02.28 06:58:41.397086 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46299 | ||
| 19264 | 2025.02.28 06:58:41.397134 [ 111 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19265 | 2025.02.28 06:58:41.397164 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19266 | 2025.02.28 06:58:41.397328 [ 188 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 19267 | 2025.02.28 06:58:41.397629 [ 188 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19268 | 2025.02.28 06:58:41.397746 [ 188 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 43981 rows starting from the beginning of the part | ||
| 19269 | 2025.02.28 06:58:41.398069 [ 188 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 488 rows starting from the beginning of the part | ||
| 19270 | 2025.02.28 06:58:41.398443 [ 188 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 19271 | 2025.02.28 06:58:41.398601 [ 188 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 488 rows starting from the beginning of the part | ||
| 19272 | 2025.02.28 06:58:41.398733 [ 188 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 427 rows starting from the beginning of the part | ||
| 19273 | 2025.02.28 06:58:41.398918 [ 188 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 488 rows starting from the beginning of the part | ||
| 19274 | 2025.02.28 06:58:41.402120 [ 190 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46299 rows, containing 4 columns (4 merged, 0 gathered) in 0.004884549 sec., 9478664.25334253 rows/sec., 135.59 MiB/sec. | ||
| 19275 | 2025.02.28 06:58:41.402378 [ 188 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 19276 | 2025.02.28 06:58:41.402655 [ 188 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_101_20} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19277 | 2025.02.28 06:58:41.402731 [ 188 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_101_20} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 19278 | 2025.02.28 06:58:41.402812 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. | ||
| 19279 | 2025.02.28 06:58:44.095535 [ 221 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19280 | 2025.02.28 06:58:44.095593 [ 221 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19281 | 2025.02.28 06:58:44.097574 [ 221 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19282 | 2025.02.28 06:58:44.175121 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2642 | ||
| 19283 | 2025.02.28 06:58:44.178274 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19284 | 2025.02.28 06:58:44.178341 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19285 | 2025.02.28 06:58:44.179890 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19286 | 2025.02.28 06:58:44.180215 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19287 | 2025.02.28 06:58:44.180893 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2642 | ||
| 19288 | 2025.02.28 06:58:44.317636 [ 225 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19289 | 2025.02.28 06:58:44.317669 [ 225 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19290 | 2025.02.28 06:58:44.319418 [ 225 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19291 | 2025.02.28 06:58:44.409614 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19292 | 2025.02.28 06:58:44.409832 [ 4 ] {152873c6-ab6d-43da-8457-3c5465e0caac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19293 | 2025.02.28 06:58:44.409906 [ 4 ] {152873c6-ab6d-43da-8457-3c5465e0caac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19294 | 2025.02.28 06:58:44.410774 [ 4 ] {152873c6-ab6d-43da-8457-3c5465e0caac} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19295 | 2025.02.28 06:58:44.410826 [ 4 ] {152873c6-ab6d-43da-8457-3c5465e0caac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19296 | 2025.02.28 06:58:44.411279 [ 4 ] {152873c6-ab6d-43da-8457-3c5465e0caac} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19297 | 2025.02.28 06:58:44.411529 [ 4 ] {152873c6-ab6d-43da-8457-3c5465e0caac} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19298 | 2025.02.28 06:58:44.411758 [ 4 ] {152873c6-ab6d-43da-8457-3c5465e0caac} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001985 sec., 106801.00755667507 rows/sec., 6.79 MiB/sec. | ||
| 19299 | 2025.02.28 06:58:44.411816 [ 4 ] {152873c6-ab6d-43da-8457-3c5465e0caac} <Debug> TCPHandler: Processed in 0.002350828 sec. | ||
| 19300 | 2025.02.28 06:58:44.412068 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19301 | 2025.02.28 06:58:44.412259 [ 255 ] {63f1d123-798d-411d-87d6-29ad9d44aa3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19302 | 2025.02.28 06:58:44.412336 [ 255 ] {63f1d123-798d-411d-87d6-29ad9d44aa3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19303 | 2025.02.28 06:58:44.413503 [ 255 ] {63f1d123-798d-411d-87d6-29ad9d44aa3c} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19304 | 2025.02.28 06:58:44.413544 [ 255 ] {63f1d123-798d-411d-87d6-29ad9d44aa3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19305 | 2025.02.28 06:58:44.414001 [ 255 ] {63f1d123-798d-411d-87d6-29ad9d44aa3c} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 19306 | 2025.02.28 06:58:44.414237 [ 255 ] {63f1d123-798d-411d-87d6-29ad9d44aa3c} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19307 | 2025.02.28 06:58:44.414410 [ 255 ] {63f1d123-798d-411d-87d6-29ad9d44aa3c} <Debug> executeQuery: Read 733 rows, 60.41 KiB in 0.002231 sec., 328552.21873599285 rows/sec., 26.44 MiB/sec. | ||
| 19308 | 2025.02.28 06:58:44.414462 [ 255 ] {63f1d123-798d-411d-87d6-29ad9d44aa3c} <Debug> TCPHandler: Processed in 0.00254815 sec. | ||
| 19309 | 2025.02.28 06:58:44.414619 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19310 | 2025.02.28 06:58:44.414751 [ 4 ] {57cccac7-924d-4f78-870e-3dba41bb271a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19311 | 2025.02.28 06:58:44.414808 [ 4 ] {57cccac7-924d-4f78-870e-3dba41bb271a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19312 | 2025.02.28 06:58:44.415617 [ 4 ] {57cccac7-924d-4f78-870e-3dba41bb271a} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19313 | 2025.02.28 06:58:44.415665 [ 4 ] {57cccac7-924d-4f78-870e-3dba41bb271a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19314 | 2025.02.28 06:58:44.416065 [ 4 ] {57cccac7-924d-4f78-870e-3dba41bb271a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19315 | 2025.02.28 06:58:44.416311 [ 4 ] {57cccac7-924d-4f78-870e-3dba41bb271a} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19316 | 2025.02.28 06:58:44.416503 [ 103 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Selected 6 parts from all_1_69_15 to all_74_74_0 | ||
| 19317 | 2025.02.28 06:58:44.416516 [ 4 ] {57cccac7-924d-4f78-870e-3dba41bb271a} <Debug> executeQuery: Read 164 rows, 10.75 KiB in 0.001748 sec., 93821.51029748283 rows/sec., 6.00 MiB/sec. | ||
| 19318 | 2025.02.28 06:58:44.416586 [ 103 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19319 | 2025.02.28 06:58:44.416650 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19320 | 2025.02.28 06:58:44.416683 [ 4 ] {57cccac7-924d-4f78-870e-3dba41bb271a} <Debug> TCPHandler: Processed in 0.002094026 sec. | ||
| 19321 | 2025.02.28 06:58:44.416949 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19322 | 2025.02.28 06:58:44.417103 [ 197 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_74_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_69_15 to all_74_74_0 into Compact with storage Full | ||
| 19323 | 2025.02.28 06:58:44.417251 [ 255 ] {1e223174-1cc6-4d6b-bc5e-57854a2f75d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19324 | 2025.02.28 06:58:44.417392 [ 255 ] {1e223174-1cc6-4d6b-bc5e-57854a2f75d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19325 | 2025.02.28 06:58:44.417525 [ 197 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_74_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19326 | 2025.02.28 06:58:44.417598 [ 197 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_15, total 183 rows starting from the beginning of the part | ||
| 19327 | 2025.02.28 06:58:44.417789 [ 197 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 167 rows starting from the beginning of the part | ||
| 19328 | 2025.02.28 06:58:44.418285 [ 197 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 164 rows starting from the beginning of the part | ||
| 19329 | 2025.02.28 06:58:44.418599 [ 197 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 180 rows starting from the beginning of the part | ||
| 19330 | 2025.02.28 06:58:44.418908 [ 197 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 164 rows starting from the beginning of the part | ||
| 19331 | 2025.02.28 06:58:44.419264 [ 197 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 164 rows starting from the beginning of the part | ||
| 19332 | 2025.02.28 06:58:44.419999 [ 255 ] {1e223174-1cc6-4d6b-bc5e-57854a2f75d6} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19333 | 2025.02.28 06:58:44.420048 [ 255 ] {1e223174-1cc6-4d6b-bc5e-57854a2f75d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19334 | 2025.02.28 06:58:44.420603 [ 255 ] {1e223174-1cc6-4d6b-bc5e-57854a2f75d6} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19335 | 2025.02.28 06:58:44.420891 [ 255 ] {1e223174-1cc6-4d6b-bc5e-57854a2f75d6} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19336 | 2025.02.28 06:58:44.421163 [ 103 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Selected 6 parts from all_1_69_15 to all_74_74_0 | ||
| 19337 | 2025.02.28 06:58:44.421177 [ 188 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_74_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1022 rows, containing 5 columns (5 merged, 0 gathered) in 0.004416392 sec., 231410.61753576223 rows/sec., 15.72 MiB/sec. | ||
| 19338 | 2025.02.28 06:58:44.421252 [ 103 ] {} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19339 | 2025.02.28 06:58:44.421338 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19340 | 2025.02.28 06:58:44.421376 [ 255 ] {1e223174-1cc6-4d6b-bc5e-57854a2f75d6} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.004182 sec., 27020.56432329029 rows/sec., 1.75 MiB/sec. | ||
| 19341 | 2025.02.28 06:58:44.421496 [ 188 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_74_16} <Trace> MergedBlockOutputStream: filled checksums all_1_74_16 (state Temporary) | ||
| 19342 | 2025.02.28 06:58:44.422065 [ 186 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_74_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_69_15 to all_74_74_0 into Compact with storage Full | ||
| 19343 | 2025.02.28 06:58:44.422125 [ 255 ] {1e223174-1cc6-4d6b-bc5e-57854a2f75d6} <Debug> TCPHandler: Processed in 0.005316794 sec. | ||
| 19344 | 2025.02.28 06:58:44.422489 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19345 | 2025.02.28 06:58:44.422854 [ 188 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_74_16} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_merge_all_1_74_16 to all_1_74_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19346 | 2025.02.28 06:58:44.423149 [ 186 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_74_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19347 | 2025.02.28 06:58:44.423330 [ 4 ] {e771131e-68a7-461c-a295-4d7bc52c9dcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19348 | 2025.02.28 06:58:44.423430 [ 186 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_15, total 341 rows starting from the beginning of the part | ||
| 19349 | 2025.02.28 06:58:44.423490 [ 188 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_74_16} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Merged 6 parts: [all_1_69_15, all_74_74_0] -> all_1_74_16 | ||
| 19350 | 2025.02.28 06:58:44.423517 [ 4 ] {e771131e-68a7-461c-a295-4d7bc52c9dcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19351 | 2025.02.28 06:58:44.423903 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 19352 | 2025.02.28 06:58:44.423969 [ 186 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 113 rows starting from the beginning of the part | ||
| 19353 | 2025.02.28 06:58:44.424306 [ 186 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 113 rows starting from the beginning of the part | ||
| 19354 | 2025.02.28 06:58:44.424613 [ 186 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 341 rows starting from the beginning of the part | ||
| 19355 | 2025.02.28 06:58:44.424920 [ 186 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 113 rows starting from the beginning of the part | ||
| 19356 | 2025.02.28 06:58:44.425509 [ 186 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 113 rows starting from the beginning of the part | ||
| 19357 | 2025.02.28 06:58:44.426669 [ 4 ] {e771131e-68a7-461c-a295-4d7bc52c9dcb} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19358 | 2025.02.28 06:58:44.426743 [ 4 ] {e771131e-68a7-461c-a295-4d7bc52c9dcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19359 | 2025.02.28 06:58:44.427860 [ 4 ] {e771131e-68a7-461c-a295-4d7bc52c9dcb} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19360 | 2025.02.28 06:58:44.428321 [ 4 ] {e771131e-68a7-461c-a295-4d7bc52c9dcb} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19361 | 2025.02.28 06:58:44.428605 [ 193 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_74_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 5 columns (5 merged, 0 gathered) in 0.007117135 sec., 159333.77686386445 rows/sec., 11.11 MiB/sec. | ||
| 19362 | 2025.02.28 06:58:44.428860 [ 4 ] {e771131e-68a7-461c-a295-4d7bc52c9dcb} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005774 sec., 19397.29823346034 rows/sec., 1.10 MiB/sec. | ||
| 19363 | 2025.02.28 06:58:44.428981 [ 193 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_74_16} <Trace> MergedBlockOutputStream: filled checksums all_1_74_16 (state Temporary) | ||
| 19364 | 2025.02.28 06:58:44.429144 [ 4 ] {e771131e-68a7-461c-a295-4d7bc52c9dcb} <Debug> TCPHandler: Processed in 0.006821082 sec. | ||
| 19365 | 2025.02.28 06:58:44.429498 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19366 | 2025.02.28 06:58:44.429789 [ 255 ] {5a026d53-f98f-430e-b34b-2e8ccc6f8c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19367 | 2025.02.28 06:58:44.429849 [ 255 ] {5a026d53-f98f-430e-b34b-2e8ccc6f8c92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19368 | 2025.02.28 06:58:44.429904 [ 193 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_74_16} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_merge_all_1_74_16 to all_1_74_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19369 | 2025.02.28 06:58:44.430012 [ 193 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_74_16} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Merged 6 parts: [all_1_69_15, all_74_74_0] -> all_1_74_16 | ||
| 19370 | 2025.02.28 06:58:44.430152 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 19371 | 2025.02.28 06:58:44.430365 [ 222 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19372 | 2025.02.28 06:58:44.430417 [ 222 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19373 | 2025.02.28 06:58:44.431003 [ 255 ] {5a026d53-f98f-430e-b34b-2e8ccc6f8c92} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19374 | 2025.02.28 06:58:44.431069 [ 255 ] {5a026d53-f98f-430e-b34b-2e8ccc6f8c92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19375 | 2025.02.28 06:58:44.431447 [ 255 ] {5a026d53-f98f-430e-b34b-2e8ccc6f8c92} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 19376 | 2025.02.28 06:58:44.431858 [ 255 ] {5a026d53-f98f-430e-b34b-2e8ccc6f8c92} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19377 | 2025.02.28 06:58:44.432160 [ 255 ] {5a026d53-f98f-430e-b34b-2e8ccc6f8c92} <Debug> executeQuery: Read 440 rows, 32.23 KiB in 0.002419 sec., 181893.34435717238 rows/sec., 13.01 MiB/sec. | ||
| 19378 | 2025.02.28 06:58:44.432275 [ 255 ] {5a026d53-f98f-430e-b34b-2e8ccc6f8c92} <Debug> TCPHandler: Processed in 0.002976686 sec. | ||
| 19379 | 2025.02.28 06:58:44.432469 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19380 | 2025.02.28 06:58:44.432624 [ 4 ] {1fe05c2d-22df-4ccf-868c-c5a24a9e5a82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19381 | 2025.02.28 06:58:44.432722 [ 4 ] {1fe05c2d-22df-4ccf-868c-c5a24a9e5a82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19382 | 2025.02.28 06:58:44.433819 [ 4 ] {1fe05c2d-22df-4ccf-868c-c5a24a9e5a82} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19383 | 2025.02.28 06:58:44.433867 [ 4 ] {1fe05c2d-22df-4ccf-868c-c5a24a9e5a82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19384 | 2025.02.28 06:58:44.434124 [ 222 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19385 | 2025.02.28 06:58:44.434852 [ 4 ] {1fe05c2d-22df-4ccf-868c-c5a24a9e5a82} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19386 | 2025.02.28 06:58:44.435334 [ 4 ] {1fe05c2d-22df-4ccf-868c-c5a24a9e5a82} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19387 | 2025.02.28 06:58:44.435492 [ 103 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Selected 6 parts from all_1_69_14 to all_74_74_0 | ||
| 19388 | 2025.02.28 06:58:44.435554 [ 103 ] {} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19389 | 2025.02.28 06:58:44.435575 [ 4 ] {1fe05c2d-22df-4ccf-868c-c5a24a9e5a82} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002986 sec., 2009.3770931011386 rows/sec., 104.98 KiB/sec. | ||
| 19390 | 2025.02.28 06:58:44.435594 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19391 | 2025.02.28 06:58:44.435723 [ 4 ] {1fe05c2d-22df-4ccf-868c-c5a24a9e5a82} <Debug> TCPHandler: Processed in 0.00334467 sec. | ||
| 19392 | 2025.02.28 06:58:44.435816 [ 191 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_74_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_69_14 to all_74_74_0 into Compact with storage Full | ||
| 19393 | 2025.02.28 06:58:44.435896 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19394 | 2025.02.28 06:58:44.436023 [ 191 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_74_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19395 | 2025.02.28 06:58:44.436106 [ 191 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_14, total 414 rows starting from the beginning of the part | ||
| 19396 | 2025.02.28 06:58:44.436122 [ 255 ] {3e4e7877-209e-4fe8-b7a9-1df86bc03fa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19397 | 2025.02.28 06:58:44.436347 [ 255 ] {3e4e7877-209e-4fe8-b7a9-1df86bc03fa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19398 | 2025.02.28 06:58:44.436383 [ 191 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 6 rows starting from the beginning of the part | ||
| 19399 | 2025.02.28 06:58:44.436841 [ 191 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 6 rows starting from the beginning of the part | ||
| 19400 | 2025.02.28 06:58:44.437200 [ 191 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 6 rows starting from the beginning of the part | ||
| 19401 | 2025.02.28 06:58:44.437570 [ 191 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 6 rows starting from the beginning of the part | ||
| 19402 | 2025.02.28 06:58:44.437913 [ 191 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_74_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 6 rows starting from the beginning of the part | ||
| 19403 | 2025.02.28 06:58:44.439099 [ 255 ] {3e4e7877-209e-4fe8-b7a9-1df86bc03fa5} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19404 | 2025.02.28 06:58:44.439174 [ 255 ] {3e4e7877-209e-4fe8-b7a9-1df86bc03fa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19405 | 2025.02.28 06:58:44.440308 [ 255 ] {3e4e7877-209e-4fe8-b7a9-1df86bc03fa5} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 19406 | 2025.02.28 06:58:44.440726 [ 195 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_74_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 444 rows, containing 4 columns (4 merged, 0 gathered) in 0.00501514 sec., 88531.92533010045 rows/sec., 4.52 MiB/sec. | ||
| 19407 | 2025.02.28 06:58:44.440806 [ 255 ] {3e4e7877-209e-4fe8-b7a9-1df86bc03fa5} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19408 | 2025.02.28 06:58:44.440994 [ 195 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_74_15} <Trace> MergedBlockOutputStream: filled checksums all_1_74_15 (state Temporary) | ||
| 19409 | 2025.02.28 06:58:44.441200 [ 255 ] {3e4e7877-209e-4fe8-b7a9-1df86bc03fa5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005125 sec., 46243.90243902439 rows/sec., 3.10 MiB/sec. | ||
| 19410 | 2025.02.28 06:58:44.441321 [ 255 ] {3e4e7877-209e-4fe8-b7a9-1df86bc03fa5} <Debug> TCPHandler: Processed in 0.005493826 sec. | ||
| 19411 | 2025.02.28 06:58:44.441496 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19412 | 2025.02.28 06:58:44.441641 [ 195 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_74_15} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_merge_all_1_74_15 to all_1_74_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19413 | 2025.02.28 06:58:44.441679 [ 4 ] {ac77d12d-0139-4a55-a840-deeb5769fb58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19414 | 2025.02.28 06:58:44.441791 [ 4 ] {ac77d12d-0139-4a55-a840-deeb5769fb58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19415 | 2025.02.28 06:58:44.441838 [ 195 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_74_15} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Merged 6 parts: [all_1_69_14, all_74_74_0] -> all_1_74_15 | ||
| 19416 | 2025.02.28 06:58:44.442018 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 19417 | 2025.02.28 06:58:44.442462 [ 4 ] {ac77d12d-0139-4a55-a840-deeb5769fb58} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19418 | 2025.02.28 06:58:44.442507 [ 4 ] {ac77d12d-0139-4a55-a840-deeb5769fb58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19419 | 2025.02.28 06:58:44.442879 [ 4 ] {ac77d12d-0139-4a55-a840-deeb5769fb58} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19420 | 2025.02.28 06:58:44.443118 [ 4 ] {ac77d12d-0139-4a55-a840-deeb5769fb58} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19421 | 2025.02.28 06:58:44.443324 [ 4 ] {ac77d12d-0139-4a55-a840-deeb5769fb58} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001698 sec., 588.9281507656066 rows/sec., 39.68 KiB/sec. | ||
| 19422 | 2025.02.28 06:58:44.443379 [ 4 ] {ac77d12d-0139-4a55-a840-deeb5769fb58} <Debug> TCPHandler: Processed in 0.001962283 sec. | ||
| 19423 | 2025.02.28 06:58:44.443540 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19424 | 2025.02.28 06:58:44.443679 [ 255 ] {e396ee23-e89f-4952-a71b-a40b7decaa29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19425 | 2025.02.28 06:58:44.443775 [ 255 ] {e396ee23-e89f-4952-a71b-a40b7decaa29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19426 | 2025.02.28 06:58:44.445054 [ 255 ] {e396ee23-e89f-4952-a71b-a40b7decaa29} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19427 | 2025.02.28 06:58:44.445093 [ 255 ] {e396ee23-e89f-4952-a71b-a40b7decaa29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19428 | 2025.02.28 06:58:44.445808 [ 255 ] {e396ee23-e89f-4952-a71b-a40b7decaa29} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19429 | 2025.02.28 06:58:44.446066 [ 255 ] {e396ee23-e89f-4952-a71b-a40b7decaa29} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19430 | 2025.02.28 06:58:44.446308 [ 255 ] {e396ee23-e89f-4952-a71b-a40b7decaa29} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.002658 sec., 21820.917983446197 rows/sec., 39.10 MiB/sec. | ||
| 19431 | 2025.02.28 06:58:44.446402 [ 255 ] {e396ee23-e89f-4952-a71b-a40b7decaa29} <Debug> TCPHandler: Processed in 0.002927465 sec. | ||
| 19432 | 2025.02.28 06:58:44.446541 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19433 | 2025.02.28 06:58:44.446660 [ 4 ] {aab66b7a-ef0a-478e-9c70-f831372c8e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19434 | 2025.02.28 06:58:44.446710 [ 4 ] {aab66b7a-ef0a-478e-9c70-f831372c8e49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19435 | 2025.02.28 06:58:44.447212 [ 4 ] {aab66b7a-ef0a-478e-9c70-f831372c8e49} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19436 | 2025.02.28 06:58:44.447251 [ 4 ] {aab66b7a-ef0a-478e-9c70-f831372c8e49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19437 | 2025.02.28 06:58:44.447625 [ 4 ] {aab66b7a-ef0a-478e-9c70-f831372c8e49} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 19438 | 2025.02.28 06:58:44.447870 [ 4 ] {aab66b7a-ef0a-478e-9c70-f831372c8e49} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19439 | 2025.02.28 06:58:44.448075 [ 4 ] {aab66b7a-ef0a-478e-9c70-f831372c8e49} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001441 sec., 56904.92713393477 rows/sec., 3.61 MiB/sec. | ||
| 19440 | 2025.02.28 06:58:44.448127 [ 4 ] {aab66b7a-ef0a-478e-9c70-f831372c8e49} <Debug> TCPHandler: Processed in 0.001644609 sec. | ||
| 19441 | 2025.02.28 06:58:44.869185 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19442 | 2025.02.28 06:58:44.869233 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19443 | 2025.02.28 06:58:44.871114 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 19444 | 2025.02.28 06:58:44.935858 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 762 | ||
| 19445 | 2025.02.28 06:58:44.959386 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19446 | 2025.02.28 06:58:44.959429 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19447 | 2025.02.28 06:58:44.967128 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 19448 | 2025.02.28 06:58:44.967940 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19449 | 2025.02.28 06:58:44.968248 [ 107 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 19450 | 2025.02.28 06:58:44.968307 [ 107 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19451 | 2025.02.28 06:58:44.968351 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.35 GiB. | ||
| 19452 | 2025.02.28 06:58:44.968793 [ 189 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 19453 | 2025.02.28 06:58:44.984335 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 762 | ||
| 19454 | 2025.02.28 06:58:44.985751 [ 189 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19455 | 2025.02.28 06:58:44.987081 [ 189 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 724 rows starting from the beginning of the part | ||
| 19456 | 2025.02.28 06:58:44.992769 [ 189 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 8 rows starting from the beginning of the part | ||
| 19457 | 2025.02.28 06:58:44.998527 [ 189 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 7 rows starting from the beginning of the part | ||
| 19458 | 2025.02.28 06:58:45.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.60 MiB, peak 286.54 MiB, free memory in arenas 0.00 B, will set to 268.21 MiB (RSS), difference: -1.39 MiB | ||
| 19459 | 2025.02.28 06:58:45.004700 [ 189 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part | ||
| 19460 | 2025.02.28 06:58:45.010805 [ 189 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 7 rows starting from the beginning of the part | ||
| 19461 | 2025.02.28 06:58:45.016725 [ 189 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part | ||
| 19462 | 2025.02.28 06:58:45.089650 [ 199 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 762 rows, containing 679 columns (679 merged, 0 gathered) in 0.121163492 sec., 6289.023099466298 rows/sec., 32.52 MiB/sec. | ||
| 19463 | 2025.02.28 06:58:45.093290 [ 194 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 19464 | 2025.02.28 06:58:45.096292 [ 194 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_101_20} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19465 | 2025.02.28 06:58:45.096420 [ 194 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_101_20} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 19466 | 2025.02.28 06:58:45.098854 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 19467 | 2025.02.28 06:58:45.769389 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): 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] | ||
| 19468 | 2025.02.28 06:58:45.769460 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): 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] | ||
| 19469 | 2025.02.28 06:58:45.771659 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): 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] | ||
| 19470 | 2025.02.28 06:58:48.628423 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19471 | 2025.02.28 06:58:48.628479 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19472 | 2025.02.28 06:58:48.897356 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 46726 | ||
| 19473 | 2025.02.28 06:58:48.898225 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19474 | 2025.02.28 06:58:48.898268 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19475 | 2025.02.28 06:58:48.898812 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 19476 | 2025.02.28 06:58:48.899073 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19477 | 2025.02.28 06:58:48.899310 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46726 | ||
| 19478 | 2025.02.28 06:58:49.399415 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19479 | 2025.02.28 06:58:49.399583 [ 4 ] {27eb756c-3731-4672-bd9c-e59747578afb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19480 | 2025.02.28 06:58:49.399649 [ 4 ] {27eb756c-3731-4672-bd9c-e59747578afb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19481 | 2025.02.28 06:58:49.400377 [ 4 ] {27eb756c-3731-4672-bd9c-e59747578afb} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19482 | 2025.02.28 06:58:49.400422 [ 4 ] {27eb756c-3731-4672-bd9c-e59747578afb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19483 | 2025.02.28 06:58:49.400823 [ 4 ] {27eb756c-3731-4672-bd9c-e59747578afb} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 19484 | 2025.02.28 06:58:49.401071 [ 4 ] {27eb756c-3731-4672-bd9c-e59747578afb} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19485 | 2025.02.28 06:58:49.401312 [ 4 ] {27eb756c-3731-4672-bd9c-e59747578afb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001764 sec., 31746.031746031746 rows/sec., 2.44 MiB/sec. | ||
| 19486 | 2025.02.28 06:58:49.401395 [ 4 ] {27eb756c-3731-4672-bd9c-e59747578afb} <Debug> TCPHandler: Processed in 0.002099356 sec. | ||
| 19487 | 2025.02.28 06:58:49.401685 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19488 | 2025.02.28 06:58:49.402088 [ 255 ] {b287fa4b-f099-4d52-9d37-531797c694de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19489 | 2025.02.28 06:58:49.402212 [ 255 ] {b287fa4b-f099-4d52-9d37-531797c694de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19490 | 2025.02.28 06:58:49.402972 [ 255 ] {b287fa4b-f099-4d52-9d37-531797c694de} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19491 | 2025.02.28 06:58:49.403012 [ 255 ] {b287fa4b-f099-4d52-9d37-531797c694de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19492 | 2025.02.28 06:58:49.403446 [ 255 ] {b287fa4b-f099-4d52-9d37-531797c694de} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 19493 | 2025.02.28 06:58:49.403692 [ 255 ] {b287fa4b-f099-4d52-9d37-531797c694de} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19494 | 2025.02.28 06:58:49.403882 [ 255 ] {b287fa4b-f099-4d52-9d37-531797c694de} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001935 sec., 33074.93540051679 rows/sec., 2.58 MiB/sec. | ||
| 19495 | 2025.02.28 06:58:49.403936 [ 255 ] {b287fa4b-f099-4d52-9d37-531797c694de} <Debug> TCPHandler: Processed in 0.002418919 sec. | ||
| 19496 | 2025.02.28 06:58:49.404082 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19497 | 2025.02.28 06:58:49.404207 [ 4 ] {2df2fd93-fe58-4d6c-b651-8c7a66282254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19498 | 2025.02.28 06:58:49.404264 [ 4 ] {2df2fd93-fe58-4d6c-b651-8c7a66282254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19499 | 2025.02.28 06:58:49.404856 [ 4 ] {2df2fd93-fe58-4d6c-b651-8c7a66282254} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19500 | 2025.02.28 06:58:49.404895 [ 4 ] {2df2fd93-fe58-4d6c-b651-8c7a66282254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19501 | 2025.02.28 06:58:49.405295 [ 4 ] {2df2fd93-fe58-4d6c-b651-8c7a66282254} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 19502 | 2025.02.28 06:58:49.405530 [ 4 ] {2df2fd93-fe58-4d6c-b651-8c7a66282254} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19503 | 2025.02.28 06:58:49.405739 [ 4 ] {2df2fd93-fe58-4d6c-b651-8c7a66282254} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001562 sec., 102432.77848911652 rows/sec., 7.13 MiB/sec. | ||
| 19504 | 2025.02.28 06:58:49.405796 [ 4 ] {2df2fd93-fe58-4d6c-b651-8c7a66282254} <Debug> TCPHandler: Processed in 0.001770901 sec. | ||
| 19505 | 2025.02.28 06:58:49.405931 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19506 | 2025.02.28 06:58:49.406050 [ 255 ] {a313b03d-ded6-49db-96ce-a557802165ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19507 | 2025.02.28 06:58:49.406102 [ 255 ] {a313b03d-ded6-49db-96ce-a557802165ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19508 | 2025.02.28 06:58:49.406596 [ 255 ] {a313b03d-ded6-49db-96ce-a557802165ee} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19509 | 2025.02.28 06:58:49.406632 [ 255 ] {a313b03d-ded6-49db-96ce-a557802165ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19510 | 2025.02.28 06:58:49.407001 [ 255 ] {a313b03d-ded6-49db-96ce-a557802165ee} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 19511 | 2025.02.28 06:58:49.407241 [ 255 ] {a313b03d-ded6-49db-96ce-a557802165ee} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19512 | 2025.02.28 06:58:49.407438 [ 255 ] {a313b03d-ded6-49db-96ce-a557802165ee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001413 sec., 42462.84501061571 rows/sec., 2.86 MiB/sec. | ||
| 19513 | 2025.02.28 06:58:49.407487 [ 255 ] {a313b03d-ded6-49db-96ce-a557802165ee} <Debug> TCPHandler: Processed in 0.00161217 sec. | ||
| 19514 | 2025.02.28 06:58:51.828828 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19515 | 2025.02.28 06:58:51.829038 [ 4 ] {07f69c82-3a18-4974-81f7-59167e9072c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19516 | 2025.02.28 06:58:51.829114 [ 4 ] {07f69c82-3a18-4974-81f7-59167e9072c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19517 | 2025.02.28 06:58:51.829882 [ 4 ] {07f69c82-3a18-4974-81f7-59167e9072c8} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19518 | 2025.02.28 06:58:51.829938 [ 4 ] {07f69c82-3a18-4974-81f7-59167e9072c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19519 | 2025.02.28 06:58:51.830362 [ 4 ] {07f69c82-3a18-4974-81f7-59167e9072c8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 19520 | 2025.02.28 06:58:51.830630 [ 4 ] {07f69c82-3a18-4974-81f7-59167e9072c8} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19521 | 2025.02.28 06:58:51.830867 [ 4 ] {07f69c82-3a18-4974-81f7-59167e9072c8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001881 sec., 1063.264221158958 rows/sec., 86.70 KiB/sec. | ||
| 19522 | 2025.02.28 06:58:51.830956 [ 4 ] {07f69c82-3a18-4974-81f7-59167e9072c8} <Debug> TCPHandler: Processed in 0.002260217 sec. | ||
| 19523 | 2025.02.28 06:58:51.831222 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19524 | 2025.02.28 06:58:51.831443 [ 255 ] {eaad6588-c92a-4452-bea5-512f05d2c8ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19525 | 2025.02.28 06:58:51.831530 [ 255 ] {eaad6588-c92a-4452-bea5-512f05d2c8ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19526 | 2025.02.28 06:58:51.833063 [ 255 ] {eaad6588-c92a-4452-bea5-512f05d2c8ac} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19527 | 2025.02.28 06:58:51.833118 [ 255 ] {eaad6588-c92a-4452-bea5-512f05d2c8ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19528 | 2025.02.28 06:58:51.833648 [ 255 ] {eaad6588-c92a-4452-bea5-512f05d2c8ac} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 19529 | 2025.02.28 06:58:51.833902 [ 255 ] {eaad6588-c92a-4452-bea5-512f05d2c8ac} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19530 | 2025.02.28 06:58:51.834146 [ 255 ] {eaad6588-c92a-4452-bea5-512f05d2c8ac} <Debug> executeQuery: Read 1313 rows, 112.06 KiB in 0.002762 sec., 475380.15930485155 rows/sec., 39.62 MiB/sec. | ||
| 19531 | 2025.02.28 06:58:51.834215 [ 255 ] {eaad6588-c92a-4452-bea5-512f05d2c8ac} <Debug> TCPHandler: Processed in 0.003139978 sec. | ||
| 19532 | 2025.02.28 06:58:51.834450 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19533 | 2025.02.28 06:58:51.834661 [ 4 ] {f74b0228-375f-4e78-b5c8-b45db5569b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19534 | 2025.02.28 06:58:51.834749 [ 4 ] {f74b0228-375f-4e78-b5c8-b45db5569b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19535 | 2025.02.28 06:58:51.835538 [ 4 ] {f74b0228-375f-4e78-b5c8-b45db5569b4e} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19536 | 2025.02.28 06:58:51.835580 [ 4 ] {f74b0228-375f-4e78-b5c8-b45db5569b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19537 | 2025.02.28 06:58:51.835947 [ 4 ] {f74b0228-375f-4e78-b5c8-b45db5569b4e} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19538 | 2025.02.28 06:58:51.836184 [ 4 ] {f74b0228-375f-4e78-b5c8-b45db5569b4e} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19539 | 2025.02.28 06:58:51.836391 [ 4 ] {f74b0228-375f-4e78-b5c8-b45db5569b4e} <Debug> executeQuery: Read 60 rows, 4.50 KiB in 0.001783 sec., 33651.14974761638 rows/sec., 2.47 MiB/sec. | ||
| 19540 | 2025.02.28 06:58:51.836447 [ 4 ] {f74b0228-375f-4e78-b5c8-b45db5569b4e} <Debug> TCPHandler: Processed in 0.002097775 sec. | ||
| 19541 | 2025.02.28 06:58:51.836603 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19542 | 2025.02.28 06:58:51.836750 [ 255 ] {d5cf44a0-a891-4e22-9256-ca6a235df24f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19543 | 2025.02.28 06:58:51.836813 [ 255 ] {d5cf44a0-a891-4e22-9256-ca6a235df24f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19544 | 2025.02.28 06:58:51.837531 [ 255 ] {d5cf44a0-a891-4e22-9256-ca6a235df24f} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19545 | 2025.02.28 06:58:51.837572 [ 255 ] {d5cf44a0-a891-4e22-9256-ca6a235df24f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19546 | 2025.02.28 06:58:51.837945 [ 255 ] {d5cf44a0-a891-4e22-9256-ca6a235df24f} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19547 | 2025.02.28 06:58:51.838180 [ 255 ] {d5cf44a0-a891-4e22-9256-ca6a235df24f} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19548 | 2025.02.28 06:58:51.838378 [ 255 ] {d5cf44a0-a891-4e22-9256-ca6a235df24f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001667 sec., 136772.64547090582 rows/sec., 9.26 MiB/sec. | ||
| 19549 | 2025.02.28 06:58:51.838433 [ 255 ] {d5cf44a0-a891-4e22-9256-ca6a235df24f} <Debug> TCPHandler: Processed in 0.001898813 sec. | ||
| 19550 | 2025.02.28 06:58:51.838593 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19551 | 2025.02.28 06:58:51.838736 [ 4 ] {8e6a57bd-59c4-4b1f-9672-7b00e7bd22b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19552 | 2025.02.28 06:58:51.838797 [ 4 ] {8e6a57bd-59c4-4b1f-9672-7b00e7bd22b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19553 | 2025.02.28 06:58:51.839709 [ 4 ] {8e6a57bd-59c4-4b1f-9672-7b00e7bd22b3} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19554 | 2025.02.28 06:58:51.839749 [ 4 ] {8e6a57bd-59c4-4b1f-9672-7b00e7bd22b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19555 | 2025.02.28 06:58:51.840138 [ 4 ] {8e6a57bd-59c4-4b1f-9672-7b00e7bd22b3} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 19556 | 2025.02.28 06:58:51.840375 [ 4 ] {8e6a57bd-59c4-4b1f-9672-7b00e7bd22b3} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19557 | 2025.02.28 06:58:51.840606 [ 4 ] {8e6a57bd-59c4-4b1f-9672-7b00e7bd22b3} <Debug> executeQuery: Read 580 rows, 44.21 KiB in 0.001899 sec., 305423.9073196419 rows/sec., 22.74 MiB/sec. | ||
| 19558 | 2025.02.28 06:58:51.840681 [ 4 ] {8e6a57bd-59c4-4b1f-9672-7b00e7bd22b3} <Debug> TCPHandler: Processed in 0.002153366 sec. | ||
| 19559 | 2025.02.28 06:58:51.840858 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19560 | 2025.02.28 06:58:51.841051 [ 255 ] {88d89071-2bbb-40c4-ab45-7b97c0d764a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19561 | 2025.02.28 06:58:51.841113 [ 255 ] {88d89071-2bbb-40c4-ab45-7b97c0d764a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19562 | 2025.02.28 06:58:51.842018 [ 255 ] {88d89071-2bbb-40c4-ab45-7b97c0d764a5} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19563 | 2025.02.28 06:58:51.842064 [ 255 ] {88d89071-2bbb-40c4-ab45-7b97c0d764a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19564 | 2025.02.28 06:58:51.842523 [ 255 ] {88d89071-2bbb-40c4-ab45-7b97c0d764a5} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 19565 | 2025.02.28 06:58:51.842768 [ 255 ] {88d89071-2bbb-40c4-ab45-7b97c0d764a5} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19566 | 2025.02.28 06:58:51.842987 [ 255 ] {88d89071-2bbb-40c4-ab45-7b97c0d764a5} <Debug> executeQuery: Read 943 rows, 64.75 KiB in 0.001978 sec., 476744.1860465116 rows/sec., 31.97 MiB/sec. | ||
| 19567 | 2025.02.28 06:58:51.843038 [ 255 ] {88d89071-2bbb-40c4-ab45-7b97c0d764a5} <Debug> TCPHandler: Processed in 0.002259167 sec. | ||
| 19568 | 2025.02.28 06:58:51.843243 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19569 | 2025.02.28 06:58:51.843446 [ 4 ] {90861745-8acf-42ec-b0b5-e34b27db5fff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19570 | 2025.02.28 06:58:51.843576 [ 4 ] {90861745-8acf-42ec-b0b5-e34b27db5fff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19571 | 2025.02.28 06:58:51.845022 [ 4 ] {90861745-8acf-42ec-b0b5-e34b27db5fff} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19572 | 2025.02.28 06:58:51.845062 [ 4 ] {90861745-8acf-42ec-b0b5-e34b27db5fff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19573 | 2025.02.28 06:58:51.845783 [ 4 ] {90861745-8acf-42ec-b0b5-e34b27db5fff} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19574 | 2025.02.28 06:58:51.846035 [ 4 ] {90861745-8acf-42ec-b0b5-e34b27db5fff} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19575 | 2025.02.28 06:58:51.846242 [ 4 ] {90861745-8acf-42ec-b0b5-e34b27db5fff} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.002843 sec., 20400.984875131904 rows/sec., 36.56 MiB/sec. | ||
| 19576 | 2025.02.28 06:58:51.846499 [ 4 ] {90861745-8acf-42ec-b0b5-e34b27db5fff} <Debug> TCPHandler: Processed in 0.003352401 sec. | ||
| 19577 | 2025.02.28 06:58:51.846667 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19578 | 2025.02.28 06:58:51.846809 [ 255 ] {c1c8ab52-43d3-4a6e-8646-d8670f8aeccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19579 | 2025.02.28 06:58:51.846870 [ 255 ] {c1c8ab52-43d3-4a6e-8646-d8670f8aeccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19580 | 2025.02.28 06:58:51.847409 [ 255 ] {c1c8ab52-43d3-4a6e-8646-d8670f8aeccc} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19581 | 2025.02.28 06:58:51.847448 [ 255 ] {c1c8ab52-43d3-4a6e-8646-d8670f8aeccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19582 | 2025.02.28 06:58:51.847829 [ 255 ] {c1c8ab52-43d3-4a6e-8646-d8670f8aeccc} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 19583 | 2025.02.28 06:58:51.848065 [ 255 ] {c1c8ab52-43d3-4a6e-8646-d8670f8aeccc} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19584 | 2025.02.28 06:58:51.848279 [ 255 ] {c1c8ab52-43d3-4a6e-8646-d8670f8aeccc} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001501 sec., 23984.010659560296 rows/sec., 1.62 MiB/sec. | ||
| 19585 | 2025.02.28 06:58:51.848328 [ 255 ] {c1c8ab52-43d3-4a6e-8646-d8670f8aeccc} <Debug> TCPHandler: Processed in 0.001742811 sec. | ||
| 19586 | 2025.02.28 06:58:52.484537 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 769 | ||
| 19587 | 2025.02.28 06:58:52.509869 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19588 | 2025.02.28 06:58:52.509938 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19589 | 2025.02.28 06:58:52.517612 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 19590 | 2025.02.28 06:58:52.518436 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19591 | 2025.02.28 06:58:52.523039 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 769 | ||
| 19592 | 2025.02.28 06:58:54.181275 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 2688 | ||
| 19593 | 2025.02.28 06:58:54.185378 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19594 | 2025.02.28 06:58:54.185444 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19595 | 2025.02.28 06:58:54.187036 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 19596 | 2025.02.28 06:58:54.187364 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19597 | 2025.02.28 06:58:54.187642 [ 88 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 19598 | 2025.02.28 06:58:54.187805 [ 88 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19599 | 2025.02.28 06:58:54.187905 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19600 | 2025.02.28 06:58:54.188597 [ 200 ] {885f53be-7430-4b34-b89a-ac37c386aff3::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 | ||
| 19601 | 2025.02.28 06:58:54.190125 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2688 | ||
| 19602 | 2025.02.28 06:58:54.190499 [ 200 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19603 | 2025.02.28 06:58:54.190661 [ 200 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2508 rows starting from the beginning of the part | ||
| 19604 | 2025.02.28 06:58:54.191314 [ 200 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 34 rows starting from the beginning of the part | ||
| 19605 | 2025.02.28 06:58:54.191971 [ 200 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 54 rows starting from the beginning of the part | ||
| 19606 | 2025.02.28 06:58:54.192574 [ 200 ] {885f53be-7430-4b34-b89a-ac37c386aff3::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 | ||
| 19607 | 2025.02.28 06:58:54.193357 [ 200 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 30 rows starting from the beginning of the part | ||
| 19608 | 2025.02.28 06:58:54.194080 [ 200 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 46 rows starting from the beginning of the part | ||
| 19609 | 2025.02.28 06:58:54.203589 [ 198 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2688 rows, containing 72 columns (72 merged, 0 gathered) in 0.015460226 sec., 173865.50494151897 rows/sec., 129.61 MiB/sec. | ||
| 19610 | 2025.02.28 06:58:54.205963 [ 201 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 19611 | 2025.02.28 06:58:54.206838 [ 201 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_76_15} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19612 | 2025.02.28 06:58:54.206935 [ 201 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_76_15} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 19613 | 2025.02.28 06:58:54.207300 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.02 MiB. | ||
| 19614 | 2025.02.28 06:58:54.394620 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19615 | 2025.02.28 06:58:54.394794 [ 4 ] {9d2cfc09-cabf-4896-b05a-24653909ea80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19616 | 2025.02.28 06:58:54.394865 [ 4 ] {9d2cfc09-cabf-4896-b05a-24653909ea80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19617 | 2025.02.28 06:58:54.395666 [ 4 ] {9d2cfc09-cabf-4896-b05a-24653909ea80} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19618 | 2025.02.28 06:58:54.395709 [ 4 ] {9d2cfc09-cabf-4896-b05a-24653909ea80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19619 | 2025.02.28 06:58:54.396140 [ 4 ] {9d2cfc09-cabf-4896-b05a-24653909ea80} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 19620 | 2025.02.28 06:58:54.396395 [ 4 ] {9d2cfc09-cabf-4896-b05a-24653909ea80} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19621 | 2025.02.28 06:58:54.396548 [ 88 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 | ||
| 19622 | 2025.02.28 06:58:54.396590 [ 88 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19623 | 2025.02.28 06:58:54.396598 [ 4 ] {9d2cfc09-cabf-4896-b05a-24653909ea80} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001852 sec., 30237.580993520518 rows/sec., 2.32 MiB/sec. | ||
| 19624 | 2025.02.28 06:58:54.396616 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19625 | 2025.02.28 06:58:54.396693 [ 4 ] {9d2cfc09-cabf-4896-b05a-24653909ea80} <Debug> TCPHandler: Processed in 0.002200136 sec. | ||
| 19626 | 2025.02.28 06:58:54.396753 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_176_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full | ||
| 19627 | 2025.02.28 06:58:54.396882 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19628 | 2025.02.28 06:58:54.396912 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 1888 rows starting from the beginning of the part | ||
| 19629 | 2025.02.28 06:58:54.397011 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19630 | 2025.02.28 06:58:54.397044 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 56 rows starting from the beginning of the part | ||
| 19631 | 2025.02.28 06:58:54.397429 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 733 rows starting from the beginning of the part | ||
| 19632 | 2025.02.28 06:58:54.397636 [ 255 ] {3516e462-17f6-4215-bb0d-adb4fef97709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19633 | 2025.02.28 06:58:54.397725 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 56 rows starting from the beginning of the part | ||
| 19634 | 2025.02.28 06:58:54.397907 [ 255 ] {3516e462-17f6-4215-bb0d-adb4fef97709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19635 | 2025.02.28 06:58:54.398042 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 1313 rows starting from the beginning of the part | ||
| 19636 | 2025.02.28 06:58:54.398394 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 56 rows starting from the beginning of the part | ||
| 19637 | 2025.02.28 06:58:54.400384 [ 255 ] {3516e462-17f6-4215-bb0d-adb4fef97709} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19638 | 2025.02.28 06:58:54.400464 [ 255 ] {3516e462-17f6-4215-bb0d-adb4fef97709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19639 | 2025.02.28 06:58:54.401274 [ 255 ] {3516e462-17f6-4215-bb0d-adb4fef97709} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 19640 | 2025.02.28 06:58:54.401633 [ 255 ] {3516e462-17f6-4215-bb0d-adb4fef97709} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19641 | 2025.02.28 06:58:54.402019 [ 88 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 | ||
| 19642 | 2025.02.28 06:58:54.402047 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4102 rows, containing 5 columns (5 merged, 0 gathered) in 0.005353484 sec., 766229.9915344848 rows/sec., 65.62 MiB/sec. | ||
| 19643 | 2025.02.28 06:58:54.402120 [ 88 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19644 | 2025.02.28 06:58:54.402175 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19645 | 2025.02.28 06:58:54.402264 [ 255 ] {3516e462-17f6-4215-bb0d-adb4fef97709} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004816 sec., 13289.036544850498 rows/sec., 1.04 MiB/sec. | ||
| 19646 | 2025.02.28 06:58:54.402480 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) | ||
| 19647 | 2025.02.28 06:58:54.402727 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_176_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full | ||
| 19648 | 2025.02.28 06:58:54.402869 [ 255 ] {3516e462-17f6-4215-bb0d-adb4fef97709} <Debug> TCPHandler: Processed in 0.006026542 sec. | ||
| 19649 | 2025.02.28 06:58:54.403257 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19650 | 2025.02.28 06:58:54.403686 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19651 | 2025.02.28 06:58:54.403767 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_176_35} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19652 | 2025.02.28 06:58:54.403860 [ 4 ] {0db9133c-90b1-439f-8bcb-659cfeb5edcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19653 | 2025.02.28 06:58:54.403918 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 956 rows starting from the beginning of the part | ||
| 19654 | 2025.02.28 06:58:54.404213 [ 4 ] {0db9133c-90b1-439f-8bcb-659cfeb5edcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19655 | 2025.02.28 06:58:54.404328 [ 196 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_176_35} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 | ||
| 19656 | 2025.02.28 06:58:54.404502 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 64 rows starting from the beginning of the part | ||
| 19657 | 2025.02.28 06:58:54.404843 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. | ||
| 19658 | 2025.02.28 06:58:54.405081 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 440 rows starting from the beginning of the part | ||
| 19659 | 2025.02.28 06:58:54.405483 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 64 rows starting from the beginning of the part | ||
| 19660 | 2025.02.28 06:58:54.405959 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 580 rows starting from the beginning of the part | ||
| 19661 | 2025.02.28 06:58:54.406459 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 64 rows starting from the beginning of the part | ||
| 19662 | 2025.02.28 06:58:54.408420 [ 4 ] {0db9133c-90b1-439f-8bcb-659cfeb5edcf} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19663 | 2025.02.28 06:58:54.408530 [ 4 ] {0db9133c-90b1-439f-8bcb-659cfeb5edcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19664 | 2025.02.28 06:58:54.409875 [ 4 ] {0db9133c-90b1-439f-8bcb-659cfeb5edcf} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 19665 | 2025.02.28 06:58:54.410240 [ 4 ] {0db9133c-90b1-439f-8bcb-659cfeb5edcf} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19666 | 2025.02.28 06:58:54.410461 [ 88 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 5 parts from all_1_171_35 to all_175_175_0 | ||
| 19667 | 2025.02.28 06:58:54.410562 [ 88 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19668 | 2025.02.28 06:58:54.410659 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19669 | 2025.02.28 06:58:54.410858 [ 4 ] {0db9133c-90b1-439f-8bcb-659cfeb5edcf} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.007122 sec., 8986.239820275203 rows/sec., 640.89 KiB/sec. | ||
| 19670 | 2025.02.28 06:58:54.411068 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2168 rows, containing 5 columns (5 merged, 0 gathered) in 0.008793555 sec., 246544.2019751966 rows/sec., 19.04 MiB/sec. | ||
| 19671 | 2025.02.28 06:58:54.411188 [ 4 ] {0db9133c-90b1-439f-8bcb-659cfeb5edcf} <Debug> TCPHandler: Processed in 0.008160368 sec. | ||
| 19672 | 2025.02.28 06:58:54.411191 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_175_36} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_171_35 to all_175_175_0 into Compact with storage Full | ||
| 19673 | 2025.02.28 06:58:54.411449 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) | ||
| 19674 | 2025.02.28 06:58:54.411575 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19675 | 2025.02.28 06:58:54.411616 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_175_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19676 | 2025.02.28 06:58:54.411706 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_175_36} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_171_35, total 50819 rows starting from the beginning of the part | ||
| 19677 | 2025.02.28 06:58:54.412144 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_175_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 160 rows starting from the beginning of the part | ||
| 19678 | 2025.02.28 06:58:54.412377 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_176_35} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19679 | 2025.02.28 06:58:54.412557 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_175_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 237 rows starting from the beginning of the part | ||
| 19680 | 2025.02.28 06:58:54.412564 [ 255 ] {376fe8c8-0ae0-40df-97e7-30c1c4d83a88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19681 | 2025.02.28 06:58:54.412676 [ 187 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_176_35} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 | ||
| 19682 | 2025.02.28 06:58:54.412942 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_175_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 160 rows starting from the beginning of the part | ||
| 19683 | 2025.02.28 06:58:54.412843 [ 255 ] {376fe8c8-0ae0-40df-97e7-30c1c4d83a88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19684 | 2025.02.28 06:58:54.413067 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 19685 | 2025.02.28 06:58:54.413414 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_175_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 943 rows starting from the beginning of the part | ||
| 19686 | 2025.02.28 06:58:54.414698 [ 255 ] {376fe8c8-0ae0-40df-97e7-30c1c4d83a88} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19687 | 2025.02.28 06:58:54.414748 [ 255 ] {376fe8c8-0ae0-40df-97e7-30c1c4d83a88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19688 | 2025.02.28 06:58:54.415315 [ 255 ] {376fe8c8-0ae0-40df-97e7-30c1c4d83a88} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) | ||
| 19689 | 2025.02.28 06:58:54.415727 [ 255 ] {376fe8c8-0ae0-40df-97e7-30c1c4d83a88} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19690 | 2025.02.28 06:58:54.416042 [ 88 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 | ||
| 19691 | 2025.02.28 06:58:54.416135 [ 88 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19692 | 2025.02.28 06:58:54.416210 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19693 | 2025.02.28 06:58:54.416393 [ 255 ] {376fe8c8-0ae0-40df-97e7-30c1c4d83a88} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.004316 sec., 5560.704355885078 rows/sec., 383.75 KiB/sec. | ||
| 19694 | 2025.02.28 06:58:54.416705 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_176_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full | ||
| 19695 | 2025.02.28 06:58:54.416735 [ 255 ] {376fe8c8-0ae0-40df-97e7-30c1c4d83a88} <Debug> TCPHandler: Processed in 0.005341044 sec. | ||
| 19696 | 2025.02.28 06:58:54.417026 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19697 | 2025.02.28 06:58:54.417107 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_171_34, total 10390 rows starting from the beginning of the part | ||
| 19698 | 2025.02.28 06:58:54.417305 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 60 rows starting from the beginning of the part | ||
| 19699 | 2025.02.28 06:58:54.417516 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 82 rows starting from the beginning of the part | ||
| 19700 | 2025.02.28 06:58:54.417786 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 60 rows starting from the beginning of the part | ||
| 19701 | 2025.02.28 06:58:54.417930 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 36 rows starting from the beginning of the part | ||
| 19702 | 2025.02.28 06:58:54.418192 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 24 rows starting from the beginning of the part | ||
| 19703 | 2025.02.28 06:58:54.421804 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10652 rows, containing 4 columns (4 merged, 0 gathered) in 0.005421135 sec., 1964902.1837677904 rows/sec., 128.08 MiB/sec. | ||
| 19704 | 2025.02.28 06:58:54.422319 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) | ||
| 19705 | 2025.02.28 06:58:54.422683 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_176_35} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19706 | 2025.02.28 06:58:54.422802 [ 195 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_176_35} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 | ||
| 19707 | 2025.02.28 06:58:54.422950 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.10 MiB. | ||
| 19708 | 2025.02.28 06:58:54.426445 [ 195 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_175_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 52319 rows, containing 5 columns (5 merged, 0 gathered) in 0.015580956 sec., 3357881.249391886 rows/sec., 226.73 MiB/sec. | ||
| 19709 | 2025.02.28 06:58:54.426812 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_175_36} <Trace> MergedBlockOutputStream: filled checksums all_1_175_36 (state Temporary) | ||
| 19710 | 2025.02.28 06:58:54.427156 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_175_36} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_175_36 to all_1_175_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19711 | 2025.02.28 06:58:54.427242 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_175_36} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 5 parts: [all_1_171_35, all_175_175_0] -> all_1_175_36 | ||
| 19712 | 2025.02.28 06:58:54.427327 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.48 MiB. | ||
| 19713 | 2025.02.28 06:58:56.399578 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 47214 | ||
| 19714 | 2025.02.28 06:58:56.400766 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19715 | 2025.02.28 06:58:56.400808 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19716 | 2025.02.28 06:58:56.401344 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 19717 | 2025.02.28 06:58:56.401603 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19718 | 2025.02.28 06:58:56.401873 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47214 | ||
| 19719 | 2025.02.28 06:58:58.000242 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.21 MiB, peak 286.54 MiB, free memory in arenas 0.00 B, will set to 268.21 MiB (RSS), difference: -4.00 MiB | ||
| 19720 | 2025.02.28 06:58:59.399403 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19721 | 2025.02.28 06:58:59.399707 [ 4 ] {0488851f-28be-4722-bf32-c4dca9fcb9f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19722 | 2025.02.28 06:58:59.399827 [ 4 ] {0488851f-28be-4722-bf32-c4dca9fcb9f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19723 | 2025.02.28 06:58:59.400874 [ 4 ] {0488851f-28be-4722-bf32-c4dca9fcb9f2} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19724 | 2025.02.28 06:58:59.400925 [ 4 ] {0488851f-28be-4722-bf32-c4dca9fcb9f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19725 | 2025.02.28 06:58:59.401368 [ 4 ] {0488851f-28be-4722-bf32-c4dca9fcb9f2} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 19726 | 2025.02.28 06:58:59.401625 [ 4 ] {0488851f-28be-4722-bf32-c4dca9fcb9f2} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19727 | 2025.02.28 06:58:59.401871 [ 4 ] {0488851f-28be-4722-bf32-c4dca9fcb9f2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002244 sec., 24955.436720142603 rows/sec., 1.92 MiB/sec. | ||
| 19728 | 2025.02.28 06:58:59.401941 [ 4 ] {0488851f-28be-4722-bf32-c4dca9fcb9f2} <Debug> TCPHandler: Processed in 0.002691572 sec. | ||
| 19729 | 2025.02.28 06:58:59.402305 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19730 | 2025.02.28 06:58:59.402543 [ 255 ] {7be77248-0327-4a57-bfba-ec58617cff83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19731 | 2025.02.28 06:58:59.402613 [ 255 ] {7be77248-0327-4a57-bfba-ec58617cff83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19732 | 2025.02.28 06:58:59.403381 [ 255 ] {7be77248-0327-4a57-bfba-ec58617cff83} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19733 | 2025.02.28 06:58:59.403421 [ 255 ] {7be77248-0327-4a57-bfba-ec58617cff83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19734 | 2025.02.28 06:58:59.403856 [ 255 ] {7be77248-0327-4a57-bfba-ec58617cff83} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 19735 | 2025.02.28 06:58:59.404118 [ 255 ] {7be77248-0327-4a57-bfba-ec58617cff83} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19736 | 2025.02.28 06:58:59.404312 [ 255 ] {7be77248-0327-4a57-bfba-ec58617cff83} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001821 sec., 35145.52443712246 rows/sec., 2.74 MiB/sec. | ||
| 19737 | 2025.02.28 06:58:59.404367 [ 255 ] {7be77248-0327-4a57-bfba-ec58617cff83} <Debug> TCPHandler: Processed in 0.002287857 sec. | ||
| 19738 | 2025.02.28 06:58:59.404508 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19739 | 2025.02.28 06:58:59.404635 [ 4 ] {b4757f28-c93f-47d4-936d-6155e05c0ed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19740 | 2025.02.28 06:58:59.404694 [ 4 ] {b4757f28-c93f-47d4-936d-6155e05c0ed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19741 | 2025.02.28 06:58:59.405314 [ 4 ] {b4757f28-c93f-47d4-936d-6155e05c0ed3} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19742 | 2025.02.28 06:58:59.405354 [ 4 ] {b4757f28-c93f-47d4-936d-6155e05c0ed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19743 | 2025.02.28 06:58:59.405785 [ 4 ] {b4757f28-c93f-47d4-936d-6155e05c0ed3} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 19744 | 2025.02.28 06:58:59.406034 [ 4 ] {b4757f28-c93f-47d4-936d-6155e05c0ed3} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19745 | 2025.02.28 06:58:59.406247 [ 4 ] {b4757f28-c93f-47d4-936d-6155e05c0ed3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001642 sec., 97442.143727162 rows/sec., 6.79 MiB/sec. | ||
| 19746 | 2025.02.28 06:58:59.406303 [ 4 ] {b4757f28-c93f-47d4-936d-6155e05c0ed3} <Debug> TCPHandler: Processed in 0.001851862 sec. | ||
| 19747 | 2025.02.28 06:58:59.406462 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19748 | 2025.02.28 06:58:59.406584 [ 255 ] {8353bd3d-8d49-442a-997b-bb7b797318fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19749 | 2025.02.28 06:58:59.406635 [ 255 ] {8353bd3d-8d49-442a-997b-bb7b797318fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19750 | 2025.02.28 06:58:59.407132 [ 255 ] {8353bd3d-8d49-442a-997b-bb7b797318fd} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19751 | 2025.02.28 06:58:59.407169 [ 255 ] {8353bd3d-8d49-442a-997b-bb7b797318fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19752 | 2025.02.28 06:58:59.407561 [ 255 ] {8353bd3d-8d49-442a-997b-bb7b797318fd} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) | ||
| 19753 | 2025.02.28 06:58:59.407794 [ 255 ] {8353bd3d-8d49-442a-997b-bb7b797318fd} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19754 | 2025.02.28 06:58:59.407972 [ 255 ] {8353bd3d-8d49-442a-997b-bb7b797318fd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001414 sec., 42432.81471004244 rows/sec., 2.86 MiB/sec. | ||
| 19755 | 2025.02.28 06:58:59.408021 [ 255 ] {8353bd3d-8d49-442a-997b-bb7b797318fd} <Debug> TCPHandler: Processed in 0.001615849 sec. | ||
| 19756 | 2025.02.28 06:59:00.023216 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 777 | ||
| 19757 | 2025.02.28 06:59:00.047035 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19758 | 2025.02.28 06:59:00.047091 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19759 | 2025.02.28 06:59:00.054722 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 19760 | 2025.02.28 06:59:00.055528 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19761 | 2025.02.28 06:59:00.059798 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 777 | ||
| 19762 | 2025.02.28 06:59:03.628532 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19763 | 2025.02.28 06:59:03.628618 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19764 | 2025.02.28 06:59:03.756145 [ 218 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Found 5 old parts to remove. Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0] | ||
| 19765 | 2025.02.28 06:59:03.756193 [ 218 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Removing 5 parts from filesystem (serially): Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0] | ||
| 19766 | 2025.02.28 06:59:03.757786 [ 218 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Removing 5 parts from memory: Parts: [all_1_23_5, all_24_24_0, all_25_25_0, all_26_26_0, all_27_27_0] | ||
| 19767 | 2025.02.28 06:59:03.902148 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 47641 | ||
| 19768 | 2025.02.28 06:59:03.903180 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19769 | 2025.02.28 06:59:03.903226 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19770 | 2025.02.28 06:59:03.903776 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 19771 | 2025.02.28 06:59:03.904047 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19772 | 2025.02.28 06:59:03.904294 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47641 | ||
| 19773 | 2025.02.28 06:59:04.055068 [ 223 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19774 | 2025.02.28 06:59:04.055156 [ 223 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19775 | 2025.02.28 06:59:04.057317 [ 223 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19776 | 2025.02.28 06:59:04.190550 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2704 | ||
| 19777 | 2025.02.28 06:59:04.193436 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19778 | 2025.02.28 06:59:04.193501 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19779 | 2025.02.28 06:59:04.195054 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 19780 | 2025.02.28 06:59:04.195391 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19781 | 2025.02.28 06:59:04.196119 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2704 | ||
| 19782 | 2025.02.28 06:59:04.352644 [ 218 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19783 | 2025.02.28 06:59:04.352674 [ 218 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19784 | 2025.02.28 06:59:04.354644 [ 218 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19785 | 2025.02.28 06:59:04.403483 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19786 | 2025.02.28 06:59:04.403665 [ 4 ] {47891cb7-3c3a-4115-9674-e3824d01718f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19787 | 2025.02.28 06:59:04.403732 [ 4 ] {47891cb7-3c3a-4115-9674-e3824d01718f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19788 | 2025.02.28 06:59:04.404557 [ 4 ] {47891cb7-3c3a-4115-9674-e3824d01718f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19789 | 2025.02.28 06:59:04.404599 [ 4 ] {47891cb7-3c3a-4115-9674-e3824d01718f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19790 | 2025.02.28 06:59:04.405043 [ 4 ] {47891cb7-3c3a-4115-9674-e3824d01718f} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 19791 | 2025.02.28 06:59:04.405299 [ 4 ] {47891cb7-3c3a-4115-9674-e3824d01718f} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19792 | 2025.02.28 06:59:04.405490 [ 4 ] {47891cb7-3c3a-4115-9674-e3824d01718f} <Debug> executeQuery: Read 172 rows, 15.42 KiB in 0.001877 sec., 91635.58870538093 rows/sec., 8.02 MiB/sec. | ||
| 19793 | 2025.02.28 06:59:04.405545 [ 4 ] {47891cb7-3c3a-4115-9674-e3824d01718f} <Debug> TCPHandler: Processed in 0.002194507 sec. | ||
| 19794 | 2025.02.28 06:59:04.405790 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19795 | 2025.02.28 06:59:04.405977 [ 255 ] {2c42780d-fd80-430a-9810-0cdf9b25b674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19796 | 2025.02.28 06:59:04.406049 [ 255 ] {2c42780d-fd80-430a-9810-0cdf9b25b674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19797 | 2025.02.28 06:59:04.406899 [ 255 ] {2c42780d-fd80-430a-9810-0cdf9b25b674} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19798 | 2025.02.28 06:59:04.406945 [ 255 ] {2c42780d-fd80-430a-9810-0cdf9b25b674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19799 | 2025.02.28 06:59:04.407390 [ 255 ] {2c42780d-fd80-430a-9810-0cdf9b25b674} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 19800 | 2025.02.28 06:59:04.407660 [ 255 ] {2c42780d-fd80-430a-9810-0cdf9b25b674} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19801 | 2025.02.28 06:59:04.407921 [ 255 ] {2c42780d-fd80-430a-9810-0cdf9b25b674} <Debug> executeQuery: Read 58 rows, 4.36 KiB in 0.00199 sec., 29145.72864321608 rows/sec., 2.14 MiB/sec. | ||
| 19802 | 2025.02.28 06:59:04.408040 [ 255 ] {2c42780d-fd80-430a-9810-0cdf9b25b674} <Debug> TCPHandler: Processed in 0.002373798 sec. | ||
| 19803 | 2025.02.28 06:59:04.408258 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19804 | 2025.02.28 06:59:04.408399 [ 4 ] {8c46924c-93db-4fa0-adde-3ca2e103ae5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19805 | 2025.02.28 06:59:04.408451 [ 4 ] {8c46924c-93db-4fa0-adde-3ca2e103ae5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19806 | 2025.02.28 06:59:04.409104 [ 4 ] {8c46924c-93db-4fa0-adde-3ca2e103ae5f} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19807 | 2025.02.28 06:59:04.409143 [ 4 ] {8c46924c-93db-4fa0-adde-3ca2e103ae5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19808 | 2025.02.28 06:59:04.409534 [ 4 ] {8c46924c-93db-4fa0-adde-3ca2e103ae5f} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 19809 | 2025.02.28 06:59:04.409779 [ 4 ] {8c46924c-93db-4fa0-adde-3ca2e103ae5f} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19810 | 2025.02.28 06:59:04.409951 [ 4 ] {8c46924c-93db-4fa0-adde-3ca2e103ae5f} <Debug> executeQuery: Read 122 rows, 9.76 KiB in 0.001576 sec., 77411.16751269036 rows/sec., 6.05 MiB/sec. | ||
| 19811 | 2025.02.28 06:59:04.410003 [ 4 ] {8c46924c-93db-4fa0-adde-3ca2e103ae5f} <Debug> TCPHandler: Processed in 0.001863903 sec. | ||
| 19812 | 2025.02.28 06:59:04.410145 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19813 | 2025.02.28 06:59:04.410274 [ 255 ] {24e34cae-3a54-4d1b-a528-a533390b5148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19814 | 2025.02.28 06:59:04.410331 [ 255 ] {24e34cae-3a54-4d1b-a528-a533390b5148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19815 | 2025.02.28 06:59:04.410918 [ 255 ] {24e34cae-3a54-4d1b-a528-a533390b5148} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19816 | 2025.02.28 06:59:04.410957 [ 255 ] {24e34cae-3a54-4d1b-a528-a533390b5148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19817 | 2025.02.28 06:59:04.411359 [ 255 ] {24e34cae-3a54-4d1b-a528-a533390b5148} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 19818 | 2025.02.28 06:59:04.411595 [ 255 ] {24e34cae-3a54-4d1b-a528-a533390b5148} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19819 | 2025.02.28 06:59:04.411845 [ 255 ] {24e34cae-3a54-4d1b-a528-a533390b5148} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001593 sec., 100439.42247332078 rows/sec., 7.00 MiB/sec. | ||
| 19820 | 2025.02.28 06:59:04.411916 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19821 | 2025.02.28 06:59:04.411935 [ 255 ] {24e34cae-3a54-4d1b-a528-a533390b5148} <Debug> TCPHandler: Processed in 0.001846542 sec. | ||
| 19822 | 2025.02.28 06:59:04.411975 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19823 | 2025.02.28 06:59:04.412145 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19824 | 2025.02.28 06:59:04.412286 [ 4 ] {8af8f681-00aa-4b32-a55d-f851ccfadd06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19825 | 2025.02.28 06:59:04.412394 [ 4 ] {8af8f681-00aa-4b32-a55d-f851ccfadd06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19826 | 2025.02.28 06:59:04.414330 [ 4 ] {8af8f681-00aa-4b32-a55d-f851ccfadd06} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19827 | 2025.02.28 06:59:04.414373 [ 4 ] {8af8f681-00aa-4b32-a55d-f851ccfadd06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19828 | 2025.02.28 06:59:04.414780 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19829 | 2025.02.28 06:59:04.415386 [ 4 ] {8af8f681-00aa-4b32-a55d-f851ccfadd06} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 19830 | 2025.02.28 06:59:04.415664 [ 4 ] {8af8f681-00aa-4b32-a55d-f851ccfadd06} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19831 | 2025.02.28 06:59:04.415794 [ 80 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 19832 | 2025.02.28 06:59:04.415844 [ 80 ] {} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19833 | 2025.02.28 06:59:04.415869 [ 4 ] {8af8f681-00aa-4b32-a55d-f851ccfadd06} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.00361 sec., 16066.481994459835 rows/sec., 28.79 MiB/sec. | ||
| 19834 | 2025.02.28 06:59:04.415870 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19835 | 2025.02.28 06:59:04.416223 [ 4 ] {8af8f681-00aa-4b32-a55d-f851ccfadd06} <Debug> TCPHandler: Processed in 0.00417805 sec. | ||
| 19836 | 2025.02.28 06:59:04.416246 [ 195 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::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 | ||
| 19837 | 2025.02.28 06:59:04.416414 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19838 | 2025.02.28 06:59:04.416707 [ 255 ] {1e6f5739-af55-4e39-a85c-1d0ba02aebe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19839 | 2025.02.28 06:59:04.416848 [ 255 ] {1e6f5739-af55-4e39-a85c-1d0ba02aebe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19840 | 2025.02.28 06:59:04.416999 [ 195 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19841 | 2025.02.28 06:59:04.417268 [ 195 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2742 rows starting from the beginning of the part | ||
| 19842 | 2025.02.28 06:59:04.418161 [ 195 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 58 rows starting from the beginning of the part | ||
| 19843 | 2025.02.28 06:59:04.418922 [ 195 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 58 rows starting from the beginning of the part | ||
| 19844 | 2025.02.28 06:59:04.419259 [ 255 ] {1e6f5739-af55-4e39-a85c-1d0ba02aebe2} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19845 | 2025.02.28 06:59:04.419578 [ 255 ] {1e6f5739-af55-4e39-a85c-1d0ba02aebe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19846 | 2025.02.28 06:59:04.419609 [ 195 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 58 rows starting from the beginning of the part | ||
| 19847 | 2025.02.28 06:59:04.420337 [ 195 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 58 rows starting from the beginning of the part | ||
| 19848 | 2025.02.28 06:59:04.421041 [ 195 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 58 rows starting from the beginning of the part | ||
| 19849 | 2025.02.28 06:59:04.421297 [ 255 ] {1e6f5739-af55-4e39-a85c-1d0ba02aebe2} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) | ||
| 19850 | 2025.02.28 06:59:04.422120 [ 255 ] {1e6f5739-af55-4e39-a85c-1d0ba02aebe2} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19851 | 2025.02.28 06:59:04.422592 [ 223 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19852 | 2025.02.28 06:59:04.422610 [ 255 ] {1e6f5739-af55-4e39-a85c-1d0ba02aebe2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005967 sec., 10055.304172951232 rows/sec., 693.92 KiB/sec. | ||
| 19853 | 2025.02.28 06:59:04.422663 [ 223 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19854 | 2025.02.28 06:59:04.422976 [ 255 ] {1e6f5739-af55-4e39-a85c-1d0ba02aebe2} <Debug> TCPHandler: Processed in 0.006629229 sec. | ||
| 19855 | 2025.02.28 06:59:04.425172 [ 223 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] | ||
| 19856 | 2025.02.28 06:59:04.433121 [ 188 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3032 rows, containing 19 columns (19 merged, 0 gathered) in 0.017108225 sec., 177224.69747738293 rows/sec., 317.58 MiB/sec. | ||
| 19857 | 2025.02.28 06:59:04.435907 [ 197 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 19858 | 2025.02.28 06:59:04.436334 [ 197 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19859 | 2025.02.28 06:59:04.436479 [ 197 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 19860 | 2025.02.28 06:59:04.436654 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.12 MiB. | ||
| 19861 | 2025.02.28 06:59:05.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.68 MiB, peak 286.77 MiB, free memory in arenas 0.00 B, will set to 270.31 MiB (RSS), difference: 1.63 MiB | ||
| 19862 | 2025.02.28 06:59:07.559976 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 784 | ||
| 19863 | 2025.02.28 06:59:07.584482 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19864 | 2025.02.28 06:59:07.584548 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19865 | 2025.02.28 06:59:07.592241 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 19866 | 2025.02.28 06:59:07.593283 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19867 | 2025.02.28 06:59:07.597420 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 784 | ||
| 19868 | 2025.02.28 06:59:09.400125 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19869 | 2025.02.28 06:59:09.400428 [ 4 ] {0bde30be-8ccc-43a5-9277-598dda0da5a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19870 | 2025.02.28 06:59:09.400546 [ 4 ] {0bde30be-8ccc-43a5-9277-598dda0da5a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19871 | 2025.02.28 06:59:09.401454 [ 4 ] {0bde30be-8ccc-43a5-9277-598dda0da5a1} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19872 | 2025.02.28 06:59:09.401504 [ 4 ] {0bde30be-8ccc-43a5-9277-598dda0da5a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19873 | 2025.02.28 06:59:09.401945 [ 4 ] {0bde30be-8ccc-43a5-9277-598dda0da5a1} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) | ||
| 19874 | 2025.02.28 06:59:09.402194 [ 4 ] {0bde30be-8ccc-43a5-9277-598dda0da5a1} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19875 | 2025.02.28 06:59:09.402411 [ 4 ] {0bde30be-8ccc-43a5-9277-598dda0da5a1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002067 sec., 27092.40445089502 rows/sec., 2.08 MiB/sec. | ||
| 19876 | 2025.02.28 06:59:09.402478 [ 4 ] {0bde30be-8ccc-43a5-9277-598dda0da5a1} <Debug> TCPHandler: Processed in 0.00254183 sec. | ||
| 19877 | 2025.02.28 06:59:09.402779 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19878 | 2025.02.28 06:59:09.402992 [ 255 ] {4ed9072f-d20c-442a-93a9-918d29f81e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19879 | 2025.02.28 06:59:09.403073 [ 255 ] {4ed9072f-d20c-442a-93a9-918d29f81e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19880 | 2025.02.28 06:59:09.403927 [ 255 ] {4ed9072f-d20c-442a-93a9-918d29f81e47} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19881 | 2025.02.28 06:59:09.403970 [ 255 ] {4ed9072f-d20c-442a-93a9-918d29f81e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19882 | 2025.02.28 06:59:09.404415 [ 255 ] {4ed9072f-d20c-442a-93a9-918d29f81e47} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) | ||
| 19883 | 2025.02.28 06:59:09.404678 [ 255 ] {4ed9072f-d20c-442a-93a9-918d29f81e47} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19884 | 2025.02.28 06:59:09.404898 [ 255 ] {4ed9072f-d20c-442a-93a9-918d29f81e47} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001964 sec., 32586.558044806516 rows/sec., 2.54 MiB/sec. | ||
| 19885 | 2025.02.28 06:59:09.404964 [ 255 ] {4ed9072f-d20c-442a-93a9-918d29f81e47} <Debug> TCPHandler: Processed in 0.002356368 sec. | ||
| 19886 | 2025.02.28 06:59:09.405106 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19887 | 2025.02.28 06:59:09.405231 [ 4 ] {9e6af487-78a2-4201-a1c2-0e639497cf8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19888 | 2025.02.28 06:59:09.405287 [ 4 ] {9e6af487-78a2-4201-a1c2-0e639497cf8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19889 | 2025.02.28 06:59:09.405878 [ 4 ] {9e6af487-78a2-4201-a1c2-0e639497cf8a} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19890 | 2025.02.28 06:59:09.405916 [ 4 ] {9e6af487-78a2-4201-a1c2-0e639497cf8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19891 | 2025.02.28 06:59:09.406323 [ 4 ] {9e6af487-78a2-4201-a1c2-0e639497cf8a} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) | ||
| 19892 | 2025.02.28 06:59:09.406572 [ 4 ] {9e6af487-78a2-4201-a1c2-0e639497cf8a} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19893 | 2025.02.28 06:59:09.406759 [ 4 ] {9e6af487-78a2-4201-a1c2-0e639497cf8a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001557 sec., 102761.72125883108 rows/sec., 7.16 MiB/sec. | ||
| 19894 | 2025.02.28 06:59:09.406815 [ 4 ] {9e6af487-78a2-4201-a1c2-0e639497cf8a} <Debug> TCPHandler: Processed in 0.001766002 sec. | ||
| 19895 | 2025.02.28 06:59:09.406963 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19896 | 2025.02.28 06:59:09.407090 [ 255 ] {4b55cf75-8000-443b-a5d9-4f603bc0beca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19897 | 2025.02.28 06:59:09.407147 [ 255 ] {4b55cf75-8000-443b-a5d9-4f603bc0beca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19898 | 2025.02.28 06:59:09.407658 [ 255 ] {4b55cf75-8000-443b-a5d9-4f603bc0beca} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19899 | 2025.02.28 06:59:09.407697 [ 255 ] {4b55cf75-8000-443b-a5d9-4f603bc0beca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19900 | 2025.02.28 06:59:09.408084 [ 255 ] {4b55cf75-8000-443b-a5d9-4f603bc0beca} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) | ||
| 19901 | 2025.02.28 06:59:09.408316 [ 255 ] {4b55cf75-8000-443b-a5d9-4f603bc0beca} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19902 | 2025.02.28 06:59:09.408530 [ 255 ] {4b55cf75-8000-443b-a5d9-4f603bc0beca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001469 sec., 40844.11164057181 rows/sec., 2.75 MiB/sec. | ||
| 19903 | 2025.02.28 06:59:09.408594 [ 255 ] {4b55cf75-8000-443b-a5d9-4f603bc0beca} <Debug> TCPHandler: Processed in 0.001688811 sec. | ||
| 19904 | 2025.02.28 06:59:11.404543 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 48129 | ||
| 19905 | 2025.02.28 06:59:11.405293 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19906 | 2025.02.28 06:59:11.405353 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19907 | 2025.02.28 06:59:11.405924 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 19908 | 2025.02.28 06:59:11.406222 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19909 | 2025.02.28 06:59:11.406489 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48129 | ||
| 19910 | 2025.02.28 06:59:11.406606 [ 222 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 19911 | 2025.02.28 06:59:11.406684 [ 222 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 19912 | 2025.02.28 06:59:11.408870 [ 222 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 19913 | 2025.02.28 06:59:12.201986 [ 220 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 19914 | 2025.02.28 06:59:12.202039 [ 220 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 19915 | 2025.02.28 06:59:12.204026 [ 220 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 19916 | 2025.02.28 06:59:13.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.31 MiB, peak 286.77 MiB, free memory in arenas 0.00 B, will set to 270.31 MiB (RSS), difference: 4.00 MiB | ||
| 19917 | 2025.02.28 06:59:14.196408 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2724 | ||
| 19918 | 2025.02.28 06:59:14.199293 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19919 | 2025.02.28 06:59:14.199343 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19920 | 2025.02.28 06:59:14.200832 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 19921 | 2025.02.28 06:59:14.201151 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19922 | 2025.02.28 06:59:14.202188 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2724 | ||
| 19923 | 2025.02.28 06:59:14.288193 [ 218 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Found 6 old parts to remove. Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 19924 | 2025.02.28 06:59:14.288246 [ 218 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Removing 6 parts from filesystem (serially): Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 19925 | 2025.02.28 06:59:14.290268 [ 218 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Removing 6 parts from memory: Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 19926 | 2025.02.28 06:59:14.402983 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19927 | 2025.02.28 06:59:14.403199 [ 4 ] {9f32287a-b987-4d44-866c-0a490e133b21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19928 | 2025.02.28 06:59:14.403281 [ 4 ] {9f32287a-b987-4d44-866c-0a490e133b21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19929 | 2025.02.28 06:59:14.404249 [ 4 ] {9f32287a-b987-4d44-866c-0a490e133b21} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19930 | 2025.02.28 06:59:14.404300 [ 4 ] {9f32287a-b987-4d44-866c-0a490e133b21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19931 | 2025.02.28 06:59:14.404754 [ 4 ] {9f32287a-b987-4d44-866c-0a490e133b21} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) | ||
| 19932 | 2025.02.28 06:59:14.405005 [ 4 ] {9f32287a-b987-4d44-866c-0a490e133b21} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19933 | 2025.02.28 06:59:14.405261 [ 4 ] {9f32287a-b987-4d44-866c-0a490e133b21} <Debug> executeQuery: Read 172 rows, 15.42 KiB in 0.002123 sec., 81017.42816768723 rows/sec., 7.09 MiB/sec. | ||
| 19934 | 2025.02.28 06:59:14.405319 [ 4 ] {9f32287a-b987-4d44-866c-0a490e133b21} <Debug> TCPHandler: Processed in 0.00247796 sec. | ||
| 19935 | 2025.02.28 06:59:14.405584 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19936 | 2025.02.28 06:59:14.405795 [ 255 ] {5cd3eb2c-83f8-40ba-9222-20447470e6a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19937 | 2025.02.28 06:59:14.405877 [ 255 ] {5cd3eb2c-83f8-40ba-9222-20447470e6a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19938 | 2025.02.28 06:59:14.406685 [ 255 ] {5cd3eb2c-83f8-40ba-9222-20447470e6a8} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19939 | 2025.02.28 06:59:14.406732 [ 255 ] {5cd3eb2c-83f8-40ba-9222-20447470e6a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19940 | 2025.02.28 06:59:14.407170 [ 255 ] {5cd3eb2c-83f8-40ba-9222-20447470e6a8} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 19941 | 2025.02.28 06:59:14.407425 [ 255 ] {5cd3eb2c-83f8-40ba-9222-20447470e6a8} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19942 | 2025.02.28 06:59:14.407669 [ 255 ] {5cd3eb2c-83f8-40ba-9222-20447470e6a8} <Debug> executeQuery: Read 58 rows, 4.36 KiB in 0.001933 sec., 30005.17330574237 rows/sec., 2.20 MiB/sec. | ||
| 19943 | 2025.02.28 06:59:14.407740 [ 255 ] {5cd3eb2c-83f8-40ba-9222-20447470e6a8} <Debug> TCPHandler: Processed in 0.002294008 sec. | ||
| 19944 | 2025.02.28 06:59:14.407914 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19945 | 2025.02.28 06:59:14.408123 [ 4 ] {343d26ac-0c22-467b-881b-8020435b5978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19946 | 2025.02.28 06:59:14.408212 [ 4 ] {343d26ac-0c22-467b-881b-8020435b5978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19947 | 2025.02.28 06:59:14.409186 [ 4 ] {343d26ac-0c22-467b-881b-8020435b5978} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19948 | 2025.02.28 06:59:14.409225 [ 4 ] {343d26ac-0c22-467b-881b-8020435b5978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19949 | 2025.02.28 06:59:14.409599 [ 4 ] {343d26ac-0c22-467b-881b-8020435b5978} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) | ||
| 19950 | 2025.02.28 06:59:14.409832 [ 4 ] {343d26ac-0c22-467b-881b-8020435b5978} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19951 | 2025.02.28 06:59:14.410029 [ 4 ] {343d26ac-0c22-467b-881b-8020435b5978} <Debug> executeQuery: Read 122 rows, 9.76 KiB in 0.001961 sec., 62213.15655277919 rows/sec., 4.86 MiB/sec. | ||
| 19952 | 2025.02.28 06:59:14.410082 [ 4 ] {343d26ac-0c22-467b-881b-8020435b5978} <Debug> TCPHandler: Processed in 0.002236757 sec. | ||
| 19953 | 2025.02.28 06:59:14.410240 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19954 | 2025.02.28 06:59:14.410390 [ 255 ] {aee02dde-19f7-4444-9b7f-2b27f829b99f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19955 | 2025.02.28 06:59:14.410455 [ 255 ] {aee02dde-19f7-4444-9b7f-2b27f829b99f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19956 | 2025.02.28 06:59:14.411122 [ 255 ] {aee02dde-19f7-4444-9b7f-2b27f829b99f} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19957 | 2025.02.28 06:59:14.411163 [ 255 ] {aee02dde-19f7-4444-9b7f-2b27f829b99f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19958 | 2025.02.28 06:59:14.411577 [ 255 ] {aee02dde-19f7-4444-9b7f-2b27f829b99f} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) | ||
| 19959 | 2025.02.28 06:59:14.411822 [ 255 ] {aee02dde-19f7-4444-9b7f-2b27f829b99f} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19960 | 2025.02.28 06:59:14.411991 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 2 parts from all_1_175_36 to all_176_176_0 | ||
| 19961 | 2025.02.28 06:59:14.412066 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19962 | 2025.02.28 06:59:14.412074 [ 255 ] {aee02dde-19f7-4444-9b7f-2b27f829b99f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001713 sec., 93403.3858727379 rows/sec., 6.51 MiB/sec. | ||
| 19963 | 2025.02.28 06:59:14.412102 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19964 | 2025.02.28 06:59:14.412225 [ 255 ] {aee02dde-19f7-4444-9b7f-2b27f829b99f} <Debug> TCPHandler: Processed in 0.002051564 sec. | ||
| 19965 | 2025.02.28 06:59:14.412303 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_176_37} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_175_36 to all_176_176_0 into Compact with storage Full | ||
| 19966 | 2025.02.28 06:59:14.412441 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19967 | 2025.02.28 06:59:14.412518 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_176_37} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19968 | 2025.02.28 06:59:14.412613 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_176_37} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_175_36, total 52319 rows starting from the beginning of the part | ||
| 19969 | 2025.02.28 06:59:14.412683 [ 4 ] {fb4fd2f3-8171-4023-80ab-8084575c5ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19970 | 2025.02.28 06:59:14.412882 [ 186 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_176_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 64 rows starting from the beginning of the part | ||
| 19971 | 2025.02.28 06:59:14.413123 [ 4 ] {fb4fd2f3-8171-4023-80ab-8084575c5ec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19972 | 2025.02.28 06:59:14.416255 [ 4 ] {fb4fd2f3-8171-4023-80ab-8084575c5ec4} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19973 | 2025.02.28 06:59:14.416297 [ 4 ] {fb4fd2f3-8171-4023-80ab-8084575c5ec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19974 | 2025.02.28 06:59:14.417347 [ 4 ] {fb4fd2f3-8171-4023-80ab-8084575c5ec4} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 19975 | 2025.02.28 06:59:14.417648 [ 4 ] {fb4fd2f3-8171-4023-80ab-8084575c5ec4} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19976 | 2025.02.28 06:59:14.417959 [ 4 ] {fb4fd2f3-8171-4023-80ab-8084575c5ec4} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.005354 sec., 10833.022039596563 rows/sec., 19.41 MiB/sec. | ||
| 19977 | 2025.02.28 06:59:14.418087 [ 4 ] {fb4fd2f3-8171-4023-80ab-8084575c5ec4} <Debug> TCPHandler: Processed in 0.005743979 sec. | ||
| 19978 | 2025.02.28 06:59:14.418261 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19979 | 2025.02.28 06:59:14.418415 [ 255 ] {a6a96305-b298-4801-b737-0a92a50bdcbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19980 | 2025.02.28 06:59:14.418479 [ 255 ] {a6a96305-b298-4801-b737-0a92a50bdcbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19981 | 2025.02.28 06:59:14.419279 [ 255 ] {a6a96305-b298-4801-b737-0a92a50bdcbc} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19982 | 2025.02.28 06:59:14.419322 [ 255 ] {a6a96305-b298-4801-b737-0a92a50bdcbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19983 | 2025.02.28 06:59:14.419851 [ 255 ] {a6a96305-b298-4801-b737-0a92a50bdcbc} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) | ||
| 19984 | 2025.02.28 06:59:14.420223 [ 255 ] {a6a96305-b298-4801-b737-0a92a50bdcbc} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19985 | 2025.02.28 06:59:14.420438 [ 255 ] {a6a96305-b298-4801-b737-0a92a50bdcbc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002061 sec., 29112.08151382824 rows/sec., 1.96 MiB/sec. | ||
| 19986 | 2025.02.28 06:59:14.420580 [ 255 ] {a6a96305-b298-4801-b737-0a92a50bdcbc} <Debug> TCPHandler: Processed in 0.002396508 sec. | ||
| 19987 | 2025.02.28 06:59:14.425043 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_176_37} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 52383 rows, containing 5 columns (5 merged, 0 gathered) in 0.012817144 sec., 4086947.919130814 rows/sec., 275.97 MiB/sec. | ||
| 19988 | 2025.02.28 06:59:14.425464 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_176_37} <Trace> MergedBlockOutputStream: filled checksums all_1_176_37 (state Temporary) | ||
| 19989 | 2025.02.28 06:59:14.425795 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_176_37} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_176_37 to all_1_176_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19990 | 2025.02.28 06:59:14.425875 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_176_37} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 2 parts: [all_1_175_36, all_176_176_0] -> all_1_176_37 | ||
| 19991 | 2025.02.28 06:59:14.425957 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 19992 | 2025.02.28 06:59:15.097603 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 792 | ||
| 19993 | 2025.02.28 06:59:15.120731 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19994 | 2025.02.28 06:59:15.120793 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 19995 | 2025.02.28 06:59:15.128522 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 19996 | 2025.02.28 06:59:15.129341 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19997 | 2025.02.28 06:59:15.133137 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 792 | ||
| 19998 | 2025.02.28 06:59:16.381925 [ 223 ] {} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Found 6 old parts to remove. Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 19999 | 2025.02.28 06:59:16.382049 [ 223 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Removing 6 parts from filesystem (serially): Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20000 | 2025.02.28 06:59:16.384000 [ 223 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Removing 6 parts from memory: Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20001 | 2025.02.28 06:59:16.859043 [ 220 ] {} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Found 6 old parts to remove. Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20002 | 2025.02.28 06:59:16.859098 [ 220 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Removing 6 parts from filesystem (serially): Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20003 | 2025.02.28 06:59:16.861036 [ 220 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Removing 6 parts from memory: Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20004 | 2025.02.28 06:59:17.475806 [ 221 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Found 5 old parts to remove. Parts: [all_1_25_6, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20005 | 2025.02.28 06:59:17.475938 [ 221 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Removing 5 parts from filesystem (serially): Parts: [all_1_25_6, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20006 | 2025.02.28 06:59:17.477783 [ 221 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Removing 5 parts from memory: Parts: [all_1_25_6, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20007 | 2025.02.28 06:59:18.628659 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 20008 | 2025.02.28 06:59:18.628704 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 20009 | 2025.02.28 06:59:18.906747 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 48556 | ||
| 20010 | 2025.02.28 06:59:18.907407 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20011 | 2025.02.28 06:59:18.907457 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20012 | 2025.02.28 06:59:18.908010 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 20013 | 2025.02.28 06:59:18.908278 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20014 | 2025.02.28 06:59:18.908503 [ 54 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 20015 | 2025.02.28 06:59:18.908564 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48556 | ||
| 20016 | 2025.02.28 06:59:18.908604 [ 54 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20017 | 2025.02.28 06:59:18.908637 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20018 | 2025.02.28 06:59:18.908853 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 20019 | 2025.02.28 06:59:18.909297 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20020 | 2025.02.28 06:59:18.909393 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_101_20, total 46299 rows starting from the beginning of the part | ||
| 20021 | 2025.02.28 06:59:18.909516 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 427 rows starting from the beginning of the part | ||
| 20022 | 2025.02.28 06:59:18.909747 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 488 rows starting from the beginning of the part | ||
| 20023 | 2025.02.28 06:59:18.910053 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 427 rows starting from the beginning of the part | ||
| 20024 | 2025.02.28 06:59:18.910213 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 488 rows starting from the beginning of the part | ||
| 20025 | 2025.02.28 06:59:18.910355 [ 201 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 427 rows starting from the beginning of the part | ||
| 20026 | 2025.02.28 06:59:18.913627 [ 194 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48556 rows, containing 4 columns (4 merged, 0 gathered) in 0.004905948 sec., 9897373.55552892 rows/sec., 141.58 MiB/sec. | ||
| 20027 | 2025.02.28 06:59:18.914095 [ 191 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 20028 | 2025.02.28 06:59:18.914476 [ 191 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_106_21} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20029 | 2025.02.28 06:59:18.914569 [ 191 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_106_21} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 20030 | 2025.02.28 06:59:18.914692 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.09 MiB. | ||
| 20031 | 2025.02.28 06:59:19.061826 [ 224 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Found 5 old parts to remove. Parts: [all_1_25_6, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20032 | 2025.02.28 06:59:19.061866 [ 224 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Removing 5 parts from filesystem (serially): Parts: [all_1_25_6, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20033 | 2025.02.28 06:59:19.063444 [ 224 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Removing 5 parts from memory: Parts: [all_1_25_6, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] | ||
| 20034 | 2025.02.28 06:59:19.406783 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20035 | 2025.02.28 06:59:19.406998 [ 4 ] {c51e2ab2-ddcc-40b8-a7b2-03e164bd5288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 20036 | 2025.02.28 06:59:19.407061 [ 4 ] {c51e2ab2-ddcc-40b8-a7b2-03e164bd5288} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 20037 | 2025.02.28 06:59:19.407854 [ 4 ] {c51e2ab2-ddcc-40b8-a7b2-03e164bd5288} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20038 | 2025.02.28 06:59:19.407899 [ 4 ] {c51e2ab2-ddcc-40b8-a7b2-03e164bd5288} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20039 | 2025.02.28 06:59:19.408317 [ 4 ] {c51e2ab2-ddcc-40b8-a7b2-03e164bd5288} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 20040 | 2025.02.28 06:59:19.408565 [ 4 ] {c51e2ab2-ddcc-40b8-a7b2-03e164bd5288} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20041 | 2025.02.28 06:59:19.408784 [ 4 ] {c51e2ab2-ddcc-40b8-a7b2-03e164bd5288} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001832 sec., 115720.52401746725 rows/sec., 7.36 MiB/sec. | ||
| 20042 | 2025.02.28 06:59:19.408844 [ 4 ] {c51e2ab2-ddcc-40b8-a7b2-03e164bd5288} <Debug> TCPHandler: Processed in 0.002212757 sec. | ||
| 20043 | 2025.02.28 06:59:19.409087 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20044 | 2025.02.28 06:59:19.409266 [ 255 ] {c8b9c4ed-9519-4f48-83fd-27912cebc8ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20045 | 2025.02.28 06:59:19.409334 [ 255 ] {c8b9c4ed-9519-4f48-83fd-27912cebc8ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20046 | 2025.02.28 06:59:19.410369 [ 255 ] {c8b9c4ed-9519-4f48-83fd-27912cebc8ba} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20047 | 2025.02.28 06:59:19.410416 [ 255 ] {c8b9c4ed-9519-4f48-83fd-27912cebc8ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20048 | 2025.02.28 06:59:19.410879 [ 255 ] {c8b9c4ed-9519-4f48-83fd-27912cebc8ba} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) | ||
| 20049 | 2025.02.28 06:59:19.411129 [ 255 ] {c8b9c4ed-9519-4f48-83fd-27912cebc8ba} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20050 | 2025.02.28 06:59:19.411318 [ 55 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0 | ||
| 20051 | 2025.02.28 06:59:19.411383 [ 255 ] {c8b9c4ed-9519-4f48-83fd-27912cebc8ba} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002161 sec., 285515.9648310967 rows/sec., 22.32 MiB/sec. | ||
| 20052 | 2025.02.28 06:59:19.411391 [ 55 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20053 | 2025.02.28 06:59:19.411465 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20054 | 2025.02.28 06:59:19.411519 [ 255 ] {c8b9c4ed-9519-4f48-83fd-27912cebc8ba} <Debug> TCPHandler: Processed in 0.002555141 sec. | ||
| 20055 | 2025.02.28 06:59:19.411702 [ 193 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_181_36} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_176_35 to all_181_181_0 into Compact with storage Full | ||
| 20056 | 2025.02.28 06:59:19.411875 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20057 | 2025.02.28 06:59:19.411947 [ 193 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_181_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20058 | 2025.02.28 06:59:19.412091 [ 193 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_176_35, total 1888 rows starting from the beginning of the part | ||
| 20059 | 2025.02.28 06:59:19.412332 [ 4 ] {73c69821-7977-4ff7-b006-bcd7bcd4fccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20060 | 2025.02.28 06:59:19.412558 [ 4 ] {73c69821-7977-4ff7-b006-bcd7bcd4fccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20061 | 2025.02.28 06:59:19.412991 [ 193 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 56 rows starting from the beginning of the part | ||
| 20062 | 2025.02.28 06:59:19.413829 [ 193 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 172 rows starting from the beginning of the part | ||
| 20063 | 2025.02.28 06:59:19.414616 [ 193 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 56 rows starting from the beginning of the part | ||
| 20064 | 2025.02.28 06:59:19.414996 [ 193 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 172 rows starting from the beginning of the part | ||
| 20065 | 2025.02.28 06:59:19.415194 [ 193 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 617 rows starting from the beginning of the part | ||
| 20066 | 2025.02.28 06:59:19.416189 [ 4 ] {73c69821-7977-4ff7-b006-bcd7bcd4fccf} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20067 | 2025.02.28 06:59:19.416263 [ 4 ] {73c69821-7977-4ff7-b006-bcd7bcd4fccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20068 | 2025.02.28 06:59:19.417236 [ 4 ] {73c69821-7977-4ff7-b006-bcd7bcd4fccf} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 20069 | 2025.02.28 06:59:19.417810 [ 4 ] {73c69821-7977-4ff7-b006-bcd7bcd4fccf} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20070 | 2025.02.28 06:59:19.418133 [ 4 ] {73c69821-7977-4ff7-b006-bcd7bcd4fccf} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.005961 sec., 17782.25130011743 rows/sec., 1.05 MiB/sec. | ||
| 20071 | 2025.02.28 06:59:19.418219 [ 4 ] {73c69821-7977-4ff7-b006-bcd7bcd4fccf} <Debug> TCPHandler: Processed in 0.006461427 sec. | ||
| 20072 | 2025.02.28 06:59:19.418472 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20073 | 2025.02.28 06:59:19.418481 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_181_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2961 rows, containing 5 columns (5 merged, 0 gathered) in 0.006916473 sec., 428108.3725766008 rows/sec., 36.52 MiB/sec. | ||
| 20074 | 2025.02.28 06:59:19.418627 [ 255 ] {07c9aa45-4ed3-4090-828f-0495adb9a12a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 20075 | 2025.02.28 06:59:19.418721 [ 255 ] {07c9aa45-4ed3-4090-828f-0495adb9a12a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 20076 | 2025.02.28 06:59:19.418825 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_181_36} <Trace> MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary) | ||
| 20077 | 2025.02.28 06:59:19.419485 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_181_36} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20078 | 2025.02.28 06:59:19.419608 [ 191 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_181_36} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36 | ||
| 20079 | 2025.02.28 06:59:19.419795 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 20080 | 2025.02.28 06:59:19.419974 [ 255 ] {07c9aa45-4ed3-4090-828f-0495adb9a12a} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20081 | 2025.02.28 06:59:19.420018 [ 255 ] {07c9aa45-4ed3-4090-828f-0495adb9a12a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20082 | 2025.02.28 06:59:19.420384 [ 255 ] {07c9aa45-4ed3-4090-828f-0495adb9a12a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 20083 | 2025.02.28 06:59:19.420632 [ 255 ] {07c9aa45-4ed3-4090-828f-0495adb9a12a} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20084 | 2025.02.28 06:59:19.420847 [ 255 ] {07c9aa45-4ed3-4090-828f-0495adb9a12a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002255 sec., 50110.86474501109 rows/sec., 3.24 MiB/sec. | ||
| 20085 | 2025.02.28 06:59:19.420904 [ 255 ] {07c9aa45-4ed3-4090-828f-0495adb9a12a} <Debug> TCPHandler: Processed in 0.00252696 sec. | ||
| 20086 | 2025.02.28 06:59:19.421047 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20087 | 2025.02.28 06:59:19.421168 [ 4 ] {a4861ab2-fc4a-47d7-b066-b6b02eea86fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 20088 | 2025.02.28 06:59:19.421224 [ 4 ] {a4861ab2-fc4a-47d7-b066-b6b02eea86fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 20089 | 2025.02.28 06:59:19.421961 [ 4 ] {a4861ab2-fc4a-47d7-b066-b6b02eea86fd} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20090 | 2025.02.28 06:59:19.422007 [ 4 ] {a4861ab2-fc4a-47d7-b066-b6b02eea86fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20091 | 2025.02.28 06:59:19.422379 [ 4 ] {a4861ab2-fc4a-47d7-b066-b6b02eea86fd} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 20092 | 2025.02.28 06:59:19.422622 [ 4 ] {a4861ab2-fc4a-47d7-b066-b6b02eea86fd} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20093 | 2025.02.28 06:59:19.422823 [ 4 ] {a4861ab2-fc4a-47d7-b066-b6b02eea86fd} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001682 sec., 66587.39595719382 rows/sec., 3.79 MiB/sec. | ||
| 20094 | 2025.02.28 06:59:19.422874 [ 4 ] {a4861ab2-fc4a-47d7-b066-b6b02eea86fd} <Debug> TCPHandler: Processed in 0.001882093 sec. | ||
| 20095 | 2025.02.28 06:59:19.423014 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20096 | 2025.02.28 06:59:19.423133 [ 255 ] {2cfbaa49-15f5-48d3-a2c8-341c914b2983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20097 | 2025.02.28 06:59:19.423190 [ 255 ] {2cfbaa49-15f5-48d3-a2c8-341c914b2983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20098 | 2025.02.28 06:59:19.424047 [ 255 ] {2cfbaa49-15f5-48d3-a2c8-341c914b2983} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20099 | 2025.02.28 06:59:19.424094 [ 255 ] {2cfbaa49-15f5-48d3-a2c8-341c914b2983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20100 | 2025.02.28 06:59:19.424483 [ 255 ] {2cfbaa49-15f5-48d3-a2c8-341c914b2983} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) | ||
| 20101 | 2025.02.28 06:59:19.424719 [ 255 ] {2cfbaa49-15f5-48d3-a2c8-341c914b2983} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20102 | 2025.02.28 06:59:19.424890 [ 55 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0 | ||
| 20103 | 2025.02.28 06:59:19.424953 [ 55 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20104 | 2025.02.28 06:59:19.424958 [ 255 ] {2cfbaa49-15f5-48d3-a2c8-341c914b2983} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001841 sec., 207495.92612710485 rows/sec., 14.63 MiB/sec. | ||
| 20105 | 2025.02.28 06:59:19.424990 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20106 | 2025.02.28 06:59:19.425151 [ 255 ] {2cfbaa49-15f5-48d3-a2c8-341c914b2983} <Debug> TCPHandler: Processed in 0.002190186 sec. | ||
| 20107 | 2025.02.28 06:59:19.425466 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_181_36} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_176_35 to all_181_181_0 into Compact with storage Full | ||
| 20108 | 2025.02.28 06:59:19.425506 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20109 | 2025.02.28 06:59:19.426016 [ 4 ] {5c9ba1cd-f838-4ee2-8748-da94121c4cf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 20110 | 2025.02.28 06:59:19.426112 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_181_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20111 | 2025.02.28 06:59:19.426220 [ 4 ] {5c9ba1cd-f838-4ee2-8748-da94121c4cf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 20112 | 2025.02.28 06:59:19.426238 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_176_35, total 956 rows starting from the beginning of the part | ||
| 20113 | 2025.02.28 06:59:19.426849 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 64 rows starting from the beginning of the part | ||
| 20114 | 2025.02.28 06:59:19.427311 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 122 rows starting from the beginning of the part | ||
| 20115 | 2025.02.28 06:59:19.427811 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 64 rows starting from the beginning of the part | ||
| 20116 | 2025.02.28 06:59:19.428081 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 122 rows starting from the beginning of the part | ||
| 20117 | 2025.02.28 06:59:19.428236 [ 196 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 382 rows starting from the beginning of the part | ||
| 20118 | 2025.02.28 06:59:19.428722 [ 4 ] {5c9ba1cd-f838-4ee2-8748-da94121c4cf7} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20119 | 2025.02.28 06:59:19.428764 [ 4 ] {5c9ba1cd-f838-4ee2-8748-da94121c4cf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20120 | 2025.02.28 06:59:19.429279 [ 4 ] {5c9ba1cd-f838-4ee2-8748-da94121c4cf7} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 20121 | 2025.02.28 06:59:19.429616 [ 4 ] {5c9ba1cd-f838-4ee2-8748-da94121c4cf7} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20122 | 2025.02.28 06:59:19.429844 [ 4 ] {5c9ba1cd-f838-4ee2-8748-da94121c4cf7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004017 sec., 1493.6519790888724 rows/sec., 78.04 KiB/sec. | ||
| 20123 | 2025.02.28 06:59:19.429930 [ 4 ] {5c9ba1cd-f838-4ee2-8748-da94121c4cf7} <Debug> TCPHandler: Processed in 0.004642266 sec. | ||
| 20124 | 2025.02.28 06:59:19.430144 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20125 | 2025.02.28 06:59:19.430186 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_181_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1710 rows, containing 5 columns (5 merged, 0 gathered) in 0.00507202 sec., 337143.78097878164 rows/sec., 26.02 MiB/sec. | ||
| 20126 | 2025.02.28 06:59:19.430300 [ 255 ] {74dad06e-b94a-43a5-ad83-b847e9e71584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20127 | 2025.02.28 06:59:19.430374 [ 255 ] {74dad06e-b94a-43a5-ad83-b847e9e71584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20128 | 2025.02.28 06:59:19.430456 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_181_36} <Trace> MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary) | ||
| 20129 | 2025.02.28 06:59:19.431137 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_181_36} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20130 | 2025.02.28 06:59:19.431379 [ 199 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_181_36} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36 | ||
| 20131 | 2025.02.28 06:59:19.431547 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 20132 | 2025.02.28 06:59:19.431690 [ 255 ] {74dad06e-b94a-43a5-ad83-b847e9e71584} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20133 | 2025.02.28 06:59:19.431735 [ 255 ] {74dad06e-b94a-43a5-ad83-b847e9e71584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20134 | 2025.02.28 06:59:19.432133 [ 255 ] {74dad06e-b94a-43a5-ad83-b847e9e71584} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) | ||
| 20135 | 2025.02.28 06:59:19.432364 [ 255 ] {74dad06e-b94a-43a5-ad83-b847e9e71584} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20136 | 2025.02.28 06:59:19.432530 [ 55 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_176_37 to all_181_181_0 | ||
| 20137 | 2025.02.28 06:59:19.432583 [ 55 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20138 | 2025.02.28 06:59:19.432599 [ 255 ] {74dad06e-b94a-43a5-ad83-b847e9e71584} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002325 sec., 101935.48387096776 rows/sec., 6.83 MiB/sec. | ||
| 20139 | 2025.02.28 06:59:19.432622 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20140 | 2025.02.28 06:59:19.432744 [ 255 ] {74dad06e-b94a-43a5-ad83-b847e9e71584} <Debug> TCPHandler: Processed in 0.002713783 sec. | ||
| 20141 | 2025.02.28 06:59:19.432926 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_181_38} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_176_37 to all_181_181_0 into Compact with storage Full | ||
| 20142 | 2025.02.28 06:59:19.432944 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20143 | 2025.02.28 06:59:19.433226 [ 4 ] {6dd32734-632d-455e-92b9-35907d32c390} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 20144 | 2025.02.28 06:59:19.433246 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_181_38} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20145 | 2025.02.28 06:59:19.433330 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_181_38} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_176_37, total 52383 rows starting from the beginning of the part | ||
| 20146 | 2025.02.28 06:59:19.433333 [ 4 ] {6dd32734-632d-455e-92b9-35907d32c390} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 20147 | 2025.02.28 06:59:19.433674 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_181_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 160 rows starting from the beginning of the part | ||
| 20148 | 2025.02.28 06:59:19.434057 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_181_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 160 rows starting from the beginning of the part | ||
| 20149 | 2025.02.28 06:59:19.434445 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_181_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 160 rows starting from the beginning of the part | ||
| 20150 | 2025.02.28 06:59:19.434755 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_181_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 160 rows starting from the beginning of the part | ||
| 20151 | 2025.02.28 06:59:19.435071 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_181_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 237 rows starting from the beginning of the part | ||
| 20152 | 2025.02.28 06:59:19.436020 [ 4 ] {6dd32734-632d-455e-92b9-35907d32c390} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20153 | 2025.02.28 06:59:19.436088 [ 4 ] {6dd32734-632d-455e-92b9-35907d32c390} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20154 | 2025.02.28 06:59:19.436768 [ 4 ] {6dd32734-632d-455e-92b9-35907d32c390} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 20155 | 2025.02.28 06:59:19.437069 [ 4 ] {6dd32734-632d-455e-92b9-35907d32c390} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20156 | 2025.02.28 06:59:19.437412 [ 4 ] {6dd32734-632d-455e-92b9-35907d32c390} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004268 sec., 234.30178069353326 rows/sec., 15.79 KiB/sec. | ||
| 20157 | 2025.02.28 06:59:19.437641 [ 4 ] {6dd32734-632d-455e-92b9-35907d32c390} <Debug> TCPHandler: Processed in 0.004786587 sec. | ||
| 20158 | 2025.02.28 06:59:19.437995 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20159 | 2025.02.28 06:59:19.438811 [ 255 ] {42cce63d-a2a9-4aef-9f7d-176aaf2d5d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20160 | 2025.02.28 06:59:19.438938 [ 255 ] {42cce63d-a2a9-4aef-9f7d-176aaf2d5d72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20161 | 2025.02.28 06:59:19.440012 [ 255 ] {42cce63d-a2a9-4aef-9f7d-176aaf2d5d72} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20162 | 2025.02.28 06:59:19.440052 [ 255 ] {42cce63d-a2a9-4aef-9f7d-176aaf2d5d72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20163 | 2025.02.28 06:59:19.440538 [ 255 ] {42cce63d-a2a9-4aef-9f7d-176aaf2d5d72} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) | ||
| 20164 | 2025.02.28 06:59:19.440792 [ 255 ] {42cce63d-a2a9-4aef-9f7d-176aaf2d5d72} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20165 | 2025.02.28 06:59:19.440978 [ 55 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0 | ||
| 20166 | 2025.02.28 06:59:19.441053 [ 55 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20167 | 2025.02.28 06:59:19.441106 [ 255 ] {42cce63d-a2a9-4aef-9f7d-176aaf2d5d72} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002725 sec., 30091.743119266055 rows/sec., 1.91 MiB/sec. | ||
| 20168 | 2025.02.28 06:59:19.441132 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20169 | 2025.02.28 06:59:19.441361 [ 255 ] {42cce63d-a2a9-4aef-9f7d-176aaf2d5d72} <Debug> TCPHandler: Processed in 0.003576353 sec. | ||
| 20170 | 2025.02.28 06:59:19.441724 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_181_36} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_176_35 to all_181_181_0 into Compact with storage Full | ||
| 20171 | 2025.02.28 06:59:19.442509 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_181_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20172 | 2025.02.28 06:59:19.442604 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_176_35, total 10652 rows starting from the beginning of the part | ||
| 20173 | 2025.02.28 06:59:19.442899 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 60 rows starting from the beginning of the part | ||
| 20174 | 2025.02.28 06:59:19.443269 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 60 rows starting from the beginning of the part | ||
| 20175 | 2025.02.28 06:59:19.443491 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 60 rows starting from the beginning of the part | ||
| 20176 | 2025.02.28 06:59:19.443806 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 60 rows starting from the beginning of the part | ||
| 20177 | 2025.02.28 06:59:19.443898 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 82 rows starting from the beginning of the part | ||
| 20178 | 2025.02.28 06:59:19.447582 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_181_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10974 rows, containing 4 columns (4 merged, 0 gathered) in 0.006150474 sec., 1784252.725887468 rows/sec., 116.37 MiB/sec. | ||
| 20179 | 2025.02.28 06:59:19.448155 [ 197 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_181_36} <Trace> MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary) | ||
| 20180 | 2025.02.28 06:59:19.448570 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_181_36} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20181 | 2025.02.28 06:59:19.448678 [ 200 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_181_36} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36 | ||
| 20182 | 2025.02.28 06:59:19.448784 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. | ||
| 20183 | 2025.02.28 06:59:19.449858 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_181_38} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 53260 rows, containing 5 columns (5 merged, 0 gathered) in 0.017098525 sec., 3114888.564949316 rows/sec., 210.40 MiB/sec. | ||
| 20184 | 2025.02.28 06:59:19.450353 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_181_38} <Trace> MergedBlockOutputStream: filled checksums all_1_181_38 (state Temporary) | ||
| 20185 | 2025.02.28 06:59:19.450710 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_181_38} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_181_38 to all_1_181_38 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20186 | 2025.02.28 06:59:19.450811 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_181_38} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_176_37, all_181_181_0] -> all_1_181_38 | ||
| 20187 | 2025.02.28 06:59:19.450916 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.45 MiB. | ||
| 20188 | 2025.02.28 06:59:21.830249 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20189 | 2025.02.28 06:59:21.830578 [ 4 ] {c44f32e7-0475-4698-8787-d0544f94ecac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 20190 | 2025.02.28 06:59:21.830698 [ 4 ] {c44f32e7-0475-4698-8787-d0544f94ecac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 20191 | 2025.02.28 06:59:21.831703 [ 4 ] {c44f32e7-0475-4698-8787-d0544f94ecac} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20192 | 2025.02.28 06:59:21.831753 [ 4 ] {c44f32e7-0475-4698-8787-d0544f94ecac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20193 | 2025.02.28 06:59:21.832200 [ 4 ] {c44f32e7-0475-4698-8787-d0544f94ecac} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 20194 | 2025.02.28 06:59:21.832455 [ 4 ] {c44f32e7-0475-4698-8787-d0544f94ecac} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20195 | 2025.02.28 06:59:21.832740 [ 4 ] {c44f32e7-0475-4698-8787-d0544f94ecac} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.002243 sec., 7133.303611234953 rows/sec., 581.67 KiB/sec. | ||
| 20196 | 2025.02.28 06:59:21.832967 [ 4 ] {c44f32e7-0475-4698-8787-d0544f94ecac} <Debug> TCPHandler: Processed in 0.002905095 sec. | ||
| 20197 | 2025.02.28 06:59:21.833310 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20198 | 2025.02.28 06:59:21.833595 [ 255 ] {87dd2f23-732f-4835-80b4-e34ce8fc0d66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20199 | 2025.02.28 06:59:21.833704 [ 255 ] {87dd2f23-732f-4835-80b4-e34ce8fc0d66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20200 | 2025.02.28 06:59:21.835364 [ 255 ] {87dd2f23-732f-4835-80b4-e34ce8fc0d66} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20201 | 2025.02.28 06:59:21.835419 [ 255 ] {87dd2f23-732f-4835-80b4-e34ce8fc0d66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20202 | 2025.02.28 06:59:21.835951 [ 255 ] {87dd2f23-732f-4835-80b4-e34ce8fc0d66} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) | ||
| 20203 | 2025.02.28 06:59:21.836209 [ 255 ] {87dd2f23-732f-4835-80b4-e34ce8fc0d66} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20204 | 2025.02.28 06:59:21.836441 [ 255 ] {87dd2f23-732f-4835-80b4-e34ce8fc0d66} <Debug> executeQuery: Read 1320 rows, 112.57 KiB in 0.002926 sec., 451127.8195488721 rows/sec., 37.57 MiB/sec. | ||
| 20205 | 2025.02.28 06:59:21.836515 [ 255 ] {87dd2f23-732f-4835-80b4-e34ce8fc0d66} <Debug> TCPHandler: Processed in 0.003382251 sec. | ||
| 20206 | 2025.02.28 06:59:21.836730 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20207 | 2025.02.28 06:59:21.836962 [ 4 ] {3ec16a98-74af-4d84-a5c1-570781f18fb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20208 | 2025.02.28 06:59:21.837059 [ 4 ] {3ec16a98-74af-4d84-a5c1-570781f18fb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20209 | 2025.02.28 06:59:21.837771 [ 4 ] {3ec16a98-74af-4d84-a5c1-570781f18fb0} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20210 | 2025.02.28 06:59:21.837812 [ 4 ] {3ec16a98-74af-4d84-a5c1-570781f18fb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20211 | 2025.02.28 06:59:21.838240 [ 4 ] {3ec16a98-74af-4d84-a5c1-570781f18fb0} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 20212 | 2025.02.28 06:59:21.838479 [ 4 ] {3ec16a98-74af-4d84-a5c1-570781f18fb0} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20213 | 2025.02.28 06:59:21.838648 [ 51 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Selected 6 parts from all_1_74_16 to all_79_79_0 | ||
| 20214 | 2025.02.28 06:59:21.838713 [ 4 ] {3ec16a98-74af-4d84-a5c1-570781f18fb0} <Debug> executeQuery: Read 74 rows, 5.48 KiB in 0.001805 sec., 40997.22991689751 rows/sec., 2.96 MiB/sec. | ||
| 20215 | 2025.02.28 06:59:21.838742 [ 51 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20216 | 2025.02.28 06:59:21.838813 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20217 | 2025.02.28 06:59:21.838833 [ 4 ] {3ec16a98-74af-4d84-a5c1-570781f18fb0} <Debug> TCPHandler: Processed in 0.002210197 sec. | ||
| 20218 | 2025.02.28 06:59:21.839103 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20219 | 2025.02.28 06:59:21.839173 [ 189 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_79_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_74_16 to all_79_79_0 into Compact with storage Full | ||
| 20220 | 2025.02.28 06:59:21.839417 [ 255 ] {6d186e70-3e8c-4436-b01e-1b618920c39c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 20221 | 2025.02.28 06:59:21.839507 [ 189 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_79_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20222 | 2025.02.28 06:59:21.839549 [ 255 ] {6d186e70-3e8c-4436-b01e-1b618920c39c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 20223 | 2025.02.28 06:59:21.839577 [ 189 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_79_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_74_16, total 185 rows starting from the beginning of the part | ||
| 20224 | 2025.02.28 06:59:21.839840 [ 189 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_79_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
| 20225 | 2025.02.28 06:59:21.840217 [ 189 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_79_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 58 rows starting from the beginning of the part | ||
| 20226 | 2025.02.28 06:59:21.840552 [ 189 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_79_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 58 rows starting from the beginning of the part | ||
| 20227 | 2025.02.28 06:59:21.840875 [ 189 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_79_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 106 rows starting from the beginning of the part | ||
| 20228 | 2025.02.28 06:59:21.841236 [ 189 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_79_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 74 rows starting from the beginning of the part | ||
| 20229 | 2025.02.28 06:59:21.842297 [ 255 ] {6d186e70-3e8c-4436-b01e-1b618920c39c} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20230 | 2025.02.28 06:59:21.842345 [ 255 ] {6d186e70-3e8c-4436-b01e-1b618920c39c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20231 | 2025.02.28 06:59:21.842934 [ 255 ] {6d186e70-3e8c-4436-b01e-1b618920c39c} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 20232 | 2025.02.28 06:59:21.843089 [ 192 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_79_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.00416143 sec., 130003.38825836312 rows/sec., 9.24 MiB/sec. | ||
| 20233 | 2025.02.28 06:59:21.843298 [ 255 ] {6d186e70-3e8c-4436-b01e-1b618920c39c} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20234 | 2025.02.28 06:59:21.843327 [ 192 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_79_17} <Trace> MergedBlockOutputStream: filled checksums all_1_79_17 (state Temporary) | ||
| 20235 | 2025.02.28 06:59:21.843889 [ 255 ] {6d186e70-3e8c-4436-b01e-1b618920c39c} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.004517 sec., 50475.979632499446 rows/sec., 3.42 MiB/sec. | ||
| 20236 | 2025.02.28 06:59:21.844237 [ 192 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_79_17} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_merge_all_1_79_17 to all_1_79_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20237 | 2025.02.28 06:59:21.844434 [ 255 ] {6d186e70-3e8c-4436-b01e-1b618920c39c} <Debug> TCPHandler: Processed in 0.005476105 sec. | ||
| 20238 | 2025.02.28 06:59:21.844547 [ 192 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_79_17} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Merged 6 parts: [all_1_74_16, all_79_79_0] -> all_1_79_17 | ||
| 20239 | 2025.02.28 06:59:21.844811 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20240 | 2025.02.28 06:59:21.844849 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 20241 | 2025.02.28 06:59:21.844965 [ 4 ] {df687d30-905e-43d5-8ee6-74f508f2a149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20242 | 2025.02.28 06:59:21.845024 [ 4 ] {df687d30-905e-43d5-8ee6-74f508f2a149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20243 | 2025.02.28 06:59:21.845892 [ 4 ] {df687d30-905e-43d5-8ee6-74f508f2a149} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20244 | 2025.02.28 06:59:21.845931 [ 4 ] {df687d30-905e-43d5-8ee6-74f508f2a149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20245 | 2025.02.28 06:59:21.846326 [ 4 ] {df687d30-905e-43d5-8ee6-74f508f2a149} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) | ||
| 20246 | 2025.02.28 06:59:21.846562 [ 4 ] {df687d30-905e-43d5-8ee6-74f508f2a149} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20247 | 2025.02.28 06:59:21.846771 [ 4 ] {df687d30-905e-43d5-8ee6-74f508f2a149} <Debug> executeQuery: Read 594 rows, 45.35 KiB in 0.00184 sec., 322826.0869565217 rows/sec., 24.07 MiB/sec. | ||
| 20248 | 2025.02.28 06:59:21.846823 [ 4 ] {df687d30-905e-43d5-8ee6-74f508f2a149} <Debug> TCPHandler: Processed in 0.002210547 sec. | ||
| 20249 | 2025.02.28 06:59:21.846962 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20250 | 2025.02.28 06:59:21.847096 [ 255 ] {c917b13c-84ee-4e3d-ae3a-b36bbde9f2c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20251 | 2025.02.28 06:59:21.847156 [ 255 ] {c917b13c-84ee-4e3d-ae3a-b36bbde9f2c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20252 | 2025.02.28 06:59:21.847992 [ 255 ] {c917b13c-84ee-4e3d-ae3a-b36bbde9f2c7} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20253 | 2025.02.28 06:59:21.848030 [ 255 ] {c917b13c-84ee-4e3d-ae3a-b36bbde9f2c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20254 | 2025.02.28 06:59:21.848478 [ 255 ] {c917b13c-84ee-4e3d-ae3a-b36bbde9f2c7} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) | ||
| 20255 | 2025.02.28 06:59:21.848712 [ 255 ] {c917b13c-84ee-4e3d-ae3a-b36bbde9f2c7} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20256 | 2025.02.28 06:59:21.848924 [ 255 ] {c917b13c-84ee-4e3d-ae3a-b36bbde9f2c7} <Debug> executeQuery: Read 944 rows, 64.83 KiB in 0.001838 sec., 513601.7410228509 rows/sec., 34.45 MiB/sec. | ||
| 20257 | 2025.02.28 06:59:21.848989 [ 255 ] {c917b13c-84ee-4e3d-ae3a-b36bbde9f2c7} <Debug> TCPHandler: Processed in 0.002080854 sec. | ||
| 20258 | 2025.02.28 06:59:21.849192 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20259 | 2025.02.28 06:59:21.849460 [ 4 ] {30e8e790-3273-4699-bfe1-e8c98f1bc6b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20260 | 2025.02.28 06:59:21.849557 [ 4 ] {30e8e790-3273-4699-bfe1-e8c98f1bc6b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 20261 | 2025.02.28 06:59:21.851014 [ 4 ] {30e8e790-3273-4699-bfe1-e8c98f1bc6b4} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20262 | 2025.02.28 06:59:21.851054 [ 4 ] {30e8e790-3273-4699-bfe1-e8c98f1bc6b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20263 | 2025.02.28 06:59:21.851786 [ 4 ] {30e8e790-3273-4699-bfe1-e8c98f1bc6b4} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 20264 | 2025.02.28 06:59:21.852051 [ 4 ] {30e8e790-3273-4699-bfe1-e8c98f1bc6b4} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20265 | 2025.02.28 06:59:21.852308 [ 4 ] {30e8e790-3273-4699-bfe1-e8c98f1bc6b4} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.002918 sec., 19876.627827278957 rows/sec., 35.62 MiB/sec. | ||
| 20266 | 2025.02.28 06:59:21.852575 [ 4 ] {30e8e790-3273-4699-bfe1-e8c98f1bc6b4} <Debug> TCPHandler: Processed in 0.003493241 sec. | ||
| 20267 | 2025.02.28 06:59:21.852801 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20268 | 2025.02.28 06:59:21.852941 [ 255 ] {e187abbb-d482-4d01-8559-c67f72e936a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20269 | 2025.02.28 06:59:21.853002 [ 255 ] {e187abbb-d482-4d01-8559-c67f72e936a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20270 | 2025.02.28 06:59:21.853522 [ 255 ] {e187abbb-d482-4d01-8559-c67f72e936a4} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20271 | 2025.02.28 06:59:21.853560 [ 255 ] {e187abbb-d482-4d01-8559-c67f72e936a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20272 | 2025.02.28 06:59:21.853947 [ 255 ] {e187abbb-d482-4d01-8559-c67f72e936a4} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) | ||
| 20273 | 2025.02.28 06:59:21.854183 [ 255 ] {e187abbb-d482-4d01-8559-c67f72e936a4} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20274 | 2025.02.28 06:59:21.854367 [ 255 ] {e187abbb-d482-4d01-8559-c67f72e936a4} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001459 sec., 24674.43454420836 rows/sec., 1.66 MiB/sec. | ||
| 20275 | 2025.02.28 06:59:21.854416 [ 255 ] {e187abbb-d482-4d01-8559-c67f72e936a4} <Debug> TCPHandler: Processed in 0.00172974 sec. | ||
| 20276 | 2025.02.28 06:59:22.633331 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 799 | ||
| 20277 | 2025.02.28 06:59:22.658235 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20278 | 2025.02.28 06:59:22.658306 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20279 | 2025.02.28 06:59:22.666460 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 20280 | 2025.02.28 06:59:22.667308 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20281 | 2025.02.28 06:59:22.667816 [ 49 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 20282 | 2025.02.28 06:59:22.668017 [ 49 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20283 | 2025.02.28 06:59:22.668126 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20284 | 2025.02.28 06:59:22.668524 [ 189 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 20285 | 2025.02.28 06:59:22.685121 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 799 | ||
| 20286 | 2025.02.28 06:59:22.686416 [ 189 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20287 | 2025.02.28 06:59:22.687753 [ 189 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 762 rows starting from the beginning of the part | ||
| 20288 | 2025.02.28 06:59:22.694145 [ 189 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 7 rows starting from the beginning of the part | ||
| 20289 | 2025.02.28 06:59:22.699843 [ 189 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 8 rows starting from the beginning of the part | ||
| 20290 | 2025.02.28 06:59:22.705611 [ 189 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 7 rows starting from the beginning of the part | ||
| 20291 | 2025.02.28 06:59:22.711944 [ 189 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 8 rows starting from the beginning of the part | ||
| 20292 | 2025.02.28 06:59:22.718022 [ 189 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 20293 | 2025.02.28 06:59:22.784383 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 799 rows, containing 679 columns (679 merged, 0 gathered) in 0.11605891 sec., 6884.43480987371 rows/sec., 35.60 MiB/sec. | ||
| 20294 | 2025.02.28 06:59:22.788167 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 20295 | 2025.02.28 06:59:22.791174 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_106_21} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20296 | 2025.02.28 06:59:22.791300 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_106_21} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 20297 | 2025.02.28 06:59:22.794019 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 20298 | 2025.02.28 06:59:23.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.40 MiB, peak 288.80 MiB, free memory in arenas 0.00 B, will set to 270.31 MiB (RSS), difference: -1.09 MiB | ||
| 20299 | 2025.02.28 06:59:23.368938 [ 219 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): 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] | ||
| 20300 | 2025.02.28 06:59:23.368991 [ 219 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): 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] | ||
| 20301 | 2025.02.28 06:59:23.370844 [ 219 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): 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] | ||
| 20302 | 2025.02.28 06:59:24.000193 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.31 MiB, peak 288.80 MiB, free memory in arenas 0.00 B, will set to 270.31 MiB (RSS), difference: 4.00 MiB | ||
| 20303 | 2025.02.28 06:59:24.202559 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 2772 | ||
| 20304 | 2025.02.28 06:59:24.206572 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20305 | 2025.02.28 06:59:24.206634 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20306 | 2025.02.28 06:59:24.208220 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 20307 | 2025.02.28 06:59:24.208544 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20308 | 2025.02.28 06:59:24.209222 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2772 | ||
| 20309 | 2025.02.28 06:59:24.395232 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20310 | 2025.02.28 06:59:24.395428 [ 4 ] {efe5ee0a-9180-41a3-bc80-cdbcee99821d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20311 | 2025.02.28 06:59:24.395509 [ 4 ] {efe5ee0a-9180-41a3-bc80-cdbcee99821d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20312 | 2025.02.28 06:59:24.396414 [ 4 ] {efe5ee0a-9180-41a3-bc80-cdbcee99821d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20313 | 2025.02.28 06:59:24.396456 [ 4 ] {efe5ee0a-9180-41a3-bc80-cdbcee99821d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20314 | 2025.02.28 06:59:24.396912 [ 4 ] {efe5ee0a-9180-41a3-bc80-cdbcee99821d} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) | ||
| 20315 | 2025.02.28 06:59:24.397171 [ 4 ] {efe5ee0a-9180-41a3-bc80-cdbcee99821d} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20316 | 2025.02.28 06:59:24.397371 [ 4 ] {efe5ee0a-9180-41a3-bc80-cdbcee99821d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002001 sec., 27986.006996501746 rows/sec., 2.15 MiB/sec. | ||
| 20317 | 2025.02.28 06:59:24.397425 [ 224 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20318 | 2025.02.28 06:59:24.397439 [ 4 ] {efe5ee0a-9180-41a3-bc80-cdbcee99821d} <Debug> TCPHandler: Processed in 0.002338818 sec. | ||
| 20319 | 2025.02.28 06:59:24.397456 [ 224 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20320 | 2025.02.28 06:59:24.397773 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20321 | 2025.02.28 06:59:24.398127 [ 255 ] {0ea603a5-4775-4bbc-9913-918961209261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20322 | 2025.02.28 06:59:24.398228 [ 255 ] {0ea603a5-4775-4bbc-9913-918961209261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20323 | 2025.02.28 06:59:24.400047 [ 255 ] {0ea603a5-4775-4bbc-9913-918961209261} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20324 | 2025.02.28 06:59:24.400105 [ 255 ] {0ea603a5-4775-4bbc-9913-918961209261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20325 | 2025.02.28 06:59:24.400824 [ 255 ] {0ea603a5-4775-4bbc-9913-918961209261} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) | ||
| 20326 | 2025.02.28 06:59:24.401023 [ 224 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20327 | 2025.02.28 06:59:24.401371 [ 255 ] {0ea603a5-4775-4bbc-9913-918961209261} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20328 | 2025.02.28 06:59:24.401955 [ 255 ] {0ea603a5-4775-4bbc-9913-918961209261} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003908 sec., 16376.663254861822 rows/sec., 1.28 MiB/sec. | ||
| 20329 | 2025.02.28 06:59:24.402153 [ 255 ] {0ea603a5-4775-4bbc-9913-918961209261} <Debug> TCPHandler: Processed in 0.004583255 sec. | ||
| 20330 | 2025.02.28 06:59:24.402346 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20331 | 2025.02.28 06:59:24.402465 [ 4 ] {fabbcd39-f650-466b-a01b-5a9475fcad9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20332 | 2025.02.28 06:59:24.402519 [ 4 ] {fabbcd39-f650-466b-a01b-5a9475fcad9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20333 | 2025.02.28 06:59:24.403037 [ 4 ] {fabbcd39-f650-466b-a01b-5a9475fcad9b} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20334 | 2025.02.28 06:59:24.403072 [ 4 ] {fabbcd39-f650-466b-a01b-5a9475fcad9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20335 | 2025.02.28 06:59:24.403452 [ 4 ] {fabbcd39-f650-466b-a01b-5a9475fcad9b} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) | ||
| 20336 | 2025.02.28 06:59:24.403685 [ 4 ] {fabbcd39-f650-466b-a01b-5a9475fcad9b} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20337 | 2025.02.28 06:59:24.403857 [ 4 ] {fabbcd39-f650-466b-a01b-5a9475fcad9b} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001418 sec., 45133.99153737658 rows/sec., 3.14 MiB/sec. | ||
| 20338 | 2025.02.28 06:59:24.403907 [ 4 ] {fabbcd39-f650-466b-a01b-5a9475fcad9b} <Debug> TCPHandler: Processed in 0.00162261 sec. | ||
| 20339 | 2025.02.28 06:59:24.404042 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20340 | 2025.02.28 06:59:24.404161 [ 255 ] {59899ab6-e249-42fc-8bad-b45bee5cd5f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20341 | 2025.02.28 06:59:24.404215 [ 255 ] {59899ab6-e249-42fc-8bad-b45bee5cd5f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20342 | 2025.02.28 06:59:24.404705 [ 255 ] {59899ab6-e249-42fc-8bad-b45bee5cd5f0} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20343 | 2025.02.28 06:59:24.404743 [ 255 ] {59899ab6-e249-42fc-8bad-b45bee5cd5f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.34 GiB. | ||
| 20344 | 2025.02.28 06:59:24.405125 [ 255 ] {59899ab6-e249-42fc-8bad-b45bee5cd5f0} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) | ||
| 20345 | 2025.02.28 06:59:24.405361 [ 255 ] {59899ab6-e249-42fc-8bad-b45bee5cd5f0} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20346 | 2025.02.28 06:59:24.405583 [ 255 ] {59899ab6-e249-42fc-8bad-b45bee5cd5f0} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001447 sec., 16586.0400829302 rows/sec., 1.12 MiB/sec. | ||
| 20347 | 2025.02.28 06:59:24.405633 [ 255 ] {59899ab6-e249-42fc-8bad-b45bee5cd5f0} <Debug> TCPHandler: Processed in 0.001648349 sec. | ||
| 20348 | 2025.02.28 06:59:25.021218 [ 221 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20349 | 2025.02.28 06:59:25.021303 [ 221 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20350 | 2025.02.28 06:59:25.023281 [ 221 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20351 | 2025.02.28 06:59:25.169028 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20352 | 2025.02.28 06:59:25.169063 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20353 | 2025.02.28 06:59:25.171119 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20354 | 2025.02.28 06:59:25.519800 [ 219 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20355 | 2025.02.28 06:59:25.519893 [ 219 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20356 | 2025.02.28 06:59:25.521946 [ 219 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] | ||
| 20357 | 2025.02.28 06:59:26.408829 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 49044 | ||
| 20358 | 2025.02.28 06:59:26.409595 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20359 | 2025.02.28 06:59:26.409646 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20360 | 2025.02.28 06:59:26.410201 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 20361 | 2025.02.28 06:59:26.410473 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20362 | 2025.02.28 06:59:26.410769 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49044 | ||
| 20363 | 2025.02.28 06:59:29.406103 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20364 | 2025.02.28 06:59:29.406282 [ 4 ] {cd72fd0e-122e-4683-8f6c-ae5efcf26fc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 20365 | 2025.02.28 06:59:29.406351 [ 4 ] {cd72fd0e-122e-4683-8f6c-ae5efcf26fc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 20366 | 2025.02.28 06:59:29.407245 [ 4 ] {cd72fd0e-122e-4683-8f6c-ae5efcf26fc0} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20367 | 2025.02.28 06:59:29.407293 [ 4 ] {cd72fd0e-122e-4683-8f6c-ae5efcf26fc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20368 | 2025.02.28 06:59:29.407736 [ 4 ] {cd72fd0e-122e-4683-8f6c-ae5efcf26fc0} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 20369 | 2025.02.28 06:59:29.407990 [ 4 ] {cd72fd0e-122e-4683-8f6c-ae5efcf26fc0} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20370 | 2025.02.28 06:59:29.408223 [ 4 ] {cd72fd0e-122e-4683-8f6c-ae5efcf26fc0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001966 sec., 107833.16378433368 rows/sec., 6.86 MiB/sec. | ||
| 20371 | 2025.02.28 06:59:29.408280 [ 4 ] {cd72fd0e-122e-4683-8f6c-ae5efcf26fc0} <Debug> TCPHandler: Processed in 0.002292078 sec. | ||
| 20372 | 2025.02.28 06:59:29.408606 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20373 | 2025.02.28 06:59:29.408821 [ 255 ] {831adf6c-ae62-47ba-8157-9fa6b1839932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20374 | 2025.02.28 06:59:29.408903 [ 255 ] {831adf6c-ae62-47ba-8157-9fa6b1839932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20375 | 2025.02.28 06:59:29.410182 [ 255 ] {831adf6c-ae62-47ba-8157-9fa6b1839932} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20376 | 2025.02.28 06:59:29.410227 [ 255 ] {831adf6c-ae62-47ba-8157-9fa6b1839932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20377 | 2025.02.28 06:59:29.410705 [ 255 ] {831adf6c-ae62-47ba-8157-9fa6b1839932} <Trace> MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary) | ||
| 20378 | 2025.02.28 06:59:29.410958 [ 255 ] {831adf6c-ae62-47ba-8157-9fa6b1839932} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20379 | 2025.02.28 06:59:29.411215 [ 255 ] {831adf6c-ae62-47ba-8157-9fa6b1839932} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002449 sec., 251939.5671702736 rows/sec., 19.70 MiB/sec. | ||
| 20380 | 2025.02.28 06:59:29.411329 [ 255 ] {831adf6c-ae62-47ba-8157-9fa6b1839932} <Debug> TCPHandler: Processed in 0.002901205 sec. | ||
| 20381 | 2025.02.28 06:59:29.411552 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20382 | 2025.02.28 06:59:29.411827 [ 4 ] {cf0a6d6e-6fa4-47aa-a1db-4cda1e020452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20383 | 2025.02.28 06:59:29.411921 [ 4 ] {cf0a6d6e-6fa4-47aa-a1db-4cda1e020452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20384 | 2025.02.28 06:59:29.412838 [ 4 ] {cf0a6d6e-6fa4-47aa-a1db-4cda1e020452} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20385 | 2025.02.28 06:59:29.412878 [ 4 ] {cf0a6d6e-6fa4-47aa-a1db-4cda1e020452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20386 | 2025.02.28 06:59:29.413249 [ 4 ] {cf0a6d6e-6fa4-47aa-a1db-4cda1e020452} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 20387 | 2025.02.28 06:59:29.413498 [ 4 ] {cf0a6d6e-6fa4-47aa-a1db-4cda1e020452} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20388 | 2025.02.28 06:59:29.413745 [ 4 ] {cf0a6d6e-6fa4-47aa-a1db-4cda1e020452} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.001961 sec., 54054.05405405405 rows/sec., 3.18 MiB/sec. | ||
| 20389 | 2025.02.28 06:59:29.413863 [ 4 ] {cf0a6d6e-6fa4-47aa-a1db-4cda1e020452} <Debug> TCPHandler: Processed in 0.002445019 sec. | ||
| 20390 | 2025.02.28 06:59:29.414084 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20391 | 2025.02.28 06:59:29.414215 [ 255 ] {415dddd9-5147-49d6-b791-4dcf96db321b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 20392 | 2025.02.28 06:59:29.414268 [ 255 ] {415dddd9-5147-49d6-b791-4dcf96db321b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 20393 | 2025.02.28 06:59:29.414917 [ 255 ] {415dddd9-5147-49d6-b791-4dcf96db321b} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20394 | 2025.02.28 06:59:29.414957 [ 255 ] {415dddd9-5147-49d6-b791-4dcf96db321b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20395 | 2025.02.28 06:59:29.415339 [ 255 ] {415dddd9-5147-49d6-b791-4dcf96db321b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 20396 | 2025.02.28 06:59:29.415573 [ 255 ] {415dddd9-5147-49d6-b791-4dcf96db321b} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20397 | 2025.02.28 06:59:29.415790 [ 255 ] {415dddd9-5147-49d6-b791-4dcf96db321b} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001606 sec., 70361.14570361146 rows/sec., 4.55 MiB/sec. | ||
| 20398 | 2025.02.28 06:59:29.415845 [ 255 ] {415dddd9-5147-49d6-b791-4dcf96db321b} <Debug> TCPHandler: Processed in 0.001868933 sec. | ||
| 20399 | 2025.02.28 06:59:29.416012 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20400 | 2025.02.28 06:59:29.416131 [ 4 ] {8dce711b-39e0-4d4b-ab30-4c2472151bb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 20401 | 2025.02.28 06:59:29.416180 [ 4 ] {8dce711b-39e0-4d4b-ab30-4c2472151bb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 20402 | 2025.02.28 06:59:29.416826 [ 4 ] {8dce711b-39e0-4d4b-ab30-4c2472151bb7} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20403 | 2025.02.28 06:59:29.416865 [ 4 ] {8dce711b-39e0-4d4b-ab30-4c2472151bb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20404 | 2025.02.28 06:59:29.417231 [ 4 ] {8dce711b-39e0-4d4b-ab30-4c2472151bb7} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 20405 | 2025.02.28 06:59:29.417465 [ 4 ] {8dce711b-39e0-4d4b-ab30-4c2472151bb7} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20406 | 2025.02.28 06:59:29.417696 [ 4 ] {8dce711b-39e0-4d4b-ab30-4c2472151bb7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001584 sec., 70707.07070707071 rows/sec., 4.03 MiB/sec. | ||
| 20407 | 2025.02.28 06:59:29.417802 [ 4 ] {8dce711b-39e0-4d4b-ab30-4c2472151bb7} <Debug> TCPHandler: Processed in 0.001846542 sec. | ||
| 20408 | 2025.02.28 06:59:29.418046 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20409 | 2025.02.28 06:59:29.418199 [ 255 ] {ff7f45e5-a5ed-4944-a767-a07e43d2aea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20410 | 2025.02.28 06:59:29.418249 [ 255 ] {ff7f45e5-a5ed-4944-a767-a07e43d2aea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20411 | 2025.02.28 06:59:29.419033 [ 255 ] {ff7f45e5-a5ed-4944-a767-a07e43d2aea0} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20412 | 2025.02.28 06:59:29.419076 [ 255 ] {ff7f45e5-a5ed-4944-a767-a07e43d2aea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20413 | 2025.02.28 06:59:29.419479 [ 255 ] {ff7f45e5-a5ed-4944-a767-a07e43d2aea0} <Trace> MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary) | ||
| 20414 | 2025.02.28 06:59:29.419726 [ 255 ] {ff7f45e5-a5ed-4944-a767-a07e43d2aea0} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20415 | 2025.02.28 06:59:29.419943 [ 255 ] {ff7f45e5-a5ed-4944-a767-a07e43d2aea0} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001769 sec., 215941.20972300734 rows/sec., 15.23 MiB/sec. | ||
| 20416 | 2025.02.28 06:59:29.420013 [ 255 ] {ff7f45e5-a5ed-4944-a767-a07e43d2aea0} <Debug> TCPHandler: Processed in 0.002106066 sec. | ||
| 20417 | 2025.02.28 06:59:29.420201 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20418 | 2025.02.28 06:59:29.420477 [ 4 ] {93cf6912-9894-44cc-8e95-d9c597644585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 20419 | 2025.02.28 06:59:29.420531 [ 4 ] {93cf6912-9894-44cc-8e95-d9c597644585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 20420 | 2025.02.28 06:59:29.421024 [ 4 ] {93cf6912-9894-44cc-8e95-d9c597644585} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20421 | 2025.02.28 06:59:29.421063 [ 4 ] {93cf6912-9894-44cc-8e95-d9c597644585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20422 | 2025.02.28 06:59:29.421427 [ 4 ] {93cf6912-9894-44cc-8e95-d9c597644585} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 20423 | 2025.02.28 06:59:29.421663 [ 4 ] {93cf6912-9894-44cc-8e95-d9c597644585} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20424 | 2025.02.28 06:59:29.421872 [ 4 ] {93cf6912-9894-44cc-8e95-d9c597644585} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001487 sec., 4034.9697377269667 rows/sec., 210.81 KiB/sec. | ||
| 20425 | 2025.02.28 06:59:29.421924 [ 4 ] {93cf6912-9894-44cc-8e95-d9c597644585} <Debug> TCPHandler: Processed in 0.001826422 sec. | ||
| 20426 | 2025.02.28 06:59:29.422111 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20427 | 2025.02.28 06:59:29.422274 [ 255 ] {f1f1fac9-5f07-4488-8db0-16ad68ba287b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20428 | 2025.02.28 06:59:29.422338 [ 255 ] {f1f1fac9-5f07-4488-8db0-16ad68ba287b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20429 | 2025.02.28 06:59:29.422978 [ 255 ] {f1f1fac9-5f07-4488-8db0-16ad68ba287b} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20430 | 2025.02.28 06:59:29.423019 [ 255 ] {f1f1fac9-5f07-4488-8db0-16ad68ba287b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20431 | 2025.02.28 06:59:29.423439 [ 255 ] {f1f1fac9-5f07-4488-8db0-16ad68ba287b} <Trace> MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary) | ||
| 20432 | 2025.02.28 06:59:29.423713 [ 255 ] {f1f1fac9-5f07-4488-8db0-16ad68ba287b} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20433 | 2025.02.28 06:59:29.423970 [ 255 ] {f1f1fac9-5f07-4488-8db0-16ad68ba287b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001727 sec., 137232.1945570353 rows/sec., 9.20 MiB/sec. | ||
| 20434 | 2025.02.28 06:59:29.424105 [ 255 ] {f1f1fac9-5f07-4488-8db0-16ad68ba287b} <Debug> TCPHandler: Processed in 0.002050304 sec. | ||
| 20435 | 2025.02.28 06:59:29.424323 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20436 | 2025.02.28 06:59:29.424624 [ 4 ] {140bdee4-afbb-4f3b-b927-6f380fb1424f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 20437 | 2025.02.28 06:59:29.424768 [ 4 ] {140bdee4-afbb-4f3b-b927-6f380fb1424f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 20438 | 2025.02.28 06:59:29.425273 [ 4 ] {140bdee4-afbb-4f3b-b927-6f380fb1424f} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20439 | 2025.02.28 06:59:29.425311 [ 4 ] {140bdee4-afbb-4f3b-b927-6f380fb1424f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20440 | 2025.02.28 06:59:29.425672 [ 4 ] {140bdee4-afbb-4f3b-b927-6f380fb1424f} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 20441 | 2025.02.28 06:59:29.425922 [ 4 ] {140bdee4-afbb-4f3b-b927-6f380fb1424f} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20442 | 2025.02.28 06:59:29.426179 [ 4 ] {140bdee4-afbb-4f3b-b927-6f380fb1424f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001655 sec., 604.2296072507553 rows/sec., 40.71 KiB/sec. | ||
| 20443 | 2025.02.28 06:59:29.426292 [ 4 ] {140bdee4-afbb-4f3b-b927-6f380fb1424f} <Debug> TCPHandler: Processed in 0.002100495 sec. | ||
| 20444 | 2025.02.28 06:59:29.426497 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20445 | 2025.02.28 06:59:29.426632 [ 255 ] {d32e9e09-b180-4686-92ce-dddfbbf5ed76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20446 | 2025.02.28 06:59:29.426683 [ 255 ] {d32e9e09-b180-4686-92ce-dddfbbf5ed76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20447 | 2025.02.28 06:59:29.427237 [ 255 ] {d32e9e09-b180-4686-92ce-dddfbbf5ed76} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20448 | 2025.02.28 06:59:29.427277 [ 255 ] {d32e9e09-b180-4686-92ce-dddfbbf5ed76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20449 | 2025.02.28 06:59:29.427663 [ 255 ] {d32e9e09-b180-4686-92ce-dddfbbf5ed76} <Trace> MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary) | ||
| 20450 | 2025.02.28 06:59:29.427905 [ 255 ] {d32e9e09-b180-4686-92ce-dddfbbf5ed76} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20451 | 2025.02.28 06:59:29.428151 [ 255 ] {d32e9e09-b180-4686-92ce-dddfbbf5ed76} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001543 sec., 53143.22747893713 rows/sec., 3.38 MiB/sec. | ||
| 20452 | 2025.02.28 06:59:29.428222 [ 255 ] {d32e9e09-b180-4686-92ce-dddfbbf5ed76} <Debug> TCPHandler: Processed in 0.001828812 sec. | ||
| 20453 | 2025.02.28 06:59:30.185358 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 807 | ||
| 20454 | 2025.02.28 06:59:30.211409 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20455 | 2025.02.28 06:59:30.211490 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20456 | 2025.02.28 06:59:30.219235 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 20457 | 2025.02.28 06:59:30.220074 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20458 | 2025.02.28 06:59:30.223588 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 807 | ||
| 20459 | 2025.02.28 06:59:33.628749 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 20460 | 2025.02.28 06:59:33.628819 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 20461 | 2025.02.28 06:59:33.911068 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 49471 | ||
| 20462 | 2025.02.28 06:59:33.912161 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20463 | 2025.02.28 06:59:33.912205 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20464 | 2025.02.28 06:59:33.912760 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 20465 | 2025.02.28 06:59:33.913050 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20466 | 2025.02.28 06:59:33.913280 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49471 | ||
| 20467 | 2025.02.28 06:59:34.209671 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 2800 | ||
| 20468 | 2025.02.28 06:59:34.213150 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20469 | 2025.02.28 06:59:34.213210 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20470 | 2025.02.28 06:59:34.214745 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 20471 | 2025.02.28 06:59:34.215068 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20472 | 2025.02.28 06:59:34.216630 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2800 | ||
| 20473 | 2025.02.28 06:59:34.402663 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20474 | 2025.02.28 06:59:34.402847 [ 4 ] {c7fcc964-9336-49cd-a85f-885ec4cbd6c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20475 | 2025.02.28 06:59:34.402916 [ 4 ] {c7fcc964-9336-49cd-a85f-885ec4cbd6c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20476 | 2025.02.28 06:59:34.403701 [ 4 ] {c7fcc964-9336-49cd-a85f-885ec4cbd6c4} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20477 | 2025.02.28 06:59:34.403744 [ 4 ] {c7fcc964-9336-49cd-a85f-885ec4cbd6c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20478 | 2025.02.28 06:59:34.404166 [ 4 ] {c7fcc964-9336-49cd-a85f-885ec4cbd6c4} <Trace> MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary) | ||
| 20479 | 2025.02.28 06:59:34.404421 [ 4 ] {c7fcc964-9336-49cd-a85f-885ec4cbd6c4} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20480 | 2025.02.28 06:59:34.404643 [ 4 ] {c7fcc964-9336-49cd-a85f-885ec4cbd6c4} <Debug> executeQuery: Read 172 rows, 15.42 KiB in 0.001846 sec., 93174.43120260022 rows/sec., 8.16 MiB/sec. | ||
| 20481 | 2025.02.28 06:59:34.404699 [ 4 ] {c7fcc964-9336-49cd-a85f-885ec4cbd6c4} <Debug> TCPHandler: Processed in 0.002172146 sec. | ||
| 20482 | 2025.02.28 06:59:34.404940 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20483 | 2025.02.28 06:59:34.405160 [ 255 ] {270abe84-4df6-4e51-9545-7e78884516ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20484 | 2025.02.28 06:59:34.405241 [ 255 ] {270abe84-4df6-4e51-9545-7e78884516ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20485 | 2025.02.28 06:59:34.406079 [ 255 ] {270abe84-4df6-4e51-9545-7e78884516ab} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20486 | 2025.02.28 06:59:34.406122 [ 255 ] {270abe84-4df6-4e51-9545-7e78884516ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20487 | 2025.02.28 06:59:34.406559 [ 255 ] {270abe84-4df6-4e51-9545-7e78884516ab} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 20488 | 2025.02.28 06:59:34.406827 [ 255 ] {270abe84-4df6-4e51-9545-7e78884516ab} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20489 | 2025.02.28 06:59:34.407027 [ 255 ] {270abe84-4df6-4e51-9545-7e78884516ab} <Debug> executeQuery: Read 58 rows, 4.36 KiB in 0.001926 sec., 30114.22637590862 rows/sec., 2.21 MiB/sec. | ||
| 20490 | 2025.02.28 06:59:34.407095 [ 255 ] {270abe84-4df6-4e51-9545-7e78884516ab} <Debug> TCPHandler: Processed in 0.002292177 sec. | ||
| 20491 | 2025.02.28 06:59:34.407247 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20492 | 2025.02.28 06:59:34.407385 [ 4 ] {7fe79318-dc23-44be-94c2-18aea4821eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20493 | 2025.02.28 06:59:34.407442 [ 4 ] {7fe79318-dc23-44be-94c2-18aea4821eb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20494 | 2025.02.28 06:59:34.408115 [ 4 ] {7fe79318-dc23-44be-94c2-18aea4821eb1} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20495 | 2025.02.28 06:59:34.408155 [ 4 ] {7fe79318-dc23-44be-94c2-18aea4821eb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20496 | 2025.02.28 06:59:34.408531 [ 4 ] {7fe79318-dc23-44be-94c2-18aea4821eb1} <Trace> MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary) | ||
| 20497 | 2025.02.28 06:59:34.408768 [ 4 ] {7fe79318-dc23-44be-94c2-18aea4821eb1} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20498 | 2025.02.28 06:59:34.408993 [ 4 ] {7fe79318-dc23-44be-94c2-18aea4821eb1} <Debug> executeQuery: Read 122 rows, 9.76 KiB in 0.001636 sec., 74572.1271393643 rows/sec., 5.83 MiB/sec. | ||
| 20499 | 2025.02.28 06:59:34.409049 [ 4 ] {7fe79318-dc23-44be-94c2-18aea4821eb1} <Debug> TCPHandler: Processed in 0.001867652 sec. | ||
| 20500 | 2025.02.28 06:59:34.409198 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20501 | 2025.02.28 06:59:34.409344 [ 255 ] {412fc286-6fff-491b-93b9-6b926dc7a4ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20502 | 2025.02.28 06:59:34.409410 [ 255 ] {412fc286-6fff-491b-93b9-6b926dc7a4ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20503 | 2025.02.28 06:59:34.410044 [ 255 ] {412fc286-6fff-491b-93b9-6b926dc7a4ec} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20504 | 2025.02.28 06:59:34.410082 [ 255 ] {412fc286-6fff-491b-93b9-6b926dc7a4ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20505 | 2025.02.28 06:59:34.410496 [ 255 ] {412fc286-6fff-491b-93b9-6b926dc7a4ec} <Trace> MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary) | ||
| 20506 | 2025.02.28 06:59:34.410740 [ 255 ] {412fc286-6fff-491b-93b9-6b926dc7a4ec} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20507 | 2025.02.28 06:59:34.410932 [ 255 ] {412fc286-6fff-491b-93b9-6b926dc7a4ec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001625 sec., 98461.53846153847 rows/sec., 6.86 MiB/sec. | ||
| 20508 | 2025.02.28 06:59:34.410995 [ 255 ] {412fc286-6fff-491b-93b9-6b926dc7a4ec} <Debug> TCPHandler: Processed in 0.001864332 sec. | ||
| 20509 | 2025.02.28 06:59:34.411137 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20510 | 2025.02.28 06:59:34.411253 [ 4 ] {e82be518-aac8-44bf-a8d3-eb31e908962e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20511 | 2025.02.28 06:59:34.411334 [ 4 ] {e82be518-aac8-44bf-a8d3-eb31e908962e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 20512 | 2025.02.28 06:59:34.412730 [ 4 ] {e82be518-aac8-44bf-a8d3-eb31e908962e} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20513 | 2025.02.28 06:59:34.412770 [ 4 ] {e82be518-aac8-44bf-a8d3-eb31e908962e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20514 | 2025.02.28 06:59:34.413492 [ 4 ] {e82be518-aac8-44bf-a8d3-eb31e908962e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 20515 | 2025.02.28 06:59:34.413766 [ 4 ] {e82be518-aac8-44bf-a8d3-eb31e908962e} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20516 | 2025.02.28 06:59:34.414041 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): 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] | ||
| 20517 | 2025.02.28 06:59:34.414064 [ 4 ] {e82be518-aac8-44bf-a8d3-eb31e908962e} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.002832 sec., 20480.225988700568 rows/sec., 36.70 MiB/sec. | ||
| 20518 | 2025.02.28 06:59:34.414092 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): 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] | ||
| 20519 | 2025.02.28 06:59:34.414313 [ 4 ] {e82be518-aac8-44bf-a8d3-eb31e908962e} <Debug> TCPHandler: Processed in 0.003231269 sec. | ||
| 20520 | 2025.02.28 06:59:34.414518 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20521 | 2025.02.28 06:59:34.414658 [ 255 ] {9396edbe-19be-4192-94c7-86fbe168e17e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20522 | 2025.02.28 06:59:34.414723 [ 255 ] {9396edbe-19be-4192-94c7-86fbe168e17e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20523 | 2025.02.28 06:59:34.415401 [ 255 ] {9396edbe-19be-4192-94c7-86fbe168e17e} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20524 | 2025.02.28 06:59:34.415443 [ 255 ] {9396edbe-19be-4192-94c7-86fbe168e17e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20525 | 2025.02.28 06:59:34.415929 [ 255 ] {9396edbe-19be-4192-94c7-86fbe168e17e} <Trace> MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary) | ||
| 20526 | 2025.02.28 06:59:34.416288 [ 255 ] {9396edbe-19be-4192-94c7-86fbe168e17e} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20527 | 2025.02.28 06:59:34.416540 [ 255 ] {9396edbe-19be-4192-94c7-86fbe168e17e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001913 sec., 31364.349189754314 rows/sec., 2.11 MiB/sec. | ||
| 20528 | 2025.02.28 06:59:34.416723 [ 255 ] {9396edbe-19be-4192-94c7-86fbe168e17e} <Debug> TCPHandler: Processed in 0.002268597 sec. | ||
| 20529 | 2025.02.28 06:59:34.416808 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): 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] | ||
| 20530 | 2025.02.28 06:59:34.981133 [ 223 ] {} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): 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] | ||
| 20531 | 2025.02.28 06:59:34.981179 [ 223 ] {} <Debug> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): 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] | ||
| 20532 | 2025.02.28 06:59:34.982692 [ 223 ] {} <Debug> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): 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] | ||
| 20533 | 2025.02.28 06:59:37.723801 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 815 | ||
| 20534 | 2025.02.28 06:59:37.748982 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20535 | 2025.02.28 06:59:37.749046 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20536 | 2025.02.28 06:59:37.756780 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 20537 | 2025.02.28 06:59:37.757601 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20538 | 2025.02.28 06:59:37.760839 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 815 | ||
| 20539 | 2025.02.28 06:59:39.406737 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20540 | 2025.02.28 06:59:39.406932 [ 4 ] {c9fef46c-35cb-46ad-bae2-ef33cb3998f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 20541 | 2025.02.28 06:59:39.407006 [ 4 ] {c9fef46c-35cb-46ad-bae2-ef33cb3998f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 20542 | 2025.02.28 06:59:39.407850 [ 4 ] {c9fef46c-35cb-46ad-bae2-ef33cb3998f4} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20543 | 2025.02.28 06:59:39.407896 [ 4 ] {c9fef46c-35cb-46ad-bae2-ef33cb3998f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20544 | 2025.02.28 06:59:39.408359 [ 4 ] {c9fef46c-35cb-46ad-bae2-ef33cb3998f4} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 20545 | 2025.02.28 06:59:39.408612 [ 4 ] {c9fef46c-35cb-46ad-bae2-ef33cb3998f4} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20546 | 2025.02.28 06:59:39.408815 [ 74 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Selected 5 parts from all_1_73_18 to all_77_77_0 | ||
| 20547 | 2025.02.28 06:59:39.408879 [ 4 ] {c9fef46c-35cb-46ad-bae2-ef33cb3998f4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001991 sec., 106479.1562029131 rows/sec., 6.77 MiB/sec. | ||
| 20548 | 2025.02.28 06:59:39.408907 [ 74 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20549 | 2025.02.28 06:59:39.408988 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20550 | 2025.02.28 06:59:39.409020 [ 4 ] {c9fef46c-35cb-46ad-bae2-ef33cb3998f4} <Debug> TCPHandler: Processed in 0.00241228 sec. | ||
| 20551 | 2025.02.28 06:59:39.409253 [ 198 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_77_19} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_73_18 to all_77_77_0 into Compact with storage Full | ||
| 20552 | 2025.02.28 06:59:39.409356 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20553 | 2025.02.28 06:59:39.409439 [ 198 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_77_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20554 | 2025.02.28 06:59:39.409484 [ 198 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_73_18, total 212 rows starting from the beginning of the part | ||
| 20555 | 2025.02.28 06:59:39.409722 [ 198 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 212 rows starting from the beginning of the part | ||
| 20556 | 2025.02.28 06:59:39.409741 [ 255 ] {147b6145-7429-484e-ae8d-2dbe417c5b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20557 | 2025.02.28 06:59:39.409938 [ 255 ] {147b6145-7429-484e-ae8d-2dbe417c5b11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20558 | 2025.02.28 06:59:39.409971 [ 198 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 212 rows starting from the beginning of the part | ||
| 20559 | 2025.02.28 06:59:39.410423 [ 198 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 212 rows starting from the beginning of the part | ||
| 20560 | 2025.02.28 06:59:39.410763 [ 198 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 212 rows starting from the beginning of the part | ||
| 20561 | 2025.02.28 06:59:39.413051 [ 255 ] {147b6145-7429-484e-ae8d-2dbe417c5b11} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20562 | 2025.02.28 06:59:39.413105 [ 255 ] {147b6145-7429-484e-ae8d-2dbe417c5b11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20563 | 2025.02.28 06:59:39.413579 [ 198 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_77_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004527584 sec., 234120.449228551 rows/sec., 15.78 MiB/sec. | ||
| 20564 | 2025.02.28 06:59:39.413772 [ 198 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_77_19} <Trace> MergedBlockOutputStream: filled checksums all_1_77_19 (state Temporary) | ||
| 20565 | 2025.02.28 06:59:39.413946 [ 255 ] {147b6145-7429-484e-ae8d-2dbe417c5b11} <Trace> MergedBlockOutputStream: filled checksums all_186_186_0 (state Temporary) | ||
| 20566 | 2025.02.28 06:59:39.414262 [ 198 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_77_19} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_merge_all_1_77_19 to all_1_77_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20567 | 2025.02.28 06:59:39.414422 [ 198 ] {cd8179da-ecbd-4ac6-ab02-ad30c8cf9802::all_1_77_19} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802) (MergerMutator): Merged 5 parts: [all_1_73_18, all_77_77_0] -> all_1_77_19 | ||
| 20568 | 2025.02.28 06:59:39.414503 [ 255 ] {147b6145-7429-484e-ae8d-2dbe417c5b11} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_186_186_0 to all_186_186_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20569 | 2025.02.28 06:59:39.414563 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 20570 | 2025.02.28 06:59:39.414769 [ 74 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_181_36 to all_186_186_0 | ||
| 20571 | 2025.02.28 06:59:39.414819 [ 74 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20572 | 2025.02.28 06:59:39.414847 [ 255 ] {147b6145-7429-484e-ae8d-2dbe417c5b11} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.005263 sec., 117233.51700551016 rows/sec., 9.16 MiB/sec. | ||
| 20573 | 2025.02.28 06:59:39.414862 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20574 | 2025.02.28 06:59:39.415047 [ 255 ] {147b6145-7429-484e-ae8d-2dbe417c5b11} <Debug> TCPHandler: Processed in 0.005915701 sec. | ||
| 20575 | 2025.02.28 06:59:39.415100 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_186_37} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_181_36 to all_186_186_0 into Compact with storage Full | ||
| 20576 | 2025.02.28 06:59:39.415261 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_186_37} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20577 | 2025.02.28 06:59:39.415316 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20578 | 2025.02.28 06:59:39.415335 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_181_36, total 1888 rows starting from the beginning of the part | ||
| 20579 | 2025.02.28 06:59:39.415579 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_182_182_0, total 1320 rows starting from the beginning of the part | ||
| 20580 | 2025.02.28 06:59:39.415945 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_183_183_0, total 56 rows starting from the beginning of the part | ||
| 20581 | 2025.02.28 06:59:39.416042 [ 4 ] {1f6c54be-3cc8-4793-bc32-2d0aa8ce1849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20582 | 2025.02.28 06:59:39.416209 [ 4 ] {1f6c54be-3cc8-4793-bc32-2d0aa8ce1849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20583 | 2025.02.28 06:59:39.416274 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_184_184_0, total 617 rows starting from the beginning of the part | ||
| 20584 | 2025.02.28 06:59:39.416745 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_185_185_0, total 172 rows starting from the beginning of the part | ||
| 20585 | 2025.02.28 06:59:39.417093 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_186_186_0, total 617 rows starting from the beginning of the part | ||
| 20586 | 2025.02.28 06:59:39.418793 [ 4 ] {1f6c54be-3cc8-4793-bc32-2d0aa8ce1849} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20587 | 2025.02.28 06:59:39.418872 [ 4 ] {1f6c54be-3cc8-4793-bc32-2d0aa8ce1849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20588 | 2025.02.28 06:59:39.419969 [ 4 ] {1f6c54be-3cc8-4793-bc32-2d0aa8ce1849} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 20589 | 2025.02.28 06:59:39.420330 [ 4 ] {1f6c54be-3cc8-4793-bc32-2d0aa8ce1849} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20590 | 2025.02.28 06:59:39.420643 [ 4 ] {1f6c54be-3cc8-4793-bc32-2d0aa8ce1849} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.004899 sec., 21637.068789548888 rows/sec., 1.27 MiB/sec. | ||
| 20591 | 2025.02.28 06:59:39.420950 [ 4 ] {1f6c54be-3cc8-4793-bc32-2d0aa8ce1849} <Debug> TCPHandler: Processed in 0.005782929 sec. | ||
| 20592 | 2025.02.28 06:59:39.421503 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20593 | 2025.02.28 06:59:39.421731 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_186_37} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4670 rows, containing 5 columns (5 merged, 0 gathered) in 0.00674199 sec., 692673.8247906034 rows/sec., 59.02 MiB/sec. | ||
| 20594 | 2025.02.28 06:59:39.421829 [ 255 ] {311f47a1-8108-4eb2-9bde-6ad569e89f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 20595 | 2025.02.28 06:59:39.421898 [ 255 ] {311f47a1-8108-4eb2-9bde-6ad569e89f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 20596 | 2025.02.28 06:59:39.422051 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_186_37} <Trace> MergedBlockOutputStream: filled checksums all_1_186_37 (state Temporary) | ||
| 20597 | 2025.02.28 06:59:39.422651 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_186_37} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_186_37 to all_1_186_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20598 | 2025.02.28 06:59:39.422742 [ 194 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_186_37} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_181_36, all_186_186_0] -> all_1_186_37 | ||
| 20599 | 2025.02.28 06:59:39.422882 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
| 20600 | 2025.02.28 06:59:39.423128 [ 255 ] {311f47a1-8108-4eb2-9bde-6ad569e89f28} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20601 | 2025.02.28 06:59:39.423172 [ 255 ] {311f47a1-8108-4eb2-9bde-6ad569e89f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20602 | 2025.02.28 06:59:39.423558 [ 255 ] {311f47a1-8108-4eb2-9bde-6ad569e89f28} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 20603 | 2025.02.28 06:59:39.423796 [ 255 ] {311f47a1-8108-4eb2-9bde-6ad569e89f28} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20604 | 2025.02.28 06:59:39.423958 [ 74 ] {} <Debug> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Selected 6 parts from all_1_74_16 to all_79_79_0 | ||
| 20605 | 2025.02.28 06:59:39.424020 [ 74 ] {} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20606 | 2025.02.28 06:59:39.424052 [ 255 ] {311f47a1-8108-4eb2-9bde-6ad569e89f28} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00227 sec., 49779.73568281939 rows/sec., 3.22 MiB/sec. | ||
| 20607 | 2025.02.28 06:59:39.424061 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20608 | 2025.02.28 06:59:39.424251 [ 255 ] {311f47a1-8108-4eb2-9bde-6ad569e89f28} <Debug> TCPHandler: Processed in 0.003151848 sec. | ||
| 20609 | 2025.02.28 06:59:39.424473 [ 195 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_79_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_74_16 to all_79_79_0 into Compact with storage Full | ||
| 20610 | 2025.02.28 06:59:39.424526 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20611 | 2025.02.28 06:59:39.424896 [ 4 ] {4e2eb65a-0e92-4571-85b4-9cc79d4dd2db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 20612 | 2025.02.28 06:59:39.425020 [ 195 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_79_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20613 | 2025.02.28 06:59:39.425055 [ 4 ] {4e2eb65a-0e92-4571-85b4-9cc79d4dd2db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 20614 | 2025.02.28 06:59:39.425157 [ 195 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_79_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_74_16, total 341 rows starting from the beginning of the part | ||
| 20615 | 2025.02.28 06:59:39.425614 [ 195 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_79_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 228 rows starting from the beginning of the part | ||
| 20616 | 2025.02.28 06:59:39.426054 [ 195 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_79_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 113 rows starting from the beginning of the part | ||
| 20617 | 2025.02.28 06:59:39.426503 [ 195 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_79_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 228 rows starting from the beginning of the part | ||
| 20618 | 2025.02.28 06:59:39.426847 [ 195 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_79_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 113 rows starting from the beginning of the part | ||
| 20619 | 2025.02.28 06:59:39.427380 [ 195 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_79_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 113 rows starting from the beginning of the part | ||
| 20620 | 2025.02.28 06:59:39.428825 [ 4 ] {4e2eb65a-0e92-4571-85b4-9cc79d4dd2db} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20621 | 2025.02.28 06:59:39.428896 [ 4 ] {4e2eb65a-0e92-4571-85b4-9cc79d4dd2db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20622 | 2025.02.28 06:59:39.429924 [ 4 ] {4e2eb65a-0e92-4571-85b4-9cc79d4dd2db} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 20623 | 2025.02.28 06:59:39.430383 [ 4 ] {4e2eb65a-0e92-4571-85b4-9cc79d4dd2db} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20624 | 2025.02.28 06:59:39.430661 [ 74 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Selected 5 parts from all_1_73_18 to all_77_77_0 | ||
| 20625 | 2025.02.28 06:59:39.430770 [ 74 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20626 | 2025.02.28 06:59:39.430844 [ 200 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_79_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1136 rows, containing 5 columns (5 merged, 0 gathered) in 0.00663937 sec., 171100.57128914338 rows/sec., 12.04 MiB/sec. | ||
| 20627 | 2025.02.28 06:59:39.430864 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20628 | 2025.02.28 06:59:39.430928 [ 4 ] {4e2eb65a-0e92-4571-85b4-9cc79d4dd2db} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.006158 sec., 18187.72328678142 rows/sec., 1.04 MiB/sec. | ||
| 20629 | 2025.02.28 06:59:39.431183 [ 200 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_79_17} <Trace> MergedBlockOutputStream: filled checksums all_1_79_17 (state Temporary) | ||
| 20630 | 2025.02.28 06:59:39.431329 [ 4 ] {4e2eb65a-0e92-4571-85b4-9cc79d4dd2db} <Debug> TCPHandler: Processed in 0.006926573 sec. | ||
| 20631 | 2025.02.28 06:59:39.431415 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_77_19} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_73_18 to all_77_77_0 into Compact with storage Full | ||
| 20632 | 2025.02.28 06:59:39.431947 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_77_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20633 | 2025.02.28 06:59:39.432072 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_73_18, total 112 rows starting from the beginning of the part | ||
| 20634 | 2025.02.28 06:59:39.432106 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20635 | 2025.02.28 06:59:39.432279 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_79_17} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_merge_all_1_79_17 to all_1_79_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20636 | 2025.02.28 06:59:39.432552 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 112 rows starting from the beginning of the part | ||
| 20637 | 2025.02.28 06:59:39.432815 [ 196 ] {43ff3d04-8d3d-4e7a-a56c-563f2b98a20e::all_1_79_17} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e) (MergerMutator): Merged 6 parts: [all_1_74_16, all_79_79_0] -> all_1_79_17 | ||
| 20638 | 2025.02.28 06:59:39.432919 [ 255 ] {08f642e2-c0db-4db9-ba7e-8ee99a831b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20639 | 2025.02.28 06:59:39.433040 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 112 rows starting from the beginning of the part | ||
| 20640 | 2025.02.28 06:59:39.433176 [ 255 ] {08f642e2-c0db-4db9-ba7e-8ee99a831b96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20641 | 2025.02.28 06:59:39.433206 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 20642 | 2025.02.28 06:59:39.433454 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 112 rows starting from the beginning of the part | ||
| 20643 | 2025.02.28 06:59:39.433809 [ 199 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_77_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 112 rows starting from the beginning of the part | ||
| 20644 | 2025.02.28 06:59:39.436795 [ 255 ] {08f642e2-c0db-4db9-ba7e-8ee99a831b96} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20645 | 2025.02.28 06:59:39.436898 [ 255 ] {08f642e2-c0db-4db9-ba7e-8ee99a831b96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20646 | 2025.02.28 06:59:39.436948 [ 191 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_77_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.005921801 sec., 94565.82549801994 rows/sec., 5.75 MiB/sec. | ||
| 20647 | 2025.02.28 06:59:39.437188 [ 191 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_77_19} <Trace> MergedBlockOutputStream: filled checksums all_1_77_19 (state Temporary) | ||
| 20648 | 2025.02.28 06:59:39.437664 [ 255 ] {08f642e2-c0db-4db9-ba7e-8ee99a831b96} <Trace> MergedBlockOutputStream: filled checksums all_186_186_0 (state Temporary) | ||
| 20649 | 2025.02.28 06:59:39.437830 [ 191 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_77_19} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_merge_all_1_77_19 to all_1_77_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20650 | 2025.02.28 06:59:39.438019 [ 191 ] {ae10649f-1e0a-4033-8240-a3be65056305::all_1_77_19} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305) (MergerMutator): Merged 5 parts: [all_1_73_18, all_77_77_0] -> all_1_77_19 | ||
| 20651 | 2025.02.28 06:59:39.438088 [ 255 ] {08f642e2-c0db-4db9-ba7e-8ee99a831b96} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_186_186_0 to all_186_186_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20652 | 2025.02.28 06:59:39.438185 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 20653 | 2025.02.28 06:59:39.438392 [ 74 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_181_36 to all_186_186_0 | ||
| 20654 | 2025.02.28 06:59:39.438438 [ 255 ] {08f642e2-c0db-4db9-ba7e-8ee99a831b96} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.005693 sec., 67099.9473037063 rows/sec., 4.73 MiB/sec. | ||
| 20655 | 2025.02.28 06:59:39.438456 [ 74 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20656 | 2025.02.28 06:59:39.438528 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20657 | 2025.02.28 06:59:39.438584 [ 255 ] {08f642e2-c0db-4db9-ba7e-8ee99a831b96} <Debug> TCPHandler: Processed in 0.007106965 sec. | ||
| 20658 | 2025.02.28 06:59:39.438780 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_186_37} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_181_36 to all_186_186_0 into Compact with storage Full | ||
| 20659 | 2025.02.28 06:59:39.438810 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20660 | 2025.02.28 06:59:39.438964 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_186_37} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20661 | 2025.02.28 06:59:39.439048 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_181_36, total 956 rows starting from the beginning of the part | ||
| 20662 | 2025.02.28 06:59:39.439057 [ 4 ] {53252220-77fd-47ce-9d03-b1aa07b60123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 20663 | 2025.02.28 06:59:39.439209 [ 4 ] {53252220-77fd-47ce-9d03-b1aa07b60123} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 20664 | 2025.02.28 06:59:39.439370 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_182_182_0, total 594 rows starting from the beginning of the part | ||
| 20665 | 2025.02.28 06:59:39.439736 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_183_183_0, total 64 rows starting from the beginning of the part | ||
| 20666 | 2025.02.28 06:59:39.440145 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_184_184_0, total 382 rows starting from the beginning of the part | ||
| 20667 | 2025.02.28 06:59:39.440475 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_185_185_0, total 122 rows starting from the beginning of the part | ||
| 20668 | 2025.02.28 06:59:39.440809 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_186_186_0, total 382 rows starting from the beginning of the part | ||
| 20669 | 2025.02.28 06:59:39.441808 [ 4 ] {53252220-77fd-47ce-9d03-b1aa07b60123} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20670 | 2025.02.28 06:59:39.441900 [ 4 ] {53252220-77fd-47ce-9d03-b1aa07b60123} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20671 | 2025.02.28 06:59:39.442819 [ 4 ] {53252220-77fd-47ce-9d03-b1aa07b60123} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 20672 | 2025.02.28 06:59:39.443274 [ 4 ] {53252220-77fd-47ce-9d03-b1aa07b60123} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20673 | 2025.02.28 06:59:39.443749 [ 4 ] {53252220-77fd-47ce-9d03-b1aa07b60123} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004707 sec., 1274.697259400892 rows/sec., 66.60 KiB/sec. | ||
| 20674 | 2025.02.28 06:59:39.444231 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_186_37} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2500 rows, containing 5 columns (5 merged, 0 gathered) in 0.005598267 sec., 446566.76789442165 rows/sec., 34.24 MiB/sec. | ||
| 20675 | 2025.02.28 06:59:39.444234 [ 4 ] {53252220-77fd-47ce-9d03-b1aa07b60123} <Debug> TCPHandler: Processed in 0.005536526 sec. | ||
| 20676 | 2025.02.28 06:59:39.444556 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_186_37} <Trace> MergedBlockOutputStream: filled checksums all_1_186_37 (state Temporary) | ||
| 20677 | 2025.02.28 06:59:39.444592 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20678 | 2025.02.28 06:59:39.444789 [ 255 ] {08a36745-1298-44ee-af3b-985a6284de27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20679 | 2025.02.28 06:59:39.444881 [ 255 ] {08a36745-1298-44ee-af3b-985a6284de27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20680 | 2025.02.28 06:59:39.444998 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_186_37} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_186_37 to all_1_186_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20681 | 2025.02.28 06:59:39.445278 [ 190 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_186_37} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_181_36, all_186_186_0] -> all_1_186_37 | ||
| 20682 | 2025.02.28 06:59:39.445434 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 20683 | 2025.02.28 06:59:39.445863 [ 255 ] {08a36745-1298-44ee-af3b-985a6284de27} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20684 | 2025.02.28 06:59:39.445908 [ 255 ] {08a36745-1298-44ee-af3b-985a6284de27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20685 | 2025.02.28 06:59:39.446318 [ 255 ] {08a36745-1298-44ee-af3b-985a6284de27} <Trace> MergedBlockOutputStream: filled checksums all_186_186_0 (state Temporary) | ||
| 20686 | 2025.02.28 06:59:39.446560 [ 255 ] {08a36745-1298-44ee-af3b-985a6284de27} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_186_186_0 to all_186_186_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20687 | 2025.02.28 06:59:39.446706 [ 97 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 2 parts from all_1_181_38 to all_182_182_0 | ||
| 20688 | 2025.02.28 06:59:39.446747 [ 97 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20689 | 2025.02.28 06:59:39.446747 [ 255 ] {08a36745-1298-44ee-af3b-985a6284de27} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002011 sec., 117851.81501740427 rows/sec., 7.90 MiB/sec. | ||
| 20690 | 2025.02.28 06:59:39.446776 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20691 | 2025.02.28 06:59:39.446845 [ 255 ] {08a36745-1298-44ee-af3b-985a6284de27} <Debug> TCPHandler: Processed in 0.002453779 sec. | ||
| 20692 | 2025.02.28 06:59:39.446901 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_182_39} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_181_38 to all_182_182_0 into Compact with storage Full | ||
| 20693 | 2025.02.28 06:59:39.447044 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_182_39} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20694 | 2025.02.28 06:59:39.447056 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20695 | 2025.02.28 06:59:39.447092 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_182_39} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_181_38, total 53260 rows starting from the beginning of the part | ||
| 20696 | 2025.02.28 06:59:39.447329 [ 193 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_182_39} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_182_182_0, total 944 rows starting from the beginning of the part | ||
| 20697 | 2025.02.28 06:59:39.447772 [ 4 ] {8eeab2ed-7a35-4f03-bd91-00b2cdcf89c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 20698 | 2025.02.28 06:59:39.447922 [ 4 ] {8eeab2ed-7a35-4f03-bd91-00b2cdcf89c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 20699 | 2025.02.28 06:59:39.448954 [ 4 ] {8eeab2ed-7a35-4f03-bd91-00b2cdcf89c8} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20700 | 2025.02.28 06:59:39.449017 [ 4 ] {8eeab2ed-7a35-4f03-bd91-00b2cdcf89c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20701 | 2025.02.28 06:59:39.449510 [ 4 ] {8eeab2ed-7a35-4f03-bd91-00b2cdcf89c8} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 20702 | 2025.02.28 06:59:39.449856 [ 4 ] {8eeab2ed-7a35-4f03-bd91-00b2cdcf89c8} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20703 | 2025.02.28 06:59:39.450118 [ 97 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Selected 6 parts from all_1_72_16 to all_77_77_0 | ||
| 20704 | 2025.02.28 06:59:39.450177 [ 97 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20705 | 2025.02.28 06:59:39.450215 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20706 | 2025.02.28 06:59:39.450222 [ 4 ] {8eeab2ed-7a35-4f03-bd91-00b2cdcf89c8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002783 sec., 359.3244699964068 rows/sec., 24.21 KiB/sec. | ||
| 20707 | 2025.02.28 06:59:39.450531 [ 4 ] {8eeab2ed-7a35-4f03-bd91-00b2cdcf89c8} <Debug> TCPHandler: Processed in 0.003582843 sec. | ||
| 20708 | 2025.02.28 06:59:39.450536 [ 190 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_77_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_72_16 to all_77_77_0 into Compact with storage Full | ||
| 20709 | 2025.02.28 06:59:39.450741 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20710 | 2025.02.28 06:59:39.450742 [ 190 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_77_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20711 | 2025.02.28 06:59:39.450806 [ 190 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_77_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_72_16, total 72 rows starting from the beginning of the part | ||
| 20712 | 2025.02.28 06:59:39.451103 [ 190 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_77_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1 rows starting from the beginning of the part | ||
| 20713 | 2025.02.28 06:59:39.451110 [ 255 ] {a26f2a48-6d63-489b-9fc8-d450104ab31a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20714 | 2025.02.28 06:59:39.451443 [ 255 ] {a26f2a48-6d63-489b-9fc8-d450104ab31a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20715 | 2025.02.28 06:59:39.451488 [ 190 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_77_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1 rows starting from the beginning of the part | ||
| 20716 | 2025.02.28 06:59:39.451900 [ 190 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_77_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 1 rows starting from the beginning of the part | ||
| 20717 | 2025.02.28 06:59:39.452220 [ 190 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_77_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1 rows starting from the beginning of the part | ||
| 20718 | 2025.02.28 06:59:39.452666 [ 190 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_77_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1 rows starting from the beginning of the part | ||
| 20719 | 2025.02.28 06:59:39.454425 [ 255 ] {a26f2a48-6d63-489b-9fc8-d450104ab31a} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20720 | 2025.02.28 06:59:39.454498 [ 255 ] {a26f2a48-6d63-489b-9fc8-d450104ab31a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20721 | 2025.02.28 06:59:39.455753 [ 255 ] {a26f2a48-6d63-489b-9fc8-d450104ab31a} <Trace> MergedBlockOutputStream: filled checksums all_186_186_0 (state Temporary) | ||
| 20722 | 2025.02.28 06:59:39.456432 [ 255 ] {a26f2a48-6d63-489b-9fc8-d450104ab31a} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_186_186_0 to all_186_186_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20723 | 2025.02.28 06:59:39.456642 [ 197 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_77_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 77 rows, containing 4 columns (4 merged, 0 gathered) in 0.006349866 sec., 12126.24014428021 rows/sec., 817.10 KiB/sec. | ||
| 20724 | 2025.02.28 06:59:39.456745 [ 97 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_181_36 to all_186_186_0 | ||
| 20725 | 2025.02.28 06:59:39.456805 [ 97 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20726 | 2025.02.28 06:59:39.456833 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20727 | 2025.02.28 06:59:39.456874 [ 255 ] {a26f2a48-6d63-489b-9fc8-d450104ab31a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00597 sec., 13735.34338358459 rows/sec., 893.30 KiB/sec. | ||
| 20728 | 2025.02.28 06:59:39.456942 [ 197 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_77_17} <Trace> MergedBlockOutputStream: filled checksums all_1_77_17 (state Temporary) | ||
| 20729 | 2025.02.28 06:59:39.457521 [ 255 ] {a26f2a48-6d63-489b-9fc8-d450104ab31a} <Debug> TCPHandler: Processed in 0.006893162 sec. | ||
| 20730 | 2025.02.28 06:59:39.457514 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_186_37} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_181_36 to all_186_186_0 into Compact with storage Full | ||
| 20731 | 2025.02.28 06:59:39.457910 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_186_37} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20732 | 2025.02.28 06:59:39.457985 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_181_36, total 10974 rows starting from the beginning of the part | ||
| 20733 | 2025.02.28 06:59:39.458096 [ 197 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_77_17} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_merge_all_1_77_17 to all_1_77_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20734 | 2025.02.28 06:59:39.458241 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_182_182_0, total 36 rows starting from the beginning of the part | ||
| 20735 | 2025.02.28 06:59:39.458526 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_183_183_0, total 24 rows starting from the beginning of the part | ||
| 20736 | 2025.02.28 06:59:39.458673 [ 197 ] {012fe182-d32b-415b-a462-4502fc8a2933::all_1_77_17} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933) (MergerMutator): Merged 6 parts: [all_1_72_16, all_77_77_0] -> all_1_77_17 | ||
| 20737 | 2025.02.28 06:59:39.459021 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_184_184_0, total 82 rows starting from the beginning of the part | ||
| 20738 | 2025.02.28 06:59:39.459176 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 20739 | 2025.02.28 06:59:39.459399 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_185_185_0, total 60 rows starting from the beginning of the part | ||
| 20740 | 2025.02.28 06:59:39.459576 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_186_186_0, total 82 rows starting from the beginning of the part | ||
| 20741 | 2025.02.28 06:59:39.461432 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_182_39} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54204 rows, containing 5 columns (5 merged, 0 gathered) in 0.014568884 sec., 3720532.0599710997 rows/sec., 251.28 MiB/sec. | ||
| 20742 | 2025.02.28 06:59:39.461879 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_182_39} <Trace> MergedBlockOutputStream: filled checksums all_1_182_39 (state Temporary) | ||
| 20743 | 2025.02.28 06:59:39.462230 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_182_39} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_182_39 to all_1_182_39 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20744 | 2025.02.28 06:59:39.462304 [ 189 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_182_39} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 2 parts: [all_1_181_38, all_182_182_0] -> all_1_182_39 | ||
| 20745 | 2025.02.28 06:59:39.462447 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
| 20746 | 2025.02.28 06:59:39.463623 [ 201 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_186_37} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11258 rows, containing 4 columns (4 merged, 0 gathered) in 0.006659489 sec., 1690520.0984640112 rows/sec., 110.25 MiB/sec. | ||
| 20747 | 2025.02.28 06:59:39.463890 [ 201 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_186_37} <Trace> MergedBlockOutputStream: filled checksums all_1_186_37 (state Temporary) | ||
| 20748 | 2025.02.28 06:59:39.464191 [ 201 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_186_37} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_186_37 to all_1_186_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20749 | 2025.02.28 06:59:39.464266 [ 201 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_186_37} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_181_36, all_186_186_0] -> all_1_186_37 | ||
| 20750 | 2025.02.28 06:59:39.464349 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.20 MiB. | ||
| 20751 | 2025.02.28 06:59:41.413551 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 49959 | ||
| 20752 | 2025.02.28 06:59:41.414272 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20753 | 2025.02.28 06:59:41.414324 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20754 | 2025.02.28 06:59:41.414868 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 20755 | 2025.02.28 06:59:41.415142 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20756 | 2025.02.28 06:59:41.415392 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49959 | ||
| 20757 | 2025.02.28 06:59:44.216979 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2832 | ||
| 20758 | 2025.02.28 06:59:44.220263 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20759 | 2025.02.28 06:59:44.220314 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20760 | 2025.02.28 06:59:44.221827 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 20761 | 2025.02.28 06:59:44.222143 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20762 | 2025.02.28 06:59:44.222324 [ 29 ] {} <Debug> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 20763 | 2025.02.28 06:59:44.222395 [ 29 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20764 | 2025.02.28 06:59:44.222444 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20765 | 2025.02.28 06:59:44.223165 [ 189 ] {885f53be-7430-4b34-b89a-ac37c386aff3::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 | ||
| 20766 | 2025.02.28 06:59:44.224707 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2832 | ||
| 20767 | 2025.02.28 06:59:44.225085 [ 189 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20768 | 2025.02.28 06:59:44.225278 [ 189 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2688 rows starting from the beginning of the part | ||
| 20769 | 2025.02.28 06:59:44.226002 [ 189 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 16 rows starting from the beginning of the part | ||
| 20770 | 2025.02.28 06:59:44.226703 [ 189 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 20 rows starting from the beginning of the part | ||
| 20771 | 2025.02.28 06:59:44.227222 [ 189 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 48 rows starting from the beginning of the part | ||
| 20772 | 2025.02.28 06:59:44.227714 [ 189 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 28 rows starting from the beginning of the part | ||
| 20773 | 2025.02.28 06:59:44.228207 [ 189 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 32 rows starting from the beginning of the part | ||
| 20774 | 2025.02.28 06:59:44.238195 [ 191 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2832 rows, containing 72 columns (72 merged, 0 gathered) in 0.015600427 sec., 181533.4926409386 rows/sec., 134.97 MiB/sec. | ||
| 20775 | 2025.02.28 06:59:44.240819 [ 200 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 20776 | 2025.02.28 06:59:44.241675 [ 200 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_81_16} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20777 | 2025.02.28 06:59:44.241774 [ 200 ] {885f53be-7430-4b34-b89a-ac37c386aff3::all_1_81_16} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 20778 | 2025.02.28 06:59:44.242137 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.01 MiB. | ||
| 20779 | 2025.02.28 06:59:44.404758 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20780 | 2025.02.28 06:59:44.404941 [ 4 ] {6b6d2053-f9ab-4590-9dcf-65ea4c37660b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20781 | 2025.02.28 06:59:44.405019 [ 4 ] {6b6d2053-f9ab-4590-9dcf-65ea4c37660b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20782 | 2025.02.28 06:59:44.405858 [ 4 ] {6b6d2053-f9ab-4590-9dcf-65ea4c37660b} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20783 | 2025.02.28 06:59:44.405907 [ 4 ] {6b6d2053-f9ab-4590-9dcf-65ea4c37660b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20784 | 2025.02.28 06:59:44.406362 [ 4 ] {6b6d2053-f9ab-4590-9dcf-65ea4c37660b} <Trace> MergedBlockOutputStream: filled checksums all_187_187_0 (state Temporary) | ||
| 20785 | 2025.02.28 06:59:44.406629 [ 4 ] {6b6d2053-f9ab-4590-9dcf-65ea4c37660b} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_187_187_0 to all_187_187_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20786 | 2025.02.28 06:59:44.406871 [ 4 ] {6b6d2053-f9ab-4590-9dcf-65ea4c37660b} <Debug> executeQuery: Read 172 rows, 15.42 KiB in 0.001982 sec., 86781.02926337034 rows/sec., 7.60 MiB/sec. | ||
| 20787 | 2025.02.28 06:59:44.406939 [ 4 ] {6b6d2053-f9ab-4590-9dcf-65ea4c37660b} <Debug> TCPHandler: Processed in 0.002309207 sec. | ||
| 20788 | 2025.02.28 06:59:44.407175 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20789 | 2025.02.28 06:59:44.407365 [ 255 ] {f7a2cb66-229d-4201-8417-ba0c135e1a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20790 | 2025.02.28 06:59:44.407440 [ 255 ] {f7a2cb66-229d-4201-8417-ba0c135e1a54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20791 | 2025.02.28 06:59:44.408197 [ 255 ] {f7a2cb66-229d-4201-8417-ba0c135e1a54} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20792 | 2025.02.28 06:59:44.408247 [ 255 ] {f7a2cb66-229d-4201-8417-ba0c135e1a54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20793 | 2025.02.28 06:59:44.408680 [ 255 ] {f7a2cb66-229d-4201-8417-ba0c135e1a54} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 20794 | 2025.02.28 06:59:44.408930 [ 255 ] {f7a2cb66-229d-4201-8417-ba0c135e1a54} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20795 | 2025.02.28 06:59:44.409185 [ 255 ] {f7a2cb66-229d-4201-8417-ba0c135e1a54} <Debug> executeQuery: Read 58 rows, 4.36 KiB in 0.001873 sec., 30966.364121729843 rows/sec., 2.27 MiB/sec. | ||
| 20796 | 2025.02.28 06:59:44.409270 [ 255 ] {f7a2cb66-229d-4201-8417-ba0c135e1a54} <Debug> TCPHandler: Processed in 0.002230146 sec. | ||
| 20797 | 2025.02.28 06:59:44.409504 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20798 | 2025.02.28 06:59:44.409722 [ 4 ] {d4098241-1f08-4d2f-991c-bdf329686662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20799 | 2025.02.28 06:59:44.409785 [ 4 ] {d4098241-1f08-4d2f-991c-bdf329686662} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20800 | 2025.02.28 06:59:44.410492 [ 4 ] {d4098241-1f08-4d2f-991c-bdf329686662} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20801 | 2025.02.28 06:59:44.410533 [ 4 ] {d4098241-1f08-4d2f-991c-bdf329686662} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20802 | 2025.02.28 06:59:44.410921 [ 4 ] {d4098241-1f08-4d2f-991c-bdf329686662} <Trace> MergedBlockOutputStream: filled checksums all_187_187_0 (state Temporary) | ||
| 20803 | 2025.02.28 06:59:44.411161 [ 4 ] {d4098241-1f08-4d2f-991c-bdf329686662} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_187_187_0 to all_187_187_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20804 | 2025.02.28 06:59:44.411389 [ 4 ] {d4098241-1f08-4d2f-991c-bdf329686662} <Debug> executeQuery: Read 122 rows, 9.76 KiB in 0.001702 sec., 71680.37602820211 rows/sec., 5.60 MiB/sec. | ||
| 20805 | 2025.02.28 06:59:44.411445 [ 4 ] {d4098241-1f08-4d2f-991c-bdf329686662} <Debug> TCPHandler: Processed in 0.002086665 sec. | ||
| 20806 | 2025.02.28 06:59:44.411618 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20807 | 2025.02.28 06:59:44.411940 [ 255 ] {498b6b37-b728-4b13-8588-2a298f60622b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20808 | 2025.02.28 06:59:44.412111 [ 255 ] {498b6b37-b728-4b13-8588-2a298f60622b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20809 | 2025.02.28 06:59:44.412845 [ 255 ] {498b6b37-b728-4b13-8588-2a298f60622b} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20810 | 2025.02.28 06:59:44.412884 [ 255 ] {498b6b37-b728-4b13-8588-2a298f60622b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20811 | 2025.02.28 06:59:44.413269 [ 255 ] {498b6b37-b728-4b13-8588-2a298f60622b} <Trace> MergedBlockOutputStream: filled checksums all_187_187_0 (state Temporary) | ||
| 20812 | 2025.02.28 06:59:44.413507 [ 255 ] {498b6b37-b728-4b13-8588-2a298f60622b} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_187_187_0 to all_187_187_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20813 | 2025.02.28 06:59:44.413688 [ 23 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 2 parts from all_1_182_39 to all_183_183_0 | ||
| 20814 | 2025.02.28 06:59:44.413711 [ 255 ] {498b6b37-b728-4b13-8588-2a298f60622b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001891 sec., 84611.31676361713 rows/sec., 5.89 MiB/sec. | ||
| 20815 | 2025.02.28 06:59:44.413763 [ 23 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20816 | 2025.02.28 06:59:44.413834 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20817 | 2025.02.28 06:59:44.413840 [ 255 ] {498b6b37-b728-4b13-8588-2a298f60622b} <Debug> TCPHandler: Processed in 0.002303847 sec. | ||
| 20818 | 2025.02.28 06:59:44.414059 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_183_40} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_182_39 to all_183_183_0 into Compact with storage Full | ||
| 20819 | 2025.02.28 06:59:44.414080 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20820 | 2025.02.28 06:59:44.414339 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_183_40} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20821 | 2025.02.28 06:59:44.414346 [ 4 ] {ff602c81-af8e-49a3-8aae-6352aea048d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20822 | 2025.02.28 06:59:44.414401 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_183_40} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_182_39, total 54204 rows starting from the beginning of the part | ||
| 20823 | 2025.02.28 06:59:44.414576 [ 4 ] {ff602c81-af8e-49a3-8aae-6352aea048d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 20824 | 2025.02.28 06:59:44.414709 [ 187 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_183_40} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_183_183_0, total 64 rows starting from the beginning of the part | ||
| 20825 | 2025.02.28 06:59:44.418085 [ 4 ] {ff602c81-af8e-49a3-8aae-6352aea048d3} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20826 | 2025.02.28 06:59:44.418172 [ 4 ] {ff602c81-af8e-49a3-8aae-6352aea048d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20827 | 2025.02.28 06:59:44.419034 [ 4 ] {ff602c81-af8e-49a3-8aae-6352aea048d3} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 20828 | 2025.02.28 06:59:44.419388 [ 4 ] {ff602c81-af8e-49a3-8aae-6352aea048d3} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20829 | 2025.02.28 06:59:44.419651 [ 4 ] {ff602c81-af8e-49a3-8aae-6352aea048d3} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.0054 sec., 10740.74074074074 rows/sec., 19.25 MiB/sec. | ||
| 20830 | 2025.02.28 06:59:44.419914 [ 4 ] {ff602c81-af8e-49a3-8aae-6352aea048d3} <Debug> TCPHandler: Processed in 0.005936191 sec. | ||
| 20831 | 2025.02.28 06:59:44.420118 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20832 | 2025.02.28 06:59:44.420280 [ 255 ] {f5c740b2-7eca-45cb-8213-93ffdcc8718b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20833 | 2025.02.28 06:59:44.420344 [ 255 ] {f5c740b2-7eca-45cb-8213-93ffdcc8718b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20834 | 2025.02.28 06:59:44.421186 [ 255 ] {f5c740b2-7eca-45cb-8213-93ffdcc8718b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20835 | 2025.02.28 06:59:44.421226 [ 255 ] {f5c740b2-7eca-45cb-8213-93ffdcc8718b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20836 | 2025.02.28 06:59:44.421694 [ 255 ] {f5c740b2-7eca-45cb-8213-93ffdcc8718b} <Trace> MergedBlockOutputStream: filled checksums all_187_187_0 (state Temporary) | ||
| 20837 | 2025.02.28 06:59:44.421953 [ 255 ] {f5c740b2-7eca-45cb-8213-93ffdcc8718b} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_187_187_0 to all_187_187_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20838 | 2025.02.28 06:59:44.422247 [ 255 ] {f5c740b2-7eca-45cb-8213-93ffdcc8718b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001989 sec., 30165.912518853696 rows/sec., 2.03 MiB/sec. | ||
| 20839 | 2025.02.28 06:59:44.422323 [ 255 ] {f5c740b2-7eca-45cb-8213-93ffdcc8718b} <Debug> TCPHandler: Processed in 0.002272777 sec. | ||
| 20840 | 2025.02.28 06:59:44.425729 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_183_40} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54268 rows, containing 5 columns (5 merged, 0 gathered) in 0.011781842 sec., 4606070.935257832 rows/sec., 311.10 MiB/sec. | ||
| 20841 | 2025.02.28 06:59:44.426288 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_183_40} <Trace> MergedBlockOutputStream: filled checksums all_1_183_40 (state Temporary) | ||
| 20842 | 2025.02.28 06:59:44.426603 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_183_40} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_183_40 to all_1_183_40 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20843 | 2025.02.28 06:59:44.426690 [ 188 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_183_40} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 2 parts: [all_1_182_39, all_183_183_0] -> all_1_183_40 | ||
| 20844 | 2025.02.28 06:59:44.426780 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 20845 | 2025.02.28 06:59:44.578753 [ 225 ] {} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Found 6 old parts to remove. Parts: [all_1_27_6, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0, all_32_32_0] | ||
| 20846 | 2025.02.28 06:59:44.578792 [ 225 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Removing 6 parts from filesystem (serially): Parts: [all_1_27_6, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0, all_32_32_0] | ||
| 20847 | 2025.02.28 06:59:44.580595 [ 225 ] {} <Debug> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Removing 6 parts from memory: Parts: [all_1_27_6, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0, all_32_32_0] | ||
| 20848 | 2025.02.28 06:59:45.261037 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 822 | ||
| 20849 | 2025.02.28 06:59:45.284923 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20850 | 2025.02.28 06:59:45.284982 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20851 | 2025.02.28 06:59:45.292810 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 20852 | 2025.02.28 06:59:45.294178 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20853 | 2025.02.28 06:59:45.297317 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 822 | ||
| 20854 | 2025.02.28 06:59:48.629074 [ 65 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 20855 | 2025.02.28 06:59:48.629180 [ 65 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 20856 | 2025.02.28 06:59:48.915681 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 50386 | ||
| 20857 | 2025.02.28 06:59:48.916626 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20858 | 2025.02.28 06:59:48.916670 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20859 | 2025.02.28 06:59:48.917212 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 20860 | 2025.02.28 06:59:48.917538 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20861 | 2025.02.28 06:59:48.917818 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 50386 | ||
| 20862 | 2025.02.28 06:59:48.917883 [ 225 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 20863 | 2025.02.28 06:59:48.917930 [ 225 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 20864 | 2025.02.28 06:59:48.920008 [ 225 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): 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] | ||
| 20865 | 2025.02.28 06:59:49.111514 [ 222 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Found 6 old parts to remove. Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 20866 | 2025.02.28 06:59:49.111606 [ 222 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Removing 6 parts from filesystem (serially): Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 20867 | 2025.02.28 06:59:49.113646 [ 222 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Removing 6 parts from memory: Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 20868 | 2025.02.28 06:59:49.193982 [ 222 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Found 6 old parts to remove. Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 20869 | 2025.02.28 06:59:49.194015 [ 222 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Removing 6 parts from filesystem (serially): Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 20870 | 2025.02.28 06:59:49.195915 [ 222 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Removing 6 parts from memory: Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 20871 | 2025.02.28 06:59:49.352997 [ 223 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Found 6 old parts to remove. Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 20872 | 2025.02.28 06:59:49.353084 [ 223 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Removing 6 parts from filesystem (serially): Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 20873 | 2025.02.28 06:59:49.355228 [ 223 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Removing 6 parts from memory: Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 20874 | 2025.02.28 06:59:49.406389 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20875 | 2025.02.28 06:59:49.406564 [ 4 ] {deb6d20c-9a79-48e0-9831-3fd175331fc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 20876 | 2025.02.28 06:59:49.406633 [ 4 ] {deb6d20c-9a79-48e0-9831-3fd175331fc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 20877 | 2025.02.28 06:59:49.407467 [ 4 ] {deb6d20c-9a79-48e0-9831-3fd175331fc3} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20878 | 2025.02.28 06:59:49.407515 [ 4 ] {deb6d20c-9a79-48e0-9831-3fd175331fc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20879 | 2025.02.28 06:59:49.407943 [ 4 ] {deb6d20c-9a79-48e0-9831-3fd175331fc3} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 20880 | 2025.02.28 06:59:49.408195 [ 4 ] {deb6d20c-9a79-48e0-9831-3fd175331fc3} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20881 | 2025.02.28 06:59:49.408416 [ 4 ] {deb6d20c-9a79-48e0-9831-3fd175331fc3} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001899 sec., 111637.70405476567 rows/sec., 7.10 MiB/sec. | ||
| 20882 | 2025.02.28 06:59:49.408480 [ 4 ] {deb6d20c-9a79-48e0-9831-3fd175331fc3} <Debug> TCPHandler: Processed in 0.002214956 sec. | ||
| 20883 | 2025.02.28 06:59:49.408723 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20884 | 2025.02.28 06:59:49.408897 [ 255 ] {b5106953-3b92-4169-8c3a-bf6b2b08191b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20885 | 2025.02.28 06:59:49.408967 [ 255 ] {b5106953-3b92-4169-8c3a-bf6b2b08191b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20886 | 2025.02.28 06:59:49.409950 [ 255 ] {b5106953-3b92-4169-8c3a-bf6b2b08191b} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20887 | 2025.02.28 06:59:49.409992 [ 255 ] {b5106953-3b92-4169-8c3a-bf6b2b08191b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20888 | 2025.02.28 06:59:49.410459 [ 255 ] {b5106953-3b92-4169-8c3a-bf6b2b08191b} <Trace> MergedBlockOutputStream: filled checksums all_188_188_0 (state Temporary) | ||
| 20889 | 2025.02.28 06:59:49.410709 [ 255 ] {b5106953-3b92-4169-8c3a-bf6b2b08191b} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_188_188_0 to all_188_188_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20890 | 2025.02.28 06:59:49.410940 [ 255 ] {b5106953-3b92-4169-8c3a-bf6b2b08191b} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002094 sec., 294651.38490926457 rows/sec., 23.03 MiB/sec. | ||
| 20891 | 2025.02.28 06:59:49.410995 [ 255 ] {b5106953-3b92-4169-8c3a-bf6b2b08191b} <Debug> TCPHandler: Processed in 0.002396009 sec. | ||
| 20892 | 2025.02.28 06:59:49.411163 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20893 | 2025.02.28 06:59:49.411308 [ 4 ] {323cca18-4be6-4678-8383-bdc17cce0b34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20894 | 2025.02.28 06:59:49.411370 [ 4 ] {323cca18-4be6-4678-8383-bdc17cce0b34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20895 | 2025.02.28 06:59:49.412100 [ 4 ] {323cca18-4be6-4678-8383-bdc17cce0b34} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20896 | 2025.02.28 06:59:49.412148 [ 4 ] {323cca18-4be6-4678-8383-bdc17cce0b34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20897 | 2025.02.28 06:59:49.412547 [ 4 ] {323cca18-4be6-4678-8383-bdc17cce0b34} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 20898 | 2025.02.28 06:59:49.412795 [ 4 ] {323cca18-4be6-4678-8383-bdc17cce0b34} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20899 | 2025.02.28 06:59:49.412971 [ 95 ] {} <Debug> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Selected 6 parts from all_1_79_17 to all_84_84_0 | ||
| 20900 | 2025.02.28 06:59:49.413041 [ 95 ] {} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20901 | 2025.02.28 06:59:49.413041 [ 4 ] {323cca18-4be6-4678-8383-bdc17cce0b34} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.00176 sec., 60227.27272727273 rows/sec., 3.54 MiB/sec. | ||
| 20902 | 2025.02.28 06:59:49.413081 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20903 | 2025.02.28 06:59:49.413200 [ 4 ] {323cca18-4be6-4678-8383-bdc17cce0b34} <Debug> TCPHandler: Processed in 0.002100935 sec. | ||
| 20904 | 2025.02.28 06:59:49.413294 [ 192 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_84_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_79_17 to all_84_84_0 into Compact with storage Full | ||
| 20905 | 2025.02.28 06:59:49.413398 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20906 | 2025.02.28 06:59:49.413469 [ 192 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_84_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20907 | 2025.02.28 06:59:49.413522 [ 192 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_84_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_79_17, total 185 rows starting from the beginning of the part | ||
| 20908 | 2025.02.28 06:59:49.413834 [ 192 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_84_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 106 rows starting from the beginning of the part | ||
| 20909 | 2025.02.28 06:59:49.413911 [ 255 ] {732037a5-3d9a-4f7c-8e60-22314418b77a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 20910 | 2025.02.28 06:59:49.414162 [ 192 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_84_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 58 rows starting from the beginning of the part | ||
| 20911 | 2025.02.28 06:59:49.414191 [ 255 ] {732037a5-3d9a-4f7c-8e60-22314418b77a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 20912 | 2025.02.28 06:59:49.414606 [ 192 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_84_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 106 rows starting from the beginning of the part | ||
| 20913 | 2025.02.28 06:59:49.414972 [ 192 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_84_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 58 rows starting from the beginning of the part | ||
| 20914 | 2025.02.28 06:59:49.415393 [ 192 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_84_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 106 rows starting from the beginning of the part | ||
| 20915 | 2025.02.28 06:59:49.417825 [ 255 ] {732037a5-3d9a-4f7c-8e60-22314418b77a} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20916 | 2025.02.28 06:59:49.417900 [ 255 ] {732037a5-3d9a-4f7c-8e60-22314418b77a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20917 | 2025.02.28 06:59:49.418927 [ 255 ] {732037a5-3d9a-4f7c-8e60-22314418b77a} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 20918 | 2025.02.28 06:59:49.419509 [ 255 ] {732037a5-3d9a-4f7c-8e60-22314418b77a} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20919 | 2025.02.28 06:59:49.419589 [ 193 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_84_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 619 rows, containing 5 columns (5 merged, 0 gathered) in 0.006378316 sec., 97047.55926172363 rows/sec., 6.51 MiB/sec. | ||
| 20920 | 2025.02.28 06:59:49.419790 [ 255 ] {732037a5-3d9a-4f7c-8e60-22314418b77a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.006162 sec., 18338.20188250568 rows/sec., 1.19 MiB/sec. | ||
| 20921 | 2025.02.28 06:59:49.419831 [ 193 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_84_18} <Trace> MergedBlockOutputStream: filled checksums all_1_84_18 (state Temporary) | ||
| 20922 | 2025.02.28 06:59:49.419864 [ 255 ] {732037a5-3d9a-4f7c-8e60-22314418b77a} <Debug> TCPHandler: Processed in 0.006550668 sec. | ||
| 20923 | 2025.02.28 06:59:49.420061 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20924 | 2025.02.28 06:59:49.420289 [ 4 ] {514f3fbc-fac8-4f50-a92e-f737d8fa5fcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 20925 | 2025.02.28 06:59:49.420302 [ 193 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_84_18} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_merge_all_1_84_18 to all_1_84_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20926 | 2025.02.28 06:59:49.420403 [ 4 ] {514f3fbc-fac8-4f50-a92e-f737d8fa5fcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 20927 | 2025.02.28 06:59:49.420515 [ 193 ] {6add747c-a4f0-494e-97e7-2c70ba78c59d::all_1_84_18} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d) (MergerMutator): Merged 6 parts: [all_1_79_17, all_84_84_0] -> all_1_84_18 | ||
| 20928 | 2025.02.28 06:59:49.420690 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 20929 | 2025.02.28 06:59:49.421222 [ 4 ] {514f3fbc-fac8-4f50-a92e-f737d8fa5fcc} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20930 | 2025.02.28 06:59:49.421266 [ 4 ] {514f3fbc-fac8-4f50-a92e-f737d8fa5fcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20931 | 2025.02.28 06:59:49.421632 [ 4 ] {514f3fbc-fac8-4f50-a92e-f737d8fa5fcc} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 20932 | 2025.02.28 06:59:49.421864 [ 4 ] {514f3fbc-fac8-4f50-a92e-f737d8fa5fcc} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20933 | 2025.02.28 06:59:49.422060 [ 4 ] {514f3fbc-fac8-4f50-a92e-f737d8fa5fcc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001837 sec., 60968.97114861186 rows/sec., 3.47 MiB/sec. | ||
| 20934 | 2025.02.28 06:59:49.422115 [ 4 ] {514f3fbc-fac8-4f50-a92e-f737d8fa5fcc} <Debug> TCPHandler: Processed in 0.002140106 sec. | ||
| 20935 | 2025.02.28 06:59:49.422268 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20936 | 2025.02.28 06:59:49.422411 [ 255 ] {bde578d9-18fb-41d6-b01b-a806da54cdad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20937 | 2025.02.28 06:59:49.422469 [ 255 ] {bde578d9-18fb-41d6-b01b-a806da54cdad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20938 | 2025.02.28 06:59:49.423329 [ 255 ] {bde578d9-18fb-41d6-b01b-a806da54cdad} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20939 | 2025.02.28 06:59:49.423376 [ 255 ] {bde578d9-18fb-41d6-b01b-a806da54cdad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20940 | 2025.02.28 06:59:49.423749 [ 255 ] {bde578d9-18fb-41d6-b01b-a806da54cdad} <Trace> MergedBlockOutputStream: filled checksums all_188_188_0 (state Temporary) | ||
| 20941 | 2025.02.28 06:59:49.423978 [ 255 ] {bde578d9-18fb-41d6-b01b-a806da54cdad} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_188_188_0 to all_188_188_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20942 | 2025.02.28 06:59:49.424182 [ 255 ] {bde578d9-18fb-41d6-b01b-a806da54cdad} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.001802 sec., 211986.68146503886 rows/sec., 14.95 MiB/sec. | ||
| 20943 | 2025.02.28 06:59:49.424234 [ 255 ] {bde578d9-18fb-41d6-b01b-a806da54cdad} <Debug> TCPHandler: Processed in 0.002031734 sec. | ||
| 20944 | 2025.02.28 06:59:49.424380 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20945 | 2025.02.28 06:59:49.424603 [ 4 ] {04acafcd-c5fd-4175-b34f-448b05428416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 20946 | 2025.02.28 06:59:49.424699 [ 4 ] {04acafcd-c5fd-4175-b34f-448b05428416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 20947 | 2025.02.28 06:59:49.425513 [ 4 ] {04acafcd-c5fd-4175-b34f-448b05428416} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20948 | 2025.02.28 06:59:49.425551 [ 4 ] {04acafcd-c5fd-4175-b34f-448b05428416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20949 | 2025.02.28 06:59:49.425909 [ 4 ] {04acafcd-c5fd-4175-b34f-448b05428416} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 20950 | 2025.02.28 06:59:49.426134 [ 4 ] {04acafcd-c5fd-4175-b34f-448b05428416} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20951 | 2025.02.28 06:59:49.426336 [ 4 ] {04acafcd-c5fd-4175-b34f-448b05428416} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001788 sec., 3355.7046979865772 rows/sec., 175.32 KiB/sec. | ||
| 20952 | 2025.02.28 06:59:49.426387 [ 4 ] {04acafcd-c5fd-4175-b34f-448b05428416} <Debug> TCPHandler: Processed in 0.002066175 sec. | ||
| 20953 | 2025.02.28 06:59:49.426588 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20954 | 2025.02.28 06:59:49.426809 [ 255 ] {39b50d8c-043a-4cc6-a13d-2125035dec75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20955 | 2025.02.28 06:59:49.426904 [ 255 ] {39b50d8c-043a-4cc6-a13d-2125035dec75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20956 | 2025.02.28 06:59:49.427688 [ 255 ] {39b50d8c-043a-4cc6-a13d-2125035dec75} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20957 | 2025.02.28 06:59:49.427726 [ 255 ] {39b50d8c-043a-4cc6-a13d-2125035dec75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20958 | 2025.02.28 06:59:49.428123 [ 255 ] {39b50d8c-043a-4cc6-a13d-2125035dec75} <Trace> MergedBlockOutputStream: filled checksums all_188_188_0 (state Temporary) | ||
| 20959 | 2025.02.28 06:59:49.428353 [ 255 ] {39b50d8c-043a-4cc6-a13d-2125035dec75} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_188_188_0 to all_188_188_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20960 | 2025.02.28 06:59:49.428529 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 2 parts from all_1_183_40 to all_184_184_0 | ||
| 20961 | 2025.02.28 06:59:49.428584 [ 255 ] {39b50d8c-043a-4cc6-a13d-2125035dec75} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001823 sec., 130005.48546352168 rows/sec., 8.71 MiB/sec. | ||
| 20962 | 2025.02.28 06:59:49.428589 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20963 | 2025.02.28 06:59:49.428676 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20964 | 2025.02.28 06:59:49.428705 [ 255 ] {39b50d8c-043a-4cc6-a13d-2125035dec75} <Debug> TCPHandler: Processed in 0.002225487 sec. | ||
| 20965 | 2025.02.28 06:59:49.428946 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20966 | 2025.02.28 06:59:49.428973 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Found 6 old parts to remove. Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 20967 | 2025.02.28 06:59:49.428970 [ 197 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_184_41} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_183_40 to all_184_184_0 into Compact with storage Full | ||
| 20968 | 2025.02.28 06:59:49.429024 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Removing 6 parts from filesystem (serially): Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 20969 | 2025.02.28 06:59:49.429262 [ 4 ] {e7d8dd9c-f946-42b9-befc-7063e66366fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 20970 | 2025.02.28 06:59:49.429467 [ 4 ] {e7d8dd9c-f946-42b9-befc-7063e66366fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 20971 | 2025.02.28 06:59:49.429685 [ 197 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_184_41} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20972 | 2025.02.28 06:59:49.429793 [ 197 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_184_41} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_183_40, total 54268 rows starting from the beginning of the part | ||
| 20973 | 2025.02.28 06:59:49.430554 [ 197 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_184_41} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_184_184_0, total 237 rows starting from the beginning of the part | ||
| 20974 | 2025.02.28 06:59:49.431796 [ 4 ] {e7d8dd9c-f946-42b9-befc-7063e66366fe} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20975 | 2025.02.28 06:59:49.431862 [ 4 ] {e7d8dd9c-f946-42b9-befc-7063e66366fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20976 | 2025.02.28 06:59:49.433203 [ 4 ] {e7d8dd9c-f946-42b9-befc-7063e66366fe} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 20977 | 2025.02.28 06:59:49.433949 [ 4 ] {e7d8dd9c-f946-42b9-befc-7063e66366fe} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20978 | 2025.02.28 06:59:49.434705 [ 4 ] {e7d8dd9c-f946-42b9-befc-7063e66366fe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005532 sec., 180.76644974692698 rows/sec., 12.18 KiB/sec. | ||
| 20979 | 2025.02.28 06:59:49.434875 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Removing 6 parts from memory: Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0] | ||
| 20980 | 2025.02.28 06:59:49.434880 [ 4 ] {e7d8dd9c-f946-42b9-befc-7063e66366fe} <Debug> TCPHandler: Processed in 0.006065943 sec. | ||
| 20981 | 2025.02.28 06:59:49.435257 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20982 | 2025.02.28 06:59:49.435502 [ 255 ] {99ab0db4-5143-4c0f-97be-4dac1b83725a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20983 | 2025.02.28 06:59:49.435660 [ 255 ] {99ab0db4-5143-4c0f-97be-4dac1b83725a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20984 | 2025.02.28 06:59:49.437511 [ 255 ] {99ab0db4-5143-4c0f-97be-4dac1b83725a} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20985 | 2025.02.28 06:59:49.437552 [ 255 ] {99ab0db4-5143-4c0f-97be-4dac1b83725a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 20986 | 2025.02.28 06:59:49.438008 [ 255 ] {99ab0db4-5143-4c0f-97be-4dac1b83725a} <Trace> MergedBlockOutputStream: filled checksums all_188_188_0 (state Temporary) | ||
| 20987 | 2025.02.28 06:59:49.438265 [ 255 ] {99ab0db4-5143-4c0f-97be-4dac1b83725a} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_188_188_0 to all_188_188_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20988 | 2025.02.28 06:59:49.438482 [ 255 ] {99ab0db4-5143-4c0f-97be-4dac1b83725a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0031 sec., 26451.612903225807 rows/sec., 1.68 MiB/sec. | ||
| 20989 | 2025.02.28 06:59:49.438537 [ 255 ] {99ab0db4-5143-4c0f-97be-4dac1b83725a} <Debug> TCPHandler: Processed in 0.003520953 sec. | ||
| 20990 | 2025.02.28 06:59:49.443050 [ 199 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_184_41} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54505 rows, containing 5 columns (5 merged, 0 gathered) in 0.014258131 sec., 3822731.043781264 rows/sec., 258.19 MiB/sec. | ||
| 20991 | 2025.02.28 06:59:49.443722 [ 196 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_184_41} <Trace> MergedBlockOutputStream: filled checksums all_1_184_41 (state Temporary) | ||
| 20992 | 2025.02.28 06:59:49.444042 [ 196 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_184_41} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_184_41 to all_1_184_41 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20993 | 2025.02.28 06:59:49.444127 [ 196 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_184_41} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 2 parts: [all_1_183_40, all_184_184_0] -> all_1_184_41 | ||
| 20994 | 2025.02.28 06:59:49.444219 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 20995 | 2025.02.28 06:59:50.475181 [ 224 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 20996 | 2025.02.28 06:59:50.475242 [ 224 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 20997 | 2025.02.28 06:59:50.477412 [ 224 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): 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] | ||
| 20998 | 2025.02.28 06:59:51.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.31 MiB, peak 288.80 MiB, free memory in arenas 0.00 B, will set to 270.31 MiB (RSS), difference: 4.00 MiB | ||
| 20999 | 2025.02.28 06:59:51.676082 [ 223 ] {} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Found 5 old parts to remove. Parts: [all_1_29_7, all_30_30_0, all_31_31_0, all_32_32_0, all_33_33_0] | ||
| 21000 | 2025.02.28 06:59:51.676135 [ 223 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Removing 5 parts from filesystem (serially): Parts: [all_1_29_7, all_30_30_0, all_31_31_0, all_32_32_0, all_33_33_0] | ||
| 21001 | 2025.02.28 06:59:51.677873 [ 223 ] {} <Debug> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Removing 5 parts from memory: Parts: [all_1_29_7, all_30_30_0, all_31_31_0, all_32_32_0, all_33_33_0] | ||
| 21002 | 2025.02.28 06:59:51.829629 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21003 | 2025.02.28 06:59:51.829875 [ 4 ] {31d0a126-59a5-49d4-a1dd-fc47439b8b1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 21004 | 2025.02.28 06:59:51.829971 [ 4 ] {31d0a126-59a5-49d4-a1dd-fc47439b8b1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 21005 | 2025.02.28 06:59:51.830870 [ 4 ] {31d0a126-59a5-49d4-a1dd-fc47439b8b1a} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21006 | 2025.02.28 06:59:51.830920 [ 4 ] {31d0a126-59a5-49d4-a1dd-fc47439b8b1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 21007 | 2025.02.28 06:59:51.831363 [ 4 ] {31d0a126-59a5-49d4-a1dd-fc47439b8b1a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 21008 | 2025.02.28 06:59:51.831620 [ 4 ] {31d0a126-59a5-49d4-a1dd-fc47439b8b1a} <Trace> oximeter.fields_ipaddr (44731d05-a3ad-4317-8cf3-302e9b77b8c7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21009 | 2025.02.28 06:59:51.831880 [ 4 ] {31d0a126-59a5-49d4-a1dd-fc47439b8b1a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002072 sec., 965.2509652509652 rows/sec., 78.71 KiB/sec. | ||
| 21010 | 2025.02.28 06:59:51.832016 [ 4 ] {31d0a126-59a5-49d4-a1dd-fc47439b8b1a} <Debug> TCPHandler: Processed in 0.002545751 sec. | ||
| 21011 | 2025.02.28 06:59:51.832324 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21012 | 2025.02.28 06:59:51.832558 [ 255 ] {afc2db64-e2e0-4486-a8a9-d11ffa5fe48c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21013 | 2025.02.28 06:59:51.832636 [ 255 ] {afc2db64-e2e0-4486-a8a9-d11ffa5fe48c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21014 | 2025.02.28 06:59:51.834134 [ 255 ] {afc2db64-e2e0-4486-a8a9-d11ffa5fe48c} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21015 | 2025.02.28 06:59:51.834188 [ 255 ] {afc2db64-e2e0-4486-a8a9-d11ffa5fe48c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 21016 | 2025.02.28 06:59:51.834722 [ 255 ] {afc2db64-e2e0-4486-a8a9-d11ffa5fe48c} <Trace> MergedBlockOutputStream: filled checksums all_189_189_0 (state Temporary) | ||
| 21017 | 2025.02.28 06:59:51.834985 [ 255 ] {afc2db64-e2e0-4486-a8a9-d11ffa5fe48c} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_189_189_0 to all_189_189_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21018 | 2025.02.28 06:59:51.835242 [ 255 ] {afc2db64-e2e0-4486-a8a9-d11ffa5fe48c} <Debug> executeQuery: Read 1313 rows, 112.06 KiB in 0.002732 sec., 480600.29282576864 rows/sec., 40.06 MiB/sec. | ||
| 21019 | 2025.02.28 06:59:51.835364 [ 255 ] {afc2db64-e2e0-4486-a8a9-d11ffa5fe48c} <Debug> TCPHandler: Processed in 0.003204938 sec. | ||
| 21020 | 2025.02.28 06:59:51.835585 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21021 | 2025.02.28 06:59:51.835902 [ 4 ] {9860908a-49da-464e-bbe0-d5bbac2a1cbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21022 | 2025.02.28 06:59:51.835979 [ 4 ] {9860908a-49da-464e-bbe0-d5bbac2a1cbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21023 | 2025.02.28 06:59:51.836691 [ 4 ] {9860908a-49da-464e-bbe0-d5bbac2a1cbf} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21024 | 2025.02.28 06:59:51.836732 [ 4 ] {9860908a-49da-464e-bbe0-d5bbac2a1cbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 21025 | 2025.02.28 06:59:51.837108 [ 4 ] {9860908a-49da-464e-bbe0-d5bbac2a1cbf} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 21026 | 2025.02.28 06:59:51.837346 [ 4 ] {9860908a-49da-464e-bbe0-d5bbac2a1cbf} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21027 | 2025.02.28 06:59:51.837572 [ 4 ] {9860908a-49da-464e-bbe0-d5bbac2a1cbf} <Debug> executeQuery: Read 60 rows, 4.50 KiB in 0.00177 sec., 33898.30508474576 rows/sec., 2.48 MiB/sec. | ||
| 21028 | 2025.02.28 06:59:51.837653 [ 4 ] {9860908a-49da-464e-bbe0-d5bbac2a1cbf} <Debug> TCPHandler: Processed in 0.002199646 sec. | ||
| 21029 | 2025.02.28 06:59:51.837856 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21030 | 2025.02.28 06:59:51.838004 [ 255 ] {2ca9ec8b-6d89-4c12-8959-6e47f8cc5504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 21031 | 2025.02.28 06:59:51.838067 [ 255 ] {2ca9ec8b-6d89-4c12-8959-6e47f8cc5504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 21032 | 2025.02.28 06:59:51.838799 [ 255 ] {2ca9ec8b-6d89-4c12-8959-6e47f8cc5504} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21033 | 2025.02.28 06:59:51.838837 [ 255 ] {2ca9ec8b-6d89-4c12-8959-6e47f8cc5504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 21034 | 2025.02.28 06:59:51.839199 [ 255 ] {2ca9ec8b-6d89-4c12-8959-6e47f8cc5504} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 21035 | 2025.02.28 06:59:51.839516 [ 255 ] {2ca9ec8b-6d89-4c12-8959-6e47f8cc5504} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21036 | 2025.02.28 06:59:51.839723 [ 255 ] {2ca9ec8b-6d89-4c12-8959-6e47f8cc5504} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001754 sec., 129988.59749144812 rows/sec., 8.80 MiB/sec. | ||
| 21037 | 2025.02.28 06:59:51.839779 [ 255 ] {2ca9ec8b-6d89-4c12-8959-6e47f8cc5504} <Debug> TCPHandler: Processed in 0.002028255 sec. | ||
| 21038 | 2025.02.28 06:59:51.839916 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21039 | 2025.02.28 06:59:51.840040 [ 4 ] {713e9633-bf1d-4fcd-aee2-6e24d560528c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21040 | 2025.02.28 06:59:51.840092 [ 4 ] {713e9633-bf1d-4fcd-aee2-6e24d560528c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21041 | 2025.02.28 06:59:51.841012 [ 4 ] {713e9633-bf1d-4fcd-aee2-6e24d560528c} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21042 | 2025.02.28 06:59:51.841053 [ 4 ] {713e9633-bf1d-4fcd-aee2-6e24d560528c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 21043 | 2025.02.28 06:59:51.841466 [ 4 ] {713e9633-bf1d-4fcd-aee2-6e24d560528c} <Trace> MergedBlockOutputStream: filled checksums all_189_189_0 (state Temporary) | ||
| 21044 | 2025.02.28 06:59:51.841709 [ 4 ] {713e9633-bf1d-4fcd-aee2-6e24d560528c} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_189_189_0 to all_189_189_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21045 | 2025.02.28 06:59:51.841925 [ 4 ] {713e9633-bf1d-4fcd-aee2-6e24d560528c} <Debug> executeQuery: Read 580 rows, 44.21 KiB in 0.00191 sec., 303664.9214659686 rows/sec., 22.61 MiB/sec. | ||
| 21046 | 2025.02.28 06:59:51.841977 [ 4 ] {713e9633-bf1d-4fcd-aee2-6e24d560528c} <Debug> TCPHandler: Processed in 0.002118836 sec. | ||
| 21047 | 2025.02.28 06:59:51.842137 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21048 | 2025.02.28 06:59:51.842279 [ 255 ] {6ae12d94-f171-41ec-b4be-c20c7c613411} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21049 | 2025.02.28 06:59:51.842344 [ 255 ] {6ae12d94-f171-41ec-b4be-c20c7c613411} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21050 | 2025.02.28 06:59:51.843147 [ 255 ] {6ae12d94-f171-41ec-b4be-c20c7c613411} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21051 | 2025.02.28 06:59:51.843185 [ 255 ] {6ae12d94-f171-41ec-b4be-c20c7c613411} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 21052 | 2025.02.28 06:59:51.843636 [ 255 ] {6ae12d94-f171-41ec-b4be-c20c7c613411} <Trace> MergedBlockOutputStream: filled checksums all_189_189_0 (state Temporary) | ||
| 21053 | 2025.02.28 06:59:51.843867 [ 255 ] {6ae12d94-f171-41ec-b4be-c20c7c613411} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_189_189_0 to all_189_189_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21054 | 2025.02.28 06:59:51.844051 [ 43 ] {} <Debug> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Selected 6 parts from all_1_184_41 to all_189_189_0 | ||
| 21055 | 2025.02.28 06:59:51.844077 [ 255 ] {6ae12d94-f171-41ec-b4be-c20c7c613411} <Debug> executeQuery: Read 943 rows, 64.75 KiB in 0.00183 sec., 515300.54644808744 rows/sec., 34.55 MiB/sec. | ||
| 21056 | 2025.02.28 06:59:51.844138 [ 43 ] {} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21057 | 2025.02.28 06:59:51.844189 [ 255 ] {6ae12d94-f171-41ec-b4be-c20c7c613411} <Debug> TCPHandler: Processed in 0.002115465 sec. | ||
| 21058 | 2025.02.28 06:59:51.844200 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 21059 | 2025.02.28 06:59:51.844416 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21060 | 2025.02.28 06:59:51.844486 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_189_42} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_184_41 to all_189_189_0 into Compact with storage Full | ||
| 21061 | 2025.02.28 06:59:51.844622 [ 4 ] {8fd14072-23ac-4ee4-93ca-864d5de6b42b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21062 | 2025.02.28 06:59:51.844874 [ 4 ] {8fd14072-23ac-4ee4-93ca-864d5de6b42b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 21063 | 2025.02.28 06:59:51.844890 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_189_42} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21064 | 2025.02.28 06:59:51.845018 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_189_42} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_184_41, total 54505 rows starting from the beginning of the part | ||
| 21065 | 2025.02.28 06:59:51.845470 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_189_42} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_185_185_0, total 160 rows starting from the beginning of the part | ||
| 21066 | 2025.02.28 06:59:51.845871 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_189_42} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_186_186_0, total 237 rows starting from the beginning of the part | ||
| 21067 | 2025.02.28 06:59:51.846292 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_189_42} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_187_187_0, total 160 rows starting from the beginning of the part | ||
| 21068 | 2025.02.28 06:59:51.846547 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_189_42} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_188_188_0, total 237 rows starting from the beginning of the part | ||
| 21069 | 2025.02.28 06:59:51.847023 [ 190 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_189_42} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_189_189_0, total 943 rows starting from the beginning of the part | ||
| 21070 | 2025.02.28 06:59:51.850525 [ 4 ] {8fd14072-23ac-4ee4-93ca-864d5de6b42b} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21071 | 2025.02.28 06:59:51.850599 [ 4 ] {8fd14072-23ac-4ee4-93ca-864d5de6b42b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 21072 | 2025.02.28 06:59:51.852052 [ 4 ] {8fd14072-23ac-4ee4-93ca-864d5de6b42b} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 21073 | 2025.02.28 06:59:51.852370 [ 4 ] {8fd14072-23ac-4ee4-93ca-864d5de6b42b} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21074 | 2025.02.28 06:59:51.852617 [ 43 ] {} <Debug> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 21075 | 2025.02.28 06:59:51.852728 [ 43 ] {} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21076 | 2025.02.28 06:59:51.852815 [ 4 ] {8fd14072-23ac-4ee4-93ca-864d5de6b42b} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.008228 sec., 7049.100631988334 rows/sec., 12.63 MiB/sec. | ||
| 21077 | 2025.02.28 06:59:51.852848 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 21078 | 2025.02.28 06:59:51.853274 [ 4 ] {8fd14072-23ac-4ee4-93ca-864d5de6b42b} <Debug> TCPHandler: Processed in 0.008995048 sec. | ||
| 21079 | 2025.02.28 06:59:51.853285 [ 196 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::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 | ||
| 21080 | 2025.02.28 06:59:51.853572 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21081 | 2025.02.28 06:59:51.853921 [ 255 ] {190b3f6e-1f97-4b42-aa83-1cbb5c557a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21082 | 2025.02.28 06:59:51.853958 [ 196 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21083 | 2025.02.28 06:59:51.854038 [ 255 ] {190b3f6e-1f97-4b42-aa83-1cbb5c557a73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21084 | 2025.02.28 06:59:51.854129 [ 196 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 3032 rows starting from the beginning of the part | ||
| 21085 | 2025.02.28 06:59:51.855411 [ 196 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 58 rows starting from the beginning of the part | ||
| 21086 | 2025.02.28 06:59:51.856275 [ 196 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 58 rows starting from the beginning of the part | ||
| 21087 | 2025.02.28 06:59:51.857379 [ 255 ] {190b3f6e-1f97-4b42-aa83-1cbb5c557a73} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21088 | 2025.02.28 06:59:51.857426 [ 196 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 58 rows starting from the beginning of the part | ||
| 21089 | 2025.02.28 06:59:51.857445 [ 255 ] {190b3f6e-1f97-4b42-aa83-1cbb5c557a73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 21090 | 2025.02.28 06:59:51.858487 [ 196 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 58 rows starting from the beginning of the part | ||
| 21091 | 2025.02.28 06:59:51.859456 [ 196 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 58 rows starting from the beginning of the part | ||
| 21092 | 2025.02.28 06:59:51.859559 [ 255 ] {190b3f6e-1f97-4b42-aa83-1cbb5c557a73} <Trace> MergedBlockOutputStream: filled checksums all_189_189_0 (state Temporary) | ||
| 21093 | 2025.02.28 06:59:51.860511 [ 255 ] {190b3f6e-1f97-4b42-aa83-1cbb5c557a73} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_189_189_0 to all_189_189_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21094 | 2025.02.28 06:59:51.861328 [ 255 ] {190b3f6e-1f97-4b42-aa83-1cbb5c557a73} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.007484 sec., 4810.261892036344 rows/sec., 331.96 KiB/sec. | ||
| 21095 | 2025.02.28 06:59:51.862227 [ 255 ] {190b3f6e-1f97-4b42-aa83-1cbb5c557a73} <Debug> TCPHandler: Processed in 0.008817296 sec. | ||
| 21096 | 2025.02.28 06:59:51.864998 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_189_42} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 56242 rows, containing 5 columns (5 merged, 0 gathered) in 0.020643378 sec., 2724457.2085053134 rows/sec., 184.01 MiB/sec. | ||
| 21097 | 2025.02.28 06:59:51.865660 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_189_42} <Trace> MergedBlockOutputStream: filled checksums all_1_189_42 (state Temporary) | ||
| 21098 | 2025.02.28 06:59:51.866221 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_189_42} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_merge_all_1_189_42 to all_1_189_42 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21099 | 2025.02.28 06:59:51.866389 [ 194 ] {2a4d1b78-6b24-4724-bd1a-683cb958667f::all_1_189_42} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f) (MergerMutator): Merged 6 parts: [all_1_184_41, all_189_189_0] -> all_1_189_42 | ||
| 21100 | 2025.02.28 06:59:51.866574 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. | ||
| 21101 | 2025.02.28 06:59:51.881613 [ 201 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3322 rows, containing 19 columns (19 merged, 0 gathered) in 0.028528971 sec., 116443.0360982876 rows/sec., 208.66 MiB/sec. | ||
| 21102 | 2025.02.28 06:59:51.884569 [ 191 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 21103 | 2025.02.28 06:59:51.885043 [ 191 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21104 | 2025.02.28 06:59:51.885131 [ 191 ] {88aaf564-0cfd-4190-aa28-002ae78596e4::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (88aaf564-0cfd-4190-aa28-002ae78596e4) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 21105 | 2025.02.28 06:59:51.885296 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 23.56 MiB. | ||
| 21106 | 2025.02.28 06:59:52.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.95 MiB, peak 294.48 MiB, free memory in arenas 0.00 B, will set to 275.20 MiB (RSS), difference: 4.25 MiB | ||
| 21107 | 2025.02.28 06:59:52.339277 [ 221 ] {} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Found 5 old parts to remove. Parts: [all_1_29_7, all_30_30_0, all_31_31_0, all_32_32_0, all_33_33_0] | ||
| 21108 | 2025.02.28 06:59:52.339319 [ 221 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Removing 5 parts from filesystem (serially): Parts: [all_1_29_7, all_30_30_0, all_31_31_0, all_32_32_0, all_33_33_0] | ||
| 21109 | 2025.02.28 06:59:52.341004 [ 221 ] {} <Debug> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Removing 5 parts from memory: Parts: [all_1_29_7, all_30_30_0, all_31_31_0, all_32_32_0, all_33_33_0] | ||
| 21110 | 2025.02.28 06:59:52.797516 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 830 | ||
| 21111 | 2025.02.28 06:59:52.820595 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21112 | 2025.02.28 06:59:52.820654 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 21113 | 2025.02.28 06:59:52.828414 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 21114 | 2025.02.28 06:59:52.829221 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21115 | 2025.02.28 06:59:52.833399 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 830 | ||
| 21116 | 2025.02.28 06:59:54.225098 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 2880 | ||
| 21117 | 2025.02.28 06:59:54.228795 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21118 | 2025.02.28 06:59:54.228847 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 21119 | 2025.02.28 06:59:54.230510 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 21120 | 2025.02.28 06:59:54.230826 [ 242 ] {} <Trace> system.query_log (885f53be-7430-4b34-b89a-ac37c386aff3): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21121 | 2025.02.28 06:59:54.231484 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2880 | ||
| 21122 | 2025.02.28 06:59:54.396184 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21123 | 2025.02.28 06:59:54.396403 [ 4 ] {fafc3377-f3af-400b-a03d-1135dd13750e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21124 | 2025.02.28 06:59:54.396479 [ 4 ] {fafc3377-f3af-400b-a03d-1135dd13750e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21125 | 2025.02.28 06:59:54.397306 [ 4 ] {fafc3377-f3af-400b-a03d-1135dd13750e} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21126 | 2025.02.28 06:59:54.397358 [ 4 ] {fafc3377-f3af-400b-a03d-1135dd13750e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 21127 | 2025.02.28 06:59:54.397796 [ 4 ] {fafc3377-f3af-400b-a03d-1135dd13750e} <Trace> MergedBlockOutputStream: filled checksums all_190_190_0 (state Temporary) | ||
| 21128 | 2025.02.28 06:59:54.398056 [ 4 ] {fafc3377-f3af-400b-a03d-1135dd13750e} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_190_190_0 to all_190_190_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21129 | 2025.02.28 06:59:54.398289 [ 4 ] {fafc3377-f3af-400b-a03d-1135dd13750e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001936 sec., 28925.619834710742 rows/sec., 2.22 MiB/sec. | ||
| 21130 | 2025.02.28 06:59:54.398352 [ 4 ] {fafc3377-f3af-400b-a03d-1135dd13750e} <Debug> TCPHandler: Processed in 0.002311527 sec. | ||
| 21131 | 2025.02.28 06:59:54.398615 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21132 | 2025.02.28 06:59:54.398817 [ 255 ] {8396381c-362d-4128-859c-d4d71d8b0955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21133 | 2025.02.28 06:59:54.398889 [ 255 ] {8396381c-362d-4128-859c-d4d71d8b0955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21134 | 2025.02.28 06:59:54.399680 [ 255 ] {8396381c-362d-4128-859c-d4d71d8b0955} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21135 | 2025.02.28 06:59:54.399722 [ 255 ] {8396381c-362d-4128-859c-d4d71d8b0955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 21136 | 2025.02.28 06:59:54.400156 [ 255 ] {8396381c-362d-4128-859c-d4d71d8b0955} <Trace> MergedBlockOutputStream: filled checksums all_190_190_0 (state Temporary) | ||
| 21137 | 2025.02.28 06:59:54.400421 [ 255 ] {8396381c-362d-4128-859c-d4d71d8b0955} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_190_190_0 to all_190_190_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21138 | 2025.02.28 06:59:54.400645 [ 255 ] {8396381c-362d-4128-859c-d4d71d8b0955} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001889 sec., 33880.359978824774 rows/sec., 2.64 MiB/sec. | ||
| 21139 | 2025.02.28 06:59:54.400701 [ 255 ] {8396381c-362d-4128-859c-d4d71d8b0955} <Debug> TCPHandler: Processed in 0.002215106 sec. | ||
| 21140 | 2025.02.28 06:59:54.400868 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21141 | 2025.02.28 06:59:54.400989 [ 4 ] {5636c642-35e1-4bf5-9062-89286fb12627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21142 | 2025.02.28 06:59:54.401042 [ 4 ] {5636c642-35e1-4bf5-9062-89286fb12627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21143 | 2025.02.28 06:59:54.401589 [ 4 ] {5636c642-35e1-4bf5-9062-89286fb12627} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21144 | 2025.02.28 06:59:54.401627 [ 4 ] {5636c642-35e1-4bf5-9062-89286fb12627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 21145 | 2025.02.28 06:59:54.402026 [ 4 ] {5636c642-35e1-4bf5-9062-89286fb12627} <Trace> MergedBlockOutputStream: filled checksums all_190_190_0 (state Temporary) | ||
| 21146 | 2025.02.28 06:59:54.402265 [ 4 ] {5636c642-35e1-4bf5-9062-89286fb12627} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_190_190_0 to all_190_190_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21147 | 2025.02.28 06:59:54.402483 [ 4 ] {5636c642-35e1-4bf5-9062-89286fb12627} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.00152 sec., 42105.26315789473 rows/sec., 2.93 MiB/sec. | ||
| 21148 | 2025.02.28 06:59:54.402534 [ 4 ] {5636c642-35e1-4bf5-9062-89286fb12627} <Debug> TCPHandler: Processed in 0.00172121 sec. | ||
| 21149 | 2025.02.28 06:59:54.402694 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21150 | 2025.02.28 06:59:54.402833 [ 255 ] {a817b329-088d-4c50-955c-16dee090f6f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21151 | 2025.02.28 06:59:54.402893 [ 255 ] {a817b329-088d-4c50-955c-16dee090f6f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21152 | 2025.02.28 06:59:54.403477 [ 255 ] {a817b329-088d-4c50-955c-16dee090f6f3} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21153 | 2025.02.28 06:59:54.403525 [ 255 ] {a817b329-088d-4c50-955c-16dee090f6f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.33 GiB. | ||
| 21154 | 2025.02.28 06:59:54.403913 [ 255 ] {a817b329-088d-4c50-955c-16dee090f6f3} <Trace> MergedBlockOutputStream: filled checksums all_190_190_0 (state Temporary) | ||
| 21155 | 2025.02.28 06:59:54.404155 [ 255 ] {a817b329-088d-4c50-955c-16dee090f6f3} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_190_190_0 to all_190_190_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21156 | 2025.02.28 06:59:54.404383 [ 255 ] {a817b329-088d-4c50-955c-16dee090f6f3} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.00157 sec., 15286.624203821657 rows/sec., 1.03 MiB/sec. | ||
| 21157 | 2025.02.28 06:59:54.404450 [ 255 ] {a817b329-088d-4c50-955c-16dee090f6f3} <Debug> TCPHandler: Processed in 0.001823092 sec. | ||
| 21158 | 2025.02.28 06:59:56.418076 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 50874 | ||
| 21159 | 2025.02.28 06:59:56.418868 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21160 | 2025.02.28 06:59:56.418922 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 21161 | 2025.02.28 06:59:56.419592 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 21162 | 2025.02.28 06:59:56.420227 [ 244 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21163 | 2025.02.28 06:59:56.420460 [ 35 ] {} <Debug> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 21164 | 2025.02.28 06:59:56.420502 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 50874 | ||
| 21165 | 2025.02.28 06:59:56.420551 [ 35 ] {} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21166 | 2025.02.28 06:59:56.420586 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 21167 | 2025.02.28 06:59:56.420749 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::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 | ||
| 21168 | 2025.02.28 06:59:56.420958 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21169 | 2025.02.28 06:59:56.421028 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_106_21, total 48556 rows starting from the beginning of the part | ||
| 21170 | 2025.02.28 06:59:56.421161 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 488 rows starting from the beginning of the part | ||
| 21171 | 2025.02.28 06:59:56.421380 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 427 rows starting from the beginning of the part | ||
| 21172 | 2025.02.28 06:59:56.421535 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 488 rows starting from the beginning of the part | ||
| 21173 | 2025.02.28 06:59:56.421630 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 427 rows starting from the beginning of the part | ||
| 21174 | 2025.02.28 06:59:56.421848 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 488 rows starting from the beginning of the part | ||
| 21175 | 2025.02.28 06:59:56.425420 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50874 rows, containing 4 columns (4 merged, 0 gathered) in 0.004769037 sec., 10667562.444996757 rows/sec., 152.60 MiB/sec. | ||
| 21176 | 2025.02.28 06:59:56.425707 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 21177 | 2025.02.28 06:59:56.426242 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_111_22} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21178 | 2025.02.28 06:59:56.426324 [ 195 ] {c7b52463-5779-4028-9ab8-fbba77a62a09::all_1_111_22} <Trace> system.asynchronous_metric_log (c7b52463-5779-4028-9ab8-fbba77a62a09) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 21179 | 2025.02.28 06:59:56.426405 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 21180 | 2025.02.28 06:59:59.407957 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21181 | 2025.02.28 06:59:59.408132 [ 4 ] {8696cb58-9c24-4016-8ac8-6583bef62922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 21182 | 2025.02.28 06:59:59.408195 [ 4 ] {8696cb58-9c24-4016-8ac8-6583bef62922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 21183 | 2025.02.28 06:59:59.409013 [ 4 ] {8696cb58-9c24-4016-8ac8-6583bef62922} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21184 | 2025.02.28 06:59:59.409054 [ 4 ] {8696cb58-9c24-4016-8ac8-6583bef62922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 21185 | 2025.02.28 06:59:59.409480 [ 4 ] {8696cb58-9c24-4016-8ac8-6583bef62922} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 21186 | 2025.02.28 06:59:59.409727 [ 4 ] {8696cb58-9c24-4016-8ac8-6583bef62922} <Trace> oximeter.fields_i16 (cd8179da-ecbd-4ac6-ab02-ad30c8cf9802): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21187 | 2025.02.28 06:59:59.409935 [ 4 ] {8696cb58-9c24-4016-8ac8-6583bef62922} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001839 sec., 115280.04350190322 rows/sec., 7.33 MiB/sec. | ||
| 21188 | 2025.02.28 06:59:59.410016 [ 4 ] {8696cb58-9c24-4016-8ac8-6583bef62922} <Debug> TCPHandler: Processed in 0.002228247 sec. | ||
| 21189 | 2025.02.28 06:59:59.410296 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21190 | 2025.02.28 06:59:59.410472 [ 255 ] {4a59721f-c150-4402-a7c2-c87bfdef6627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21191 | 2025.02.28 06:59:59.410537 [ 255 ] {4a59721f-c150-4402-a7c2-c87bfdef6627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21192 | 2025.02.28 06:59:59.411567 [ 255 ] {4a59721f-c150-4402-a7c2-c87bfdef6627} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21193 | 2025.02.28 06:59:59.411612 [ 255 ] {4a59721f-c150-4402-a7c2-c87bfdef6627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 21194 | 2025.02.28 06:59:59.412084 [ 255 ] {4a59721f-c150-4402-a7c2-c87bfdef6627} <Trace> MergedBlockOutputStream: filled checksums all_191_191_0 (state Temporary) | ||
| 21195 | 2025.02.28 06:59:59.412331 [ 255 ] {4a59721f-c150-4402-a7c2-c87bfdef6627} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_insert_all_191_191_0 to all_191_191_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21196 | 2025.02.28 06:59:59.412532 [ 156 ] {} <Debug> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Selected 6 parts from all_1_186_37 to all_191_191_0 | ||
| 21197 | 2025.02.28 06:59:59.412589 [ 255 ] {4a59721f-c150-4402-a7c2-c87bfdef6627} <Debug> executeQuery: Read 617 rows, 49.39 KiB in 0.002132 sec., 289399.6247654784 rows/sec., 22.62 MiB/sec. | ||
| 21198 | 2025.02.28 06:59:59.412597 [ 156 ] {} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21199 | 2025.02.28 06:59:59.412676 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 21200 | 2025.02.28 06:59:59.412711 [ 255 ] {4a59721f-c150-4402-a7c2-c87bfdef6627} <Debug> TCPHandler: Processed in 0.002564541 sec. | ||
| 21201 | 2025.02.28 06:59:59.412895 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_191_38} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_186_37 to all_191_191_0 into Compact with storage Full | ||
| 21202 | 2025.02.28 06:59:59.412908 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21203 | 2025.02.28 06:59:59.413056 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_191_38} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21204 | 2025.02.28 06:59:59.413074 [ 4 ] {6f6d9227-b6a9-4b9e-89b8-06df2dfd5a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21205 | 2025.02.28 06:59:59.413102 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_186_37, total 1888 rows starting from the beginning of the part | ||
| 21206 | 2025.02.28 06:59:59.413141 [ 4 ] {6f6d9227-b6a9-4b9e-89b8-06df2dfd5a18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21207 | 2025.02.28 06:59:59.413337 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_187_187_0, total 172 rows starting from the beginning of the part | ||
| 21208 | 2025.02.28 06:59:59.413713 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_188_188_0, total 617 rows starting from the beginning of the part | ||
| 21209 | 2025.02.28 06:59:59.414177 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_189_189_0, total 1313 rows starting from the beginning of the part | ||
| 21210 | 2025.02.28 06:59:59.414594 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_190_190_0, total 56 rows starting from the beginning of the part | ||
| 21211 | 2025.02.28 06:59:59.414992 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_191_191_0, total 617 rows starting from the beginning of the part | ||
| 21212 | 2025.02.28 06:59:59.415909 [ 4 ] {6f6d9227-b6a9-4b9e-89b8-06df2dfd5a18} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21213 | 2025.02.28 06:59:59.416015 [ 4 ] {6f6d9227-b6a9-4b9e-89b8-06df2dfd5a18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 21214 | 2025.02.28 06:59:59.416493 [ 4 ] {6f6d9227-b6a9-4b9e-89b8-06df2dfd5a18} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 21215 | 2025.02.28 06:59:59.416821 [ 4 ] {6f6d9227-b6a9-4b9e-89b8-06df2dfd5a18} <Trace> oximeter.fields_u16 (6add747c-a4f0-494e-97e7-2c70ba78c59d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21216 | 2025.02.28 06:59:59.417008 [ 4 ] {6f6d9227-b6a9-4b9e-89b8-06df2dfd5a18} <Debug> executeQuery: Read 106 rows, 6.39 KiB in 0.003972 sec., 26686.807653575026 rows/sec., 1.57 MiB/sec. | ||
| 21217 | 2025.02.28 06:59:59.417080 [ 4 ] {6f6d9227-b6a9-4b9e-89b8-06df2dfd5a18} <Debug> TCPHandler: Processed in 0.004268131 sec. | ||
| 21218 | 2025.02.28 06:59:59.417303 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21219 | 2025.02.28 06:59:59.417491 [ 255 ] {de3f0f52-f631-4364-a79e-cab6359ae9d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 21220 | 2025.02.28 06:59:59.417591 [ 255 ] {de3f0f52-f631-4364-a79e-cab6359ae9d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 21221 | 2025.02.28 06:59:59.418073 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_191_38} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4663 rows, containing 5 columns (5 merged, 0 gathered) in 0.005290364 sec., 881413.8308819582 rows/sec., 75.11 MiB/sec. | ||
| 21222 | 2025.02.28 06:59:59.418365 [ 188 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_191_38} <Trace> MergedBlockOutputStream: filled checksums all_1_191_38 (state Temporary) | ||
| 21223 | 2025.02.28 06:59:59.418847 [ 200 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_191_38} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4): Renaming temporary part tmp_merge_all_1_191_38 to all_1_191_38 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21224 | 2025.02.28 06:59:59.419106 [ 255 ] {de3f0f52-f631-4364-a79e-cab6359ae9d0} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21225 | 2025.02.28 06:59:59.419120 [ 200 ] {dbb2fcce-6715-4df8-836e-2018547e46c4::all_1_191_38} <Trace> oximeter.fields_string (dbb2fcce-6715-4df8-836e-2018547e46c4) (MergerMutator): Merged 6 parts: [all_1_186_37, all_191_191_0] -> all_1_191_38 | ||
| 21226 | 2025.02.28 06:59:59.419174 [ 255 ] {de3f0f52-f631-4364-a79e-cab6359ae9d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 21227 | 2025.02.28 06:59:59.419278 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
| 21228 | 2025.02.28 06:59:59.419646 [ 255 ] {de3f0f52-f631-4364-a79e-cab6359ae9d0} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 21229 | 2025.02.28 06:59:59.419898 [ 255 ] {de3f0f52-f631-4364-a79e-cab6359ae9d0} <Trace> oximeter.fields_u32 (43ff3d04-8d3d-4e7a-a56c-563f2b98a20e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21230 | 2025.02.28 06:59:59.420107 [ 255 ] {de3f0f52-f631-4364-a79e-cab6359ae9d0} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002659 sec., 42497.1793907484 rows/sec., 2.75 MiB/sec. | ||
| 21231 | 2025.02.28 06:59:59.420175 [ 255 ] {de3f0f52-f631-4364-a79e-cab6359ae9d0} <Debug> TCPHandler: Processed in 0.003021406 sec. | ||
| 21232 | 2025.02.28 06:59:59.420355 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21233 | 2025.02.28 06:59:59.420465 [ 4 ] {5fc285e7-8211-40d0-a12a-bb85b4e081c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 21234 | 2025.02.28 06:59:59.420510 [ 4 ] {5fc285e7-8211-40d0-a12a-bb85b4e081c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 21235 | 2025.02.28 06:59:59.421165 [ 4 ] {5fc285e7-8211-40d0-a12a-bb85b4e081c6} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21236 | 2025.02.28 06:59:59.421201 [ 4 ] {5fc285e7-8211-40d0-a12a-bb85b4e081c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 21237 | 2025.02.28 06:59:59.421555 [ 4 ] {5fc285e7-8211-40d0-a12a-bb85b4e081c6} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 21238 | 2025.02.28 06:59:59.421784 [ 4 ] {5fc285e7-8211-40d0-a12a-bb85b4e081c6} <Trace> oximeter.fields_u8 (ae10649f-1e0a-4033-8240-a3be65056305): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21239 | 2025.02.28 06:59:59.421997 [ 4 ] {5fc285e7-8211-40d0-a12a-bb85b4e081c6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001519 sec., 73732.71889400922 rows/sec., 4.20 MiB/sec. | ||
| 21240 | 2025.02.28 06:59:59.422095 [ 4 ] {5fc285e7-8211-40d0-a12a-bb85b4e081c6} <Debug> TCPHandler: Processed in 0.001768431 sec. | ||
| 21241 | 2025.02.28 06:59:59.422335 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21242 | 2025.02.28 06:59:59.422465 [ 255 ] {5d8b3037-9176-4fd2-9ba8-f19fcae4b6bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21243 | 2025.02.28 06:59:59.422515 [ 255 ] {5d8b3037-9176-4fd2-9ba8-f19fcae4b6bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21244 | 2025.02.28 06:59:59.423223 [ 255 ] {5d8b3037-9176-4fd2-9ba8-f19fcae4b6bb} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21245 | 2025.02.28 06:59:59.423261 [ 255 ] {5d8b3037-9176-4fd2-9ba8-f19fcae4b6bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 21246 | 2025.02.28 06:59:59.423625 [ 255 ] {5d8b3037-9176-4fd2-9ba8-f19fcae4b6bb} <Trace> MergedBlockOutputStream: filled checksums all_191_191_0 (state Temporary) | ||
| 21247 | 2025.02.28 06:59:59.423857 [ 255 ] {5d8b3037-9176-4fd2-9ba8-f19fcae4b6bb} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_insert_all_191_191_0 to all_191_191_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21248 | 2025.02.28 06:59:59.424100 [ 156 ] {} <Debug> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Selected 6 parts from all_1_186_37 to all_191_191_0 | ||
| 21249 | 2025.02.28 06:59:59.424166 [ 156 ] {} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21250 | 2025.02.28 06:59:59.424171 [ 255 ] {5d8b3037-9176-4fd2-9ba8-f19fcae4b6bb} <Debug> executeQuery: Read 382 rows, 27.58 KiB in 0.00172 sec., 222093.02325581395 rows/sec., 15.66 MiB/sec. | ||
| 21251 | 2025.02.28 06:59:59.424205 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 21252 | 2025.02.28 06:59:59.424338 [ 255 ] {5d8b3037-9176-4fd2-9ba8-f19fcae4b6bb} <Debug> TCPHandler: Processed in 0.002122145 sec. | ||
| 21253 | 2025.02.28 06:59:59.424429 [ 189 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_191_38} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_186_37 to all_191_191_0 into Compact with storage Full | ||
| 21254 | 2025.02.28 06:59:59.424522 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21255 | 2025.02.28 06:59:59.424589 [ 189 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_191_38} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21256 | 2025.02.28 06:59:59.424668 [ 189 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_186_37, total 956 rows starting from the beginning of the part | ||
| 21257 | 2025.02.28 06:59:59.424739 [ 4 ] {f1fbde49-c4dd-484c-b983-40e47234788e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 21258 | 2025.02.28 06:59:59.424915 [ 4 ] {f1fbde49-c4dd-484c-b983-40e47234788e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 21259 | 2025.02.28 06:59:59.424917 [ 189 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_187_187_0, total 122 rows starting from the beginning of the part | ||
| 21260 | 2025.02.28 06:59:59.425337 [ 189 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_188_188_0, total 382 rows starting from the beginning of the part | ||
| 21261 | 2025.02.28 06:59:59.425636 [ 189 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_189_189_0, total 580 rows starting from the beginning of the part | ||
| 21262 | 2025.02.28 06:59:59.426002 [ 189 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_190_190_0, total 64 rows starting from the beginning of the part | ||
| 21263 | 2025.02.28 06:59:59.426315 [ 189 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_191_191_0, total 382 rows starting from the beginning of the part | ||
| 21264 | 2025.02.28 06:59:59.427472 [ 4 ] {f1fbde49-c4dd-484c-b983-40e47234788e} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21265 | 2025.02.28 06:59:59.427534 [ 4 ] {f1fbde49-c4dd-484c-b983-40e47234788e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 21266 | 2025.02.28 06:59:59.428582 [ 4 ] {f1fbde49-c4dd-484c-b983-40e47234788e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 21267 | 2025.02.28 06:59:59.429017 [ 4 ] {f1fbde49-c4dd-484c-b983-40e47234788e} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21268 | 2025.02.28 06:59:59.429191 [ 156 ] {} <Debug> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Selected 6 parts from all_1_74_15 to all_79_79_0 | ||
| 21269 | 2025.02.28 06:59:59.429270 [ 156 ] {} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21270 | 2025.02.28 06:59:59.429324 [ 4 ] {f1fbde49-c4dd-484c-b983-40e47234788e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004613 sec., 1300.6720138738349 rows/sec., 67.96 KiB/sec. | ||
| 21271 | 2025.02.28 06:59:59.429361 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 21272 | 2025.02.28 06:59:59.429636 [ 4 ] {f1fbde49-c4dd-484c-b983-40e47234788e} <Debug> TCPHandler: Processed in 0.005188912 sec. | ||
| 21273 | 2025.02.28 06:59:59.430037 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21274 | 2025.02.28 06:59:59.430401 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_79_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_74_15 to all_79_79_0 into Compact with storage Full | ||
| 21275 | 2025.02.28 06:59:59.430770 [ 255 ] {0ab680f8-f7a1-4796-8854-2fd84bd43382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21276 | 2025.02.28 06:59:59.430807 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_191_38} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2486 rows, containing 5 columns (5 merged, 0 gathered) in 0.006521938 sec., 381175.0433690109 rows/sec., 29.22 MiB/sec. | ||
| 21277 | 2025.02.28 06:59:59.431134 [ 255 ] {0ab680f8-f7a1-4796-8854-2fd84bd43382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21278 | 2025.02.28 06:59:59.431235 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_79_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21279 | 2025.02.28 06:59:59.431489 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_79_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_74_15, total 444 rows starting from the beginning of the part | ||
| 21280 | 2025.02.28 06:59:59.431562 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_191_38} <Trace> MergedBlockOutputStream: filled checksums all_1_191_38 (state Temporary) | ||
| 21281 | 2025.02.28 06:59:59.432555 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_79_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 6 rows starting from the beginning of the part | ||
| 21282 | 2025.02.28 06:59:59.433152 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_79_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 6 rows starting from the beginning of the part | ||
| 21283 | 2025.02.28 06:59:59.433479 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_79_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 6 rows starting from the beginning of the part | ||
| 21284 | 2025.02.28 06:59:59.433547 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_191_38} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5): Renaming temporary part tmp_merge_all_1_191_38 to all_1_191_38 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21285 | 2025.02.28 06:59:59.434120 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_79_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 6 rows starting from the beginning of the part | ||
| 21286 | 2025.02.28 06:59:59.434221 [ 192 ] {fb56343e-ebb8-41a3-9dc2-6181da6da1f5::all_1_191_38} <Trace> oximeter.fields_uuid (fb56343e-ebb8-41a3-9dc2-6181da6da1f5) (MergerMutator): Merged 6 parts: [all_1_186_37, all_191_191_0] -> all_1_191_38 | ||
| 21287 | 2025.02.28 06:59:59.434513 [ 200 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_79_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 6 rows starting from the beginning of the part | ||
| 21288 | 2025.02.28 06:59:59.434579 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 21289 | 2025.02.28 06:59:59.435269 [ 255 ] {0ab680f8-f7a1-4796-8854-2fd84bd43382} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21290 | 2025.02.28 06:59:59.435335 [ 255 ] {0ab680f8-f7a1-4796-8854-2fd84bd43382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 21291 | 2025.02.28 06:59:59.436398 [ 255 ] {0ab680f8-f7a1-4796-8854-2fd84bd43382} <Trace> MergedBlockOutputStream: filled checksums all_191_191_0 (state Temporary) | ||
| 21292 | 2025.02.28 06:59:59.436920 [ 255 ] {0ab680f8-f7a1-4796-8854-2fd84bd43382} <Trace> oximeter.measurements_cumulativeu64 (2a4d1b78-6b24-4724-bd1a-683cb958667f): Renaming temporary part tmp_insert_all_191_191_0 to all_191_191_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21293 | 2025.02.28 06:59:59.437208 [ 193 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_79_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 474 rows, containing 4 columns (4 merged, 0 gathered) in 0.007620211 sec., 62203.001990364835 rows/sec., 3.17 MiB/sec. | ||
| 21294 | 2025.02.28 06:59:59.437354 [ 255 ] {0ab680f8-f7a1-4796-8854-2fd84bd43382} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006828 sec., 34710.01757469244 rows/sec., 2.33 MiB/sec. | ||
| 21295 | 2025.02.28 06:59:59.437423 [ 193 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_79_16} <Trace> MergedBlockOutputStream: filled checksums all_1_79_16 (state Temporary) | ||
| 21296 | 2025.02.28 06:59:59.437428 [ 255 ] {0ab680f8-f7a1-4796-8854-2fd84bd43382} <Debug> TCPHandler: Processed in 0.007646352 sec. | ||
| 21297 | 2025.02.28 06:59:59.437583 [ 4 ] {} <Trace> TCP-Session: df1d6964-e3f0-487d-aefe-16d400c6915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21298 | 2025.02.28 06:59:59.437781 [ 4 ] {b569e7e2-f548-4544-977b-512ca7cda8d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48337) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 21299 | 2025.02.28 06:59:59.437860 [ 193 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_79_16} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb): Renaming temporary part tmp_merge_all_1_79_16 to all_1_79_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21300 | 2025.02.28 06:59:59.437881 [ 4 ] {b569e7e2-f548-4544-977b-512ca7cda8d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 21301 | 2025.02.28 06:59:59.438076 [ 193 ] {d33e1ceb-de13-41e8-9ba4-243b9ec22dcb::all_1_79_16} <Trace> oximeter.measurements_bool (d33e1ceb-de13-41e8-9ba4-243b9ec22dcb) (MergerMutator): Merged 6 parts: [all_1_74_15, all_79_79_0] -> all_1_79_16 | ||
| 21302 | 2025.02.28 06:59:59.438271 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 21303 | 2025.02.28 06:59:59.438627 [ 4 ] {b569e7e2-f548-4544-977b-512ca7cda8d0} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21304 | 2025.02.28 06:59:59.438666 [ 4 ] {b569e7e2-f548-4544-977b-512ca7cda8d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 21305 | 2025.02.28 06:59:59.439071 [ 4 ] {b569e7e2-f548-4544-977b-512ca7cda8d0} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 21306 | 2025.02.28 06:59:59.439315 [ 4 ] {b569e7e2-f548-4544-977b-512ca7cda8d0} <Trace> oximeter.measurements_f64 (012fe182-d32b-415b-a462-4502fc8a2933): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21307 | 2025.02.28 06:59:59.439490 [ 4 ] {b569e7e2-f548-4544-977b-512ca7cda8d0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001768 sec., 565.6108597285067 rows/sec., 38.11 KiB/sec. | ||
| 21308 | 2025.02.28 06:59:59.439539 [ 4 ] {b569e7e2-f548-4544-977b-512ca7cda8d0} <Debug> TCPHandler: Processed in 0.002013714 sec. | ||
| 21309 | 2025.02.28 06:59:59.439698 [ 255 ] {} <Trace> TCP-Session: 799e5563-2572-44c6-8077-298bbbbafa71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21310 | 2025.02.28 06:59:59.439837 [ 255 ] {3d6ca311-567e-4289-b858-db73cd4879e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45655) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21311 | 2025.02.28 06:59:59.439896 [ 255 ] {3d6ca311-567e-4289-b858-db73cd4879e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21312 | 2025.02.28 06:59:59.440421 [ 255 ] {3d6ca311-567e-4289-b858-db73cd4879e0} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21313 | 2025.02.28 06:59:59.440457 [ 255 ] {3d6ca311-567e-4289-b858-db73cd4879e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 21314 | 2025.02.28 06:59:59.440802 [ 255 ] {3d6ca311-567e-4289-b858-db73cd4879e0} <Trace> MergedBlockOutputStream: filled checksums all_191_191_0 (state Temporary) | ||
| 21315 | 2025.02.28 06:59:59.441088 [ 255 ] {3d6ca311-567e-4289-b858-db73cd4879e0} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_insert_all_191_191_0 to all_191_191_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21316 | 2025.02.28 06:59:59.441264 [ 156 ] {} <Debug> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Selected 6 parts from all_1_186_37 to all_191_191_0 | ||
| 21317 | 2025.02.28 06:59:59.441330 [ 156 ] {} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21318 | 2025.02.28 06:59:59.441330 [ 255 ] {3d6ca311-567e-4289-b858-db73cd4879e0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001514 sec., 54161.16248348745 rows/sec., 3.44 MiB/sec. | ||
| 21319 | 2025.02.28 06:59:59.441360 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 21320 | 2025.02.28 06:59:59.441484 [ 255 ] {3d6ca311-567e-4289-b858-db73cd4879e0} <Debug> TCPHandler: Processed in 0.001848032 sec. | ||
| 21321 | 2025.02.28 06:59:59.441599 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_191_38} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_186_37 to all_191_191_0 into Compact with storage Full | ||
| 21322 | 2025.02.28 06:59:59.441755 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_191_38} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21323 | 2025.02.28 06:59:59.441792 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_186_37, total 11258 rows starting from the beginning of the part | ||
| 21324 | 2025.02.28 06:59:59.441879 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_187_187_0, total 60 rows starting from the beginning of the part | ||
| 21325 | 2025.02.28 06:59:59.441965 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_188_188_0, total 82 rows starting from the beginning of the part | ||
| 21326 | 2025.02.28 06:59:59.442220 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_189_189_0, total 36 rows starting from the beginning of the part | ||
| 21327 | 2025.02.28 06:59:59.442386 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_190_190_0, total 24 rows starting from the beginning of the part | ||
| 21328 | 2025.02.28 06:59:59.442612 [ 186 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_191_191_0, total 82 rows starting from the beginning of the part | ||
| 21329 | 2025.02.28 06:59:59.445684 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_191_38} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11542 rows, containing 4 columns (4 merged, 0 gathered) in 0.004245791 sec., 2718456.937706072 rows/sec., 177.28 MiB/sec. | ||
| 21330 | 2025.02.28 06:59:59.446058 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_191_38} <Trace> MergedBlockOutputStream: filled checksums all_1_191_38 (state Temporary) | ||
| 21331 | 2025.02.28 06:59:59.446372 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_191_38} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a): Renaming temporary part tmp_merge_all_1_191_38 to all_1_191_38 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21332 | 2025.02.28 06:59:59.446449 [ 193 ] {00f9d4f2-3cf2-4df5-ad04-f0342418722a::all_1_191_38} <Trace> oximeter.measurements_u64 (00f9d4f2-3cf2-4df5-ad04-f0342418722a) (MergerMutator): Merged 6 parts: [all_1_186_37, all_191_191_0] -> all_1_191_38 | ||
| 21333 | 2025.02.28 06:59:59.446531 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 21334 | 2025.02.28 07:00:00.334343 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 837 | ||
| 21335 | 2025.02.28 07:00:00.359715 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21336 | 2025.02.28 07:00:00.359781 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 21337 | 2025.02.28 07:00:00.367545 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 21338 | 2025.02.28 07:00:00.368360 [ 243 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21339 | 2025.02.28 07:00:00.368852 [ 156 ] {} <Debug> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 21340 | 2025.02.28 07:00:00.369027 [ 156 ] {} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21341 | 2025.02.28 07:00:00.369136 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.32 GiB. | ||
| 21342 | 2025.02.28 07:00:00.369639 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::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 | ||
| 21343 | 2025.02.28 07:00:00.386377 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 837 | ||
| 21344 | 2025.02.28 07:00:00.388004 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21345 | 2025.02.28 07:00:00.389728 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 799 rows starting from the beginning of the part | ||
| 21346 | 2025.02.28 07:00:00.396683 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 8 rows starting from the beginning of the part | ||
| 21347 | 2025.02.28 07:00:00.403166 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 8 rows starting from the beginning of the part | ||
| 21348 | 2025.02.28 07:00:00.409514 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 7 rows starting from the beginning of the part | ||
| 21349 | 2025.02.28 07:00:00.416199 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 8 rows starting from the beginning of the part | ||
| 21350 | 2025.02.28 07:00:00.422962 [ 186 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 7 rows starting from the beginning of the part | ||
| 21351 | 2025.02.28 07:00:00.490957 [ 198 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 837 rows, containing 679 columns (679 merged, 0 gathered) in 0.121603987 sec., 6882.998005649272 rows/sec., 35.59 MiB/sec. | ||
| 21352 | 2025.02.28 07:00:00.494641 [ 191 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 21353 | 2025.02.28 07:00:00.497520 [ 191 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_111_22} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21354 | 2025.02.28 07:00:00.497613 [ 191 ] {18c84e93-cea8-4497-aef7-a67747e53b17::all_1_111_22} <Trace> system.metric_log (18c84e93-cea8-4497-aef7-a67747e53b17) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 21355 | 2025.02.28 07:00:00.499972 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 21356 | 2025.02.28 07:00:01.000209 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 276.26 MiB, peak 294.48 MiB, free memory in arenas 0.00 B, will set to 275.20 MiB (RSS), difference: -1.06 MiB | ||