| 1 | [ Feb 21 14:32:19 Enabled. ] | ||
| 2 | [ Feb 21 14:32:19 Rereading configuration. ] | ||
| 3 | [ Feb 21 14:32:22 Rereading configuration. ] | ||
| 4 | [ Feb 21 14:32:30 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 21 14:32:30 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.21 14:32:31.870856 [ 1 ] {} <Information> Application: Will watch for the process with pid 23042 | ||
| 29 | 2025.02.21 14:32:31.871591 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.02.21 14:32:32.089524 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23042 | ||
| 31 | 2025.02.21 14:32:32.090334 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.02.21 14:32:32.091094 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.02.21 14:32:32.173436 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.02.21 14:32:32.206578 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.02.21 14:32:32.206623 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.02.21 14:32:32.206636 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.02.21 14:32:32.206694 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.02.21 14:32:32.207047 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.02.21 14:32:32.208592 [ 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.21 14:32:32.209360 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.02.21 14:32:32.209685 [ 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.21 14:32:32.209703 [ 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.21 14:32:32.209719 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.02.21 14:32:32.209884 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.02.21 14:32:32.210772 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.02.21 14:32:32.215569 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.02.21 14:32:32.216473 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.02.21 14:32:32.217803 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.02.21 14:32:32.217866 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.02.21 14:32:32.219434 [ 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.21 14:32:32.219969 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.02.21 14:32:32.224304 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.02.21 14:32:32.224991 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.02.21 14:32:32.226544 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.02.21 14:32:32.226955 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.02.21 14:32:32.227300 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.02.21 14:32:32.227667 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.02.21 14:32:32.229016 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.02.21 14:32:32.229041 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.02.21 14:32:32.229110 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.02.21 14:32:32.229282 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.02.21 14:32:32.247825 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.02.21 14:32:32.247869 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000209746 sec | ||
| 68 | 2025.02.21 14:32:32.247932 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.02.21 14:32:32.247958 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.02.21 14:32:32.249434 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.02.21 14:32:32.250415 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.02.21 14:32:32.261944 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.02.21 14:32:32.261989 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.02.21 14:32:32.262012 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.02.21 14:32:32.262024 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.02.21 14:32:32.262052 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.02.21 14:32:32.262073 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.02.21 14:32:32.264610 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.02.21 14:32:32.264654 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.02.21 14:32:32.264676 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.02.21 14:32:32.264858 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.02.21 14:32:32.264877 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.02.21 14:32:32.264910 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.02.21 14:32:32.264930 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.02.21 14:32:32.264943 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.02.21 14:32:32.264973 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.02.21 14:32:32.264990 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.02.21 14:32:32.291560 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.02.21 14:32:32.293103 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.02.21 14:32:32.293133 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.6801e-05 sec | ||
| 91 | 2025.02.21 14:32:32.293146 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.02.21 14:32:32.293158 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.02.21 14:32:32.293180 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.02.21 14:32:32.293375 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.02.21 14:32:32.293419 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.02.21 14:32:32.293433 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.02.21 14:32:32.293445 [ 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.21 14:32:32.293457 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.02.21 14:32:32.299953 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.02.21 14:32:32.300169 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2025.02.21 14:32:32.301102 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.934e-05 sec. | ||
| 102 | 2025.02.21 14:32:32.302014 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.02.21 14:32:32.302083 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.02.21 14:32:32.302100 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.02.21 14:32:33.559341 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62925 | ||
| 106 | 2025.02.21 14:32:33.559614 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.02.21 14:32:33.559679 [ 3 ] {} <Debug> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Authenticating user 'default' from [fd00:1122:3344:101::d]:62925 | ||
| 108 | 2025.02.21 14:32:33.559714 [ 3 ] {} <Debug> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.02.21 14:32:33.559740 [ 3 ] {} <Debug> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.02.21 14:32:33.559832 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.02.21 14:32:33.559859 [ 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.21 14:32:33.559883 [ 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.21 14:32:33.560388 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57489 | ||
| 114 | 2025.02.21 14:32:33.560541 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2025.02.21 14:32:33.560574 [ 4 ] {} <Debug> TCP-Session: 135ca294-6c54-46a5-af4f-05e2a039313e Authenticating user 'default' from [fd00:1122:3344:101::d]:57489 | ||
| 116 | 2025.02.21 14:32:33.560600 [ 4 ] {} <Debug> TCP-Session: 135ca294-6c54-46a5-af4f-05e2a039313e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2025.02.21 14:32:33.560633 [ 4 ] {} <Debug> TCP-Session: 135ca294-6c54-46a5-af4f-05e2a039313e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2025.02.21 14:32:33.561358 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62664 | ||
| 119 | 2025.02.21 14:32:33.561363 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36615 | ||
| 120 | 2025.02.21 14:32:33.561494 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 121 | 2025.02.21 14:32:33.561637 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 122 | 2025.02.21 14:32:33.561662 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61268 | ||
| 123 | 2025.02.21 14:32:33.561697 [ 5 ] {} <Debug> TCP-Session: cfcce760-9a00-419d-9e4d-394bbd109566 Authenticating user 'default' from [fd00:1122:3344:101::d]:36615 | ||
| 124 | 2025.02.21 14:32:33.561634 [ 253 ] {} <Debug> TCP-Session: c1f2954d-6a5c-4a8a-90bc-a15f16b37b2c Authenticating user 'default' from [fd00:1122:3344:101::d]:62664 | ||
| 125 | 2025.02.21 14:32:33.561750 [ 5 ] {} <Debug> TCP-Session: cfcce760-9a00-419d-9e4d-394bbd109566 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 126 | 2025.02.21 14:32:33.561775 [ 253 ] {} <Debug> TCP-Session: c1f2954d-6a5c-4a8a-90bc-a15f16b37b2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 127 | 2025.02.21 14:32:33.561862 [ 5 ] {} <Debug> TCP-Session: cfcce760-9a00-419d-9e4d-394bbd109566 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2025.02.21 14:32:33.561909 [ 253 ] {} <Debug> TCP-Session: c1f2954d-6a5c-4a8a-90bc-a15f16b37b2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2025.02.21 14:32:33.562670 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 130 | 2025.02.21 14:32:33.562840 [ 254 ] {} <Debug> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Authenticating user 'default' from [fd00:1122:3344:101::d]:61268 | ||
| 131 | 2025.02.21 14:32:33.562931 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 132 | 2025.02.21 14:32:33.562931 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42746 | ||
| 133 | 2025.02.21 14:32:33.562940 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62158 | ||
| 134 | 2025.02.21 14:32:33.563018 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39612 | ||
| 135 | 2025.02.21 14:32:33.562935 [ 254 ] {} <Debug> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2025.02.21 14:32:33.563348 [ 254 ] {} <Debug> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2025.02.21 14:32:33.563361 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 138 | 2025.02.21 14:32:33.563395 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 139 | 2025.02.21 14:32:33.563453 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38674 | ||
| 140 | 2025.02.21 14:32:33.563476 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2025.02.21 14:32:33.563505 [ 257 ] {} <Debug> TCP-Session: 23feed93-e495-4bf3-8778-c60127b798c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39612 | ||
| 142 | 2025.02.21 14:32:33.563534 [ 256 ] {} <Debug> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Authenticating user 'default' from [fd00:1122:3344:101::d]:42746 | ||
| 143 | 2025.02.21 14:32:33.563692 [ 257 ] {} <Debug> TCP-Session: 23feed93-e495-4bf3-8778-c60127b798c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2025.02.21 14:32:33.563700 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 145 | 2025.02.21 14:32:33.563722 [ 256 ] {} <Debug> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2025.02.21 14:32:33.563750 [ 257 ] {} <Debug> TCP-Session: 23feed93-e495-4bf3-8778-c60127b798c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.02.21 14:32:33.563702 [ 255 ] {} <Debug> TCP-Session: 1bb79d11-eda4-411f-b46a-25790f6b9135 Authenticating user 'default' from [fd00:1122:3344:101::d]:62158 | ||
| 148 | 2025.02.21 14:32:33.563768 [ 258 ] {} <Debug> TCP-Session: a1371ba7-8e78-48c2-aaff-426ed55e9823 Authenticating user 'default' from [fd00:1122:3344:101::d]:38674 | ||
| 149 | 2025.02.21 14:32:33.563784 [ 256 ] {} <Debug> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2025.02.21 14:32:33.564394 [ 255 ] {} <Debug> TCP-Session: 1bb79d11-eda4-411f-b46a-25790f6b9135 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2025.02.21 14:32:33.564455 [ 258 ] {} <Debug> TCP-Session: a1371ba7-8e78-48c2-aaff-426ed55e9823 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.02.21 14:32:33.564463 [ 255 ] {} <Debug> TCP-Session: 1bb79d11-eda4-411f-b46a-25790f6b9135 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.02.21 14:32:33.564502 [ 258 ] {} <Debug> TCP-Session: a1371ba7-8e78-48c2-aaff-426ed55e9823 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.02.21 14:32:33.567056 [ 3 ] {6aecd5d1-6f31-41f4-b0f9-c04a116213e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.02.21 14:32:33.696998 [ 3 ] {6aecd5d1-6f31-41f4-b0f9-c04a116213e8} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62925) (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.21 14:32:33.697878 [ 3 ] {6aecd5d1-6f31-41f4-b0f9-c04a116213e8} <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.21 14:32:33.697992 [ 3 ] {6aecd5d1-6f31-41f4-b0f9-c04a116213e8} <Debug> TCPHandler: Processed in 0.137311189 sec. | ||
| 204 | 2025.02.21 14:32:33.698421 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2025.02.21 14:32:33.698646 [ 254 ] {120c6195-d778-4018-adb8-6d2a531ebbd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2025.02.21 14:32:33.698991 [ 254 ] {120c6195-d778-4018-adb8-6d2a531ebbd3} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:61268) (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.21 14:32:33.699142 [ 254 ] {120c6195-d778-4018-adb8-6d2a531ebbd3} <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.21 14:32:33.699258 [ 254 ] {120c6195-d778-4018-adb8-6d2a531ebbd3} <Debug> TCPHandler: Processed in 0.000991389 sec. | ||
| 255 | 2025.02.21 14:32:33.699565 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2025.02.21 14:32:33.700773 [ 3 ] {e0a9b45b-9e21-4eff-9079-f7ac4e9b7555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 257 | 2025.02.21 14:32:33.700875 [ 3 ] {e0a9b45b-9e21-4eff-9079-f7ac4e9b7555} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 258 | 2025.02.21 14:32:33.705344 [ 3 ] {e0a9b45b-9e21-4eff-9079-f7ac4e9b7555} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 259 | 2025.02.21 14:32:33.705374 [ 3 ] {e0a9b45b-9e21-4eff-9079-f7ac4e9b7555} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.2782e-05 sec | ||
| 260 | 2025.02.21 14:32:33.705396 [ 3 ] {e0a9b45b-9e21-4eff-9079-f7ac4e9b7555} <Trace> ReferentialDeps: No tables | ||
| 261 | 2025.02.21 14:32:33.705423 [ 3 ] {e0a9b45b-9e21-4eff-9079-f7ac4e9b7555} <Trace> LoadingDeps: No tables | ||
| 262 | 2025.02.21 14:32:33.705461 [ 3 ] {e0a9b45b-9e21-4eff-9079-f7ac4e9b7555} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 263 | 2025.02.21 14:32:33.706162 [ 3 ] {e0a9b45b-9e21-4eff-9079-f7ac4e9b7555} <Debug> TCPHandler: Processed in 0.006718291 sec. | ||
| 264 | 2025.02.21 14:32:33.706369 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 265 | 2025.02.21 14:32:33.706562 [ 254 ] {08816cba-80da-4f2f-9598-493f996ff91a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) /* 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.21 14:32:33.706614 [ 254 ] {08816cba-80da-4f2f-9598-493f996ff91a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 268 | 2025.02.21 14:32:33.714134 [ 254 ] {08816cba-80da-4f2f-9598-493f996ff91a} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 269 | 2025.02.21 14:32:33.715900 [ 254 ] {08816cba-80da-4f2f-9598-493f996ff91a} <Debug> oximeter.version (66730431-70b0-4df6-b9f4-3010ed9a45cb): Loading data parts | ||
| 270 | 2025.02.21 14:32:33.716431 [ 254 ] {08816cba-80da-4f2f-9598-493f996ff91a} <Debug> oximeter.version (66730431-70b0-4df6-b9f4-3010ed9a45cb): There are no data parts | ||
| 271 | 2025.02.21 14:32:33.720292 [ 254 ] {08816cba-80da-4f2f-9598-493f996ff91a} <Debug> TCPHandler: Processed in 0.013982269 sec. | ||
| 272 | 2025.02.21 14:32:33.720528 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 273 | 2025.02.21 14:32:33.720776 [ 3 ] {180e595d-e014-458f-890c-81b991a10807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) /* 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.21 14:32:33.720865 [ 3 ] {180e595d-e014-458f-890c-81b991a10807} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 285 | 2025.02.21 14:32:33.728917 [ 3 ] {180e595d-e014-458f-890c-81b991a10807} <Debug> oximeter.measurements_bool (620a7bc8-0bf4-4516-abed-696b46e6383a): Loading data parts | ||
| 286 | 2025.02.21 14:32:33.729165 [ 3 ] {180e595d-e014-458f-890c-81b991a10807} <Debug> oximeter.measurements_bool (620a7bc8-0bf4-4516-abed-696b46e6383a): There are no data parts | ||
| 287 | 2025.02.21 14:32:33.733601 [ 3 ] {180e595d-e014-458f-890c-81b991a10807} <Debug> TCPHandler: Processed in 0.013135993 sec. | ||
| 288 | 2025.02.21 14:32:33.733856 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 289 | 2025.02.21 14:32:33.734167 [ 254 ] {e2aefb72-e861-4a94-9862-56ad201ec114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) 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.21 14:32:33.734245 [ 254 ] {e2aefb72-e861-4a94-9862-56ad201ec114} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 291 | 2025.02.21 14:32:33.736625 [ 254 ] {e2aefb72-e861-4a94-9862-56ad201ec114} <Debug> oximeter.measurements_i8 (564b0b23-8f05-41c1-b4d8-da8e779270b3): Loading data parts | ||
| 292 | 2025.02.21 14:32:33.736796 [ 254 ] {e2aefb72-e861-4a94-9862-56ad201ec114} <Debug> oximeter.measurements_i8 (564b0b23-8f05-41c1-b4d8-da8e779270b3): There are no data parts | ||
| 293 | 2025.02.21 14:32:33.744201 [ 254 ] {e2aefb72-e861-4a94-9862-56ad201ec114} <Debug> TCPHandler: Processed in 0.010451003 sec. | ||
| 294 | 2025.02.21 14:32:33.744446 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 295 | 2025.02.21 14:32:33.744706 [ 3 ] {ddf8b2a1-ce1b-4e9b-ab8c-51e98c7e17cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) 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.21 14:32:33.744786 [ 3 ] {ddf8b2a1-ce1b-4e9b-ab8c-51e98c7e17cb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 297 | 2025.02.21 14:32:33.750622 [ 3 ] {ddf8b2a1-ce1b-4e9b-ab8c-51e98c7e17cb} <Debug> oximeter.measurements_u8 (5fb67bab-444b-49fe-b90d-a52d8b5266c4): Loading data parts | ||
| 298 | 2025.02.21 14:32:33.750805 [ 3 ] {ddf8b2a1-ce1b-4e9b-ab8c-51e98c7e17cb} <Debug> oximeter.measurements_u8 (5fb67bab-444b-49fe-b90d-a52d8b5266c4): There are no data parts | ||
| 299 | 2025.02.21 14:32:33.760782 [ 3 ] {ddf8b2a1-ce1b-4e9b-ab8c-51e98c7e17cb} <Debug> TCPHandler: Processed in 0.016411421 sec. | ||
| 300 | 2025.02.21 14:32:33.760976 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 301 | 2025.02.21 14:32:33.761215 [ 254 ] {fbc4ca01-83b9-4065-96e4-ebef502647a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) 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.21 14:32:33.761277 [ 254 ] {fbc4ca01-83b9-4065-96e4-ebef502647a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 303 | 2025.02.21 14:32:33.776000 [ 254 ] {fbc4ca01-83b9-4065-96e4-ebef502647a3} <Debug> oximeter.measurements_i16 (0fee8243-7cc7-4743-8d93-8a2c6264a87a): Loading data parts | ||
| 304 | 2025.02.21 14:32:33.776196 [ 254 ] {fbc4ca01-83b9-4065-96e4-ebef502647a3} <Debug> oximeter.measurements_i16 (0fee8243-7cc7-4743-8d93-8a2c6264a87a): There are no data parts | ||
| 305 | 2025.02.21 14:32:33.778447 [ 254 ] {fbc4ca01-83b9-4065-96e4-ebef502647a3} <Debug> TCPHandler: Processed in 0.017534635 sec. | ||
| 306 | 2025.02.21 14:32:33.778667 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 307 | 2025.02.21 14:32:33.778878 [ 3 ] {d04918c3-8b81-4fc8-96a6-28be8a5dd415} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) 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.21 14:32:33.778947 [ 3 ] {d04918c3-8b81-4fc8-96a6-28be8a5dd415} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 309 | 2025.02.21 14:32:33.791654 [ 3 ] {d04918c3-8b81-4fc8-96a6-28be8a5dd415} <Debug> oximeter.measurements_u16 (5381ec21-22b5-4356-bbda-5319df1895d1): Loading data parts | ||
| 310 | 2025.02.21 14:32:33.791836 [ 3 ] {d04918c3-8b81-4fc8-96a6-28be8a5dd415} <Debug> oximeter.measurements_u16 (5381ec21-22b5-4356-bbda-5319df1895d1): There are no data parts | ||
| 311 | 2025.02.21 14:32:33.797452 [ 3 ] {d04918c3-8b81-4fc8-96a6-28be8a5dd415} <Debug> TCPHandler: Processed in 0.018843204 sec. | ||
| 312 | 2025.02.21 14:32:33.797675 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2025.02.21 14:32:33.797919 [ 254 ] {b61a22bf-b8d0-46ea-9cd5-d780cdd5589e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) 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.21 14:32:33.797984 [ 254 ] {b61a22bf-b8d0-46ea-9cd5-d780cdd5589e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 315 | 2025.02.21 14:32:33.800281 [ 254 ] {b61a22bf-b8d0-46ea-9cd5-d780cdd5589e} <Debug> oximeter.measurements_i32 (0e9010f4-cd0d-47df-a77b-fd62e364c527): Loading data parts | ||
| 316 | 2025.02.21 14:32:33.800466 [ 254 ] {b61a22bf-b8d0-46ea-9cd5-d780cdd5589e} <Debug> oximeter.measurements_i32 (0e9010f4-cd0d-47df-a77b-fd62e364c527): There are no data parts | ||
| 317 | 2025.02.21 14:32:33.808008 [ 254 ] {b61a22bf-b8d0-46ea-9cd5-d780cdd5589e} <Debug> TCPHandler: Processed in 0.010394692 sec. | ||
| 318 | 2025.02.21 14:32:33.808242 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 319 | 2025.02.21 14:32:33.808491 [ 3 ] {9896c37a-a240-4649-911f-b7145f424bee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 320 | 2025.02.21 14:32:33.808576 [ 3 ] {9896c37a-a240-4649-911f-b7145f424bee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 321 | 2025.02.21 14:32:33.813192 [ 3 ] {9896c37a-a240-4649-911f-b7145f424bee} <Debug> oximeter.measurements_u32 (23ce34a6-458e-4f52-b9ca-1a4036f8beae): Loading data parts | ||
| 322 | 2025.02.21 14:32:33.813365 [ 3 ] {9896c37a-a240-4649-911f-b7145f424bee} <Debug> oximeter.measurements_u32 (23ce34a6-458e-4f52-b9ca-1a4036f8beae): There are no data parts | ||
| 323 | 2025.02.21 14:32:33.822841 [ 3 ] {9896c37a-a240-4649-911f-b7145f424bee} <Debug> TCPHandler: Processed in 0.014665819 sec. | ||
| 324 | 2025.02.21 14:32:33.823034 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2025.02.21 14:32:33.823270 [ 254 ] {e06e301d-b012-484c-a066-198a35c846bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 326 | 2025.02.21 14:32:33.823325 [ 254 ] {e06e301d-b012-484c-a066-198a35c846bc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 327 | 2025.02.21 14:32:33.825990 [ 254 ] {e06e301d-b012-484c-a066-198a35c846bc} <Debug> oximeter.measurements_i64 (b382b733-560b-450c-9ac9-a3f6c818add5): Loading data parts | ||
| 328 | 2025.02.21 14:32:33.826179 [ 254 ] {e06e301d-b012-484c-a066-198a35c846bc} <Debug> oximeter.measurements_i64 (b382b733-560b-450c-9ac9-a3f6c818add5): There are no data parts | ||
| 329 | 2025.02.21 14:32:33.830580 [ 254 ] {e06e301d-b012-484c-a066-198a35c846bc} <Debug> TCPHandler: Processed in 0.007605077 sec. | ||
| 330 | 2025.02.21 14:32:33.830806 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 331 | 2025.02.21 14:32:33.831055 [ 3 ] {a367024c-dee6-46c7-a086-8c742ead48ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 332 | 2025.02.21 14:32:33.831133 [ 3 ] {a367024c-dee6-46c7-a086-8c742ead48ae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 333 | 2025.02.21 14:32:33.840709 [ 3 ] {a367024c-dee6-46c7-a086-8c742ead48ae} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Loading data parts | ||
| 334 | 2025.02.21 14:32:33.840904 [ 3 ] {a367024c-dee6-46c7-a086-8c742ead48ae} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): There are no data parts | ||
| 335 | 2025.02.21 14:32:33.846043 [ 3 ] {a367024c-dee6-46c7-a086-8c742ead48ae} <Debug> TCPHandler: Processed in 0.015293498 sec. | ||
| 336 | 2025.02.21 14:32:33.846244 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2025.02.21 14:32:33.846484 [ 254 ] {7cf547b4-938b-4410-9552-8806fa08be60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 338 | 2025.02.21 14:32:33.846535 [ 254 ] {7cf547b4-938b-4410-9552-8806fa08be60} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 339 | 2025.02.21 14:32:33.854063 [ 254 ] {7cf547b4-938b-4410-9552-8806fa08be60} <Debug> oximeter.measurements_f32 (3ac1a9fe-708e-4a58-9188-69cb1a61977b): Loading data parts | ||
| 340 | 2025.02.21 14:32:33.854250 [ 254 ] {7cf547b4-938b-4410-9552-8806fa08be60} <Debug> oximeter.measurements_f32 (3ac1a9fe-708e-4a58-9188-69cb1a61977b): There are no data parts | ||
| 341 | 2025.02.21 14:32:33.856155 [ 254 ] {7cf547b4-938b-4410-9552-8806fa08be60} <Debug> TCPHandler: Processed in 0.009970348 sec. | ||
| 342 | 2025.02.21 14:32:33.856370 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 343 | 2025.02.21 14:32:33.856578 [ 3 ] {eb207838-d04a-4945-b69c-0ef8e527004c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 344 | 2025.02.21 14:32:33.856644 [ 3 ] {eb207838-d04a-4945-b69c-0ef8e527004c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 345 | 2025.02.21 14:32:33.861716 [ 3 ] {eb207838-d04a-4945-b69c-0ef8e527004c} <Debug> oximeter.measurements_f64 (0fb1a2f8-07bb-479d-9b69-22ab0efa702c): Loading data parts | ||
| 346 | 2025.02.21 14:32:33.861955 [ 3 ] {eb207838-d04a-4945-b69c-0ef8e527004c} <Debug> oximeter.measurements_f64 (0fb1a2f8-07bb-479d-9b69-22ab0efa702c): There are no data parts | ||
| 347 | 2025.02.21 14:32:33.863704 [ 3 ] {eb207838-d04a-4945-b69c-0ef8e527004c} <Debug> TCPHandler: Processed in 0.007396181 sec. | ||
| 348 | 2025.02.21 14:32:33.863912 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2025.02.21 14:32:33.864179 [ 254 ] {70e28d28-26e5-4661-beda-d885b4f19584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 350 | 2025.02.21 14:32:33.864248 [ 254 ] {70e28d28-26e5-4661-beda-d885b4f19584} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 351 | 2025.02.21 14:32:33.872721 [ 254 ] {70e28d28-26e5-4661-beda-d885b4f19584} <Debug> oximeter.measurements_string (68a2d4d6-2f1c-4fd7-9fe0-c01511d08cb4): Loading data parts | ||
| 352 | 2025.02.21 14:32:33.872904 [ 254 ] {70e28d28-26e5-4661-beda-d885b4f19584} <Debug> oximeter.measurements_string (68a2d4d6-2f1c-4fd7-9fe0-c01511d08cb4): There are no data parts | ||
| 353 | 2025.02.21 14:32:33.874857 [ 254 ] {70e28d28-26e5-4661-beda-d885b4f19584} <Debug> TCPHandler: Processed in 0.011011669 sec. | ||
| 354 | 2025.02.21 14:32:33.875099 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 355 | 2025.02.21 14:32:33.875351 [ 3 ] {a097ce03-5ab1-46b9-8087-be195b0d1533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 356 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 357 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 358 | * a string isn't palatable for a few reasons. | ||
| 359 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 360 | * details. | ||
| 361 | */ | ||
| 362 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 363 | 2025.02.21 14:32:33.875436 [ 3 ] {a097ce03-5ab1-46b9-8087-be195b0d1533} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 364 | 2025.02.21 14:32:33.880463 [ 3 ] {a097ce03-5ab1-46b9-8087-be195b0d1533} <Debug> oximeter.measurements_bytes (4ae4193c-9e5c-4a61-88e7-4a257ca14834): Loading data parts | ||
| 365 | 2025.02.21 14:32:33.880721 [ 3 ] {a097ce03-5ab1-46b9-8087-be195b0d1533} <Debug> oximeter.measurements_bytes (4ae4193c-9e5c-4a61-88e7-4a257ca14834): There are no data parts | ||
| 366 | 2025.02.21 14:32:33.882507 [ 3 ] {a097ce03-5ab1-46b9-8087-be195b0d1533} <Debug> TCPHandler: Processed in 0.007477733 sec. | ||
| 367 | 2025.02.21 14:32:33.882713 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 368 | 2025.02.21 14:32:33.882972 [ 254 ] {bbba5348-a26e-486d-b422-6291a7750a36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 369 | 2025.02.21 14:32:33.883056 [ 254 ] {bbba5348-a26e-486d-b422-6291a7750a36} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 370 | 2025.02.21 14:32:33.888801 [ 254 ] {bbba5348-a26e-486d-b422-6291a7750a36} <Debug> oximeter.measurements_cumulativei64 (cc805ad3-66c0-4799-ae95-57578430c7d3): Loading data parts | ||
| 371 | 2025.02.21 14:32:33.888979 [ 254 ] {bbba5348-a26e-486d-b422-6291a7750a36} <Debug> oximeter.measurements_cumulativei64 (cc805ad3-66c0-4799-ae95-57578430c7d3): There are no data parts | ||
| 372 | 2025.02.21 14:32:33.890637 [ 254 ] {bbba5348-a26e-486d-b422-6291a7750a36} <Debug> TCPHandler: Processed in 0.00799041 sec. | ||
| 373 | 2025.02.21 14:32:33.890833 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 374 | 2025.02.21 14:32:33.891092 [ 3 ] {0f0b0f10-da86-4408-928c-157f1f7b4134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 375 | 2025.02.21 14:32:33.891150 [ 3 ] {0f0b0f10-da86-4408-928c-157f1f7b4134} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 376 | 2025.02.21 14:32:33.896089 [ 3 ] {0f0b0f10-da86-4408-928c-157f1f7b4134} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Loading data parts | ||
| 377 | 2025.02.21 14:32:33.896275 [ 3 ] {0f0b0f10-da86-4408-928c-157f1f7b4134} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): There are no data parts | ||
| 378 | 2025.02.21 14:32:33.897935 [ 3 ] {0f0b0f10-da86-4408-928c-157f1f7b4134} <Debug> TCPHandler: Processed in 0.007169345 sec. | ||
| 379 | 2025.02.21 14:32:33.898120 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 380 | 2025.02.21 14:32:33.898336 [ 254 ] {fcc2535f-7c81-4524-a103-c503a75cd63a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 381 | 2025.02.21 14:32:33.898406 [ 254 ] {fcc2535f-7c81-4524-a103-c503a75cd63a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 382 | 2025.02.21 14:32:33.906503 [ 254 ] {fcc2535f-7c81-4524-a103-c503a75cd63a} <Debug> oximeter.measurements_cumulativef32 (64b4d681-e4ac-47a9-ab15-3c06ca6cde5f): Loading data parts | ||
| 383 | 2025.02.21 14:32:33.906646 [ 254 ] {fcc2535f-7c81-4524-a103-c503a75cd63a} <Debug> oximeter.measurements_cumulativef32 (64b4d681-e4ac-47a9-ab15-3c06ca6cde5f): There are no data parts | ||
| 384 | 2025.02.21 14:32:33.908631 [ 254 ] {fcc2535f-7c81-4524-a103-c503a75cd63a} <Debug> TCPHandler: Processed in 0.010569396 sec. | ||
| 385 | 2025.02.21 14:32:33.908838 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 386 | 2025.02.21 14:32:33.909057 [ 3 ] {9dd74267-4f9d-484e-b800-b56009fa9c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 387 | 2025.02.21 14:32:33.909127 [ 3 ] {9dd74267-4f9d-484e-b800-b56009fa9c8a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 388 | 2025.02.21 14:32:33.922051 [ 3 ] {9dd74267-4f9d-484e-b800-b56009fa9c8a} <Debug> oximeter.measurements_cumulativef64 (fd27d34e-48a1-4108-9c2b-8e18ced9ee53): Loading data parts | ||
| 389 | 2025.02.21 14:32:33.922390 [ 3 ] {9dd74267-4f9d-484e-b800-b56009fa9c8a} <Debug> oximeter.measurements_cumulativef64 (fd27d34e-48a1-4108-9c2b-8e18ced9ee53): There are no data parts | ||
| 390 | 2025.02.21 14:32:33.924342 [ 3 ] {9dd74267-4f9d-484e-b800-b56009fa9c8a} <Debug> TCPHandler: Processed in 0.015571096 sec. | ||
| 391 | 2025.02.21 14:32:33.924529 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 392 | 2025.02.21 14:32:33.924854 [ 254 ] {0a4d9eed-c3a3-493e-807e-d89d176d26fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 393 | * NOTE: Array types cannot be Nullable, see | ||
| 394 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 395 | * for more details. | ||
| 396 | * | ||
| 397 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 398 | * is unfortunate, and at this point relies on the fact that an | ||
| 399 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 400 | * to figure out another way to represent missing samples here. | ||
| 401 | */ | ||
| 402 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 403 | 2025.02.21 14:32:33.924931 [ 254 ] {0a4d9eed-c3a3-493e-807e-d89d176d26fa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 404 | 2025.02.21 14:32:33.930211 [ 254 ] {0a4d9eed-c3a3-493e-807e-d89d176d26fa} <Debug> oximeter.measurements_histogrami8 (4f4e223a-a8ac-4c57-a32c-37a525acd9fb): Loading data parts | ||
| 405 | 2025.02.21 14:32:33.930401 [ 254 ] {0a4d9eed-c3a3-493e-807e-d89d176d26fa} <Debug> oximeter.measurements_histogrami8 (4f4e223a-a8ac-4c57-a32c-37a525acd9fb): There are no data parts | ||
| 406 | 2025.02.21 14:32:33.932074 [ 254 ] {0a4d9eed-c3a3-493e-807e-d89d176d26fa} <Debug> TCPHandler: Processed in 0.007604697 sec. | ||
| 407 | 2025.02.21 14:32:33.932290 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 408 | 2025.02.21 14:32:33.932643 [ 3 ] {fa35a771-ae40-472b-9fad-adc7d5794109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 409 | 2025.02.21 14:32:33.932740 [ 3 ] {fa35a771-ae40-472b-9fad-adc7d5794109} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 410 | 2025.02.21 14:32:33.940631 [ 3 ] {fa35a771-ae40-472b-9fad-adc7d5794109} <Debug> oximeter.measurements_histogramu8 (fd5b88f4-c0ae-40ba-8d91-101918c83d15): Loading data parts | ||
| 411 | 2025.02.21 14:32:33.940802 [ 3 ] {fa35a771-ae40-472b-9fad-adc7d5794109} <Debug> oximeter.measurements_histogramu8 (fd5b88f4-c0ae-40ba-8d91-101918c83d15): There are no data parts | ||
| 412 | 2025.02.21 14:32:33.942846 [ 3 ] {fa35a771-ae40-472b-9fad-adc7d5794109} <Debug> TCPHandler: Processed in 0.010626378 sec. | ||
| 413 | 2025.02.21 14:32:33.943051 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 414 | 2025.02.21 14:32:33.943428 [ 254 ] {e895bdf7-5fbb-4f4d-9b07-f67ec8249b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 415 | 2025.02.21 14:32:33.943510 [ 254 ] {e895bdf7-5fbb-4f4d-9b07-f67ec8249b81} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 416 | 2025.02.21 14:32:33.949101 [ 254 ] {e895bdf7-5fbb-4f4d-9b07-f67ec8249b81} <Debug> oximeter.measurements_histogrami16 (1fc2d5b4-d40a-46f0-bc19-27701233b088): Loading data parts | ||
| 417 | 2025.02.21 14:32:33.949423 [ 254 ] {e895bdf7-5fbb-4f4d-9b07-f67ec8249b81} <Debug> oximeter.measurements_histogrami16 (1fc2d5b4-d40a-46f0-bc19-27701233b088): There are no data parts | ||
| 418 | 2025.02.21 14:32:33.951099 [ 254 ] {e895bdf7-5fbb-4f4d-9b07-f67ec8249b81} <Debug> TCPHandler: Processed in 0.008130573 sec. | ||
| 419 | 2025.02.21 14:32:33.951326 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 420 | 2025.02.21 14:32:33.951679 [ 3 ] {967a2d1f-1894-45fb-ba7c-d333e3fc0fce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 421 | 2025.02.21 14:32:33.951775 [ 3 ] {967a2d1f-1894-45fb-ba7c-d333e3fc0fce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 422 | 2025.02.21 14:32:33.957501 [ 3 ] {967a2d1f-1894-45fb-ba7c-d333e3fc0fce} <Debug> oximeter.measurements_histogramu16 (2a47bccd-1ba8-47c7-810a-7a63767c22b7): Loading data parts | ||
| 423 | 2025.02.21 14:32:33.957684 [ 3 ] {967a2d1f-1894-45fb-ba7c-d333e3fc0fce} <Debug> oximeter.measurements_histogramu16 (2a47bccd-1ba8-47c7-810a-7a63767c22b7): There are no data parts | ||
| 424 | 2025.02.21 14:32:33.959450 [ 3 ] {967a2d1f-1894-45fb-ba7c-d333e3fc0fce} <Debug> TCPHandler: Processed in 0.008193205 sec. | ||
| 425 | 2025.02.21 14:32:33.959656 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 426 | 2025.02.21 14:32:33.960067 [ 254 ] {bad52a1d-b1fb-4653-aece-50a0f6c143cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 427 | 2025.02.21 14:32:33.960161 [ 254 ] {bad52a1d-b1fb-4653-aece-50a0f6c143cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 428 | 2025.02.21 14:32:33.965588 [ 254 ] {bad52a1d-b1fb-4653-aece-50a0f6c143cc} <Debug> oximeter.measurements_histogrami32 (17fabb0d-75ba-4d0a-a69f-acf59a796718): Loading data parts | ||
| 429 | 2025.02.21 14:32:33.965869 [ 254 ] {bad52a1d-b1fb-4653-aece-50a0f6c143cc} <Debug> oximeter.measurements_histogrami32 (17fabb0d-75ba-4d0a-a69f-acf59a796718): There are no data parts | ||
| 430 | 2025.02.21 14:32:33.967615 [ 254 ] {bad52a1d-b1fb-4653-aece-50a0f6c143cc} <Debug> TCPHandler: Processed in 0.008040121 sec. | ||
| 431 | 2025.02.21 14:32:33.967833 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 432 | 2025.02.21 14:32:33.968124 [ 3 ] {f332778f-094c-4794-9923-325aff9bdd9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) 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) | ||
| 433 | 2025.02.21 14:32:33.968205 [ 3 ] {f332778f-094c-4794-9923-325aff9bdd9e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 434 | 2025.02.21 14:32:33.976157 [ 3 ] {f332778f-094c-4794-9923-325aff9bdd9e} <Debug> oximeter.measurements_histogramu32 (8583f9e3-5aab-4d21-a17e-711ef666c84a): Loading data parts | ||
| 435 | 2025.02.21 14:32:33.976336 [ 3 ] {f332778f-094c-4794-9923-325aff9bdd9e} <Debug> oximeter.measurements_histogramu32 (8583f9e3-5aab-4d21-a17e-711ef666c84a): There are no data parts | ||
| 436 | 2025.02.21 14:32:33.978342 [ 3 ] {f332778f-094c-4794-9923-325aff9bdd9e} <Debug> TCPHandler: Processed in 0.010577136 sec. | ||
| 437 | 2025.02.21 14:32:33.978534 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 438 | 2025.02.21 14:32:33.978826 [ 254 ] {3d0eda50-f0c2-40c9-b5a2-a1ec20a8e3f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) 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) | ||
| 439 | 2025.02.21 14:32:33.978907 [ 254 ] {3d0eda50-f0c2-40c9-b5a2-a1ec20a8e3f5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 440 | 2025.02.21 14:32:33.984228 [ 254 ] {3d0eda50-f0c2-40c9-b5a2-a1ec20a8e3f5} <Debug> oximeter.measurements_histogrami64 (cf163bcd-10ef-4cb1-84e7-cd59656b5aca): Loading data parts | ||
| 441 | 2025.02.21 14:32:33.984458 [ 254 ] {3d0eda50-f0c2-40c9-b5a2-a1ec20a8e3f5} <Debug> oximeter.measurements_histogrami64 (cf163bcd-10ef-4cb1-84e7-cd59656b5aca): There are no data parts | ||
| 442 | 2025.02.21 14:32:33.986152 [ 254 ] {3d0eda50-f0c2-40c9-b5a2-a1ec20a8e3f5} <Debug> TCPHandler: Processed in 0.00767623 sec. | ||
| 443 | 2025.02.21 14:32:33.986372 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 444 | 2025.02.21 14:32:33.986679 [ 3 ] {9fd7925a-09f7-4631-afef-7bc91adafa8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) 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) | ||
| 445 | 2025.02.21 14:32:33.986753 [ 3 ] {9fd7925a-09f7-4631-afef-7bc91adafa8a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 446 | 2025.02.21 14:32:33.992920 [ 3 ] {9fd7925a-09f7-4631-afef-7bc91adafa8a} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Loading data parts | ||
| 447 | 2025.02.21 14:32:33.993160 [ 3 ] {9fd7925a-09f7-4631-afef-7bc91adafa8a} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): There are no data parts | ||
| 448 | 2025.02.21 14:32:33.995069 [ 3 ] {9fd7925a-09f7-4631-afef-7bc91adafa8a} <Debug> TCPHandler: Processed in 0.008754922 sec. | ||
| 449 | 2025.02.21 14:32:33.995260 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 450 | 2025.02.21 14:32:33.995556 [ 254 ] {9a7e08aa-f486-49aa-a177-a623925cebde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) 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) | ||
| 451 | 2025.02.21 14:32:33.995639 [ 254 ] {9a7e08aa-f486-49aa-a177-a623925cebde} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 452 | 2025.02.21 14:32:34.001100 [ 254 ] {9a7e08aa-f486-49aa-a177-a623925cebde} <Debug> oximeter.measurements_histogramf32 (479d38a8-1aff-4b94-8fbe-d14bb6786ab1): Loading data parts | ||
| 453 | 2025.02.21 14:32:34.001137 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 123.86 MiB, peak 123.86 MiB, free memory in arenas 0.00 B, will set to 134.49 MiB (RSS), difference: 10.63 MiB | ||
| 454 | 2025.02.21 14:32:34.001472 [ 254 ] {9a7e08aa-f486-49aa-a177-a623925cebde} <Debug> oximeter.measurements_histogramf32 (479d38a8-1aff-4b94-8fbe-d14bb6786ab1): There are no data parts | ||
| 455 | 2025.02.21 14:32:34.003240 [ 254 ] {9a7e08aa-f486-49aa-a177-a623925cebde} <Debug> TCPHandler: Processed in 0.00803943 sec. | ||
| 456 | 2025.02.21 14:32:34.003443 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 457 | 2025.02.21 14:32:34.003792 [ 3 ] {6dc2a3a7-829f-4b11-bad6-db450d5268b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) 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.21 14:32:34.003881 [ 3 ] {6dc2a3a7-829f-4b11-bad6-db450d5268b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 459 | 2025.02.21 14:32:34.011812 [ 3 ] {6dc2a3a7-829f-4b11-bad6-db450d5268b5} <Debug> oximeter.measurements_histogramf64 (9329d7a3-a040-4a46-a2e4-3a0a5f7d1d4e): Loading data parts | ||
| 460 | 2025.02.21 14:32:34.011987 [ 3 ] {6dc2a3a7-829f-4b11-bad6-db450d5268b5} <Debug> oximeter.measurements_histogramf64 (9329d7a3-a040-4a46-a2e4-3a0a5f7d1d4e): There are no data parts | ||
| 461 | 2025.02.21 14:32:34.024482 [ 3 ] {6dc2a3a7-829f-4b11-bad6-db450d5268b5} <Debug> TCPHandler: Processed in 0.021106372 sec. | ||
| 462 | 2025.02.21 14:32:34.024785 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 463 | 2025.02.21 14:32:34.025160 [ 254 ] {610c6ee4-ced9-4208-9646-490545ffdd5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) /* 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.21 14:32:34.025261 [ 254 ] {610c6ee4-ced9-4208-9646-490545ffdd5f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 490 | 2025.02.21 14:32:34.040907 [ 254 ] {610c6ee4-ced9-4208-9646-490545ffdd5f} <Debug> oximeter.fields_bool (8b5423a2-20b7-4b18-b16b-705bc6e79bb2): Loading data parts | ||
| 491 | 2025.02.21 14:32:34.041185 [ 254 ] {610c6ee4-ced9-4208-9646-490545ffdd5f} <Debug> oximeter.fields_bool (8b5423a2-20b7-4b18-b16b-705bc6e79bb2): There are no data parts | ||
| 492 | 2025.02.21 14:32:34.043828 [ 254 ] {610c6ee4-ced9-4208-9646-490545ffdd5f} <Debug> TCPHandler: Processed in 0.019194714 sec. | ||
| 493 | 2025.02.21 14:32:34.044070 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 494 | 2025.02.21 14:32:34.044294 [ 3 ] {d2e1549f-b83e-423a-b8eb-d036fc76830b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) 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.21 14:32:34.044376 [ 3 ] {d2e1549f-b83e-423a-b8eb-d036fc76830b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 496 | 2025.02.21 14:32:34.047921 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53456 | ||
| 497 | 2025.02.21 14:32:34.048133 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 498 | 2025.02.21 14:32:34.048167 [ 261 ] {} <Debug> TCP-Session: 20849a6c-031a-4d0d-937b-8a1c0ae4a085 Authenticating user 'default' from [fd00:1122:3344:101::b]:53456 | ||
| 499 | 2025.02.21 14:32:34.048195 [ 261 ] {} <Debug> TCP-Session: 20849a6c-031a-4d0d-937b-8a1c0ae4a085 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 500 | 2025.02.21 14:32:34.048211 [ 261 ] {} <Debug> TCP-Session: 20849a6c-031a-4d0d-937b-8a1c0ae4a085 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 501 | 2025.02.21 14:32:34.048304 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 502 | 2025.02.21 14:32:34.048334 [ 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 | ||
| 503 | 2025.02.21 14:32:34.048367 [ 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 | ||
| 504 | 2025.02.21 14:32:34.049512 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54935 | ||
| 505 | 2025.02.21 14:32:34.049522 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38169 | ||
| 506 | 2025.02.21 14:32:34.049822 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 507 | 2025.02.21 14:32:34.049819 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48948 | ||
| 508 | 2025.02.21 14:32:34.049849 [ 3 ] {d2e1549f-b83e-423a-b8eb-d036fc76830b} <Debug> oximeter.fields_i8 (635036ab-b877-4637-a4cd-37ae0208cad8): Loading data parts | ||
| 509 | 2025.02.21 14:32:34.049910 [ 263 ] {} <Debug> TCP-Session: 896fd8e2-97ad-4b28-964b-9653e8e18487 Authenticating user 'default' from [fd00:1122:3344:101::b]:54935 | ||
| 510 | 2025.02.21 14:32:34.049881 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 511 | 2025.02.21 14:32:34.049863 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50681 | ||
| 512 | 2025.02.21 14:32:34.050042 [ 263 ] {} <Debug> TCP-Session: 896fd8e2-97ad-4b28-964b-9653e8e18487 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 513 | 2025.02.21 14:32:34.050126 [ 262 ] {} <Debug> TCP-Session: 81805969-fa3b-460d-927d-a6a5c0826d36 Authenticating user 'default' from [fd00:1122:3344:101::b]:38169 | ||
| 514 | 2025.02.21 14:32:34.050172 [ 263 ] {} <Debug> TCP-Session: 896fd8e2-97ad-4b28-964b-9653e8e18487 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 515 | 2025.02.21 14:32:34.050204 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 516 | 2025.02.21 14:32:34.050268 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50801 | ||
| 517 | 2025.02.21 14:32:34.050356 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 518 | 2025.02.21 14:32:34.050378 [ 262 ] {} <Debug> TCP-Session: 81805969-fa3b-460d-927d-a6a5c0826d36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 519 | 2025.02.21 14:32:34.050608 [ 264 ] {} <Debug> TCP-Session: d1ee9bcc-9a9c-4aa0-8514-18af950f7347 Authenticating user 'default' from [fd00:1122:3344:101::b]:48948 | ||
| 520 | 2025.02.21 14:32:34.050433 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61847 | ||
| 521 | 2025.02.21 14:32:34.050599 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 522 | 2025.02.21 14:32:34.050676 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55074 | ||
| 523 | 2025.02.21 14:32:34.050711 [ 264 ] {} <Debug> TCP-Session: d1ee9bcc-9a9c-4aa0-8514-18af950f7347 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 524 | 2025.02.21 14:32:34.050686 [ 262 ] {} <Debug> TCP-Session: 81805969-fa3b-460d-927d-a6a5c0826d36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 525 | 2025.02.21 14:32:34.050606 [ 265 ] {} <Debug> TCP-Session: 298fe7a6-94bc-4ccb-81f2-bdd170064395 Authenticating user 'default' from [fd00:1122:3344:101::b]:50681 | ||
| 526 | 2025.02.21 14:32:34.050882 [ 266 ] {} <Debug> TCP-Session: a0711010-a5e5-4a54-afe1-e868bf41c6d0 Authenticating user 'default' from [fd00:1122:3344:101::b]:50801 | ||
| 527 | 2025.02.21 14:32:34.050921 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 528 | 2025.02.21 14:32:34.050990 [ 265 ] {} <Debug> TCP-Session: 298fe7a6-94bc-4ccb-81f2-bdd170064395 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 529 | 2025.02.21 14:32:34.051047 [ 266 ] {} <Debug> TCP-Session: a0711010-a5e5-4a54-afe1-e868bf41c6d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 530 | 2025.02.21 14:32:34.051072 [ 267 ] {} <Debug> TCP-Session: 807a9923-63ef-46fd-b999-462f8958a4db Authenticating user 'default' from [fd00:1122:3344:101::b]:61847 | ||
| 531 | 2025.02.21 14:32:34.051052 [ 264 ] {} <Debug> TCP-Session: d1ee9bcc-9a9c-4aa0-8514-18af950f7347 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 532 | 2025.02.21 14:32:34.051249 [ 265 ] {} <Debug> TCP-Session: 298fe7a6-94bc-4ccb-81f2-bdd170064395 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 533 | 2025.02.21 14:32:34.051330 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 534 | 2025.02.21 14:32:34.051327 [ 266 ] {} <Debug> TCP-Session: a0711010-a5e5-4a54-afe1-e868bf41c6d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 535 | 2025.02.21 14:32:34.051440 [ 3 ] {d2e1549f-b83e-423a-b8eb-d036fc76830b} <Debug> oximeter.fields_i8 (635036ab-b877-4637-a4cd-37ae0208cad8): There are no data parts | ||
| 536 | 2025.02.21 14:32:34.051462 [ 268 ] {} <Debug> TCP-Session: 95cb31d7-cd4d-457e-908e-b870755112b0 Authenticating user 'default' from [fd00:1122:3344:101::b]:55074 | ||
| 537 | 2025.02.21 14:32:34.051265 [ 267 ] {} <Debug> TCP-Session: 807a9923-63ef-46fd-b999-462f8958a4db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 538 | 2025.02.21 14:32:34.051573 [ 268 ] {} <Debug> TCP-Session: 95cb31d7-cd4d-457e-908e-b870755112b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 539 | 2025.02.21 14:32:34.051600 [ 267 ] {} <Debug> TCP-Session: 807a9923-63ef-46fd-b999-462f8958a4db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 540 | 2025.02.21 14:32:34.051625 [ 268 ] {} <Debug> TCP-Session: 95cb31d7-cd4d-457e-908e-b870755112b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 541 | 2025.02.21 14:32:34.053477 [ 3 ] {d2e1549f-b83e-423a-b8eb-d036fc76830b} <Debug> TCPHandler: Processed in 0.009465824 sec. | ||
| 542 | 2025.02.21 14:32:34.053708 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 543 | 2025.02.21 14:32:34.053932 [ 254 ] {0ecfcfea-2536-469a-9b59-715856913b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 544 | 2025.02.21 14:32:34.054032 [ 254 ] {0ecfcfea-2536-469a-9b59-715856913b05} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 545 | 2025.02.21 14:32:34.058561 [ 254 ] {0ecfcfea-2536-469a-9b59-715856913b05} <Debug> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Loading data parts | ||
| 546 | 2025.02.21 14:32:34.058730 [ 254 ] {0ecfcfea-2536-469a-9b59-715856913b05} <Debug> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): There are no data parts | ||
| 547 | 2025.02.21 14:32:34.060319 [ 254 ] {0ecfcfea-2536-469a-9b59-715856913b05} <Debug> TCPHandler: Processed in 0.006672309 sec. | ||
| 548 | 2025.02.21 14:32:34.060532 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 549 | 2025.02.21 14:32:34.060778 [ 3 ] {adc6dd25-b310-47fd-9f57-0dabd962531f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 550 | 2025.02.21 14:32:34.060850 [ 3 ] {adc6dd25-b310-47fd-9f57-0dabd962531f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 551 | 2025.02.21 14:32:34.065949 [ 3 ] {adc6dd25-b310-47fd-9f57-0dabd962531f} <Debug> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Loading data parts | ||
| 552 | 2025.02.21 14:32:34.066119 [ 3 ] {adc6dd25-b310-47fd-9f57-0dabd962531f} <Debug> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): There are no data parts | ||
| 553 | 2025.02.21 14:32:34.067743 [ 3 ] {adc6dd25-b310-47fd-9f57-0dabd962531f} <Debug> TCPHandler: Processed in 0.007269168 sec. | ||
| 554 | 2025.02.21 14:32:34.067947 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 555 | 2025.02.21 14:32:34.068225 [ 254 ] {06e8328c-0f6e-4484-9e0e-bb0718eaf466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 556 | 2025.02.21 14:32:34.068324 [ 254 ] {06e8328c-0f6e-4484-9e0e-bb0718eaf466} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 557 | 2025.02.21 14:32:34.077458 [ 254 ] {06e8328c-0f6e-4484-9e0e-bb0718eaf466} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Loading data parts | ||
| 558 | 2025.02.21 14:32:34.077678 [ 254 ] {06e8328c-0f6e-4484-9e0e-bb0718eaf466} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): There are no data parts | ||
| 559 | 2025.02.21 14:32:34.079746 [ 254 ] {06e8328c-0f6e-4484-9e0e-bb0718eaf466} <Debug> TCPHandler: Processed in 0.011870295 sec. | ||
| 560 | 2025.02.21 14:32:34.079978 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 561 | 2025.02.21 14:32:34.080257 [ 3 ] {398c469b-17c0-4e10-bfc7-0a4a47a10125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 562 | 2025.02.21 14:32:34.080348 [ 3 ] {398c469b-17c0-4e10-bfc7-0a4a47a10125} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 563 | 2025.02.21 14:32:34.085743 [ 3 ] {398c469b-17c0-4e10-bfc7-0a4a47a10125} <Debug> oximeter.fields_i32 (b6de70e9-95ca-4064-8861-9cf8c5fe3a9e): Loading data parts | ||
| 564 | 2025.02.21 14:32:34.085941 [ 3 ] {398c469b-17c0-4e10-bfc7-0a4a47a10125} <Debug> oximeter.fields_i32 (b6de70e9-95ca-4064-8861-9cf8c5fe3a9e): There are no data parts | ||
| 565 | 2025.02.21 14:32:34.087542 [ 3 ] {398c469b-17c0-4e10-bfc7-0a4a47a10125} <Debug> TCPHandler: Processed in 0.007638568 sec. | ||
| 566 | 2025.02.21 14:32:34.087736 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 567 | 2025.02.21 14:32:34.087990 [ 254 ] {9559b7e2-33cf-4629-8fd3-13ec8085d8be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 568 | 2025.02.21 14:32:34.088088 [ 254 ] {9559b7e2-33cf-4629-8fd3-13ec8085d8be} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 569 | 2025.02.21 14:32:34.094429 [ 254 ] {9559b7e2-33cf-4629-8fd3-13ec8085d8be} <Debug> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Loading data parts | ||
| 570 | 2025.02.21 14:32:34.094613 [ 254 ] {9559b7e2-33cf-4629-8fd3-13ec8085d8be} <Debug> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): There are no data parts | ||
| 571 | 2025.02.21 14:32:34.096502 [ 254 ] {9559b7e2-33cf-4629-8fd3-13ec8085d8be} <Debug> TCPHandler: Processed in 0.008825164 sec. | ||
| 572 | 2025.02.21 14:32:34.096718 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 573 | 2025.02.21 14:32:34.096925 [ 3 ] {38743eb2-1d6a-46ea-b7a5-07bbb86a7b59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 574 | 2025.02.21 14:32:34.097002 [ 3 ] {38743eb2-1d6a-46ea-b7a5-07bbb86a7b59} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 575 | 2025.02.21 14:32:34.102101 [ 3 ] {38743eb2-1d6a-46ea-b7a5-07bbb86a7b59} <Debug> oximeter.fields_i64 (12f9ff3c-5603-4ab9-b144-896dbd9282fd): Loading data parts | ||
| 576 | 2025.02.21 14:32:34.102313 [ 3 ] {38743eb2-1d6a-46ea-b7a5-07bbb86a7b59} <Debug> oximeter.fields_i64 (12f9ff3c-5603-4ab9-b144-896dbd9282fd): There are no data parts | ||
| 577 | 2025.02.21 14:32:34.104207 [ 3 ] {38743eb2-1d6a-46ea-b7a5-07bbb86a7b59} <Debug> TCPHandler: Processed in 0.007546676 sec. | ||
| 578 | 2025.02.21 14:32:34.104419 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 579 | 2025.02.21 14:32:34.104653 [ 254 ] {3c9727be-576f-4e89-a308-450af97ce021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 580 | 2025.02.21 14:32:34.104719 [ 254 ] {3c9727be-576f-4e89-a308-450af97ce021} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 581 | 2025.02.21 14:32:34.112384 [ 254 ] {3c9727be-576f-4e89-a308-450af97ce021} <Debug> oximeter.fields_u64 (dbb5b45f-bd80-4894-bc22-f01cf790f210): Loading data parts | ||
| 582 | 2025.02.21 14:32:34.112556 [ 254 ] {3c9727be-576f-4e89-a308-450af97ce021} <Debug> oximeter.fields_u64 (dbb5b45f-bd80-4894-bc22-f01cf790f210): There are no data parts | ||
| 583 | 2025.02.21 14:32:34.117701 [ 254 ] {3c9727be-576f-4e89-a308-450af97ce021} <Debug> TCPHandler: Processed in 0.01334002 sec. | ||
| 584 | 2025.02.21 14:32:34.117964 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 585 | 2025.02.21 14:32:34.118178 [ 3 ] {40b951db-a1ae-43fa-a41f-27089cfdb156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 586 | 2025.02.21 14:32:34.118263 [ 3 ] {40b951db-a1ae-43fa-a41f-27089cfdb156} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 587 | 2025.02.21 14:32:34.127474 [ 3 ] {40b951db-a1ae-43fa-a41f-27089cfdb156} <Debug> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Loading data parts | ||
| 588 | 2025.02.21 14:32:34.127696 [ 3 ] {40b951db-a1ae-43fa-a41f-27089cfdb156} <Debug> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): There are no data parts | ||
| 589 | 2025.02.21 14:32:34.131212 [ 3 ] {40b951db-a1ae-43fa-a41f-27089cfdb156} <Debug> TCPHandler: Processed in 0.013306678 sec. | ||
| 590 | 2025.02.21 14:32:34.131413 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 591 | 2025.02.21 14:32:34.131660 [ 254 ] {3752bf7a-a11c-447a-a6b7-74dae5523dc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 592 | 2025.02.21 14:32:34.131710 [ 254 ] {3752bf7a-a11c-447a-a6b7-74dae5523dc4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 593 | 2025.02.21 14:32:34.141472 [ 254 ] {3752bf7a-a11c-447a-a6b7-74dae5523dc4} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Loading data parts | ||
| 594 | 2025.02.21 14:32:34.141694 [ 254 ] {3752bf7a-a11c-447a-a6b7-74dae5523dc4} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): There are no data parts | ||
| 595 | 2025.02.21 14:32:34.143574 [ 254 ] {3752bf7a-a11c-447a-a6b7-74dae5523dc4} <Debug> TCPHandler: Processed in 0.012218636 sec. | ||
| 596 | 2025.02.21 14:32:34.143813 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 597 | 2025.02.21 14:32:34.144026 [ 3 ] {585f7884-befd-4bb8-bc6e-6f001989433a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 598 | 2025.02.21 14:32:34.144112 [ 3 ] {585f7884-befd-4bb8-bc6e-6f001989433a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 599 | 2025.02.21 14:32:34.149122 [ 3 ] {585f7884-befd-4bb8-bc6e-6f001989433a} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Loading data parts | ||
| 600 | 2025.02.21 14:32:34.149345 [ 3 ] {585f7884-befd-4bb8-bc6e-6f001989433a} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): There are no data parts | ||
| 601 | 2025.02.21 14:32:34.158243 [ 3 ] {585f7884-befd-4bb8-bc6e-6f001989433a} <Debug> TCPHandler: Processed in 0.014495774 sec. | ||
| 602 | 2025.02.21 14:32:34.158490 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 603 | 2025.02.21 14:32:34.158871 [ 254 ] {1445dcbb-4946-453e-b1f1-a548fda08828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) /* The timeseries schema table stores the extracted schema for the samples | ||
| 604 | * oximeter collects. | ||
| 605 | */ | ||
| 606 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 607 | 2025.02.21 14:32:34.158956 [ 254 ] {1445dcbb-4946-453e-b1f1-a548fda08828} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 608 | 2025.02.21 14:32:34.172911 [ 254 ] {1445dcbb-4946-453e-b1f1-a548fda08828} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087): Loading data parts | ||
| 609 | 2025.02.21 14:32:34.173114 [ 254 ] {1445dcbb-4946-453e-b1f1-a548fda08828} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087): There are no data parts | ||
| 610 | 2025.02.21 14:32:34.175476 [ 254 ] {1445dcbb-4946-453e-b1f1-a548fda08828} <Debug> TCPHandler: Processed in 0.017058381 sec. | ||
| 611 | 2025.02.21 14:32:34.175677 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 612 | 2025.02.21 14:32:34.175919 [ 3 ] {6e7bcf01-a99f-4b16-854e-be72fffee2ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 613 | 2025.02.21 14:32:34.177195 [ 3 ] {6e7bcf01-a99f-4b16-854e-be72fffee2ba} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 614 | 2025.02.21 14:32:34.193709 [ 259 ] {6e7bcf01-a99f-4b16-854e-be72fffee2ba} <Trace> oximeter.version (66730431-70b0-4df6-b9f4-3010ed9a45cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 615 | 2025.02.21 14:32:34.193814 [ 259 ] {6e7bcf01-a99f-4b16-854e-be72fffee2ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 616 | 2025.02.21 14:32:34.198071 [ 259 ] {6e7bcf01-a99f-4b16-854e-be72fffee2ba} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 617 | 2025.02.21 14:32:34.198438 [ 259 ] {6e7bcf01-a99f-4b16-854e-be72fffee2ba} <Trace> oximeter.version (66730431-70b0-4df6-b9f4-3010ed9a45cb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 618 | 2025.02.21 14:32:34.198800 [ 3 ] {6e7bcf01-a99f-4b16-854e-be72fffee2ba} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.022999 sec., 43.480151310926566 rows/sec., 695.68 B/sec. | ||
| 619 | 2025.02.21 14:32:34.199079 [ 3 ] {6e7bcf01-a99f-4b16-854e-be72fffee2ba} <Debug> TCPHandler: Processed in 0.023462902 sec. | ||
| 620 | 2025.02.21 14:32:34.848844 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:57118 | ||
| 621 | 2025.02.21 14:32:34.848966 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 622 | 2025.02.21 14:32:34.849053 [ 269 ] {} <Debug> TCP-Session: abe49765-c3d3-4ae0-94bd-9bac5822566a Authenticating user 'default' from [fd00:1122:3344:101::c]:57118 | ||
| 623 | 2025.02.21 14:32:34.849077 [ 269 ] {} <Debug> TCP-Session: abe49765-c3d3-4ae0-94bd-9bac5822566a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2025.02.21 14:32:34.849090 [ 269 ] {} <Debug> TCP-Session: abe49765-c3d3-4ae0-94bd-9bac5822566a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 625 | 2025.02.21 14:32:34.849156 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 626 | 2025.02.21 14:32:34.849182 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 627 | 2025.02.21 14:32:34.849215 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 628 | 2025.02.21 14:32:34.850170 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35749 | ||
| 629 | 2025.02.21 14:32:34.850238 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41462 | ||
| 630 | 2025.02.21 14:32:34.850364 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37842 | ||
| 631 | 2025.02.21 14:32:34.850563 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44762 | ||
| 632 | 2025.02.21 14:32:34.850576 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 633 | 2025.02.21 14:32:34.850635 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 634 | 2025.02.21 14:32:34.850815 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58244 | ||
| 635 | 2025.02.21 14:32:34.850945 [ 270 ] {} <Debug> TCP-Session: 16471d06-5e79-443d-9cc0-dbbb43fbc9ec Authenticating user 'default' from [fd00:1122:3344:101::c]:35749 | ||
| 636 | 2025.02.21 14:32:34.850979 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:51802 | ||
| 637 | 2025.02.21 14:32:34.850984 [ 271 ] {} <Debug> TCP-Session: 20560bfa-cae0-4569-8f03-09344d66deae Authenticating user 'default' from [fd00:1122:3344:101::c]:41462 | ||
| 638 | 2025.02.21 14:32:34.851255 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55580 | ||
| 639 | 2025.02.21 14:32:34.851274 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 640 | 2025.02.21 14:32:34.851301 [ 271 ] {} <Debug> TCP-Session: 20560bfa-cae0-4569-8f03-09344d66deae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2025.02.21 14:32:34.851255 [ 270 ] {} <Debug> TCP-Session: 16471d06-5e79-443d-9cc0-dbbb43fbc9ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 642 | 2025.02.21 14:32:34.851443 [ 270 ] {} <Debug> TCP-Session: 16471d06-5e79-443d-9cc0-dbbb43fbc9ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 643 | 2025.02.21 14:32:34.851469 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 644 | 2025.02.21 14:32:34.851469 [ 271 ] {} <Debug> TCP-Session: 20560bfa-cae0-4569-8f03-09344d66deae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 645 | 2025.02.21 14:32:34.851498 [ 272 ] {} <Debug> TCP-Session: d2022281-3a86-4bf2-852f-26988d49c587 Authenticating user 'default' from [fd00:1122:3344:101::c]:37842 | ||
| 646 | 2025.02.21 14:32:34.851543 [ 276 ] {} <Debug> TCP-Session: 73948578-5307-4dfa-b6bc-d02a8c5ff89b Authenticating user 'default' from [fd00:1122:3344:101::c]:55580 | ||
| 647 | 2025.02.21 14:32:34.851609 [ 272 ] {} <Debug> TCP-Session: d2022281-3a86-4bf2-852f-26988d49c587 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 648 | 2025.02.21 14:32:34.851612 [ 276 ] {} <Debug> TCP-Session: 73948578-5307-4dfa-b6bc-d02a8c5ff89b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 649 | 2025.02.21 14:32:34.851632 [ 272 ] {} <Debug> TCP-Session: d2022281-3a86-4bf2-852f-26988d49c587 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 650 | 2025.02.21 14:32:34.851662 [ 276 ] {} <Debug> TCP-Session: 73948578-5307-4dfa-b6bc-d02a8c5ff89b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 651 | 2025.02.21 14:32:34.851859 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 652 | 2025.02.21 14:32:34.851950 [ 275 ] {} <Debug> TCP-Session: bf83f71f-05bb-4df6-9e3a-c7308ff764b0 Authenticating user 'default' from [fd00:1122:3344:101::c]:51802 | ||
| 653 | 2025.02.21 14:32:34.852009 [ 275 ] {} <Debug> TCP-Session: bf83f71f-05bb-4df6-9e3a-c7308ff764b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 654 | 2025.02.21 14:32:34.852029 [ 275 ] {} <Debug> TCP-Session: bf83f71f-05bb-4df6-9e3a-c7308ff764b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2025.02.21 14:32:34.855126 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 656 | 2025.02.21 14:32:34.855202 [ 274 ] {} <Debug> TCP-Session: b212d3ef-23fc-4cc1-896d-e3056b91010a Authenticating user 'default' from [fd00:1122:3344:101::c]:58244 | ||
| 657 | 2025.02.21 14:32:34.855224 [ 274 ] {} <Debug> TCP-Session: b212d3ef-23fc-4cc1-896d-e3056b91010a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 658 | 2025.02.21 14:32:34.855242 [ 274 ] {} <Debug> TCP-Session: b212d3ef-23fc-4cc1-896d-e3056b91010a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2025.02.21 14:32:34.858846 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 660 | 2025.02.21 14:32:34.858898 [ 273 ] {} <Debug> TCP-Session: 70c5d877-e45c-4cc6-aeac-1a07d692ea57 Authenticating user 'default' from [fd00:1122:3344:101::c]:44762 | ||
| 661 | 2025.02.21 14:32:34.858928 [ 273 ] {} <Debug> TCP-Session: 70c5d877-e45c-4cc6-aeac-1a07d692ea57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2025.02.21 14:32:34.858986 [ 273 ] {} <Debug> TCP-Session: 70c5d877-e45c-4cc6-aeac-1a07d692ea57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2025.02.21 14:32:34.951974 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34367 | ||
| 664 | 2025.02.21 14:32:34.952154 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 665 | 2025.02.21 14:32:34.952223 [ 277 ] {} <Debug> TCP-Session: c8ad0f96-cbad-4a0b-ab3e-63d2037a6fe8 Authenticating user 'default' from [fd00:1122:3344:101::a]:34367 | ||
| 666 | 2025.02.21 14:32:34.952247 [ 277 ] {} <Debug> TCP-Session: c8ad0f96-cbad-4a0b-ab3e-63d2037a6fe8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2025.02.21 14:32:34.952261 [ 277 ] {} <Debug> TCP-Session: c8ad0f96-cbad-4a0b-ab3e-63d2037a6fe8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2025.02.21 14:32:34.952345 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 669 | 2025.02.21 14:32:34.952371 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 670 | 2025.02.21 14:32:34.952410 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 671 | 2025.02.21 14:32:34.953453 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53469 | ||
| 672 | 2025.02.21 14:32:34.953458 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51829 | ||
| 673 | 2025.02.21 14:32:34.953540 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43185 | ||
| 674 | 2025.02.21 14:32:34.953875 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39363 | ||
| 675 | 2025.02.21 14:32:34.953897 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 676 | 2025.02.21 14:32:34.953891 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 677 | 2025.02.21 14:32:34.954130 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 678 | 2025.02.21 14:32:34.954179 [ 280 ] {} <Debug> TCP-Session: 02bd01c8-81c3-4d03-a4c1-89c431b80f64 Authenticating user 'default' from [fd00:1122:3344:101::a]:43185 | ||
| 679 | 2025.02.21 14:32:34.954208 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 680 | 2025.02.21 14:32:34.954254 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56590 | ||
| 681 | 2025.02.21 14:32:34.954272 [ 280 ] {} <Debug> TCP-Session: 02bd01c8-81c3-4d03-a4c1-89c431b80f64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2025.02.21 14:32:34.954243 [ 279 ] {} <Debug> TCP-Session: 9c28b5de-ecb1-416b-ac11-f229fe85659e Authenticating user 'default' from [fd00:1122:3344:101::a]:53469 | ||
| 683 | 2025.02.21 14:32:34.954298 [ 278 ] {} <Debug> TCP-Session: 5b51f587-d884-4c6c-bf7e-54d285be9757 Authenticating user 'default' from [fd00:1122:3344:101::a]:51829 | ||
| 684 | 2025.02.21 14:32:34.954358 [ 280 ] {} <Debug> TCP-Session: 02bd01c8-81c3-4d03-a4c1-89c431b80f64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 685 | 2025.02.21 14:32:34.954369 [ 281 ] {} <Debug> TCP-Session: c002ca9c-e38f-4674-8260-229ed4cdb9e9 Authenticating user 'default' from [fd00:1122:3344:101::a]:39363 | ||
| 686 | 2025.02.21 14:32:34.954574 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 687 | 2025.02.21 14:32:34.954605 [ 278 ] {} <Debug> TCP-Session: 5b51f587-d884-4c6c-bf7e-54d285be9757 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 688 | 2025.02.21 14:32:34.954628 [ 281 ] {} <Debug> TCP-Session: c002ca9c-e38f-4674-8260-229ed4cdb9e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2025.02.21 14:32:34.954696 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54482 | ||
| 690 | 2025.02.21 14:32:34.954732 [ 278 ] {} <Debug> TCP-Session: 5b51f587-d884-4c6c-bf7e-54d285be9757 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2025.02.21 14:32:34.954739 [ 281 ] {} <Debug> TCP-Session: c002ca9c-e38f-4674-8260-229ed4cdb9e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 692 | 2025.02.21 14:32:34.954748 [ 282 ] {} <Debug> TCP-Session: 8178168b-1c9b-42d6-b469-35d938463851 Authenticating user 'default' from [fd00:1122:3344:101::a]:56590 | ||
| 693 | 2025.02.21 14:32:34.954512 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45401 | ||
| 694 | 2025.02.21 14:32:34.954699 [ 279 ] {} <Debug> TCP-Session: 9c28b5de-ecb1-416b-ac11-f229fe85659e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2025.02.21 14:32:34.954937 [ 279 ] {} <Debug> TCP-Session: 9c28b5de-ecb1-416b-ac11-f229fe85659e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2025.02.21 14:32:34.955121 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 697 | 2025.02.21 14:32:34.955169 [ 282 ] {} <Debug> TCP-Session: 8178168b-1c9b-42d6-b469-35d938463851 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2025.02.21 14:32:34.955195 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 699 | 2025.02.21 14:32:34.955287 [ 284 ] {} <Debug> TCP-Session: 1642254c-6978-4c9c-b02d-fc5a13d421f6 Authenticating user 'default' from [fd00:1122:3344:101::a]:54482 | ||
| 700 | 2025.02.21 14:32:34.955304 [ 282 ] {} <Debug> TCP-Session: 8178168b-1c9b-42d6-b469-35d938463851 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2025.02.21 14:32:34.955356 [ 283 ] {} <Debug> TCP-Session: b59670d3-0a5e-4fce-a529-73f436d1edba Authenticating user 'default' from [fd00:1122:3344:101::a]:45401 | ||
| 702 | 2025.02.21 14:32:34.955395 [ 284 ] {} <Debug> TCP-Session: 1642254c-6978-4c9c-b02d-fc5a13d421f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2025.02.21 14:32:34.955408 [ 283 ] {} <Debug> TCP-Session: b59670d3-0a5e-4fce-a529-73f436d1edba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2025.02.21 14:32:34.955477 [ 284 ] {} <Debug> TCP-Session: 1642254c-6978-4c9c-b02d-fc5a13d421f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2025.02.21 14:32:34.955500 [ 283 ] {} <Debug> TCP-Session: b59670d3-0a5e-4fce-a529-73f436d1edba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.02.21 14:32:35.001165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 135.84 MiB, peak 135.84 MiB, free memory in arenas 0.00 B, will set to 140.92 MiB (RSS), difference: 5.09 MiB | ||
| 707 | 2025.02.21 14:32:39.765291 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 708 | 2025.02.21 14:32:39.765460 [ 243 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 709 | 2025.02.21 14:32:39.766207 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 710 | 2025.02.21 14:32:39.766336 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 711 | 2025.02.21 14:32:39.777711 [ 243 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Loading data parts | ||
| 712 | 2025.02.21 14:32:39.778183 [ 243 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): There are no data parts | ||
| 713 | 2025.02.21 14:32:39.789779 [ 244 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Loading data parts | ||
| 714 | 2025.02.21 14:32:39.790127 [ 244 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): There are no data parts | ||
| 715 | 2025.02.21 14:32:39.790881 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 716 | 2025.02.21 14:32:39.791025 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 717 | 2025.02.21 14:32:39.794382 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 718 | 2025.02.21 14:32:39.795367 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 719 | 2025.02.21 14:32:39.795770 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 720 | 2025.02.21 14:32:39.829051 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 721 | 2025.02.21 14:32:39.829126 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 722 | 2025.02.21 14:32:39.836523 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 723 | 2025.02.21 14:32:39.837825 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): 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.21 14:32:39.840929 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 725 | 2025.02.21 14:32:40.001161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.90 MiB, peak 149.90 MiB, free memory in arenas 0.00 B, will set to 151.00 MiB (RSS), difference: 5.11 MiB | ||
| 726 | 2025.02.21 14:32:42.266042 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 727 | 2025.02.21 14:32:42.266143 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 728 | 2025.02.21 14:32:42.271892 [ 242 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Loading data parts | ||
| 729 | 2025.02.21 14:32:42.272197 [ 242 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): There are no data parts | ||
| 730 | 2025.02.21 14:32:42.288686 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 731 | 2025.02.21 14:32:42.288729 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 732 | 2025.02.21 14:32:42.290459 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 733 | 2025.02.21 14:32:42.291047 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): 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.21 14:32:42.291576 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 735 | 2025.02.21 14:32:43.001160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.19 MiB, peak 155.19 MiB, free memory in arenas 0.00 B, will set to 151.42 MiB (RSS), difference: -3.77 MiB | ||
| 736 | 2025.02.21 14:32:47.229530 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 737 | 2025.02.21 14:32:47.229589 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 738 | 2025.02.21 14:32:47.296770 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 739 | 2025.02.21 14:32:47.297712 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 740 | 2025.02.21 14:32:47.297870 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 741 | 2025.02.21 14:32:47.298612 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 742 | 2025.02.21 14:32:47.299151 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): 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.21 14:32:47.299419 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 744 | 2025.02.21 14:32:47.341916 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 745 | 2025.02.21 14:32:47.361831 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 746 | 2025.02.21 14:32:47.361890 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 747 | 2025.02.21 14:32:47.368937 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 748 | 2025.02.21 14:32:47.370044 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): 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.21 14:32:47.372746 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 750 | 2025.02.21 14:32:53.001170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.75 MiB, peak 156.10 MiB, free memory in arenas 0.00 B, will set to 152.77 MiB (RSS), difference: 4.02 MiB | ||
| 751 | 2025.02.21 14:32:54.205765 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 752 | 2025.02.21 14:32:54.205970 [ 3 ] {61c7f2cb-1f1c-48fd-bc89-1e32d9fe41a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 753 | 2025.02.21 14:32:54.210381 [ 3 ] {61c7f2cb-1f1c-48fd-bc89-1e32d9fe41a1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 754 | 2025.02.21 14:32:54.210663 [ 3 ] {61c7f2cb-1f1c-48fd-bc89-1e32d9fe41a1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 755 | 2025.02.21 14:32:54.213450 [ 3 ] {61c7f2cb-1f1c-48fd-bc89-1e32d9fe41a1} <Debug> TCPHandler: Processed in 0.007815144 sec. | ||
| 756 | 2025.02.21 14:32:54.217094 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 757 | 2025.02.21 14:32:54.217323 [ 254 ] {4039ff0a-02f1-4bb1-90cf-b7a31ac27963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 758 | 2025.02.21 14:32:54.219181 [ 254 ] {4039ff0a-02f1-4bb1-90cf-b7a31ac27963} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 759 | 2025.02.21 14:32:54.219250 [ 254 ] {4039ff0a-02f1-4bb1-90cf-b7a31ac27963} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 760 | 2025.02.21 14:32:54.219925 [ 254 ] {4039ff0a-02f1-4bb1-90cf-b7a31ac27963} <Debug> TCPHandler: Processed in 0.002984649 sec. | ||
| 761 | 2025.02.21 14:32:54.220308 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 762 | 2025.02.21 14:32:54.220477 [ 3 ] {7ade27be-a3b0-4210-8731-da27db8b1abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 763 | 2025.02.21 14:32:54.220926 [ 3 ] {7ade27be-a3b0-4210-8731-da27db8b1abe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 764 | 2025.02.21 14:32:54.220985 [ 3 ] {7ade27be-a3b0-4210-8731-da27db8b1abe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 765 | 2025.02.21 14:32:54.221488 [ 3 ] {7ade27be-a3b0-4210-8731-da27db8b1abe} <Debug> TCPHandler: Processed in 0.001243177 sec. | ||
| 766 | 2025.02.21 14:32:54.221752 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 767 | 2025.02.21 14:32:54.221940 [ 254 ] {4a999520-fb2c-4de6-962f-e11a9f7fd764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) 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) | ||
| 768 | 2025.02.21 14:32:54.222389 [ 254 ] {4a999520-fb2c-4de6-962f-e11a9f7fd764} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 769 | 2025.02.21 14:32:54.222449 [ 254 ] {4a999520-fb2c-4de6-962f-e11a9f7fd764} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 770 | 2025.02.21 14:32:54.222966 [ 254 ] {4a999520-fb2c-4de6-962f-e11a9f7fd764} <Debug> TCPHandler: Processed in 0.001285758 sec. | ||
| 771 | 2025.02.21 14:32:54.223260 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 772 | 2025.02.21 14:32:54.223419 [ 3 ] {ee6f422e-b12c-432b-ae9d-843d84073392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) 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) | ||
| 773 | 2025.02.21 14:32:54.223816 [ 3 ] {ee6f422e-b12c-432b-ae9d-843d84073392} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 774 | 2025.02.21 14:32:54.223875 [ 3 ] {ee6f422e-b12c-432b-ae9d-843d84073392} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 775 | 2025.02.21 14:32:54.224359 [ 3 ] {ee6f422e-b12c-432b-ae9d-843d84073392} <Debug> TCPHandler: Processed in 0.001159685 sec. | ||
| 776 | 2025.02.21 14:32:54.224631 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 777 | 2025.02.21 14:32:54.224798 [ 254 ] {152be277-f239-47b0-b645-affcab487253} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) 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) | ||
| 778 | 2025.02.21 14:32:54.225183 [ 254 ] {152be277-f239-47b0-b645-affcab487253} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 779 | 2025.02.21 14:32:54.225243 [ 254 ] {152be277-f239-47b0-b645-affcab487253} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 780 | 2025.02.21 14:32:54.225878 [ 254 ] {152be277-f239-47b0-b645-affcab487253} <Debug> TCPHandler: Processed in 0.00130425 sec. | ||
| 781 | 2025.02.21 14:32:54.226134 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 782 | 2025.02.21 14:32:54.226287 [ 3 ] {298ffde7-145d-4451-aa44-107ca7467593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) 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) | ||
| 783 | 2025.02.21 14:32:54.226659 [ 3 ] {298ffde7-145d-4451-aa44-107ca7467593} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 784 | 2025.02.21 14:32:54.226716 [ 3 ] {298ffde7-145d-4451-aa44-107ca7467593} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 785 | 2025.02.21 14:32:54.227189 [ 3 ] {298ffde7-145d-4451-aa44-107ca7467593} <Debug> TCPHandler: Processed in 0.001113533 sec. | ||
| 786 | 2025.02.21 14:32:54.227559 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 787 | 2025.02.21 14:32:54.227717 [ 254 ] {79c27f8f-81ed-4ac3-b991-29d4b5c433c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) 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) | ||
| 788 | 2025.02.21 14:32:54.228108 [ 254 ] {79c27f8f-81ed-4ac3-b991-29d4b5c433c4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 789 | 2025.02.21 14:32:54.228166 [ 254 ] {79c27f8f-81ed-4ac3-b991-29d4b5c433c4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 790 | 2025.02.21 14:32:54.228706 [ 254 ] {79c27f8f-81ed-4ac3-b991-29d4b5c433c4} <Debug> TCPHandler: Processed in 0.001205866 sec. | ||
| 791 | 2025.02.21 14:32:54.228983 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 792 | 2025.02.21 14:32:54.229139 [ 3 ] {490e140b-d514-4496-b297-40dbdccec8c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) 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) | ||
| 793 | 2025.02.21 14:32:54.229516 [ 3 ] {490e140b-d514-4496-b297-40dbdccec8c2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 794 | 2025.02.21 14:32:54.229571 [ 3 ] {490e140b-d514-4496-b297-40dbdccec8c2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 795 | 2025.02.21 14:32:54.230053 [ 3 ] {490e140b-d514-4496-b297-40dbdccec8c2} <Debug> TCPHandler: Processed in 0.001127413 sec. | ||
| 796 | 2025.02.21 14:32:54.230311 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 797 | 2025.02.21 14:32:54.230471 [ 254 ] {1fec3604-8fa5-4c95-a006-17acd543a1b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) 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) | ||
| 798 | 2025.02.21 14:32:54.230872 [ 254 ] {1fec3604-8fa5-4c95-a006-17acd543a1b7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 799 | 2025.02.21 14:32:54.230931 [ 254 ] {1fec3604-8fa5-4c95-a006-17acd543a1b7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 800 | 2025.02.21 14:32:54.231437 [ 254 ] {1fec3604-8fa5-4c95-a006-17acd543a1b7} <Debug> TCPHandler: Processed in 0.001181675 sec. | ||
| 801 | 2025.02.21 14:32:54.231716 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 802 | 2025.02.21 14:32:54.231874 [ 3 ] {99dcde7f-984c-4a1f-9739-5926f0d791fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) 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) | ||
| 803 | 2025.02.21 14:32:54.232255 [ 3 ] {99dcde7f-984c-4a1f-9739-5926f0d791fb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 804 | 2025.02.21 14:32:54.232310 [ 3 ] {99dcde7f-984c-4a1f-9739-5926f0d791fb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 805 | 2025.02.21 14:32:54.232777 [ 3 ] {99dcde7f-984c-4a1f-9739-5926f0d791fb} <Debug> TCPHandler: Processed in 0.001119324 sec. | ||
| 806 | 2025.02.21 14:32:54.233066 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 807 | 2025.02.21 14:32:54.233226 [ 254 ] {40459917-9711-4407-9e51-a8e18277be0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) 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) | ||
| 808 | 2025.02.21 14:32:54.233626 [ 254 ] {40459917-9711-4407-9e51-a8e18277be0c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 809 | 2025.02.21 14:32:54.233683 [ 254 ] {40459917-9711-4407-9e51-a8e18277be0c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 810 | 2025.02.21 14:32:54.234198 [ 254 ] {40459917-9711-4407-9e51-a8e18277be0c} <Debug> TCPHandler: Processed in 0.001192895 sec. | ||
| 811 | 2025.02.21 14:32:54.234478 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 812 | 2025.02.21 14:32:54.234651 [ 3 ] {a4187c1d-43b3-4a48-b291-90f1bbec63f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) 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) | ||
| 813 | 2025.02.21 14:32:54.235039 [ 3 ] {a4187c1d-43b3-4a48-b291-90f1bbec63f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 814 | 2025.02.21 14:32:54.235096 [ 3 ] {a4187c1d-43b3-4a48-b291-90f1bbec63f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 815 | 2025.02.21 14:32:54.235560 [ 3 ] {a4187c1d-43b3-4a48-b291-90f1bbec63f0} <Debug> TCPHandler: Processed in 0.001137154 sec. | ||
| 816 | 2025.02.21 14:32:54.235830 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 817 | 2025.02.21 14:32:54.236004 [ 254 ] {e0d76089-7e0d-4e05-bce2-a13c7dfc71a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) 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) | ||
| 818 | 2025.02.21 14:32:54.236416 [ 254 ] {e0d76089-7e0d-4e05-bce2-a13c7dfc71a9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 819 | 2025.02.21 14:32:54.236472 [ 254 ] {e0d76089-7e0d-4e05-bce2-a13c7dfc71a9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 820 | 2025.02.21 14:32:54.236998 [ 254 ] {e0d76089-7e0d-4e05-bce2-a13c7dfc71a9} <Debug> TCPHandler: Processed in 0.001225076 sec. | ||
| 821 | 2025.02.21 14:32:54.237263 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 822 | 2025.02.21 14:32:54.237431 [ 3 ] {b7cae15f-4c62-4e9f-a212-587837d4a93b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) 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) | ||
| 823 | 2025.02.21 14:32:54.237904 [ 3 ] {b7cae15f-4c62-4e9f-a212-587837d4a93b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 824 | 2025.02.21 14:32:54.237971 [ 3 ] {b7cae15f-4c62-4e9f-a212-587837d4a93b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 825 | 2025.02.21 14:32:54.238525 [ 3 ] {b7cae15f-4c62-4e9f-a212-587837d4a93b} <Debug> TCPHandler: Processed in 0.001315569 sec. | ||
| 826 | 2025.02.21 14:32:54.238805 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 827 | 2025.02.21 14:32:54.238974 [ 254 ] {8e77e76b-2ec3-4fac-b9d5-d115c0e569fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) 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) | ||
| 828 | 2025.02.21 14:32:54.239388 [ 254 ] {8e77e76b-2ec3-4fac-b9d5-d115c0e569fd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 829 | 2025.02.21 14:32:54.239447 [ 254 ] {8e77e76b-2ec3-4fac-b9d5-d115c0e569fd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 830 | 2025.02.21 14:32:54.239966 [ 254 ] {8e77e76b-2ec3-4fac-b9d5-d115c0e569fd} <Debug> TCPHandler: Processed in 0.001221467 sec. | ||
| 831 | 2025.02.21 14:32:54.240248 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 832 | 2025.02.21 14:32:54.240410 [ 3 ] {d4d10411-ac57-4614-9f9f-da0289ae4642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) 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) | ||
| 833 | 2025.02.21 14:32:54.240812 [ 3 ] {d4d10411-ac57-4614-9f9f-da0289ae4642} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 834 | 2025.02.21 14:32:54.240868 [ 3 ] {d4d10411-ac57-4614-9f9f-da0289ae4642} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 835 | 2025.02.21 14:32:54.241429 [ 3 ] {d4d10411-ac57-4614-9f9f-da0289ae4642} <Debug> TCPHandler: Processed in 0.001235947 sec. | ||
| 836 | 2025.02.21 14:32:54.241696 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 837 | 2025.02.21 14:32:54.241868 [ 254 ] {25c1185f-ac0c-407f-8298-4245ae08ca14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) 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) | ||
| 838 | 2025.02.21 14:32:54.242368 [ 254 ] {25c1185f-ac0c-407f-8298-4245ae08ca14} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 839 | 2025.02.21 14:32:54.242432 [ 254 ] {25c1185f-ac0c-407f-8298-4245ae08ca14} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 840 | 2025.02.21 14:32:54.242996 [ 254 ] {25c1185f-ac0c-407f-8298-4245ae08ca14} <Debug> TCPHandler: Processed in 0.001364681 sec. | ||
| 841 | 2025.02.21 14:32:54.249708 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 842 | 2025.02.21 14:32:54.249841 [ 3 ] {e0e59bca-0252-4578-bff2-8c1aa6652ca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 843 | 2025.02.21 14:32:54.249895 [ 3 ] {e0e59bca-0252-4578-bff2-8c1aa6652ca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 844 | 2025.02.21 14:32:54.250694 [ 3 ] {e0e59bca-0252-4578-bff2-8c1aa6652ca7} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 845 | 2025.02.21 14:32:54.250744 [ 3 ] {e0e59bca-0252-4578-bff2-8c1aa6652ca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 846 | 2025.02.21 14:32:54.251538 [ 3 ] {e0e59bca-0252-4578-bff2-8c1aa6652ca7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 847 | 2025.02.21 14:32:54.251970 [ 3 ] {e0e59bca-0252-4578-bff2-8c1aa6652ca7} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 848 | 2025.02.21 14:32:54.252250 [ 3 ] {e0e59bca-0252-4578-bff2-8c1aa6652ca7} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002434 sec., 7395.234182415777 rows/sec., 1.01 MiB/sec. | ||
| 849 | 2025.02.21 14:32:54.252388 [ 3 ] {e0e59bca-0252-4578-bff2-8c1aa6652ca7} <Debug> TCPHandler: Processed in 0.002738322 sec. | ||
| 850 | 2025.02.21 14:32:54.252548 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 851 | 2025.02.21 14:32:54.252685 [ 254 ] {3ebca7be-7ae7-448d-9de2-b206631d9cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 852 | 2025.02.21 14:32:54.252737 [ 254 ] {3ebca7be-7ae7-448d-9de2-b206631d9cba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 853 | 2025.02.21 14:32:54.254675 [ 254 ] {3ebca7be-7ae7-448d-9de2-b206631d9cba} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 854 | 2025.02.21 14:32:54.254726 [ 254 ] {3ebca7be-7ae7-448d-9de2-b206631d9cba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 855 | 2025.02.21 14:32:54.257371 [ 254 ] {3ebca7be-7ae7-448d-9de2-b206631d9cba} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 856 | 2025.02.21 14:32:54.257862 [ 254 ] {3ebca7be-7ae7-448d-9de2-b206631d9cba} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 857 | 2025.02.21 14:32:54.258099 [ 254 ] {3ebca7be-7ae7-448d-9de2-b206631d9cba} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.005449 sec., 10277.115066984768 rows/sec., 803.44 KiB/sec. | ||
| 858 | 2025.02.21 14:32:54.258159 [ 254 ] {3ebca7be-7ae7-448d-9de2-b206631d9cba} <Debug> TCPHandler: Processed in 0.005669609 sec. | ||
| 859 | 2025.02.21 14:32:54.258316 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 860 | 2025.02.21 14:32:54.258446 [ 3 ] {96a61353-2631-4178-b1a9-d20578f2ea28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 861 | 2025.02.21 14:32:54.258499 [ 3 ] {96a61353-2631-4178-b1a9-d20578f2ea28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 862 | 2025.02.21 14:32:54.259141 [ 3 ] {96a61353-2631-4178-b1a9-d20578f2ea28} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 863 | 2025.02.21 14:32:54.259185 [ 3 ] {96a61353-2631-4178-b1a9-d20578f2ea28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 864 | 2025.02.21 14:32:54.259731 [ 3 ] {96a61353-2631-4178-b1a9-d20578f2ea28} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 865 | 2025.02.21 14:32:54.260213 [ 3 ] {96a61353-2631-4178-b1a9-d20578f2ea28} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 866 | 2025.02.21 14:32:54.260509 [ 3 ] {96a61353-2631-4178-b1a9-d20578f2ea28} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002063 sec., 31022.782355792533 rows/sec., 2.42 MiB/sec. | ||
| 867 | 2025.02.21 14:32:54.260590 [ 3 ] {96a61353-2631-4178-b1a9-d20578f2ea28} <Debug> TCPHandler: Processed in 0.00233702 sec. | ||
| 868 | 2025.02.21 14:32:54.260767 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 869 | 2025.02.21 14:32:54.260893 [ 254 ] {46ff8884-75fb-45f1-9d1f-5fce959f0fcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 870 | 2025.02.21 14:32:54.260946 [ 254 ] {46ff8884-75fb-45f1-9d1f-5fce959f0fcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 871 | 2025.02.21 14:32:54.261596 [ 254 ] {46ff8884-75fb-45f1-9d1f-5fce959f0fcf} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 872 | 2025.02.21 14:32:54.261633 [ 254 ] {46ff8884-75fb-45f1-9d1f-5fce959f0fcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 873 | 2025.02.21 14:32:54.262187 [ 254 ] {46ff8884-75fb-45f1-9d1f-5fce959f0fcf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 874 | 2025.02.21 14:32:54.262654 [ 254 ] {46ff8884-75fb-45f1-9d1f-5fce959f0fcf} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 875 | 2025.02.21 14:32:54.262881 [ 254 ] {46ff8884-75fb-45f1-9d1f-5fce959f0fcf} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.002016 sec., 63492.06349206349 rows/sec., 4.42 MiB/sec. | ||
| 876 | 2025.02.21 14:32:54.262936 [ 254 ] {46ff8884-75fb-45f1-9d1f-5fce959f0fcf} <Debug> TCPHandler: Processed in 0.002236087 sec. | ||
| 877 | 2025.02.21 14:32:54.263106 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 878 | 2025.02.21 14:32:54.263228 [ 3 ] {f1bb00bb-8243-4386-bcc6-47b0ef054b2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 879 | 2025.02.21 14:32:54.263280 [ 3 ] {f1bb00bb-8243-4386-bcc6-47b0ef054b2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 880 | 2025.02.21 14:32:54.263776 [ 3 ] {f1bb00bb-8243-4386-bcc6-47b0ef054b2b} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 881 | 2025.02.21 14:32:54.263815 [ 3 ] {f1bb00bb-8243-4386-bcc6-47b0ef054b2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 882 | 2025.02.21 14:32:54.264344 [ 3 ] {f1bb00bb-8243-4386-bcc6-47b0ef054b2b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 883 | 2025.02.21 14:32:54.264983 [ 3 ] {f1bb00bb-8243-4386-bcc6-47b0ef054b2b} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 884 | 2025.02.21 14:32:54.265253 [ 3 ] {f1bb00bb-8243-4386-bcc6-47b0ef054b2b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002026 sec., 23692.003948667323 rows/sec., 1.60 MiB/sec. | ||
| 885 | 2025.02.21 14:32:54.265346 [ 3 ] {f1bb00bb-8243-4386-bcc6-47b0ef054b2b} <Debug> TCPHandler: Processed in 0.00231764 sec. | ||
| 886 | 2025.02.21 14:32:54.800508 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 887 | 2025.02.21 14:32:54.801140 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 888 | 2025.02.21 14:32:54.801191 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 889 | 2025.02.21 14:32:54.801986 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 890 | 2025.02.21 14:32:54.802536 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 891 | 2025.02.21 14:32:54.802742 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 892 | 2025.02.21 14:32:54.872913 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 893 | 2025.02.21 14:32:54.891645 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 894 | 2025.02.21 14:32:54.891714 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 895 | 2025.02.21 14:32:54.898678 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 896 | 2025.02.21 14:32:54.899790 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 897 | 2025.02.21 14:32:54.902614 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 898 | 2025.02.21 14:32:59.213616 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 899 | 2025.02.21 14:32:59.213840 [ 3 ] {2d879a10-3985-4b1e-bb59-947e874ca27b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 900 | 2025.02.21 14:32:59.213915 [ 3 ] {2d879a10-3985-4b1e-bb59-947e874ca27b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 901 | 2025.02.21 14:32:59.214739 [ 3 ] {2d879a10-3985-4b1e-bb59-947e874ca27b} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 902 | 2025.02.21 14:32:59.214782 [ 3 ] {2d879a10-3985-4b1e-bb59-947e874ca27b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 903 | 2025.02.21 14:32:59.215380 [ 3 ] {2d879a10-3985-4b1e-bb59-947e874ca27b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 904 | 2025.02.21 14:32:59.215894 [ 3 ] {2d879a10-3985-4b1e-bb59-947e874ca27b} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 905 | 2025.02.21 14:32:59.216124 [ 3 ] {2d879a10-3985-4b1e-bb59-947e874ca27b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002341 sec., 23921.401110636478 rows/sec., 1.83 MiB/sec. | ||
| 906 | 2025.02.21 14:32:59.216182 [ 3 ] {2d879a10-3985-4b1e-bb59-947e874ca27b} <Debug> TCPHandler: Processed in 0.002750892 sec. | ||
| 907 | 2025.02.21 14:32:59.216436 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 908 | 2025.02.21 14:32:59.216624 [ 254 ] {0a8bd1c8-5fab-4738-9953-e63bde6e8bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 909 | 2025.02.21 14:32:59.216695 [ 254 ] {0a8bd1c8-5fab-4738-9953-e63bde6e8bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 910 | 2025.02.21 14:32:59.217464 [ 254 ] {0a8bd1c8-5fab-4738-9953-e63bde6e8bb5} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 911 | 2025.02.21 14:32:59.217510 [ 254 ] {0a8bd1c8-5fab-4738-9953-e63bde6e8bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 912 | 2025.02.21 14:32:59.218050 [ 254 ] {0a8bd1c8-5fab-4738-9953-e63bde6e8bb5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 913 | 2025.02.21 14:32:59.218526 [ 254 ] {0a8bd1c8-5fab-4738-9953-e63bde6e8bb5} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 914 | 2025.02.21 14:32:59.218759 [ 254 ] {0a8bd1c8-5fab-4738-9953-e63bde6e8bb5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002187 sec., 29263.831732967534 rows/sec., 2.28 MiB/sec. | ||
| 915 | 2025.02.21 14:32:59.218824 [ 254 ] {0a8bd1c8-5fab-4738-9953-e63bde6e8bb5} <Debug> TCPHandler: Processed in 0.002516405 sec. | ||
| 916 | 2025.02.21 14:32:59.218999 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 917 | 2025.02.21 14:32:59.219124 [ 3 ] {1519861b-e104-4fe7-a8bb-d763c1bb6f77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 918 | 2025.02.21 14:32:59.219178 [ 3 ] {1519861b-e104-4fe7-a8bb-d763c1bb6f77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 919 | 2025.02.21 14:32:59.219770 [ 3 ] {1519861b-e104-4fe7-a8bb-d763c1bb6f77} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 920 | 2025.02.21 14:32:59.219809 [ 3 ] {1519861b-e104-4fe7-a8bb-d763c1bb6f77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 921 | 2025.02.21 14:32:59.220358 [ 3 ] {1519861b-e104-4fe7-a8bb-d763c1bb6f77} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 922 | 2025.02.21 14:32:59.220904 [ 3 ] {1519861b-e104-4fe7-a8bb-d763c1bb6f77} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 923 | 2025.02.21 14:32:59.221198 [ 3 ] {1519861b-e104-4fe7-a8bb-d763c1bb6f77} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002089 sec., 76591.67065581617 rows/sec., 5.33 MiB/sec. | ||
| 924 | 2025.02.21 14:32:59.221278 [ 3 ] {1519861b-e104-4fe7-a8bb-d763c1bb6f77} <Debug> TCPHandler: Processed in 0.00233659 sec. | ||
| 925 | 2025.02.21 14:32:59.221458 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 926 | 2025.02.21 14:32:59.221592 [ 254 ] {d53966f2-f686-4763-92d1-5a615c59865d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 927 | 2025.02.21 14:32:59.221654 [ 254 ] {d53966f2-f686-4763-92d1-5a615c59865d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 928 | 2025.02.21 14:32:59.222184 [ 254 ] {d53966f2-f686-4763-92d1-5a615c59865d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 929 | 2025.02.21 14:32:59.222224 [ 254 ] {d53966f2-f686-4763-92d1-5a615c59865d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 930 | 2025.02.21 14:32:59.222764 [ 254 ] {d53966f2-f686-4763-92d1-5a615c59865d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 931 | 2025.02.21 14:32:59.223224 [ 254 ] {d53966f2-f686-4763-92d1-5a615c59865d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 932 | 2025.02.21 14:32:59.223405 [ 254 ] {d53966f2-f686-4763-92d1-5a615c59865d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001846 sec., 32502.708559046587 rows/sec., 2.19 MiB/sec. | ||
| 933 | 2025.02.21 14:32:59.223458 [ 254 ] {d53966f2-f686-4763-92d1-5a615c59865d} <Debug> TCPHandler: Processed in 0.002061892 sec. | ||
| 934 | 2025.02.21 14:33:02.229624 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 935 | 2025.02.21 14:33:02.229679 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 936 | 2025.02.21 14:33:02.293698 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 | ||
| 937 | 2025.02.21 14:33:02.297675 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 938 | 2025.02.21 14:33:02.297714 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 939 | 2025.02.21 14:33:02.299174 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 940 | 2025.02.21 14:33:02.299471 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 941 | 2025.02.21 14:33:02.299920 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142 | ||
| 942 | 2025.02.21 14:33:02.303754 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 943 | 2025.02.21 14:33:02.304436 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 944 | 2025.02.21 14:33:02.304490 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 945 | 2025.02.21 14:33:02.305090 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 946 | 2025.02.21 14:33:02.305364 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 947 | 2025.02.21 14:33:02.305596 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 948 | 2025.02.21 14:33:02.403593 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 949 | 2025.02.21 14:33:02.423302 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 950 | 2025.02.21 14:33:02.423369 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 951 | 2025.02.21 14:33:02.429948 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 952 | 2025.02.21 14:33:02.430691 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 953 | 2025.02.21 14:33:02.433309 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 954 | 2025.02.21 14:33:04.207816 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 955 | 2025.02.21 14:33:04.208088 [ 3 ] {5f66944d-01b4-49cc-a8eb-cb0a3395a212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) 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) | ||
| 956 | 2025.02.21 14:33:04.210498 [ 3 ] {5f66944d-01b4-49cc-a8eb-cb0a3395a212} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 957 | 2025.02.21 14:33:04.214709 [ 3 ] {5f66944d-01b4-49cc-a8eb-cb0a3395a212} <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 | ||
| 958 | 2025.02.21 14:33:04.215301 [ 3 ] {5f66944d-01b4-49cc-a8eb-cb0a3395a212} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 959 | 2025.02.21 14:33:04.215616 [ 3 ] {5f66944d-01b4-49cc-a8eb-cb0a3395a212} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 960 | 2025.02.21 14:33:04.218138 [ 3 ] {5f66944d-01b4-49cc-a8eb-cb0a3395a212} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 961 | 2025.02.21 14:33:04.221757 [ 3 ] {5f66944d-01b4-49cc-a8eb-cb0a3395a212} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 962 | 2025.02.21 14:33:04.221856 [ 3 ] {5f66944d-01b4-49cc-a8eb-cb0a3395a212} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (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 | ||
| 963 | 2025.02.21 14:33:04.221895 [ 3 ] {5f66944d-01b4-49cc-a8eb-cb0a3395a212} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 964 | 2025.02.21 14:33:04.222087 [ 3 ] {5f66944d-01b4-49cc-a8eb-cb0a3395a212} <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'))" | ||
| 965 | 2025.02.21 14:33:04.222136 [ 3 ] {5f66944d-01b4-49cc-a8eb-cb0a3395a212} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 966 | 2025.02.21 14:33:04.232922 [ 3 ] {5f66944d-01b4-49cc-a8eb-cb0a3395a212} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.024953 sec., 721.356149561175 rows/sec., 29.51 KiB/sec. | ||
| 967 | 2025.02.21 14:33:04.233055 [ 3 ] {5f66944d-01b4-49cc-a8eb-cb0a3395a212} <Debug> TCPHandler: Processed in 0.02537694 sec. | ||
| 968 | 2025.02.21 14:33:04.239903 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 969 | 2025.02.21 14:33:04.240133 [ 3 ] {75d616e8-beb1-451e-8e36-3710dd81e725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 970 | 2025.02.21 14:33:04.240228 [ 3 ] {75d616e8-beb1-451e-8e36-3710dd81e725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 971 | 2025.02.21 14:33:04.241168 [ 3 ] {75d616e8-beb1-451e-8e36-3710dd81e725} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 972 | 2025.02.21 14:33:04.241207 [ 3 ] {75d616e8-beb1-451e-8e36-3710dd81e725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 973 | 2025.02.21 14:33:04.241711 [ 3 ] {75d616e8-beb1-451e-8e36-3710dd81e725} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 974 | 2025.02.21 14:33:04.241937 [ 3 ] {75d616e8-beb1-451e-8e36-3710dd81e725} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 975 | 2025.02.21 14:33:04.242207 [ 3 ] {75d616e8-beb1-451e-8e36-3710dd81e725} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.002123 sec., 471.0315591144607 rows/sec., 70.38 KiB/sec. | ||
| 976 | 2025.02.21 14:33:04.242279 [ 3 ] {75d616e8-beb1-451e-8e36-3710dd81e725} <Debug> TCPHandler: Processed in 0.002480205 sec. | ||
| 977 | 2025.02.21 14:33:04.242548 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 978 | 2025.02.21 14:33:04.242765 [ 254 ] {bd98bcb5-f7f8-43fd-8fd1-81f525435173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 979 | 2025.02.21 14:33:04.242846 [ 254 ] {bd98bcb5-f7f8-43fd-8fd1-81f525435173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 980 | 2025.02.21 14:33:04.243734 [ 254 ] {bd98bcb5-f7f8-43fd-8fd1-81f525435173} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 981 | 2025.02.21 14:33:04.243781 [ 254 ] {bd98bcb5-f7f8-43fd-8fd1-81f525435173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 982 | 2025.02.21 14:33:04.244230 [ 254 ] {bd98bcb5-f7f8-43fd-8fd1-81f525435173} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 983 | 2025.02.21 14:33:04.244483 [ 254 ] {bd98bcb5-f7f8-43fd-8fd1-81f525435173} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 984 | 2025.02.21 14:33:04.244725 [ 254 ] {bd98bcb5-f7f8-43fd-8fd1-81f525435173} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002019 sec., 35661.218424962855 rows/sec., 2.88 MiB/sec. | ||
| 985 | 2025.02.21 14:33:04.244793 [ 254 ] {bd98bcb5-f7f8-43fd-8fd1-81f525435173} <Debug> TCPHandler: Processed in 0.002384301 sec. | ||
| 986 | 2025.02.21 14:33:04.245002 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 987 | 2025.02.21 14:33:04.245227 [ 3 ] {9d98adcc-2272-4e64-9aec-0fdc046df268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 988 | 2025.02.21 14:33:04.245319 [ 3 ] {9d98adcc-2272-4e64-9aec-0fdc046df268} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 989 | 2025.02.21 14:33:04.246134 [ 3 ] {9d98adcc-2272-4e64-9aec-0fdc046df268} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 990 | 2025.02.21 14:33:04.246168 [ 3 ] {9d98adcc-2272-4e64-9aec-0fdc046df268} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 991 | 2025.02.21 14:33:04.246521 [ 3 ] {9d98adcc-2272-4e64-9aec-0fdc046df268} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 992 | 2025.02.21 14:33:04.246762 [ 3 ] {9d98adcc-2272-4e64-9aec-0fdc046df268} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 993 | 2025.02.21 14:33:04.246997 [ 3 ] {9d98adcc-2272-4e64-9aec-0fdc046df268} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001811 sec., 4417.448923246825 rows/sec., 332.17 KiB/sec. | ||
| 994 | 2025.02.21 14:33:04.247067 [ 3 ] {9d98adcc-2272-4e64-9aec-0fdc046df268} <Debug> TCPHandler: Processed in 0.002171005 sec. | ||
| 995 | 2025.02.21 14:33:04.247233 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 996 | 2025.02.21 14:33:04.247381 [ 254 ] {d0e6ba77-ef64-4e0b-b088-2be0a790f380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 997 | 2025.02.21 14:33:04.247441 [ 254 ] {d0e6ba77-ef64-4e0b-b088-2be0a790f380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 998 | 2025.02.21 14:33:04.248147 [ 254 ] {d0e6ba77-ef64-4e0b-b088-2be0a790f380} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 999 | 2025.02.21 14:33:04.248188 [ 254 ] {d0e6ba77-ef64-4e0b-b088-2be0a790f380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1000 | 2025.02.21 14:33:04.248566 [ 254 ] {d0e6ba77-ef64-4e0b-b088-2be0a790f380} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1001 | 2025.02.21 14:33:04.248811 [ 254 ] {d0e6ba77-ef64-4e0b-b088-2be0a790f380} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1002 | 2025.02.21 14:33:04.249066 [ 254 ] {d0e6ba77-ef64-4e0b-b088-2be0a790f380} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001719 sec., 41884.8167539267 rows/sec., 3.27 MiB/sec. | ||
| 1003 | 2025.02.21 14:33:04.249124 [ 254 ] {d0e6ba77-ef64-4e0b-b088-2be0a790f380} <Debug> TCPHandler: Processed in 0.001961509 sec. | ||
| 1004 | 2025.02.21 14:33:04.249343 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1005 | 2025.02.21 14:33:04.249564 [ 3 ] {9177e901-4aec-4cbe-9960-e2ac3a1e0736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1006 | 2025.02.21 14:33:04.249663 [ 3 ] {9177e901-4aec-4cbe-9960-e2ac3a1e0736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1007 | 2025.02.21 14:33:04.250266 [ 3 ] {9177e901-4aec-4cbe-9960-e2ac3a1e0736} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1008 | 2025.02.21 14:33:04.250304 [ 3 ] {9177e901-4aec-4cbe-9960-e2ac3a1e0736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1009 | 2025.02.21 14:33:04.250689 [ 3 ] {9177e901-4aec-4cbe-9960-e2ac3a1e0736} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1010 | 2025.02.21 14:33:04.250930 [ 3 ] {9177e901-4aec-4cbe-9960-e2ac3a1e0736} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1011 | 2025.02.21 14:33:04.251171 [ 3 ] {9177e901-4aec-4cbe-9960-e2ac3a1e0736} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001647 sec., 97146.32665452338 rows/sec., 6.77 MiB/sec. | ||
| 1012 | 2025.02.21 14:33:04.251239 [ 3 ] {9177e901-4aec-4cbe-9960-e2ac3a1e0736} <Debug> TCPHandler: Processed in 0.00200772 sec. | ||
| 1013 | 2025.02.21 14:33:04.251402 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1014 | 2025.02.21 14:33:04.251543 [ 254 ] {524ad484-77f9-478a-82c0-70fab22a7a56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1015 | 2025.02.21 14:33:04.251641 [ 254 ] {524ad484-77f9-478a-82c0-70fab22a7a56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1016 | 2025.02.21 14:33:04.252768 [ 254 ] {524ad484-77f9-478a-82c0-70fab22a7a56} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1017 | 2025.02.21 14:33:04.252807 [ 254 ] {524ad484-77f9-478a-82c0-70fab22a7a56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1018 | 2025.02.21 14:33:04.255623 [ 254 ] {524ad484-77f9-478a-82c0-70fab22a7a56} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1019 | 2025.02.21 14:33:04.255900 [ 254 ] {524ad484-77f9-478a-82c0-70fab22a7a56} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1020 | 2025.02.21 14:33:04.256177 [ 254 ] {524ad484-77f9-478a-82c0-70fab22a7a56} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004667 sec., 1714.1632740518535 rows/sec., 3.07 MiB/sec. | ||
| 1021 | 2025.02.21 14:33:04.256289 [ 254 ] {524ad484-77f9-478a-82c0-70fab22a7a56} <Debug> TCPHandler: Processed in 0.004959818 sec. | ||
| 1022 | 2025.02.21 14:33:04.256448 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1023 | 2025.02.21 14:33:04.256586 [ 3 ] {5761fad3-0562-441b-9d6a-8a22a676c56b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1024 | 2025.02.21 14:33:04.256651 [ 3 ] {5761fad3-0562-441b-9d6a-8a22a676c56b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1025 | 2025.02.21 14:33:04.257228 [ 3 ] {5761fad3-0562-441b-9d6a-8a22a676c56b} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1026 | 2025.02.21 14:33:04.257273 [ 3 ] {5761fad3-0562-441b-9d6a-8a22a676c56b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1027 | 2025.02.21 14:33:04.257704 [ 3 ] {5761fad3-0562-441b-9d6a-8a22a676c56b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1028 | 2025.02.21 14:33:04.257939 [ 3 ] {5761fad3-0562-441b-9d6a-8a22a676c56b} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1029 | 2025.02.21 14:33:04.258115 [ 3 ] {5761fad3-0562-441b-9d6a-8a22a676c56b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001561 sec., 38436.899423446506 rows/sec., 2.59 MiB/sec. | ||
| 1030 | 2025.02.21 14:33:04.258166 [ 3 ] {5761fad3-0562-441b-9d6a-8a22a676c56b} <Debug> TCPHandler: Processed in 0.001785303 sec. | ||
| 1031 | 2025.02.21 14:33:09.212784 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1032 | 2025.02.21 14:33:09.213077 [ 3 ] {ad2618b1-4848-4be4-a8ab-e43c0d26a718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1033 | 2025.02.21 14:33:09.213183 [ 3 ] {ad2618b1-4848-4be4-a8ab-e43c0d26a718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1034 | 2025.02.21 14:33:09.214249 [ 3 ] {ad2618b1-4848-4be4-a8ab-e43c0d26a718} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1035 | 2025.02.21 14:33:09.214293 [ 3 ] {ad2618b1-4848-4be4-a8ab-e43c0d26a718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1036 | 2025.02.21 14:33:09.214717 [ 3 ] {ad2618b1-4848-4be4-a8ab-e43c0d26a718} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1037 | 2025.02.21 14:33:09.214965 [ 3 ] {ad2618b1-4848-4be4-a8ab-e43c0d26a718} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1038 | 2025.02.21 14:33:09.215205 [ 3 ] {ad2618b1-4848-4be4-a8ab-e43c0d26a718} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002204 sec., 25408.348457350276 rows/sec., 1.94 MiB/sec. | ||
| 1039 | 2025.02.21 14:33:09.215268 [ 3 ] {ad2618b1-4848-4be4-a8ab-e43c0d26a718} <Debug> TCPHandler: Processed in 0.002654209 sec. | ||
| 1040 | 2025.02.21 14:33:09.215518 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1041 | 2025.02.21 14:33:09.215712 [ 254 ] {cbce6c85-0f4b-4819-974f-ae44f3d95b04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1042 | 2025.02.21 14:33:09.215784 [ 254 ] {cbce6c85-0f4b-4819-974f-ae44f3d95b04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1043 | 2025.02.21 14:33:09.216549 [ 254 ] {cbce6c85-0f4b-4819-974f-ae44f3d95b04} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1044 | 2025.02.21 14:33:09.216598 [ 254 ] {cbce6c85-0f4b-4819-974f-ae44f3d95b04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1045 | 2025.02.21 14:33:09.217037 [ 254 ] {cbce6c85-0f4b-4819-974f-ae44f3d95b04} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1046 | 2025.02.21 14:33:09.217289 [ 254 ] {cbce6c85-0f4b-4819-974f-ae44f3d95b04} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1047 | 2025.02.21 14:33:09.217532 [ 254 ] {cbce6c85-0f4b-4819-974f-ae44f3d95b04} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001871 sec., 34206.306787814 rows/sec., 2.67 MiB/sec. | ||
| 1048 | 2025.02.21 14:33:09.217598 [ 254 ] {cbce6c85-0f4b-4819-974f-ae44f3d95b04} <Debug> TCPHandler: Processed in 0.002207676 sec. | ||
| 1049 | 2025.02.21 14:33:09.217798 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1050 | 2025.02.21 14:33:09.218007 [ 3 ] {96bbf6a3-7836-489c-a5d5-7f19f5dca16a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1051 | 2025.02.21 14:33:09.218100 [ 3 ] {96bbf6a3-7836-489c-a5d5-7f19f5dca16a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1052 | 2025.02.21 14:33:09.218975 [ 3 ] {96bbf6a3-7836-489c-a5d5-7f19f5dca16a} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1053 | 2025.02.21 14:33:09.219015 [ 3 ] {96bbf6a3-7836-489c-a5d5-7f19f5dca16a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1054 | 2025.02.21 14:33:09.219408 [ 3 ] {96bbf6a3-7836-489c-a5d5-7f19f5dca16a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1055 | 2025.02.21 14:33:09.219648 [ 3 ] {96bbf6a3-7836-489c-a5d5-7f19f5dca16a} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1056 | 2025.02.21 14:33:09.219859 [ 3 ] {96bbf6a3-7836-489c-a5d5-7f19f5dca16a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001905 sec., 83989.50131233595 rows/sec., 5.85 MiB/sec. | ||
| 1057 | 2025.02.21 14:33:09.219913 [ 3 ] {96bbf6a3-7836-489c-a5d5-7f19f5dca16a} <Debug> TCPHandler: Processed in 0.002214556 sec. | ||
| 1058 | 2025.02.21 14:33:09.220058 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1059 | 2025.02.21 14:33:09.220185 [ 254 ] {ccc47099-93df-4227-a9a1-402ef05f5f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1060 | 2025.02.21 14:33:09.220240 [ 254 ] {ccc47099-93df-4227-a9a1-402ef05f5f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1061 | 2025.02.21 14:33:09.220747 [ 254 ] {ccc47099-93df-4227-a9a1-402ef05f5f28} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1062 | 2025.02.21 14:33:09.220789 [ 254 ] {ccc47099-93df-4227-a9a1-402ef05f5f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1063 | 2025.02.21 14:33:09.221178 [ 254 ] {ccc47099-93df-4227-a9a1-402ef05f5f28} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1064 | 2025.02.21 14:33:09.221423 [ 254 ] {ccc47099-93df-4227-a9a1-402ef05f5f28} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1065 | 2025.02.21 14:33:09.221660 [ 254 ] {ccc47099-93df-4227-a9a1-402ef05f5f28} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001502 sec., 39946.73768308921 rows/sec., 2.69 MiB/sec. | ||
| 1066 | 2025.02.21 14:33:09.221723 [ 254 ] {ccc47099-93df-4227-a9a1-402ef05f5f28} <Debug> TCPHandler: Processed in 0.001723141 sec. | ||
| 1067 | 2025.02.21 14:33:09.806608 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1068 | 2025.02.21 14:33:09.807253 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1069 | 2025.02.21 14:33:09.807300 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1070 | 2025.02.21 14:33:09.807941 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1071 | 2025.02.21 14:33:09.808206 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1072 | 2025.02.21 14:33:09.808447 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1073 | 2025.02.21 14:33:09.934281 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1074 | 2025.02.21 14:33:09.954310 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1075 | 2025.02.21 14:33:09.954376 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1076 | 2025.02.21 14:33:09.961523 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1077 | 2025.02.21 14:33:09.962285 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1078 | 2025.02.21 14:33:09.965458 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1079 | 2025.02.21 14:33:12.301051 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 166 | ||
| 1080 | 2025.02.21 14:33:12.303868 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1081 | 2025.02.21 14:33:12.303923 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1082 | 2025.02.21 14:33:12.305417 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1083 | 2025.02.21 14:33:12.305724 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1084 | 2025.02.21 14:33:12.306336 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 166 | ||
| 1085 | 2025.02.21 14:33:14.213120 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1086 | 2025.02.21 14:33:14.213327 [ 3 ] {4a0c2e01-7abe-45c0-b6ee-292263a6326e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1087 | 2025.02.21 14:33:14.213404 [ 3 ] {4a0c2e01-7abe-45c0-b6ee-292263a6326e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1088 | 2025.02.21 14:33:14.214237 [ 3 ] {4a0c2e01-7abe-45c0-b6ee-292263a6326e} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1089 | 2025.02.21 14:33:14.214282 [ 3 ] {4a0c2e01-7abe-45c0-b6ee-292263a6326e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1090 | 2025.02.21 14:33:14.214714 [ 3 ] {4a0c2e01-7abe-45c0-b6ee-292263a6326e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1091 | 2025.02.21 14:33:14.214984 [ 3 ] {4a0c2e01-7abe-45c0-b6ee-292263a6326e} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1092 | 2025.02.21 14:33:14.215235 [ 3 ] {4a0c2e01-7abe-45c0-b6ee-292263a6326e} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001964 sec., 36659.87780040733 rows/sec., 2.96 MiB/sec. | ||
| 1093 | 2025.02.21 14:33:14.215296 [ 3 ] {4a0c2e01-7abe-45c0-b6ee-292263a6326e} <Debug> TCPHandler: Processed in 0.002312529 sec. | ||
| 1094 | 2025.02.21 14:33:14.215546 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1095 | 2025.02.21 14:33:14.215738 [ 254 ] {18a2147d-432b-49ad-8811-e8ecf79cedc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1096 | 2025.02.21 14:33:14.215813 [ 254 ] {18a2147d-432b-49ad-8811-e8ecf79cedc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1097 | 2025.02.21 14:33:14.216544 [ 254 ] {18a2147d-432b-49ad-8811-e8ecf79cedc9} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1098 | 2025.02.21 14:33:14.216600 [ 254 ] {18a2147d-432b-49ad-8811-e8ecf79cedc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1099 | 2025.02.21 14:33:14.217031 [ 254 ] {18a2147d-432b-49ad-8811-e8ecf79cedc9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1100 | 2025.02.21 14:33:14.217285 [ 254 ] {18a2147d-432b-49ad-8811-e8ecf79cedc9} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1101 | 2025.02.21 14:33:14.217509 [ 254 ] {18a2147d-432b-49ad-8811-e8ecf79cedc9} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00181 sec., 4419.889502762431 rows/sec., 332.35 KiB/sec. | ||
| 1102 | 2025.02.21 14:33:14.217677 [ 254 ] {18a2147d-432b-49ad-8811-e8ecf79cedc9} <Debug> TCPHandler: Processed in 0.002259668 sec. | ||
| 1103 | 2025.02.21 14:33:14.217881 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1104 | 2025.02.21 14:33:14.218071 [ 3 ] {57993344-2de7-4d6d-8ca2-a9d46c6a7379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1105 | 2025.02.21 14:33:14.218131 [ 3 ] {57993344-2de7-4d6d-8ca2-a9d46c6a7379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1106 | 2025.02.21 14:33:14.218871 [ 3 ] {57993344-2de7-4d6d-8ca2-a9d46c6a7379} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1107 | 2025.02.21 14:33:14.218916 [ 3 ] {57993344-2de7-4d6d-8ca2-a9d46c6a7379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1108 | 2025.02.21 14:33:14.219288 [ 3 ] {57993344-2de7-4d6d-8ca2-a9d46c6a7379} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1109 | 2025.02.21 14:33:14.219527 [ 3 ] {57993344-2de7-4d6d-8ca2-a9d46c6a7379} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1110 | 2025.02.21 14:33:14.219712 [ 3 ] {57993344-2de7-4d6d-8ca2-a9d46c6a7379} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001675 sec., 42985.07462686567 rows/sec., 3.36 MiB/sec. | ||
| 1111 | 2025.02.21 14:33:14.219764 [ 3 ] {57993344-2de7-4d6d-8ca2-a9d46c6a7379} <Debug> TCPHandler: Processed in 0.00199445 sec. | ||
| 1112 | 2025.02.21 14:33:14.219944 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1113 | 2025.02.21 14:33:14.220086 [ 254 ] {8b332e12-ca18-4d9b-9320-ba0b0ccf1972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1114 | 2025.02.21 14:33:14.220146 [ 254 ] {8b332e12-ca18-4d9b-9320-ba0b0ccf1972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1115 | 2025.02.21 14:33:14.220754 [ 254 ] {8b332e12-ca18-4d9b-9320-ba0b0ccf1972} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1116 | 2025.02.21 14:33:14.220796 [ 254 ] {8b332e12-ca18-4d9b-9320-ba0b0ccf1972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1117 | 2025.02.21 14:33:14.221213 [ 254 ] {8b332e12-ca18-4d9b-9320-ba0b0ccf1972} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1118 | 2025.02.21 14:33:14.221459 [ 254 ] {8b332e12-ca18-4d9b-9320-ba0b0ccf1972} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1119 | 2025.02.21 14:33:14.221686 [ 254 ] {8b332e12-ca18-4d9b-9320-ba0b0ccf1972} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001637 sec., 97739.76786805132 rows/sec., 6.81 MiB/sec. | ||
| 1120 | 2025.02.21 14:33:14.221745 [ 254 ] {8b332e12-ca18-4d9b-9320-ba0b0ccf1972} <Debug> TCPHandler: Processed in 0.001863376 sec. | ||
| 1121 | 2025.02.21 14:33:14.221897 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1122 | 2025.02.21 14:33:14.222028 [ 3 ] {4051d8b2-e259-4fbf-9737-c75c511c36bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1123 | 2025.02.21 14:33:14.222119 [ 3 ] {4051d8b2-e259-4fbf-9737-c75c511c36bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1124 | 2025.02.21 14:33:14.223357 [ 3 ] {4051d8b2-e259-4fbf-9737-c75c511c36bf} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1125 | 2025.02.21 14:33:14.223394 [ 3 ] {4051d8b2-e259-4fbf-9737-c75c511c36bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1126 | 2025.02.21 14:33:14.224001 [ 3 ] {4051d8b2-e259-4fbf-9737-c75c511c36bf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1127 | 2025.02.21 14:33:14.224255 [ 3 ] {4051d8b2-e259-4fbf-9737-c75c511c36bf} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1128 | 2025.02.21 14:33:14.224447 [ 3 ] {4051d8b2-e259-4fbf-9737-c75c511c36bf} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002451 sec., 3263.973888208894 rows/sec., 5.85 MiB/sec. | ||
| 1129 | 2025.02.21 14:33:14.224552 [ 3 ] {4051d8b2-e259-4fbf-9737-c75c511c36bf} <Debug> TCPHandler: Processed in 0.002710541 sec. | ||
| 1130 | 2025.02.21 14:33:14.224721 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1131 | 2025.02.21 14:33:14.224865 [ 254 ] {72be202e-b198-496a-8c31-e8f044f9a20d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1132 | 2025.02.21 14:33:14.224927 [ 254 ] {72be202e-b198-496a-8c31-e8f044f9a20d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1133 | 2025.02.21 14:33:14.225513 [ 254 ] {72be202e-b198-496a-8c31-e8f044f9a20d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1134 | 2025.02.21 14:33:14.225561 [ 254 ] {72be202e-b198-496a-8c31-e8f044f9a20d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1135 | 2025.02.21 14:33:14.225999 [ 254 ] {72be202e-b198-496a-8c31-e8f044f9a20d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1136 | 2025.02.21 14:33:14.226242 [ 254 ] {72be202e-b198-496a-8c31-e8f044f9a20d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1137 | 2025.02.21 14:33:14.226463 [ 254 ] {72be202e-b198-496a-8c31-e8f044f9a20d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001633 sec., 36742.19228413962 rows/sec., 2.48 MiB/sec. | ||
| 1138 | 2025.02.21 14:33:14.226515 [ 254 ] {72be202e-b198-496a-8c31-e8f044f9a20d} <Debug> TCPHandler: Processed in 0.001863266 sec. | ||
| 1139 | 2025.02.21 14:33:17.229928 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1140 | 2025.02.21 14:33:17.229999 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1141 | 2025.02.21 14:33:17.309449 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1142 | 2025.02.21 14:33:17.310130 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1143 | 2025.02.21 14:33:17.310186 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1144 | 2025.02.21 14:33:17.310798 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1145 | 2025.02.21 14:33:17.311065 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1146 | 2025.02.21 14:33:17.311297 [ 93 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1147 | 2025.02.21 14:33:17.311322 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1148 | 2025.02.21 14:33:17.311387 [ 93 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1149 | 2025.02.21 14:33:17.311419 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1150 | 2025.02.21 14:33:17.313614 [ 201 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 1151 | 2025.02.21 14:33:17.313804 [ 201 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1152 | 2025.02.21 14:33:17.313893 [ 201 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part | ||
| 1153 | 2025.02.21 14:33:17.314015 [ 201 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part | ||
| 1154 | 2025.02.21 14:33:17.314180 [ 201 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part | ||
| 1155 | 2025.02.21 14:33:17.314438 [ 201 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part | ||
| 1156 | 2025.02.21 14:33:17.314555 [ 201 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part | ||
| 1157 | 2025.02.21 14:33:17.314749 [ 201 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part | ||
| 1158 | 2025.02.21 14:33:17.350627 [ 186 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.039124841 sec., 71719.14129951352 rows/sec., 1.03 MiB/sec. | ||
| 1159 | 2025.02.21 14:33:17.351332 [ 186 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1160 | 2025.02.21 14:33:17.351671 [ 186 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_6_1} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1161 | 2025.02.21 14:33:17.351754 [ 186 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_6_1} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1162 | 2025.02.21 14:33:17.351881 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1163 | 2025.02.21 14:33:17.466420 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1164 | 2025.02.21 14:33:17.486307 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1165 | 2025.02.21 14:33:17.486370 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1166 | 2025.02.21 14:33:17.492978 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1167 | 2025.02.21 14:33:17.493717 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1168 | 2025.02.21 14:33:17.493991 [ 93 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1169 | 2025.02.21 14:33:17.494054 [ 93 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1170 | 2025.02.21 14:33:17.494091 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1171 | 2025.02.21 14:33:17.494502 [ 186 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 1172 | 2025.02.21 14:33:17.510712 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1173 | 2025.02.21 14:33:17.511938 [ 186 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1174 | 2025.02.21 14:33:17.513586 [ 186 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 1175 | 2025.02.21 14:33:17.519105 [ 186 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 1176 | 2025.02.21 14:33:17.524355 [ 186 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 1177 | 2025.02.21 14:33:17.529996 [ 186 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 1178 | 2025.02.21 14:33:17.544756 [ 186 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 1179 | 2025.02.21 14:33:17.549276 [ 186 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 1180 | 2025.02.21 14:33:17.613522 [ 190 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.11929767 sec., 385.59009576632974 rows/sec., 1.99 MiB/sec. | ||
| 1181 | 2025.02.21 14:33:17.616171 [ 190 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1182 | 2025.02.21 14:33:17.619175 [ 190 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_6_1} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1183 | 2025.02.21 14:33:17.619302 [ 190 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_6_1} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1184 | 2025.02.21 14:33:17.621784 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1185 | 2025.02.21 14:33:18.001150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.51 MiB, peak 169.05 MiB, free memory in arenas 0.00 B, will set to 163.07 MiB (RSS), difference: 3.56 MiB | ||
| 1186 | 2025.02.21 14:33:19.212363 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1187 | 2025.02.21 14:33:19.212573 [ 3 ] {0a6a4bf1-9132-4581-9763-f8912006b29d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1188 | 2025.02.21 14:33:19.212655 [ 3 ] {0a6a4bf1-9132-4581-9763-f8912006b29d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1189 | 2025.02.21 14:33:19.213500 [ 3 ] {0a6a4bf1-9132-4581-9763-f8912006b29d} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1190 | 2025.02.21 14:33:19.213544 [ 3 ] {0a6a4bf1-9132-4581-9763-f8912006b29d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1191 | 2025.02.21 14:33:19.213990 [ 3 ] {0a6a4bf1-9132-4581-9763-f8912006b29d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1192 | 2025.02.21 14:33:19.214276 [ 3 ] {0a6a4bf1-9132-4581-9763-f8912006b29d} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1193 | 2025.02.21 14:33:19.214419 [ 92 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1194 | 2025.02.21 14:33:19.214471 [ 92 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1195 | 2025.02.21 14:33:19.214492 [ 3 ] {0a6a4bf1-9132-4581-9763-f8912006b29d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001978 sec., 28311.425682507583 rows/sec., 2.16 MiB/sec. | ||
| 1196 | 2025.02.21 14:33:19.214504 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1197 | 2025.02.21 14:33:19.214597 [ 3 ] {0a6a4bf1-9132-4581-9763-f8912006b29d} <Debug> TCPHandler: Processed in 0.002379081 sec. | ||
| 1198 | 2025.02.21 14:33:19.214784 [ 189 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 1199 | 2025.02.21 14:33:19.214864 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1200 | 2025.02.21 14:33:19.214948 [ 189 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1201 | 2025.02.21 14:33:19.214988 [ 189 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 1202 | 2025.02.21 14:33:19.215044 [ 254 ] {64974534-cf68-4b01-b775-bcc947f937d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1203 | 2025.02.21 14:33:19.215139 [ 254 ] {64974534-cf68-4b01-b775-bcc947f937d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1204 | 2025.02.21 14:33:19.215152 [ 189 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 1205 | 2025.02.21 14:33:19.215615 [ 189 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part | ||
| 1206 | 2025.02.21 14:33:19.215949 [ 189 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 1207 | 2025.02.21 14:33:19.216285 [ 189 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part | ||
| 1208 | 2025.02.21 14:33:19.216646 [ 189 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 1209 | 2025.02.21 14:33:19.217778 [ 254 ] {64974534-cf68-4b01-b775-bcc947f937d2} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1210 | 2025.02.21 14:33:19.217831 [ 254 ] {64974534-cf68-4b01-b775-bcc947f937d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1211 | 2025.02.21 14:33:19.218594 [ 254 ] {64974534-cf68-4b01-b775-bcc947f937d2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1212 | 2025.02.21 14:33:19.218602 [ 189 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 368 rows, containing 5 columns (5 merged, 0 gathered) in 0.003979269 sec., 92479.29707692545 rows/sec., 7.58 MiB/sec. | ||
| 1213 | 2025.02.21 14:33:19.218740 [ 189 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1214 | 2025.02.21 14:33:19.218932 [ 254 ] {64974534-cf68-4b01-b775-bcc947f937d2} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1215 | 2025.02.21 14:33:19.219067 [ 189 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_6_1} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1216 | 2025.02.21 14:33:19.219178 [ 92 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1217 | 2025.02.21 14:33:19.219303 [ 92 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1218 | 2025.02.21 14:33:19.219341 [ 189 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_6_1} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1219 | 2025.02.21 14:33:19.219376 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1220 | 2025.02.21 14:33:19.219421 [ 254 ] {64974534-cf68-4b01-b775-bcc947f937d2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004415 sec., 14496.036240090601 rows/sec., 1.13 MiB/sec. | ||
| 1221 | 2025.02.21 14:33:19.219890 [ 254 ] {64974534-cf68-4b01-b775-bcc947f937d2} <Debug> TCPHandler: Processed in 0.005159214 sec. | ||
| 1222 | 2025.02.21 14:33:19.219961 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1223 | 2025.02.21 14:33:19.220107 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 1224 | 2025.02.21 14:33:19.220182 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1225 | 2025.02.21 14:33:19.220254 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1226 | 2025.02.21 14:33:19.220305 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 1227 | 2025.02.21 14:33:19.220345 [ 3 ] {2678ee5b-09d3-4d38-85e0-ce8af13b4b23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1228 | 2025.02.21 14:33:19.220520 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part | ||
| 1229 | 2025.02.21 14:33:19.220527 [ 3 ] {2678ee5b-09d3-4d38-85e0-ce8af13b4b23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1230 | 2025.02.21 14:33:19.220937 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part | ||
| 1231 | 2025.02.21 14:33:19.221292 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
| 1232 | 2025.02.21 14:33:19.221651 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part | ||
| 1233 | 2025.02.21 14:33:19.221986 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 1234 | 2025.02.21 14:33:19.222935 [ 3 ] {2678ee5b-09d3-4d38-85e0-ce8af13b4b23} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1235 | 2025.02.21 14:33:19.222981 [ 3 ] {2678ee5b-09d3-4d38-85e0-ce8af13b4b23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1236 | 2025.02.21 14:33:19.223639 [ 3 ] {2678ee5b-09d3-4d38-85e0-ce8af13b4b23} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1237 | 2025.02.21 14:33:19.223835 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 400 rows, containing 5 columns (5 merged, 0 gathered) in 0.004265927 sec., 93766.25525940786 rows/sec., 7.68 MiB/sec. | ||
| 1238 | 2025.02.21 14:33:19.224033 [ 3 ] {2678ee5b-09d3-4d38-85e0-ce8af13b4b23} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1239 | 2025.02.21 14:33:19.224062 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1240 | 2025.02.21 14:33:19.224283 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1241 | 2025.02.21 14:33:19.224375 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1242 | 2025.02.21 14:33:19.224441 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1243 | 2025.02.21 14:33:19.224441 [ 3 ] {2678ee5b-09d3-4d38-85e0-ce8af13b4b23} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00412 sec., 38834.95145631068 rows/sec., 2.70 MiB/sec. | ||
| 1244 | 2025.02.21 14:33:19.224876 [ 3 ] {2678ee5b-09d3-4d38-85e0-ce8af13b4b23} <Debug> TCPHandler: Processed in 0.004805023 sec. | ||
| 1245 | 2025.02.21 14:33:19.224918 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_6_1} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1246 | 2025.02.21 14:33:19.224932 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 1247 | 2025.02.21 14:33:19.225162 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1248 | 2025.02.21 14:33:19.225241 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_6_1} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1249 | 2025.02.21 14:33:19.225470 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 1250 | 2025.02.21 14:33:19.225539 [ 254 ] {726991ae-e9ff-4200-afe6-758c33853bdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1251 | 2025.02.21 14:33:19.225538 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1252 | 2025.02.21 14:33:19.225645 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 128 rows starting from the beginning of the part | ||
| 1253 | 2025.02.21 14:33:19.225655 [ 254 ] {726991ae-e9ff-4200-afe6-758c33853bdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1254 | 2025.02.21 14:33:19.226001 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part | ||
| 1255 | 2025.02.21 14:33:19.226379 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part | ||
| 1256 | 2025.02.21 14:33:19.226857 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 1257 | 2025.02.21 14:33:19.227080 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
| 1258 | 2025.02.21 14:33:19.227401 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 1259 | 2025.02.21 14:33:19.228235 [ 254 ] {726991ae-e9ff-4200-afe6-758c33853bdc} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1260 | 2025.02.21 14:33:19.228296 [ 254 ] {726991ae-e9ff-4200-afe6-758c33853bdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1261 | 2025.02.21 14:33:19.229214 [ 254 ] {726991ae-e9ff-4200-afe6-758c33853bdc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1262 | 2025.02.21 14:33:19.229765 [ 254 ] {726991ae-e9ff-4200-afe6-758c33853bdc} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1263 | 2025.02.21 14:33:19.230067 [ 92 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1264 | 2025.02.21 14:33:19.230183 [ 92 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1265 | 2025.02.21 14:33:19.230279 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1266 | 2025.02.21 14:33:19.230286 [ 254 ] {726991ae-e9ff-4200-afe6-758c33853bdc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004866 sec., 12330.456226880395 rows/sec., 850.93 KiB/sec. | ||
| 1267 | 2025.02.21 14:33:19.230661 [ 254 ] {726991ae-e9ff-4200-afe6-758c33853bdc} <Debug> TCPHandler: Processed in 0.005648839 sec. | ||
| 1268 | 2025.02.21 14:33:19.230812 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 1269 | 2025.02.21 14:33:19.231145 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1270 | 2025.02.21 14:33:19.231151 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 928 rows, containing 5 columns (5 merged, 0 gathered) in 0.006528515 sec., 142145.6487424782 rows/sec., 9.90 MiB/sec. | ||
| 1271 | 2025.02.21 14:33:19.231182 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part | ||
| 1272 | 2025.02.21 14:33:19.231351 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 1273 | 2025.02.21 14:33:19.231504 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1274 | 2025.02.21 14:33:19.231664 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part | ||
| 1275 | 2025.02.21 14:33:19.231950 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 1276 | 2025.02.21 14:33:19.232230 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 1277 | 2025.02.21 14:33:19.232476 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 1278 | 2025.02.21 14:33:19.232833 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1279 | 2025.02.21 14:33:19.233073 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1280 | 2025.02.21 14:33:19.233224 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 1281 | 2025.02.21 14:33:19.233925 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 4 columns (4 merged, 0 gathered) in 0.003451173 sec., 100835.28122177589 rows/sec., 6.80 MiB/sec. | ||
| 1282 | 2025.02.21 14:33:19.234088 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1283 | 2025.02.21 14:33:19.234410 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_6_1} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1284 | 2025.02.21 14:33:19.234491 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_6_1} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1285 | 2025.02.21 14:33:19.234580 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1286 | 2025.02.21 14:33:20.008475 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1287 | 2025.02.21 14:33:20.008752 [ 3 ] {40aaa9e3-6085-40ff-a48e-2c378a8b0780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) 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) | ||
| 1288 | 2025.02.21 14:33:20.009201 [ 3 ] {40aaa9e3-6085-40ff-a48e-2c378a8b0780} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1289 | 2025.02.21 14:33:20.009250 [ 3 ] {40aaa9e3-6085-40ff-a48e-2c378a8b0780} <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 | ||
| 1290 | 2025.02.21 14:33:20.009567 [ 3 ] {40aaa9e3-6085-40ff-a48e-2c378a8b0780} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1291 | 2025.02.21 14:33:20.009655 [ 3 ] {40aaa9e3-6085-40ff-a48e-2c378a8b0780} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1292 | 2025.02.21 14:33:20.009846 [ 3 ] {40aaa9e3-6085-40ff-a48e-2c378a8b0780} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1293 | 2025.02.21 14:33:20.010097 [ 287 ] {40aaa9e3-6085-40ff-a48e-2c378a8b0780} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1294 | 2025.02.21 14:33:20.010137 [ 286 ] {40aaa9e3-6085-40ff-a48e-2c378a8b0780} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1295 | 2025.02.21 14:33:20.010262 [ 3 ] {40aaa9e3-6085-40ff-a48e-2c378a8b0780} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1296 | 2025.02.21 14:33:20.010299 [ 3 ] {40aaa9e3-6085-40ff-a48e-2c378a8b0780} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1297 | 2025.02.21 14:33:20.010363 [ 3 ] {40aaa9e3-6085-40ff-a48e-2c378a8b0780} <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'))" | ||
| 1298 | 2025.02.21 14:33:20.010396 [ 3 ] {40aaa9e3-6085-40ff-a48e-2c378a8b0780} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1299 | 2025.02.21 14:33:20.011105 [ 3 ] {40aaa9e3-6085-40ff-a48e-2c378a8b0780} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002476 sec., 7269.789983844911 rows/sec., 297.39 KiB/sec. | ||
| 1300 | 2025.02.21 14:33:20.011206 [ 3 ] {40aaa9e3-6085-40ff-a48e-2c378a8b0780} <Debug> TCPHandler: Processed in 0.002875616 sec. | ||
| 1301 | 2025.02.21 14:33:20.014347 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1302 | 2025.02.21 14:33:20.014623 [ 254 ] {db63e7b4-a0da-4410-8165-28eecac2b1cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1303 | 2025.02.21 14:33:20.015064 [ 254 ] {db63e7b4-a0da-4410-8165-28eecac2b1cd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1304 | 2025.02.21 14:33:20.015122 [ 254 ] {db63e7b4-a0da-4410-8165-28eecac2b1cd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1305 | 2025.02.21 14:33:20.015465 [ 254 ] {db63e7b4-a0da-4410-8165-28eecac2b1cd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1306 | 2025.02.21 14:33:20.015563 [ 254 ] {db63e7b4-a0da-4410-8165-28eecac2b1cd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1307 | 2025.02.21 14:33:20.015760 [ 254 ] {db63e7b4-a0da-4410-8165-28eecac2b1cd} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1308 | 2025.02.21 14:33:20.015873 [ 287 ] {db63e7b4-a0da-4410-8165-28eecac2b1cd} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1309 | 2025.02.21 14:33:20.015897 [ 286 ] {db63e7b4-a0da-4410-8165-28eecac2b1cd} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1310 | 2025.02.21 14:33:20.016007 [ 254 ] {db63e7b4-a0da-4410-8165-28eecac2b1cd} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1311 | 2025.02.21 14:33:20.016041 [ 254 ] {db63e7b4-a0da-4410-8165-28eecac2b1cd} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1312 | 2025.02.21 14:33:20.016102 [ 254 ] {db63e7b4-a0da-4410-8165-28eecac2b1cd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes'))" | ||
| 1313 | 2025.02.21 14:33:20.016131 [ 254 ] {db63e7b4-a0da-4410-8165-28eecac2b1cd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1314 | 2025.02.21 14:33:20.016867 [ 254 ] {db63e7b4-a0da-4410-8165-28eecac2b1cd} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002363 sec., 7617.43546339399 rows/sec., 311.61 KiB/sec. | ||
| 1315 | 2025.02.21 14:33:20.017033 [ 254 ] {db63e7b4-a0da-4410-8165-28eecac2b1cd} <Debug> TCPHandler: Processed in 0.002822984 sec. | ||
| 1316 | 2025.02.21 14:33:20.017374 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1317 | 2025.02.21 14:33:20.017575 [ 3 ] {37f3c9e3-ee77-4e54-9280-9ecf8a30b6f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1318 | 2025.02.21 14:33:20.017919 [ 3 ] {37f3c9e3-ee77-4e54-9280-9ecf8a30b6f5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1319 | 2025.02.21 14:33:20.017974 [ 3 ] {37f3c9e3-ee77-4e54-9280-9ecf8a30b6f5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1320 | 2025.02.21 14:33:20.018309 [ 3 ] {37f3c9e3-ee77-4e54-9280-9ecf8a30b6f5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1321 | 2025.02.21 14:33:20.018391 [ 3 ] {37f3c9e3-ee77-4e54-9280-9ecf8a30b6f5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1322 | 2025.02.21 14:33:20.018555 [ 3 ] {37f3c9e3-ee77-4e54-9280-9ecf8a30b6f5} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1323 | 2025.02.21 14:33:20.018647 [ 287 ] {37f3c9e3-ee77-4e54-9280-9ecf8a30b6f5} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1324 | 2025.02.21 14:33:20.018697 [ 286 ] {37f3c9e3-ee77-4e54-9280-9ecf8a30b6f5} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1325 | 2025.02.21 14:33:20.018794 [ 3 ] {37f3c9e3-ee77-4e54-9280-9ecf8a30b6f5} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1326 | 2025.02.21 14:33:20.018826 [ 3 ] {37f3c9e3-ee77-4e54-9280-9ecf8a30b6f5} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1327 | 2025.02.21 14:33:20.018878 [ 3 ] {37f3c9e3-ee77-4e54-9280-9ecf8a30b6f5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
| 1328 | 2025.02.21 14:33:20.018904 [ 3 ] {37f3c9e3-ee77-4e54-9280-9ecf8a30b6f5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1329 | 2025.02.21 14:33:20.019687 [ 3 ] {37f3c9e3-ee77-4e54-9280-9ecf8a30b6f5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002205 sec., 8163.265306122449 rows/sec., 333.94 KiB/sec. | ||
| 1330 | 2025.02.21 14:33:20.019819 [ 3 ] {37f3c9e3-ee77-4e54-9280-9ecf8a30b6f5} <Debug> TCPHandler: Processed in 0.002510095 sec. | ||
| 1331 | 2025.02.21 14:33:20.020257 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1332 | 2025.02.21 14:33:20.020455 [ 254 ] {a7294cec-a0d0-4eca-8a17-a8d6425e7193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1333 | 2025.02.21 14:33:20.020803 [ 254 ] {a7294cec-a0d0-4eca-8a17-a8d6425e7193} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1334 | 2025.02.21 14:33:20.020848 [ 254 ] {a7294cec-a0d0-4eca-8a17-a8d6425e7193} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1335 | 2025.02.21 14:33:20.021140 [ 254 ] {a7294cec-a0d0-4eca-8a17-a8d6425e7193} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1336 | 2025.02.21 14:33:20.021212 [ 254 ] {a7294cec-a0d0-4eca-8a17-a8d6425e7193} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1337 | 2025.02.21 14:33:20.021374 [ 254 ] {a7294cec-a0d0-4eca-8a17-a8d6425e7193} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1338 | 2025.02.21 14:33:20.021503 [ 286 ] {a7294cec-a0d0-4eca-8a17-a8d6425e7193} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1339 | 2025.02.21 14:33:20.021509 [ 287 ] {a7294cec-a0d0-4eca-8a17-a8d6425e7193} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1340 | 2025.02.21 14:33:20.021630 [ 254 ] {a7294cec-a0d0-4eca-8a17-a8d6425e7193} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1341 | 2025.02.21 14:33:20.021661 [ 254 ] {a7294cec-a0d0-4eca-8a17-a8d6425e7193} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1342 | 2025.02.21 14:33:20.021716 [ 254 ] {a7294cec-a0d0-4eca-8a17-a8d6425e7193} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))" | ||
| 1343 | 2025.02.21 14:33:20.021744 [ 254 ] {a7294cec-a0d0-4eca-8a17-a8d6425e7193} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1344 | 2025.02.21 14:33:20.022395 [ 254 ] {a7294cec-a0d0-4eca-8a17-a8d6425e7193} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002032 sec., 8858.267716535433 rows/sec., 362.37 KiB/sec. | ||
| 1345 | 2025.02.21 14:33:20.022534 [ 254 ] {a7294cec-a0d0-4eca-8a17-a8d6425e7193} <Debug> TCPHandler: Processed in 0.00234203 sec. | ||
| 1346 | 2025.02.21 14:33:20.022871 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1347 | 2025.02.21 14:33:20.023069 [ 3 ] {256f7ed7-9991-477b-8b98-18a3eae69574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1348 | 2025.02.21 14:33:20.023441 [ 3 ] {256f7ed7-9991-477b-8b98-18a3eae69574} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1349 | 2025.02.21 14:33:20.023488 [ 3 ] {256f7ed7-9991-477b-8b98-18a3eae69574} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1350 | 2025.02.21 14:33:20.023823 [ 3 ] {256f7ed7-9991-477b-8b98-18a3eae69574} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1351 | 2025.02.21 14:33:20.023899 [ 3 ] {256f7ed7-9991-477b-8b98-18a3eae69574} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1352 | 2025.02.21 14:33:20.024063 [ 3 ] {256f7ed7-9991-477b-8b98-18a3eae69574} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1353 | 2025.02.21 14:33:20.024147 [ 287 ] {256f7ed7-9991-477b-8b98-18a3eae69574} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1354 | 2025.02.21 14:33:20.024181 [ 286 ] {256f7ed7-9991-477b-8b98-18a3eae69574} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1355 | 2025.02.21 14:33:20.024286 [ 3 ] {256f7ed7-9991-477b-8b98-18a3eae69574} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1356 | 2025.02.21 14:33:20.024318 [ 3 ] {256f7ed7-9991-477b-8b98-18a3eae69574} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1357 | 2025.02.21 14:33:20.024370 [ 3 ] {256f7ed7-9991-477b-8b98-18a3eae69574} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
| 1358 | 2025.02.21 14:33:20.024402 [ 3 ] {256f7ed7-9991-477b-8b98-18a3eae69574} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1359 | 2025.02.21 14:33:20.025073 [ 3 ] {256f7ed7-9991-477b-8b98-18a3eae69574} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002096 sec., 8587.786259541985 rows/sec., 351.30 KiB/sec. | ||
| 1360 | 2025.02.21 14:33:20.025202 [ 3 ] {256f7ed7-9991-477b-8b98-18a3eae69574} <Debug> TCPHandler: Processed in 0.002393472 sec. | ||
| 1361 | 2025.02.21 14:33:20.025525 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1362 | 2025.02.21 14:33:20.025719 [ 254 ] {53789f3f-fb9c-4710-bd9e-e8707ec0410d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1363 | 2025.02.21 14:33:20.026059 [ 254 ] {53789f3f-fb9c-4710-bd9e-e8707ec0410d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1364 | 2025.02.21 14:33:20.026105 [ 254 ] {53789f3f-fb9c-4710-bd9e-e8707ec0410d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1365 | 2025.02.21 14:33:20.026400 [ 254 ] {53789f3f-fb9c-4710-bd9e-e8707ec0410d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1366 | 2025.02.21 14:33:20.026471 [ 254 ] {53789f3f-fb9c-4710-bd9e-e8707ec0410d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1367 | 2025.02.21 14:33:20.026630 [ 254 ] {53789f3f-fb9c-4710-bd9e-e8707ec0410d} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1368 | 2025.02.21 14:33:20.026750 [ 286 ] {53789f3f-fb9c-4710-bd9e-e8707ec0410d} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1369 | 2025.02.21 14:33:20.026756 [ 287 ] {53789f3f-fb9c-4710-bd9e-e8707ec0410d} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1370 | 2025.02.21 14:33:20.026873 [ 254 ] {53789f3f-fb9c-4710-bd9e-e8707ec0410d} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1371 | 2025.02.21 14:33:20.026902 [ 254 ] {53789f3f-fb9c-4710-bd9e-e8707ec0410d} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1372 | 2025.02.21 14:33:20.026955 [ 254 ] {53789f3f-fb9c-4710-bd9e-e8707ec0410d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes'))" | ||
| 1373 | 2025.02.21 14:33:20.026983 [ 254 ] {53789f3f-fb9c-4710-bd9e-e8707ec0410d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1374 | 2025.02.21 14:33:20.027671 [ 254 ] {53789f3f-fb9c-4710-bd9e-e8707ec0410d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002037 sec., 8836.524300441826 rows/sec., 361.48 KiB/sec. | ||
| 1375 | 2025.02.21 14:33:20.027798 [ 254 ] {53789f3f-fb9c-4710-bd9e-e8707ec0410d} <Debug> TCPHandler: Processed in 0.002334599 sec. | ||
| 1376 | 2025.02.21 14:33:20.035548 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1377 | 2025.02.21 14:33:20.035754 [ 3 ] {51c64c81-c330-4e4a-98ae-1479c104320a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1378 | 2025.02.21 14:33:20.036108 [ 3 ] {51c64c81-c330-4e4a-98ae-1479c104320a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1379 | 2025.02.21 14:33:20.036160 [ 3 ] {51c64c81-c330-4e4a-98ae-1479c104320a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1380 | 2025.02.21 14:33:20.036497 [ 3 ] {51c64c81-c330-4e4a-98ae-1479c104320a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1381 | 2025.02.21 14:33:20.036588 [ 3 ] {51c64c81-c330-4e4a-98ae-1479c104320a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1382 | 2025.02.21 14:33:20.036766 [ 3 ] {51c64c81-c330-4e4a-98ae-1479c104320a} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1383 | 2025.02.21 14:33:20.036896 [ 287 ] {51c64c81-c330-4e4a-98ae-1479c104320a} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1384 | 2025.02.21 14:33:20.036914 [ 286 ] {51c64c81-c330-4e4a-98ae-1479c104320a} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1385 | 2025.02.21 14:33:20.037019 [ 3 ] {51c64c81-c330-4e4a-98ae-1479c104320a} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1386 | 2025.02.21 14:33:20.037050 [ 3 ] {51c64c81-c330-4e4a-98ae-1479c104320a} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1387 | 2025.02.21 14:33:20.037101 [ 3 ] {51c64c81-c330-4e4a-98ae-1479c104320a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1388 | 2025.02.21 14:33:20.037127 [ 3 ] {51c64c81-c330-4e4a-98ae-1479c104320a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1389 | 2025.02.21 14:33:20.037719 [ 3 ] {51c64c81-c330-4e4a-98ae-1479c104320a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002063 sec., 8725.15753756665 rows/sec., 356.92 KiB/sec. | ||
| 1390 | 2025.02.21 14:33:20.037811 [ 3 ] {51c64c81-c330-4e4a-98ae-1479c104320a} <Debug> TCPHandler: Processed in 0.00233888 sec. | ||
| 1391 | 2025.02.21 14:33:20.038122 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1392 | 2025.02.21 14:33:20.038325 [ 254 ] {3d19f550-4e3b-4990-912c-8e0194a46ccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) 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', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1393 | 2025.02.21 14:33:20.038675 [ 254 ] {3d19f550-4e3b-4990-912c-8e0194a46ccc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1394 | 2025.02.21 14:33:20.038723 [ 254 ] {3d19f550-4e3b-4990-912c-8e0194a46ccc} <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', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1395 | 2025.02.21 14:33:20.039036 [ 254 ] {3d19f550-4e3b-4990-912c-8e0194a46ccc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1396 | 2025.02.21 14:33:20.039110 [ 254 ] {3d19f550-4e3b-4990-912c-8e0194a46ccc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1397 | 2025.02.21 14:33:20.039273 [ 254 ] {3d19f550-4e3b-4990-912c-8e0194a46ccc} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1398 | 2025.02.21 14:33:20.039373 [ 287 ] {3d19f550-4e3b-4990-912c-8e0194a46ccc} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1399 | 2025.02.21 14:33:20.039392 [ 286 ] {3d19f550-4e3b-4990-912c-8e0194a46ccc} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1400 | 2025.02.21 14:33:20.039494 [ 254 ] {3d19f550-4e3b-4990-912c-8e0194a46ccc} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1401 | 2025.02.21 14:33:20.039523 [ 254 ] {3d19f550-4e3b-4990-912c-8e0194a46ccc} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1402 | 2025.02.21 14:33:20.039576 [ 254 ] {3d19f550-4e3b-4990-912c-8e0194a46ccc} <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', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1403 | 2025.02.21 14:33:20.039603 [ 254 ] {3d19f550-4e3b-4990-912c-8e0194a46ccc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1404 | 2025.02.21 14:33:20.040209 [ 254 ] {3d19f550-4e3b-4990-912c-8e0194a46ccc} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001981 sec., 9086.320040383644 rows/sec., 371.70 KiB/sec. | ||
| 1405 | 2025.02.21 14:33:20.040337 [ 254 ] {3d19f550-4e3b-4990-912c-8e0194a46ccc} <Debug> TCPHandler: Processed in 0.002285019 sec. | ||
| 1406 | 2025.02.21 14:33:20.040695 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1407 | 2025.02.21 14:33:20.040890 [ 3 ] {677fe03b-388d-44e9-916e-702c172a6826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) 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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1408 | 2025.02.21 14:33:20.041236 [ 3 ] {677fe03b-388d-44e9-916e-702c172a6826} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1409 | 2025.02.21 14:33:20.041286 [ 3 ] {677fe03b-388d-44e9-916e-702c172a6826} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1410 | 2025.02.21 14:33:20.041600 [ 3 ] {677fe03b-388d-44e9-916e-702c172a6826} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1411 | 2025.02.21 14:33:20.041673 [ 3 ] {677fe03b-388d-44e9-916e-702c172a6826} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1412 | 2025.02.21 14:33:20.041832 [ 3 ] {677fe03b-388d-44e9-916e-702c172a6826} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1413 | 2025.02.21 14:33:20.041920 [ 287 ] {677fe03b-388d-44e9-916e-702c172a6826} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1414 | 2025.02.21 14:33:20.041937 [ 286 ] {677fe03b-388d-44e9-916e-702c172a6826} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1415 | 2025.02.21 14:33:20.042033 [ 3 ] {677fe03b-388d-44e9-916e-702c172a6826} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1416 | 2025.02.21 14:33:20.042062 [ 3 ] {677fe03b-388d-44e9-916e-702c172a6826} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1417 | 2025.02.21 14:33:20.042111 [ 3 ] {677fe03b-388d-44e9-916e-702c172a6826} <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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1418 | 2025.02.21 14:33:20.042137 [ 3 ] {677fe03b-388d-44e9-916e-702c172a6826} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1419 | 2025.02.21 14:33:20.042757 [ 3 ] {677fe03b-388d-44e9-916e-702c172a6826} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001959 sec., 9188.361408882083 rows/sec., 375.87 KiB/sec. | ||
| 1420 | 2025.02.21 14:33:20.042881 [ 3 ] {677fe03b-388d-44e9-916e-702c172a6826} <Debug> TCPHandler: Processed in 0.002246027 sec. | ||
| 1421 | 2025.02.21 14:33:20.043163 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1422 | 2025.02.21 14:33:20.043352 [ 254 ] {432d7d5e-73f8-4606-9509-932b69f2a0f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) 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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1423 | 2025.02.21 14:33:20.043691 [ 254 ] {432d7d5e-73f8-4606-9509-932b69f2a0f1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1424 | 2025.02.21 14:33:20.043741 [ 254 ] {432d7d5e-73f8-4606-9509-932b69f2a0f1} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1425 | 2025.02.21 14:33:20.044048 [ 254 ] {432d7d5e-73f8-4606-9509-932b69f2a0f1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1426 | 2025.02.21 14:33:20.044115 [ 254 ] {432d7d5e-73f8-4606-9509-932b69f2a0f1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1427 | 2025.02.21 14:33:20.044268 [ 254 ] {432d7d5e-73f8-4606-9509-932b69f2a0f1} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1428 | 2025.02.21 14:33:20.044392 [ 286 ] {432d7d5e-73f8-4606-9509-932b69f2a0f1} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1429 | 2025.02.21 14:33:20.044392 [ 287 ] {432d7d5e-73f8-4606-9509-932b69f2a0f1} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1430 | 2025.02.21 14:33:20.044506 [ 254 ] {432d7d5e-73f8-4606-9509-932b69f2a0f1} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1431 | 2025.02.21 14:33:20.044534 [ 254 ] {432d7d5e-73f8-4606-9509-932b69f2a0f1} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1432 | 2025.02.21 14:33:20.044586 [ 254 ] {432d7d5e-73f8-4606-9509-932b69f2a0f1} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1433 | 2025.02.21 14:33:20.044611 [ 254 ] {432d7d5e-73f8-4606-9509-932b69f2a0f1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1434 | 2025.02.21 14:33:20.045200 [ 254 ] {432d7d5e-73f8-4606-9509-932b69f2a0f1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00194 sec., 9278.350515463917 rows/sec., 379.55 KiB/sec. | ||
| 1435 | 2025.02.21 14:33:20.045322 [ 254 ] {432d7d5e-73f8-4606-9509-932b69f2a0f1} <Debug> TCPHandler: Processed in 0.002217246 sec. | ||
| 1436 | 2025.02.21 14:33:20.045580 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1437 | 2025.02.21 14:33:20.045767 [ 3 ] {0be55c15-7532-47c9-897b-6938b52300a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) 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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1438 | 2025.02.21 14:33:20.046103 [ 3 ] {0be55c15-7532-47c9-897b-6938b52300a1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1439 | 2025.02.21 14:33:20.046150 [ 3 ] {0be55c15-7532-47c9-897b-6938b52300a1} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1440 | 2025.02.21 14:33:20.046459 [ 3 ] {0be55c15-7532-47c9-897b-6938b52300a1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1441 | 2025.02.21 14:33:20.046527 [ 3 ] {0be55c15-7532-47c9-897b-6938b52300a1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1442 | 2025.02.21 14:33:20.046682 [ 3 ] {0be55c15-7532-47c9-897b-6938b52300a1} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1443 | 2025.02.21 14:33:20.046761 [ 287 ] {0be55c15-7532-47c9-897b-6938b52300a1} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1444 | 2025.02.21 14:33:20.046783 [ 286 ] {0be55c15-7532-47c9-897b-6938b52300a1} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1445 | 2025.02.21 14:33:20.046880 [ 3 ] {0be55c15-7532-47c9-897b-6938b52300a1} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1446 | 2025.02.21 14:33:20.046909 [ 3 ] {0be55c15-7532-47c9-897b-6938b52300a1} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1447 | 2025.02.21 14:33:20.046958 [ 3 ] {0be55c15-7532-47c9-897b-6938b52300a1} <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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1448 | 2025.02.21 14:33:20.046982 [ 3 ] {0be55c15-7532-47c9-897b-6938b52300a1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1449 | 2025.02.21 14:33:20.047640 [ 3 ] {0be55c15-7532-47c9-897b-6938b52300a1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001963 sec., 9169.638308711157 rows/sec., 375.10 KiB/sec. | ||
| 1450 | 2025.02.21 14:33:20.047757 [ 3 ] {0be55c15-7532-47c9-897b-6938b52300a1} <Debug> TCPHandler: Processed in 0.002236077 sec. | ||
| 1451 | 2025.02.21 14:33:20.048070 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1452 | 2025.02.21 14:33:20.048263 [ 254 ] {0dc246e7-f400-408f-b390-20df00980a42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1453 | 2025.02.21 14:33:20.048610 [ 254 ] {0dc246e7-f400-408f-b390-20df00980a42} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1454 | 2025.02.21 14:33:20.048660 [ 254 ] {0dc246e7-f400-408f-b390-20df00980a42} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1455 | 2025.02.21 14:33:20.048974 [ 254 ] {0dc246e7-f400-408f-b390-20df00980a42} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1456 | 2025.02.21 14:33:20.049042 [ 254 ] {0dc246e7-f400-408f-b390-20df00980a42} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1457 | 2025.02.21 14:33:20.049193 [ 254 ] {0dc246e7-f400-408f-b390-20df00980a42} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1458 | 2025.02.21 14:33:20.049283 [ 287 ] {0dc246e7-f400-408f-b390-20df00980a42} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1459 | 2025.02.21 14:33:20.049305 [ 286 ] {0dc246e7-f400-408f-b390-20df00980a42} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1460 | 2025.02.21 14:33:20.049406 [ 254 ] {0dc246e7-f400-408f-b390-20df00980a42} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1461 | 2025.02.21 14:33:20.049433 [ 254 ] {0dc246e7-f400-408f-b390-20df00980a42} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1462 | 2025.02.21 14:33:20.049484 [ 254 ] {0dc246e7-f400-408f-b390-20df00980a42} <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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1463 | 2025.02.21 14:33:20.049510 [ 254 ] {0dc246e7-f400-408f-b390-20df00980a42} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1464 | 2025.02.21 14:33:20.050071 [ 254 ] {0dc246e7-f400-408f-b390-20df00980a42} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001898 sec., 9483.667017913593 rows/sec., 387.95 KiB/sec. | ||
| 1465 | 2025.02.21 14:33:20.050193 [ 254 ] {0dc246e7-f400-408f-b390-20df00980a42} <Debug> TCPHandler: Processed in 0.002193496 sec. | ||
| 1466 | 2025.02.21 14:33:20.136109 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1467 | 2025.02.21 14:33:20.136287 [ 3 ] {d7d624c9-9410-4d9a-80bb-f94377352add} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1468 | 2025.02.21 14:33:20.136363 [ 3 ] {d7d624c9-9410-4d9a-80bb-f94377352add} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1469 | 2025.02.21 14:33:20.137248 [ 3 ] {d7d624c9-9410-4d9a-80bb-f94377352add} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1470 | 2025.02.21 14:33:20.137303 [ 3 ] {d7d624c9-9410-4d9a-80bb-f94377352add} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1471 | 2025.02.21 14:33:20.137855 [ 3 ] {d7d624c9-9410-4d9a-80bb-f94377352add} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1472 | 2025.02.21 14:33:20.138093 [ 3 ] {d7d624c9-9410-4d9a-80bb-f94377352add} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1473 | 2025.02.21 14:33:20.138362 [ 3 ] {d7d624c9-9410-4d9a-80bb-f94377352add} <Debug> executeQuery: Read 12 rows, 4.18 KiB in 0.002118 sec., 5665.7223796033995 rows/sec., 1.93 MiB/sec. | ||
| 1474 | 2025.02.21 14:33:20.138450 [ 3 ] {d7d624c9-9410-4d9a-80bb-f94377352add} <Debug> TCPHandler: Processed in 0.002451264 sec. | ||
| 1475 | 2025.02.21 14:33:20.138709 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1476 | 2025.02.21 14:33:20.138893 [ 254 ] {50b173d3-e47f-4831-85e9-89f885115e41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1477 | 2025.02.21 14:33:20.138968 [ 254 ] {50b173d3-e47f-4831-85e9-89f885115e41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1478 | 2025.02.21 14:33:20.140319 [ 254 ] {50b173d3-e47f-4831-85e9-89f885115e41} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1479 | 2025.02.21 14:33:20.140370 [ 254 ] {50b173d3-e47f-4831-85e9-89f885115e41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1480 | 2025.02.21 14:33:20.140825 [ 254 ] {50b173d3-e47f-4831-85e9-89f885115e41} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1481 | 2025.02.21 14:33:20.141076 [ 254 ] {50b173d3-e47f-4831-85e9-89f885115e41} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1482 | 2025.02.21 14:33:20.141364 [ 254 ] {50b173d3-e47f-4831-85e9-89f885115e41} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002504 sec., 9584.664536741213 rows/sec., 814.32 KiB/sec. | ||
| 1483 | 2025.02.21 14:33:20.141449 [ 254 ] {50b173d3-e47f-4831-85e9-89f885115e41} <Debug> TCPHandler: Processed in 0.002865606 sec. | ||
| 1484 | 2025.02.21 14:33:20.141598 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1485 | 2025.02.21 14:33:20.141727 [ 3 ] {d7deabe5-2f23-4d4c-9f69-9637a6edb065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1486 | 2025.02.21 14:33:20.141781 [ 3 ] {d7deabe5-2f23-4d4c-9f69-9637a6edb065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1487 | 2025.02.21 14:33:20.143056 [ 3 ] {d7deabe5-2f23-4d4c-9f69-9637a6edb065} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1488 | 2025.02.21 14:33:20.143100 [ 3 ] {d7deabe5-2f23-4d4c-9f69-9637a6edb065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1489 | 2025.02.21 14:33:20.143594 [ 3 ] {d7deabe5-2f23-4d4c-9f69-9637a6edb065} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1490 | 2025.02.21 14:33:20.143846 [ 3 ] {d7deabe5-2f23-4d4c-9f69-9637a6edb065} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1491 | 2025.02.21 14:33:20.144028 [ 3 ] {d7deabe5-2f23-4d4c-9f69-9637a6edb065} <Debug> executeQuery: Read 1332 rows, 113.52 KiB in 0.002329 sec., 571919.2786603692 rows/sec., 47.60 MiB/sec. | ||
| 1492 | 2025.02.21 14:33:20.144138 [ 3 ] {d7deabe5-2f23-4d4c-9f69-9637a6edb065} <Debug> TCPHandler: Processed in 0.002596068 sec. | ||
| 1493 | 2025.02.21 14:33:20.144325 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1494 | 2025.02.21 14:33:20.144499 [ 254 ] {765fe418-a435-4b68-934b-8b2526c549ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1495 | 2025.02.21 14:33:20.144577 [ 254 ] {765fe418-a435-4b68-934b-8b2526c549ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1496 | 2025.02.21 14:33:20.145327 [ 254 ] {765fe418-a435-4b68-934b-8b2526c549ad} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1497 | 2025.02.21 14:33:20.145367 [ 254 ] {765fe418-a435-4b68-934b-8b2526c549ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1498 | 2025.02.21 14:33:20.145766 [ 254 ] {765fe418-a435-4b68-934b-8b2526c549ad} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1499 | 2025.02.21 14:33:20.146013 [ 254 ] {765fe418-a435-4b68-934b-8b2526c549ad} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1500 | 2025.02.21 14:33:20.146223 [ 254 ] {765fe418-a435-4b68-934b-8b2526c549ad} <Debug> executeQuery: Read 20 rows, 1.56 KiB in 0.001764 sec., 11337.868480725623 rows/sec., 885.77 KiB/sec. | ||
| 1501 | 2025.02.21 14:33:20.146280 [ 254 ] {765fe418-a435-4b68-934b-8b2526c549ad} <Debug> TCPHandler: Processed in 0.002036101 sec. | ||
| 1502 | 2025.02.21 14:33:20.146461 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1503 | 2025.02.21 14:33:20.146585 [ 3 ] {493ca4e0-8848-4416-bc15-8964eea2dac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1504 | 2025.02.21 14:33:20.146638 [ 3 ] {493ca4e0-8848-4416-bc15-8964eea2dac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1505 | 2025.02.21 14:33:20.147335 [ 3 ] {493ca4e0-8848-4416-bc15-8964eea2dac0} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1506 | 2025.02.21 14:33:20.147376 [ 3 ] {493ca4e0-8848-4416-bc15-8964eea2dac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1507 | 2025.02.21 14:33:20.147763 [ 3 ] {493ca4e0-8848-4416-bc15-8964eea2dac0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1508 | 2025.02.21 14:33:20.148030 [ 3 ] {493ca4e0-8848-4416-bc15-8964eea2dac0} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1509 | 2025.02.21 14:33:20.148325 [ 3 ] {493ca4e0-8848-4416-bc15-8964eea2dac0} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.00175 sec., 144000 rows/sec., 9.96 MiB/sec. | ||
| 1510 | 2025.02.21 14:33:20.148410 [ 3 ] {493ca4e0-8848-4416-bc15-8964eea2dac0} <Debug> TCPHandler: Processed in 0.00201162 sec. | ||
| 1511 | 2025.02.21 14:33:20.148578 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1512 | 2025.02.21 14:33:20.148702 [ 254 ] {1fea19c1-5a1b-498e-94cc-cfe89e359f0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1513 | 2025.02.21 14:33:20.148756 [ 254 ] {1fea19c1-5a1b-498e-94cc-cfe89e359f0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1514 | 2025.02.21 14:33:20.149363 [ 254 ] {1fea19c1-5a1b-498e-94cc-cfe89e359f0e} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1515 | 2025.02.21 14:33:20.149403 [ 254 ] {1fea19c1-5a1b-498e-94cc-cfe89e359f0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1516 | 2025.02.21 14:33:20.149768 [ 254 ] {1fea19c1-5a1b-498e-94cc-cfe89e359f0e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1517 | 2025.02.21 14:33:20.150017 [ 254 ] {1fea19c1-5a1b-498e-94cc-cfe89e359f0e} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1518 | 2025.02.21 14:33:20.150228 [ 254 ] {1fea19c1-5a1b-498e-94cc-cfe89e359f0e} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001553 sec., 7726.980038634901 rows/sec., 603.67 KiB/sec. | ||
| 1519 | 2025.02.21 14:33:20.150286 [ 254 ] {1fea19c1-5a1b-498e-94cc-cfe89e359f0e} <Debug> TCPHandler: Processed in 0.001767483 sec. | ||
| 1520 | 2025.02.21 14:33:20.150453 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1521 | 2025.02.21 14:33:20.150595 [ 3 ] {a90d27ce-fe23-4619-9d7b-097c4579645f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1522 | 2025.02.21 14:33:20.150654 [ 3 ] {a90d27ce-fe23-4619-9d7b-097c4579645f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1523 | 2025.02.21 14:33:20.151528 [ 3 ] {a90d27ce-fe23-4619-9d7b-097c4579645f} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1524 | 2025.02.21 14:33:20.151569 [ 3 ] {a90d27ce-fe23-4619-9d7b-097c4579645f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1525 | 2025.02.21 14:33:20.151959 [ 3 ] {a90d27ce-fe23-4619-9d7b-097c4579645f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1526 | 2025.02.21 14:33:20.152205 [ 3 ] {a90d27ce-fe23-4619-9d7b-097c4579645f} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1527 | 2025.02.21 14:33:20.152423 [ 3 ] {a90d27ce-fe23-4619-9d7b-097c4579645f} <Debug> executeQuery: Read 564 rows, 43.30 KiB in 0.00186 sec., 303225.8064516129 rows/sec., 22.74 MiB/sec. | ||
| 1528 | 2025.02.21 14:33:20.152480 [ 3 ] {a90d27ce-fe23-4619-9d7b-097c4579645f} <Debug> TCPHandler: Processed in 0.002094453 sec. | ||
| 1529 | 2025.02.21 14:33:20.152630 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1530 | 2025.02.21 14:33:20.152750 [ 254 ] {2a0a6e46-ec0b-478f-a15d-201934feefc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1531 | 2025.02.21 14:33:20.152807 [ 254 ] {2a0a6e46-ec0b-478f-a15d-201934feefc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1532 | 2025.02.21 14:33:20.154355 [ 254 ] {2a0a6e46-ec0b-478f-a15d-201934feefc2} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1533 | 2025.02.21 14:33:20.154394 [ 254 ] {2a0a6e46-ec0b-478f-a15d-201934feefc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1534 | 2025.02.21 14:33:20.155022 [ 254 ] {2a0a6e46-ec0b-478f-a15d-201934feefc2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1535 | 2025.02.21 14:33:20.155272 [ 254 ] {2a0a6e46-ec0b-478f-a15d-201934feefc2} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1536 | 2025.02.21 14:33:20.155473 [ 254 ] {2a0a6e46-ec0b-478f-a15d-201934feefc2} <Debug> executeQuery: Read 2576 rows, 178.83 KiB in 0.00275 sec., 936727.2727272728 rows/sec., 63.50 MiB/sec. | ||
| 1537 | 2025.02.21 14:33:20.155539 [ 254 ] {2a0a6e46-ec0b-478f-a15d-201934feefc2} <Debug> TCPHandler: Processed in 0.002965378 sec. | ||
| 1538 | 2025.02.21 14:33:20.155694 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1539 | 2025.02.21 14:33:20.155816 [ 3 ] {f5541203-67b2-4f9a-8477-25d5e9eed7aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1540 | 2025.02.21 14:33:20.155901 [ 3 ] {f5541203-67b2-4f9a-8477-25d5e9eed7aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1541 | 2025.02.21 14:33:20.157015 [ 3 ] {f5541203-67b2-4f9a-8477-25d5e9eed7aa} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1542 | 2025.02.21 14:33:20.157056 [ 3 ] {f5541203-67b2-4f9a-8477-25d5e9eed7aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1543 | 2025.02.21 14:33:20.157676 [ 3 ] {f5541203-67b2-4f9a-8477-25d5e9eed7aa} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1544 | 2025.02.21 14:33:20.157933 [ 3 ] {f5541203-67b2-4f9a-8477-25d5e9eed7aa} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1545 | 2025.02.21 14:33:20.158193 [ 3 ] {f5541203-67b2-4f9a-8477-25d5e9eed7aa} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002402 sec., 3330.5578684429643 rows/sec., 5.97 MiB/sec. | ||
| 1546 | 2025.02.21 14:33:20.158307 [ 3 ] {f5541203-67b2-4f9a-8477-25d5e9eed7aa} <Debug> TCPHandler: Processed in 0.00267055 sec. | ||
| 1547 | 2025.02.21 14:33:20.158463 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1548 | 2025.02.21 14:33:20.158589 [ 254 ] {24d30c2e-021f-40cf-bcb9-d961900683cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1549 | 2025.02.21 14:33:20.158643 [ 254 ] {24d30c2e-021f-40cf-bcb9-d961900683cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1550 | 2025.02.21 14:33:20.159153 [ 254 ] {24d30c2e-021f-40cf-bcb9-d961900683cb} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1551 | 2025.02.21 14:33:20.159195 [ 254 ] {24d30c2e-021f-40cf-bcb9-d961900683cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 1552 | 2025.02.21 14:33:20.159577 [ 254 ] {24d30c2e-021f-40cf-bcb9-d961900683cb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1553 | 2025.02.21 14:33:20.159825 [ 254 ] {24d30c2e-021f-40cf-bcb9-d961900683cb} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1554 | 2025.02.21 14:33:20.160100 [ 254 ] {24d30c2e-021f-40cf-bcb9-d961900683cb} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.00152 sec., 7894.736842105262 rows/sec., 544.82 KiB/sec. | ||
| 1555 | 2025.02.21 14:33:20.160235 [ 254 ] {24d30c2e-021f-40cf-bcb9-d961900683cb} <Debug> TCPHandler: Processed in 0.001828505 sec. | ||
| 1556 | 2025.02.21 14:33:22.307338 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 230 | ||
| 1557 | 2025.02.21 14:33:22.311046 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1558 | 2025.02.21 14:33:22.311102 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1559 | 2025.02.21 14:33:22.312660 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1560 | 2025.02.21 14:33:22.312969 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1561 | 2025.02.21 14:33:22.313570 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 230 | ||
| 1562 | 2025.02.21 14:33:24.210833 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1563 | 2025.02.21 14:33:24.211028 [ 3 ] {ecbaae29-d2a0-4dd9-b663-5387e522d595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1564 | 2025.02.21 14:33:24.211112 [ 3 ] {ecbaae29-d2a0-4dd9-b663-5387e522d595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1565 | 2025.02.21 14:33:24.212113 [ 3 ] {ecbaae29-d2a0-4dd9-b663-5387e522d595} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1566 | 2025.02.21 14:33:24.212172 [ 3 ] {ecbaae29-d2a0-4dd9-b663-5387e522d595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1567 | 2025.02.21 14:33:24.212733 [ 3 ] {ecbaae29-d2a0-4dd9-b663-5387e522d595} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1568 | 2025.02.21 14:33:24.213073 [ 3 ] {ecbaae29-d2a0-4dd9-b663-5387e522d595} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1569 | 2025.02.21 14:33:24.213378 [ 3 ] {ecbaae29-d2a0-4dd9-b663-5387e522d595} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002392 sec., 23411.371237458192 rows/sec., 1.79 MiB/sec. | ||
| 1570 | 2025.02.21 14:33:24.213566 [ 3 ] {ecbaae29-d2a0-4dd9-b663-5387e522d595} <Debug> TCPHandler: Processed in 0.002868196 sec. | ||
| 1571 | 2025.02.21 14:33:24.213858 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1572 | 2025.02.21 14:33:24.214073 [ 254 ] {5b09b8e2-ef00-46d5-bed4-d53d34959bfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1573 | 2025.02.21 14:33:24.214154 [ 254 ] {5b09b8e2-ef00-46d5-bed4-d53d34959bfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1574 | 2025.02.21 14:33:24.215000 [ 254 ] {5b09b8e2-ef00-46d5-bed4-d53d34959bfb} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1575 | 2025.02.21 14:33:24.215050 [ 254 ] {5b09b8e2-ef00-46d5-bed4-d53d34959bfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1576 | 2025.02.21 14:33:24.215508 [ 254 ] {5b09b8e2-ef00-46d5-bed4-d53d34959bfb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1577 | 2025.02.21 14:33:24.215774 [ 254 ] {5b09b8e2-ef00-46d5-bed4-d53d34959bfb} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1578 | 2025.02.21 14:33:24.216019 [ 254 ] {5b09b8e2-ef00-46d5-bed4-d53d34959bfb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002005 sec., 31920.199501246887 rows/sec., 2.49 MiB/sec. | ||
| 1579 | 2025.02.21 14:33:24.216086 [ 254 ] {5b09b8e2-ef00-46d5-bed4-d53d34959bfb} <Debug> TCPHandler: Processed in 0.00236789 sec. | ||
| 1580 | 2025.02.21 14:33:24.216261 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1581 | 2025.02.21 14:33:24.216403 [ 3 ] {25ec8ef7-e976-47b9-9475-7a8ace7bcee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1582 | 2025.02.21 14:33:24.216468 [ 3 ] {25ec8ef7-e976-47b9-9475-7a8ace7bcee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1583 | 2025.02.21 14:33:24.217096 [ 3 ] {25ec8ef7-e976-47b9-9475-7a8ace7bcee2} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1584 | 2025.02.21 14:33:24.217138 [ 3 ] {25ec8ef7-e976-47b9-9475-7a8ace7bcee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1585 | 2025.02.21 14:33:24.217574 [ 3 ] {25ec8ef7-e976-47b9-9475-7a8ace7bcee2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1586 | 2025.02.21 14:33:24.217844 [ 3 ] {25ec8ef7-e976-47b9-9475-7a8ace7bcee2} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1587 | 2025.02.21 14:33:24.218044 [ 3 ] {25ec8ef7-e976-47b9-9475-7a8ace7bcee2} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001674 sec., 76463.56033452808 rows/sec., 5.33 MiB/sec. | ||
| 1588 | 2025.02.21 14:33:24.218114 [ 3 ] {25ec8ef7-e976-47b9-9475-7a8ace7bcee2} <Debug> TCPHandler: Processed in 0.001919647 sec. | ||
| 1589 | 2025.02.21 14:33:24.218308 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1590 | 2025.02.21 14:33:24.218441 [ 254 ] {8747c602-e114-40ff-8717-676f50f5164d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1591 | 2025.02.21 14:33:24.218498 [ 254 ] {8747c602-e114-40ff-8717-676f50f5164d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1592 | 2025.02.21 14:33:24.219034 [ 254 ] {8747c602-e114-40ff-8717-676f50f5164d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1593 | 2025.02.21 14:33:24.219089 [ 254 ] {8747c602-e114-40ff-8717-676f50f5164d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1594 | 2025.02.21 14:33:24.219492 [ 254 ] {8747c602-e114-40ff-8717-676f50f5164d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1595 | 2025.02.21 14:33:24.219740 [ 254 ] {8747c602-e114-40ff-8717-676f50f5164d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1596 | 2025.02.21 14:33:24.219959 [ 254 ] {8747c602-e114-40ff-8717-676f50f5164d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00155 sec., 30967.74193548387 rows/sec., 2.09 MiB/sec. | ||
| 1597 | 2025.02.21 14:33:24.220021 [ 254 ] {8747c602-e114-40ff-8717-676f50f5164d} <Debug> TCPHandler: Processed in 0.001775863 sec. | ||
| 1598 | 2025.02.21 14:33:24.812346 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1599 | 2025.02.21 14:33:24.812977 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1600 | 2025.02.21 14:33:24.813024 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1601 | 2025.02.21 14:33:24.813573 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1602 | 2025.02.21 14:33:24.813841 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1603 | 2025.02.21 14:33:24.814038 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1604 | 2025.02.21 14:33:25.011689 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1605 | 2025.02.21 14:33:25.030986 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1606 | 2025.02.21 14:33:25.031060 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1607 | 2025.02.21 14:33:25.038396 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1608 | 2025.02.21 14:33:25.039187 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1609 | 2025.02.21 14:33:25.042530 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1610 | 2025.02.21 14:33:26.000283 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.19 MiB, peak 169.05 MiB, free memory in arenas 0.00 B, will set to 165.40 MiB (RSS), difference: 1.21 MiB | ||
| 1611 | 2025.02.21 14:33:29.212684 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1612 | 2025.02.21 14:33:29.213011 [ 3 ] {28d0c6f8-7406-49cb-84b8-2d44981f8f07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1613 | 2025.02.21 14:33:29.213128 [ 3 ] {28d0c6f8-7406-49cb-84b8-2d44981f8f07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1614 | 2025.02.21 14:33:29.214002 [ 3 ] {28d0c6f8-7406-49cb-84b8-2d44981f8f07} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1615 | 2025.02.21 14:33:29.214047 [ 3 ] {28d0c6f8-7406-49cb-84b8-2d44981f8f07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1616 | 2025.02.21 14:33:29.214481 [ 3 ] {28d0c6f8-7406-49cb-84b8-2d44981f8f07} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1617 | 2025.02.21 14:33:29.214737 [ 3 ] {28d0c6f8-7406-49cb-84b8-2d44981f8f07} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1618 | 2025.02.21 14:33:29.214942 [ 3 ] {28d0c6f8-7406-49cb-84b8-2d44981f8f07} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002017 sec., 27764.005949429844 rows/sec., 2.12 MiB/sec. | ||
| 1619 | 2025.02.21 14:33:29.215004 [ 3 ] {28d0c6f8-7406-49cb-84b8-2d44981f8f07} <Debug> TCPHandler: Processed in 0.002508906 sec. | ||
| 1620 | 2025.02.21 14:33:29.215285 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1621 | 2025.02.21 14:33:29.215490 [ 254 ] {3de59d29-86fa-4f99-bd7e-637debfaec93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1622 | 2025.02.21 14:33:29.215571 [ 254 ] {3de59d29-86fa-4f99-bd7e-637debfaec93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1623 | 2025.02.21 14:33:29.216434 [ 254 ] {3de59d29-86fa-4f99-bd7e-637debfaec93} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1624 | 2025.02.21 14:33:29.216484 [ 254 ] {3de59d29-86fa-4f99-bd7e-637debfaec93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1625 | 2025.02.21 14:33:29.216914 [ 254 ] {3de59d29-86fa-4f99-bd7e-637debfaec93} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1626 | 2025.02.21 14:33:29.217168 [ 254 ] {3de59d29-86fa-4f99-bd7e-637debfaec93} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1627 | 2025.02.21 14:33:29.217405 [ 254 ] {3de59d29-86fa-4f99-bd7e-637debfaec93} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001973 sec., 32437.91180942727 rows/sec., 2.53 MiB/sec. | ||
| 1628 | 2025.02.21 14:33:29.217471 [ 254 ] {3de59d29-86fa-4f99-bd7e-637debfaec93} <Debug> TCPHandler: Processed in 0.002327379 sec. | ||
| 1629 | 2025.02.21 14:33:29.217674 [ 3 ] {} <Trace> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1630 | 2025.02.21 14:33:29.217899 [ 3 ] {a809590d-b46f-4688-9b4d-4bbcd0b8774e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62925) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1631 | 2025.02.21 14:33:29.218001 [ 3 ] {a809590d-b46f-4688-9b4d-4bbcd0b8774e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1632 | 2025.02.21 14:33:29.218777 [ 3 ] {a809590d-b46f-4688-9b4d-4bbcd0b8774e} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1633 | 2025.02.21 14:33:29.218815 [ 3 ] {a809590d-b46f-4688-9b4d-4bbcd0b8774e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1634 | 2025.02.21 14:33:29.219223 [ 3 ] {a809590d-b46f-4688-9b4d-4bbcd0b8774e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1635 | 2025.02.21 14:33:29.219467 [ 3 ] {a809590d-b46f-4688-9b4d-4bbcd0b8774e} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1636 | 2025.02.21 14:33:29.219653 [ 3 ] {a809590d-b46f-4688-9b4d-4bbcd0b8774e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001809 sec., 88446.65561083471 rows/sec., 6.16 MiB/sec. | ||
| 1637 | 2025.02.21 14:33:29.219706 [ 3 ] {a809590d-b46f-4688-9b4d-4bbcd0b8774e} <Debug> TCPHandler: Processed in 0.002141734 sec. | ||
| 1638 | 2025.02.21 14:33:29.219853 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1639 | 2025.02.21 14:33:29.219998 [ 254 ] {f6769911-82af-4f8e-93eb-60109d041ebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1640 | 2025.02.21 14:33:29.220060 [ 254 ] {f6769911-82af-4f8e-93eb-60109d041ebe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1641 | 2025.02.21 14:33:29.220618 [ 254 ] {f6769911-82af-4f8e-93eb-60109d041ebe} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1642 | 2025.02.21 14:33:29.220659 [ 254 ] {f6769911-82af-4f8e-93eb-60109d041ebe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1643 | 2025.02.21 14:33:29.221037 [ 254 ] {f6769911-82af-4f8e-93eb-60109d041ebe} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1644 | 2025.02.21 14:33:29.221279 [ 254 ] {f6769911-82af-4f8e-93eb-60109d041ebe} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1645 | 2025.02.21 14:33:29.221488 [ 254 ] {f6769911-82af-4f8e-93eb-60109d041ebe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001524 sec., 39370.07874015748 rows/sec., 2.65 MiB/sec. | ||
| 1646 | 2025.02.21 14:33:29.221543 [ 254 ] {f6769911-82af-4f8e-93eb-60109d041ebe} <Debug> TCPHandler: Processed in 0.001756602 sec. | ||
| 1647 | 2025.02.21 14:33:32.230046 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1648 | 2025.02.21 14:33:32.230148 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1649 | 2025.02.21 14:33:32.314728 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 246 | ||
| 1650 | 2025.02.21 14:33:32.315034 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1651 | 2025.02.21 14:33:32.317534 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1652 | 2025.02.21 14:33:32.317630 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1653 | 2025.02.21 14:33:32.319183 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1654 | 2025.02.21 14:33:32.319883 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1655 | 2025.02.21 14:33:32.320511 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1656 | 2025.02.21 14:33:32.321583 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1657 | 2025.02.21 14:33:32.321643 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1658 | 2025.02.21 14:33:32.323114 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1659 | 2025.02.21 14:33:32.323421 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1660 | 2025.02.21 14:33:32.324430 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 246 | ||
| 1661 | 2025.02.21 14:33:32.543487 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1662 | 2025.02.21 14:33:32.562181 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1663 | 2025.02.21 14:33:32.562229 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1664 | 2025.02.21 14:33:32.569007 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1665 | 2025.02.21 14:33:32.569763 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1666 | 2025.02.21 14:33:32.572280 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1667 | 2025.02.21 14:33:33.561479 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1668 | 2025.02.21 14:33:33.561612 [ 3 ] {} <Debug> TCP-Session: 0a1e4615-f114-470c-a169-58377d526d55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1669 | 2025.02.21 14:33:34.001152 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.69 MiB, peak 169.96 MiB, free memory in arenas 0.00 B, will set to 165.75 MiB (RSS), difference: 2.06 MiB | ||
| 1670 | 2025.02.21 14:33:34.208175 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1671 | 2025.02.21 14:33:34.208475 [ 254 ] {668ff652-291e-4a9f-ab0b-09fbc062f42a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) 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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1672 | 2025.02.21 14:33:34.208897 [ 254 ] {668ff652-291e-4a9f-ab0b-09fbc062f42a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1673 | 2025.02.21 14:33:34.208948 [ 254 ] {668ff652-291e-4a9f-ab0b-09fbc062f42a} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1674 | 2025.02.21 14:33:34.209305 [ 254 ] {668ff652-291e-4a9f-ab0b-09fbc062f42a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1675 | 2025.02.21 14:33:34.209387 [ 254 ] {668ff652-291e-4a9f-ab0b-09fbc062f42a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1676 | 2025.02.21 14:33:34.209569 [ 254 ] {668ff652-291e-4a9f-ab0b-09fbc062f42a} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1677 | 2025.02.21 14:33:34.209902 [ 288 ] {668ff652-291e-4a9f-ab0b-09fbc062f42a} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1678 | 2025.02.21 14:33:34.209930 [ 286 ] {668ff652-291e-4a9f-ab0b-09fbc062f42a} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1679 | 2025.02.21 14:33:34.209916 [ 287 ] {668ff652-291e-4a9f-ab0b-09fbc062f42a} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1680 | 2025.02.21 14:33:34.210110 [ 254 ] {668ff652-291e-4a9f-ab0b-09fbc062f42a} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1681 | 2025.02.21 14:33:34.210144 [ 254 ] {668ff652-291e-4a9f-ab0b-09fbc062f42a} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1682 | 2025.02.21 14:33:34.214158 [ 254 ] {668ff652-291e-4a9f-ab0b-09fbc062f42a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1683 | 2025.02.21 14:33:34.214194 [ 254 ] {668ff652-291e-4a9f-ab0b-09fbc062f42a} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1684 | 2025.02.21 14:33:34.214261 [ 254 ] {668ff652-291e-4a9f-ab0b-09fbc062f42a} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1685 | 2025.02.21 14:33:34.214314 [ 254 ] {668ff652-291e-4a9f-ab0b-09fbc062f42a} <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', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1686 | 2025.02.21 14:33:34.215480 [ 254 ] {668ff652-291e-4a9f-ab0b-09fbc062f42a} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.007142 sec., 4200.504060487258 rows/sec., 176.11 KiB/sec. | ||
| 1687 | 2025.02.21 14:33:34.215656 [ 254 ] {668ff652-291e-4a9f-ab0b-09fbc062f42a} <Debug> TCPHandler: Processed in 0.007615808 sec. | ||
| 1688 | 2025.02.21 14:33:34.216142 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1689 | 2025.02.21 14:33:34.216379 [ 256 ] {b8fb14cb-e2a8-45e3-a895-5c1e7c0808d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1690 | 2025.02.21 14:33:34.216856 [ 256 ] {b8fb14cb-e2a8-45e3-a895-5c1e7c0808d9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1691 | 2025.02.21 14:33:34.216911 [ 256 ] {b8fb14cb-e2a8-45e3-a895-5c1e7c0808d9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1692 | 2025.02.21 14:33:34.217277 [ 256 ] {b8fb14cb-e2a8-45e3-a895-5c1e7c0808d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1693 | 2025.02.21 14:33:34.217359 [ 256 ] {b8fb14cb-e2a8-45e3-a895-5c1e7c0808d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1694 | 2025.02.21 14:33:34.217545 [ 256 ] {b8fb14cb-e2a8-45e3-a895-5c1e7c0808d9} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1695 | 2025.02.21 14:33:34.217629 [ 287 ] {b8fb14cb-e2a8-45e3-a895-5c1e7c0808d9} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1696 | 2025.02.21 14:33:34.217694 [ 288 ] {b8fb14cb-e2a8-45e3-a895-5c1e7c0808d9} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1697 | 2025.02.21 14:33:34.217713 [ 286 ] {b8fb14cb-e2a8-45e3-a895-5c1e7c0808d9} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1698 | 2025.02.21 14:33:34.217847 [ 256 ] {b8fb14cb-e2a8-45e3-a895-5c1e7c0808d9} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1699 | 2025.02.21 14:33:34.217881 [ 256 ] {b8fb14cb-e2a8-45e3-a895-5c1e7c0808d9} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1700 | 2025.02.21 14:33:34.217977 [ 256 ] {b8fb14cb-e2a8-45e3-a895-5c1e7c0808d9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1701 | 2025.02.21 14:33:34.218003 [ 256 ] {b8fb14cb-e2a8-45e3-a895-5c1e7c0808d9} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1702 | 2025.02.21 14:33:34.218050 [ 256 ] {b8fb14cb-e2a8-45e3-a895-5c1e7c0808d9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1703 | 2025.02.21 14:33:34.218103 [ 256 ] {b8fb14cb-e2a8-45e3-a895-5c1e7c0808d9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1704 | 2025.02.21 14:33:34.219194 [ 256 ] {b8fb14cb-e2a8-45e3-a895-5c1e7c0808d9} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.002929 sec., 10242.403550699897 rows/sec., 429.43 KiB/sec. | ||
| 1705 | 2025.02.21 14:33:34.219333 [ 256 ] {b8fb14cb-e2a8-45e3-a895-5c1e7c0808d9} <Debug> TCPHandler: Processed in 0.00334644 sec. | ||
| 1706 | 2025.02.21 14:33:34.219603 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1707 | 2025.02.21 14:33:34.219810 [ 254 ] {30bd6b2d-e78f-4ff5-96ca-a0aaa90bbff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1708 | 2025.02.21 14:33:34.220173 [ 254 ] {30bd6b2d-e78f-4ff5-96ca-a0aaa90bbff7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1709 | 2025.02.21 14:33:34.220223 [ 254 ] {30bd6b2d-e78f-4ff5-96ca-a0aaa90bbff7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1710 | 2025.02.21 14:33:34.220554 [ 254 ] {30bd6b2d-e78f-4ff5-96ca-a0aaa90bbff7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1711 | 2025.02.21 14:33:34.220623 [ 254 ] {30bd6b2d-e78f-4ff5-96ca-a0aaa90bbff7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1712 | 2025.02.21 14:33:34.220784 [ 254 ] {30bd6b2d-e78f-4ff5-96ca-a0aaa90bbff7} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1713 | 2025.02.21 14:33:34.220940 [ 288 ] {30bd6b2d-e78f-4ff5-96ca-a0aaa90bbff7} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1714 | 2025.02.21 14:33:34.220952 [ 287 ] {30bd6b2d-e78f-4ff5-96ca-a0aaa90bbff7} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1715 | 2025.02.21 14:33:34.220944 [ 286 ] {30bd6b2d-e78f-4ff5-96ca-a0aaa90bbff7} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1716 | 2025.02.21 14:33:34.221092 [ 254 ] {30bd6b2d-e78f-4ff5-96ca-a0aaa90bbff7} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1717 | 2025.02.21 14:33:34.221123 [ 254 ] {30bd6b2d-e78f-4ff5-96ca-a0aaa90bbff7} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1718 | 2025.02.21 14:33:34.221214 [ 254 ] {30bd6b2d-e78f-4ff5-96ca-a0aaa90bbff7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1719 | 2025.02.21 14:33:34.221237 [ 254 ] {30bd6b2d-e78f-4ff5-96ca-a0aaa90bbff7} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1720 | 2025.02.21 14:33:34.221281 [ 254 ] {30bd6b2d-e78f-4ff5-96ca-a0aaa90bbff7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1721 | 2025.02.21 14:33:34.221331 [ 254 ] {30bd6b2d-e78f-4ff5-96ca-a0aaa90bbff7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1722 | 2025.02.21 14:33:34.222148 [ 254 ] {30bd6b2d-e78f-4ff5-96ca-a0aaa90bbff7} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.002442 sec., 12285.012285012284 rows/sec., 515.07 KiB/sec. | ||
| 1723 | 2025.02.21 14:33:34.222309 [ 254 ] {30bd6b2d-e78f-4ff5-96ca-a0aaa90bbff7} <Debug> TCPHandler: Processed in 0.002771393 sec. | ||
| 1724 | 2025.02.21 14:33:34.223320 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1725 | 2025.02.21 14:33:34.223530 [ 256 ] {e30dee1e-990f-4a56-81f9-3097a9cc317b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1726 | 2025.02.21 14:33:34.223951 [ 256 ] {e30dee1e-990f-4a56-81f9-3097a9cc317b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1727 | 2025.02.21 14:33:34.224013 [ 256 ] {e30dee1e-990f-4a56-81f9-3097a9cc317b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1728 | 2025.02.21 14:33:34.224417 [ 256 ] {e30dee1e-990f-4a56-81f9-3097a9cc317b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1729 | 2025.02.21 14:33:34.224496 [ 256 ] {e30dee1e-990f-4a56-81f9-3097a9cc317b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1730 | 2025.02.21 14:33:34.224653 [ 256 ] {e30dee1e-990f-4a56-81f9-3097a9cc317b} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1731 | 2025.02.21 14:33:34.224791 [ 287 ] {e30dee1e-990f-4a56-81f9-3097a9cc317b} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1732 | 2025.02.21 14:33:34.224825 [ 286 ] {e30dee1e-990f-4a56-81f9-3097a9cc317b} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1733 | 2025.02.21 14:33:34.224835 [ 288 ] {e30dee1e-990f-4a56-81f9-3097a9cc317b} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1734 | 2025.02.21 14:33:34.224961 [ 256 ] {e30dee1e-990f-4a56-81f9-3097a9cc317b} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1735 | 2025.02.21 14:33:34.224989 [ 256 ] {e30dee1e-990f-4a56-81f9-3097a9cc317b} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1736 | 2025.02.21 14:33:34.225073 [ 256 ] {e30dee1e-990f-4a56-81f9-3097a9cc317b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1737 | 2025.02.21 14:33:34.225095 [ 256 ] {e30dee1e-990f-4a56-81f9-3097a9cc317b} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Reading approx. 30 rows with 2 streams | ||
| 1738 | 2025.02.21 14:33:34.225137 [ 256 ] {e30dee1e-990f-4a56-81f9-3097a9cc317b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1739 | 2025.02.21 14:33:34.225187 [ 256 ] {e30dee1e-990f-4a56-81f9-3097a9cc317b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 1740 | 2025.02.21 14:33:34.225973 [ 256 ] {e30dee1e-990f-4a56-81f9-3097a9cc317b} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.002552 sec., 11755.485893416928 rows/sec., 492.87 KiB/sec. | ||
| 1741 | 2025.02.21 14:33:34.226083 [ 256 ] {e30dee1e-990f-4a56-81f9-3097a9cc317b} <Debug> TCPHandler: Processed in 0.002824335 sec. | ||
| 1742 | 2025.02.21 14:33:34.232371 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1743 | 2025.02.21 14:33:34.232528 [ 254 ] {c6c259a8-a9c0-4575-a1aa-8f9f2dee7f5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1744 | 2025.02.21 14:33:34.232594 [ 254 ] {c6c259a8-a9c0-4575-a1aa-8f9f2dee7f5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1745 | 2025.02.21 14:33:34.233490 [ 254 ] {c6c259a8-a9c0-4575-a1aa-8f9f2dee7f5d} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1746 | 2025.02.21 14:33:34.233537 [ 254 ] {c6c259a8-a9c0-4575-a1aa-8f9f2dee7f5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1747 | 2025.02.21 14:33:34.234052 [ 254 ] {c6c259a8-a9c0-4575-a1aa-8f9f2dee7f5d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1748 | 2025.02.21 14:33:34.234284 [ 254 ] {c6c259a8-a9c0-4575-a1aa-8f9f2dee7f5d} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1749 | 2025.02.21 14:33:34.234630 [ 254 ] {c6c259a8-a9c0-4575-a1aa-8f9f2dee7f5d} <Debug> executeQuery: Read 4 rows, 386.00 B in 0.002112 sec., 1893.9393939393938 rows/sec., 178.48 KiB/sec. | ||
| 1750 | 2025.02.21 14:33:34.234886 [ 254 ] {c6c259a8-a9c0-4575-a1aa-8f9f2dee7f5d} <Debug> TCPHandler: Processed in 0.002584888 sec. | ||
| 1751 | 2025.02.21 14:33:34.235048 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1752 | 2025.02.21 14:33:34.235186 [ 256 ] {4cdc8780-3f8f-4070-bf6c-fe3067efd23f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1753 | 2025.02.21 14:33:34.235240 [ 256 ] {4cdc8780-3f8f-4070-bf6c-fe3067efd23f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1754 | 2025.02.21 14:33:34.235923 [ 256 ] {4cdc8780-3f8f-4070-bf6c-fe3067efd23f} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1755 | 2025.02.21 14:33:34.235968 [ 256 ] {4cdc8780-3f8f-4070-bf6c-fe3067efd23f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1756 | 2025.02.21 14:33:34.236407 [ 256 ] {4cdc8780-3f8f-4070-bf6c-fe3067efd23f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1757 | 2025.02.21 14:33:34.236672 [ 256 ] {4cdc8780-3f8f-4070-bf6c-fe3067efd23f} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1758 | 2025.02.21 14:33:34.236961 [ 256 ] {4cdc8780-3f8f-4070-bf6c-fe3067efd23f} <Debug> executeQuery: Read 125 rows, 10.92 KiB in 0.001795 sec., 69637.88300835656 rows/sec., 5.94 MiB/sec. | ||
| 1759 | 2025.02.21 14:33:34.237099 [ 256 ] {4cdc8780-3f8f-4070-bf6c-fe3067efd23f} <Debug> TCPHandler: Processed in 0.002109173 sec. | ||
| 1760 | 2025.02.21 14:33:34.237267 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1761 | 2025.02.21 14:33:34.237409 [ 254 ] {5e82bcad-9c66-460b-960e-feed012f2748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1762 | 2025.02.21 14:33:34.237467 [ 254 ] {5e82bcad-9c66-460b-960e-feed012f2748} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1763 | 2025.02.21 14:33:34.238166 [ 254 ] {5e82bcad-9c66-460b-960e-feed012f2748} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1764 | 2025.02.21 14:33:34.238214 [ 254 ] {5e82bcad-9c66-460b-960e-feed012f2748} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1765 | 2025.02.21 14:33:34.238621 [ 254 ] {5e82bcad-9c66-460b-960e-feed012f2748} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1766 | 2025.02.21 14:33:34.238861 [ 254 ] {5e82bcad-9c66-460b-960e-feed012f2748} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1767 | 2025.02.21 14:33:34.239224 [ 254 ] {5e82bcad-9c66-460b-960e-feed012f2748} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001806 sec., 18826.13510520487 rows/sec., 1.38 MiB/sec. | ||
| 1768 | 2025.02.21 14:33:34.239327 [ 254 ] {5e82bcad-9c66-460b-960e-feed012f2748} <Debug> TCPHandler: Processed in 0.002125434 sec. | ||
| 1769 | 2025.02.21 14:33:34.239471 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1770 | 2025.02.21 14:33:34.239609 [ 256 ] {868301c2-91bf-4b71-92b9-64a85441fb16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1771 | 2025.02.21 14:33:34.239667 [ 256 ] {868301c2-91bf-4b71-92b9-64a85441fb16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1772 | 2025.02.21 14:33:34.240330 [ 256 ] {868301c2-91bf-4b71-92b9-64a85441fb16} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1773 | 2025.02.21 14:33:34.240377 [ 256 ] {868301c2-91bf-4b71-92b9-64a85441fb16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1774 | 2025.02.21 14:33:34.240742 [ 256 ] {868301c2-91bf-4b71-92b9-64a85441fb16} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1775 | 2025.02.21 14:33:34.240988 [ 256 ] {868301c2-91bf-4b71-92b9-64a85441fb16} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1776 | 2025.02.21 14:33:34.241237 [ 256 ] {868301c2-91bf-4b71-92b9-64a85441fb16} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001649 sec., 606.4281382656155 rows/sec., 40.27 KiB/sec. | ||
| 1777 | 2025.02.21 14:33:34.241344 [ 256 ] {868301c2-91bf-4b71-92b9-64a85441fb16} <Debug> TCPHandler: Processed in 0.001927438 sec. | ||
| 1778 | 2025.02.21 14:33:34.241500 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1779 | 2025.02.21 14:33:34.241638 [ 254 ] {b5b978e3-d38a-4fe3-9ee0-3d61a3ed3bf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1780 | 2025.02.21 14:33:34.241697 [ 254 ] {b5b978e3-d38a-4fe3-9ee0-3d61a3ed3bf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1781 | 2025.02.21 14:33:34.242428 [ 254 ] {b5b978e3-d38a-4fe3-9ee0-3d61a3ed3bf6} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1782 | 2025.02.21 14:33:34.242476 [ 254 ] {b5b978e3-d38a-4fe3-9ee0-3d61a3ed3bf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1783 | 2025.02.21 14:33:34.242846 [ 254 ] {b5b978e3-d38a-4fe3-9ee0-3d61a3ed3bf6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1784 | 2025.02.21 14:33:34.243089 [ 254 ] {b5b978e3-d38a-4fe3-9ee0-3d61a3ed3bf6} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1785 | 2025.02.21 14:33:34.243415 [ 254 ] {b5b978e3-d38a-4fe3-9ee0-3d61a3ed3bf6} <Debug> executeQuery: Read 111 rows, 8.89 KiB in 0.001786 sec., 62150.05599104143 rows/sec., 4.86 MiB/sec. | ||
| 1786 | 2025.02.21 14:33:34.243664 [ 254 ] {b5b978e3-d38a-4fe3-9ee0-3d61a3ed3bf6} <Debug> TCPHandler: Processed in 0.002223756 sec. | ||
| 1787 | 2025.02.21 14:33:34.243840 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1788 | 2025.02.21 14:33:34.243978 [ 256 ] {33962b5b-d2f8-484e-a93a-3d24585e5b2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1789 | 2025.02.21 14:33:34.244042 [ 256 ] {33962b5b-d2f8-484e-a93a-3d24585e5b2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1790 | 2025.02.21 14:33:34.244694 [ 256 ] {33962b5b-d2f8-484e-a93a-3d24585e5b2a} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1791 | 2025.02.21 14:33:34.244733 [ 256 ] {33962b5b-d2f8-484e-a93a-3d24585e5b2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1792 | 2025.02.21 14:33:34.245131 [ 256 ] {33962b5b-d2f8-484e-a93a-3d24585e5b2a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1793 | 2025.02.21 14:33:34.245376 [ 256 ] {33962b5b-d2f8-484e-a93a-3d24585e5b2a} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1794 | 2025.02.21 14:33:34.245781 [ 256 ] {33962b5b-d2f8-484e-a93a-3d24585e5b2a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001768 sec., 90497.73755656109 rows/sec., 6.30 MiB/sec. | ||
| 1795 | 2025.02.21 14:33:34.246010 [ 256 ] {33962b5b-d2f8-484e-a93a-3d24585e5b2a} <Debug> TCPHandler: Processed in 0.002239338 sec. | ||
| 1796 | 2025.02.21 14:33:34.246164 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1797 | 2025.02.21 14:33:34.246309 [ 254 ] {1df4eb52-82da-46e2-8504-43a5a3cf14fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1798 | 2025.02.21 14:33:34.246360 [ 254 ] {1df4eb52-82da-46e2-8504-43a5a3cf14fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1799 | 2025.02.21 14:33:34.246835 [ 254 ] {1df4eb52-82da-46e2-8504-43a5a3cf14fe} <Trace> oximeter.measurements_f64 (0fb1a2f8-07bb-479d-9b69-22ab0efa702c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1800 | 2025.02.21 14:33:34.246873 [ 254 ] {1df4eb52-82da-46e2-8504-43a5a3cf14fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1801 | 2025.02.21 14:33:34.247246 [ 254 ] {1df4eb52-82da-46e2-8504-43a5a3cf14fe} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1802 | 2025.02.21 14:33:34.247570 [ 254 ] {1df4eb52-82da-46e2-8504-43a5a3cf14fe} <Trace> oximeter.measurements_f64 (0fb1a2f8-07bb-479d-9b69-22ab0efa702c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1803 | 2025.02.21 14:33:34.248023 [ 254 ] {1df4eb52-82da-46e2-8504-43a5a3cf14fe} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001723 sec., 580.3830528148578 rows/sec., 36.84 KiB/sec. | ||
| 1804 | 2025.02.21 14:33:34.248092 [ 254 ] {1df4eb52-82da-46e2-8504-43a5a3cf14fe} <Debug> TCPHandler: Processed in 0.001981269 sec. | ||
| 1805 | 2025.02.21 14:33:34.248281 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1806 | 2025.02.21 14:33:34.248426 [ 256 ] {fc574fea-ef6f-432a-91c7-6bd8ed699142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1807 | 2025.02.21 14:33:34.248518 [ 256 ] {fc574fea-ef6f-432a-91c7-6bd8ed699142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1808 | 2025.02.21 14:33:34.249761 [ 256 ] {fc574fea-ef6f-432a-91c7-6bd8ed699142} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1809 | 2025.02.21 14:33:34.249800 [ 256 ] {fc574fea-ef6f-432a-91c7-6bd8ed699142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1810 | 2025.02.21 14:33:34.250457 [ 256 ] {fc574fea-ef6f-432a-91c7-6bd8ed699142} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1811 | 2025.02.21 14:33:34.250719 [ 256 ] {fc574fea-ef6f-432a-91c7-6bd8ed699142} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1812 | 2025.02.21 14:33:34.251206 [ 256 ] {fc574fea-ef6f-432a-91c7-6bd8ed699142} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002783 sec., 12217.031979877831 rows/sec., 21.89 MiB/sec. | ||
| 1813 | 2025.02.21 14:33:34.251329 [ 256 ] {fc574fea-ef6f-432a-91c7-6bd8ed699142} <Debug> TCPHandler: Processed in 0.003115753 sec. | ||
| 1814 | 2025.02.21 14:33:34.251491 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1815 | 2025.02.21 14:33:34.251631 [ 254 ] {37b68f0a-4a55-4d70-907b-5c8424fd8abc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1816 | 2025.02.21 14:33:34.251694 [ 254 ] {37b68f0a-4a55-4d70-907b-5c8424fd8abc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1817 | 2025.02.21 14:33:34.252267 [ 254 ] {37b68f0a-4a55-4d70-907b-5c8424fd8abc} <Trace> oximeter.measurements_i64 (b382b733-560b-450c-9ac9-a3f6c818add5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1818 | 2025.02.21 14:33:34.252314 [ 254 ] {37b68f0a-4a55-4d70-907b-5c8424fd8abc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1819 | 2025.02.21 14:33:34.252729 [ 254 ] {37b68f0a-4a55-4d70-907b-5c8424fd8abc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1820 | 2025.02.21 14:33:34.252974 [ 254 ] {37b68f0a-4a55-4d70-907b-5c8424fd8abc} <Trace> oximeter.measurements_i64 (b382b733-560b-450c-9ac9-a3f6c818add5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1821 | 2025.02.21 14:33:34.253254 [ 254 ] {37b68f0a-4a55-4d70-907b-5c8424fd8abc} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001652 sec., 12711.864406779661 rows/sec., 949.37 KiB/sec. | ||
| 1822 | 2025.02.21 14:33:34.253317 [ 254 ] {37b68f0a-4a55-4d70-907b-5c8424fd8abc} <Debug> TCPHandler: Processed in 0.001897667 sec. | ||
| 1823 | 2025.02.21 14:33:34.253464 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1824 | 2025.02.21 14:33:34.253605 [ 256 ] {50e068e4-d749-49ea-ae21-2f771493eabf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1825 | 2025.02.21 14:33:34.253665 [ 256 ] {50e068e4-d749-49ea-ae21-2f771493eabf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1826 | 2025.02.21 14:33:34.254243 [ 256 ] {50e068e4-d749-49ea-ae21-2f771493eabf} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1827 | 2025.02.21 14:33:34.254290 [ 256 ] {50e068e4-d749-49ea-ae21-2f771493eabf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1828 | 2025.02.21 14:33:34.254689 [ 256 ] {50e068e4-d749-49ea-ae21-2f771493eabf} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1829 | 2025.02.21 14:33:34.254930 [ 256 ] {50e068e4-d749-49ea-ae21-2f771493eabf} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1830 | 2025.02.21 14:33:34.255145 [ 256 ] {50e068e4-d749-49ea-ae21-2f771493eabf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001571 sec., 38192.234245703374 rows/sec., 2.57 MiB/sec. | ||
| 1831 | 2025.02.21 14:33:34.255195 [ 256 ] {50e068e4-d749-49ea-ae21-2f771493eabf} <Debug> TCPHandler: Processed in 0.001786323 sec. | ||
| 1832 | 2025.02.21 14:33:35.001148 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.75 MiB, peak 169.96 MiB, free memory in arenas 0.00 B, will set to 166.05 MiB (RSS), difference: -2.70 MiB | ||
| 1833 | 2025.02.21 14:33:39.212075 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1834 | 2025.02.21 14:33:39.212305 [ 254 ] {7f2592ce-7148-4350-9ec6-830bc9b2b0f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1835 | 2025.02.21 14:33:39.212389 [ 254 ] {7f2592ce-7148-4350-9ec6-830bc9b2b0f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1836 | 2025.02.21 14:33:39.213196 [ 254 ] {7f2592ce-7148-4350-9ec6-830bc9b2b0f6} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1837 | 2025.02.21 14:33:39.213241 [ 254 ] {7f2592ce-7148-4350-9ec6-830bc9b2b0f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1838 | 2025.02.21 14:33:39.213690 [ 254 ] {7f2592ce-7148-4350-9ec6-830bc9b2b0f6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1839 | 2025.02.21 14:33:39.213945 [ 254 ] {7f2592ce-7148-4350-9ec6-830bc9b2b0f6} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1840 | 2025.02.21 14:33:39.214083 [ 54 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1841 | 2025.02.21 14:33:39.214133 [ 54 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1842 | 2025.02.21 14:33:39.214155 [ 254 ] {7f2592ce-7148-4350-9ec6-830bc9b2b0f6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001907 sec., 29365.495542737284 rows/sec., 2.24 MiB/sec. | ||
| 1843 | 2025.02.21 14:33:39.214159 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1844 | 2025.02.21 14:33:39.214299 [ 254 ] {7f2592ce-7148-4350-9ec6-830bc9b2b0f6} <Debug> TCPHandler: Processed in 0.0023586 sec. | ||
| 1845 | 2025.02.21 14:33:39.214492 [ 189 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 1846 | 2025.02.21 14:33:39.214729 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1847 | 2025.02.21 14:33:39.214762 [ 189 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1848 | 2025.02.21 14:33:39.214818 [ 189 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part | ||
| 1849 | 2025.02.21 14:33:39.215037 [ 189 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1332 rows starting from the beginning of the part | ||
| 1850 | 2025.02.21 14:33:39.215315 [ 189 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 1851 | 2025.02.21 14:33:39.215338 [ 256 ] {7d7e4fd5-b182-48ed-9db6-376b43c154ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1852 | 2025.02.21 14:33:39.215646 [ 189 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 1853 | 2025.02.21 14:33:39.215665 [ 256 ] {7d7e4fd5-b182-48ed-9db6-376b43c154ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1854 | 2025.02.21 14:33:39.215919 [ 189 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 125 rows starting from the beginning of the part | ||
| 1855 | 2025.02.21 14:33:39.216244 [ 189 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 1856 | 2025.02.21 14:33:39.218255 [ 256 ] {7d7e4fd5-b182-48ed-9db6-376b43c154ee} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1857 | 2025.02.21 14:33:39.218342 [ 256 ] {7d7e4fd5-b182-48ed-9db6-376b43c154ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1858 | 2025.02.21 14:33:39.219217 [ 256 ] {7d7e4fd5-b182-48ed-9db6-376b43c154ee} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1859 | 2025.02.21 14:33:39.219347 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1697 rows, containing 5 columns (5 merged, 0 gathered) in 0.005101573 sec., 332642.5006561702 rows/sec., 28.74 MiB/sec. | ||
| 1860 | 2025.02.21 14:33:39.219599 [ 256 ] {7d7e4fd5-b182-48ed-9db6-376b43c154ee} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1861 | 2025.02.21 14:33:39.219699 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1862 | 2025.02.21 14:33:39.219857 [ 54 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1863 | 2025.02.21 14:33:39.219951 [ 54 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1864 | 2025.02.21 14:33:39.220025 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1865 | 2025.02.21 14:33:39.220147 [ 256 ] {7d7e4fd5-b182-48ed-9db6-376b43c154ee} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005182 sec., 12350.443844075646 rows/sec., 987.12 KiB/sec. | ||
| 1866 | 2025.02.21 14:33:39.220627 [ 256 ] {7d7e4fd5-b182-48ed-9db6-376b43c154ee} <Debug> TCPHandler: Processed in 0.006151185 sec. | ||
| 1867 | 2025.02.21 14:33:39.220708 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 1868 | 2025.02.21 14:33:39.220957 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1869 | 2025.02.21 14:33:39.220961 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_11_2} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1870 | 2025.02.21 14:33:39.221086 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1871 | 2025.02.21 14:33:39.221144 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_11_2} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1872 | 2025.02.21 14:33:39.221149 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part | ||
| 1873 | 2025.02.21 14:33:39.221182 [ 254 ] {6baedfcf-a820-4b0b-833d-5dbb744209f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1874 | 2025.02.21 14:33:39.221349 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 1875 | 2025.02.21 14:33:39.221496 [ 254 ] {6baedfcf-a820-4b0b-833d-5dbb744209f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1876 | 2025.02.21 14:33:39.221572 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 564 rows starting from the beginning of the part | ||
| 1877 | 2025.02.21 14:33:39.221910 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 1878 | 2025.02.21 14:33:39.222238 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 1879 | 2025.02.21 14:33:39.222567 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 111 rows starting from the beginning of the part | ||
| 1880 | 2025.02.21 14:33:39.222942 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 1881 | 2025.02.21 14:33:39.223819 [ 254 ] {6baedfcf-a820-4b0b-833d-5dbb744209f7} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1882 | 2025.02.21 14:33:39.223863 [ 254 ] {6baedfcf-a820-4b0b-833d-5dbb744209f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1883 | 2025.02.21 14:33:39.224484 [ 254 ] {6baedfcf-a820-4b0b-833d-5dbb744209f7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1884 | 2025.02.21 14:33:39.224784 [ 200 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 939 rows, containing 5 columns (5 merged, 0 gathered) in 0.004594247 sec., 204386.05064116057 rows/sec., 16.36 MiB/sec. | ||
| 1885 | 2025.02.21 14:33:39.224831 [ 254 ] {6baedfcf-a820-4b0b-833d-5dbb744209f7} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1886 | 2025.02.21 14:33:39.224986 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1887 | 2025.02.21 14:33:39.224987 [ 200 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1888 | 2025.02.21 14:33:39.225038 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1889 | 2025.02.21 14:33:39.225082 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1890 | 2025.02.21 14:33:39.225090 [ 254 ] {6baedfcf-a820-4b0b-833d-5dbb744209f7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003961 sec., 40393.83993940924 rows/sec., 2.81 MiB/sec. | ||
| 1891 | 2025.02.21 14:33:39.225443 [ 254 ] {6baedfcf-a820-4b0b-833d-5dbb744209f7} <Debug> TCPHandler: Processed in 0.00467832 sec. | ||
| 1892 | 2025.02.21 14:33:39.225631 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 1893 | 2025.02.21 14:33:39.225724 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1894 | 2025.02.21 14:33:39.225894 [ 200 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_11_2} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1895 | 2025.02.21 14:33:39.226024 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1896 | 2025.02.21 14:33:39.226070 [ 256 ] {e918cdde-516a-40dc-a76e-367418d439ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1897 | 2025.02.21 14:33:39.226150 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 928 rows starting from the beginning of the part | ||
| 1898 | 2025.02.21 14:33:39.226208 [ 200 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_11_2} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1899 | 2025.02.21 14:33:39.226207 [ 256 ] {e918cdde-516a-40dc-a76e-367418d439ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1900 | 2025.02.21 14:33:39.226532 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 1901 | 2025.02.21 14:33:39.226641 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2576 rows starting from the beginning of the part | ||
| 1902 | 2025.02.21 14:33:39.227045 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part | ||
| 1903 | 2025.02.21 14:33:39.227416 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 1904 | 2025.02.21 14:33:39.227782 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
| 1905 | 2025.02.21 14:33:39.227989 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 1906 | 2025.02.21 14:33:39.228733 [ 256 ] {e918cdde-516a-40dc-a76e-367418d439ad} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1907 | 2025.02.21 14:33:39.228777 [ 256 ] {e918cdde-516a-40dc-a76e-367418d439ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1908 | 2025.02.21 14:33:39.229286 [ 256 ] {e918cdde-516a-40dc-a76e-367418d439ad} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1909 | 2025.02.21 14:33:39.229642 [ 256 ] {e918cdde-516a-40dc-a76e-367418d439ad} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1910 | 2025.02.21 14:33:39.229867 [ 54 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1911 | 2025.02.21 14:33:39.229935 [ 54 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1912 | 2025.02.21 14:33:39.229995 [ 256 ] {e918cdde-516a-40dc-a76e-367418d439ad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004023 sec., 14914.243102162567 rows/sec., 1.01 MiB/sec. | ||
| 1913 | 2025.02.21 14:33:39.230004 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1914 | 2025.02.21 14:33:39.230264 [ 256 ] {e918cdde-516a-40dc-a76e-367418d439ad} <Debug> TCPHandler: Processed in 0.004666729 sec. | ||
| 1915 | 2025.02.21 14:33:39.230607 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 1916 | 2025.02.21 14:33:39.230981 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1917 | 2025.02.21 14:33:39.231035 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 348 rows starting from the beginning of the part | ||
| 1918 | 2025.02.21 14:33:39.231315 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part | ||
| 1919 | 2025.02.21 14:33:39.231371 [ 200 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4112 rows, containing 5 columns (5 merged, 0 gathered) in 0.006147714 sec., 668866.5087543109 rows/sec., 45.81 MiB/sec. | ||
| 1920 | 2025.02.21 14:33:39.231594 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part | ||
| 1921 | 2025.02.21 14:33:39.231758 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 1922 | 2025.02.21 14:33:39.231897 [ 200 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1923 | 2025.02.21 14:33:39.232082 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
| 1924 | 2025.02.21 14:33:39.232448 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 1925 | 2025.02.21 14:33:39.232891 [ 200 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1926 | 2025.02.21 14:33:39.232983 [ 200 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1927 | 2025.02.21 14:33:39.233083 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
| 1928 | 2025.02.21 14:33:39.233834 [ 194 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 4 columns (4 merged, 0 gathered) in 0.00365141 sec., 161033.6828786688 rows/sec., 10.85 MiB/sec. | ||
| 1929 | 2025.02.21 14:33:39.234085 [ 192 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1930 | 2025.02.21 14:33:39.234526 [ 192 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_11_2} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1931 | 2025.02.21 14:33:39.234624 [ 192 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_11_2} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1932 | 2025.02.21 14:33:39.234725 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 1933 | 2025.02.21 14:33:39.821544 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 1934 | 2025.02.21 14:33:39.822206 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1935 | 2025.02.21 14:33:39.822259 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1936 | 2025.02.21 14:33:39.822796 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1937 | 2025.02.21 14:33:39.823079 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1938 | 2025.02.21 14:33:39.823356 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 1939 | 2025.02.21 14:33:40.073240 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 1940 | 2025.02.21 14:33:40.092651 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1941 | 2025.02.21 14:33:40.092714 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1942 | 2025.02.21 14:33:40.099748 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1943 | 2025.02.21 14:33:40.100492 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1944 | 2025.02.21 14:33:40.103579 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 1945 | 2025.02.21 14:33:42.325410 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 282 | ||
| 1946 | 2025.02.21 14:33:42.328609 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1947 | 2025.02.21 14:33:42.328671 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1948 | 2025.02.21 14:33:42.330174 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1949 | 2025.02.21 14:33:42.330485 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1950 | 2025.02.21 14:33:42.330679 [ 47 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1951 | 2025.02.21 14:33:42.330806 [ 47 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1952 | 2025.02.21 14:33:42.330868 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1953 | 2025.02.21 14:33:42.331410 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 1954 | 2025.02.21 14:33:42.332650 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 282 | ||
| 1955 | 2025.02.21 14:33:42.332899 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1956 | 2025.02.21 14:33:42.333032 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 1957 | 2025.02.21 14:33:42.333618 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 1958 | 2025.02.21 14:33:42.334149 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
| 1959 | 2025.02.21 14:33:42.334676 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 1960 | 2025.02.21 14:33:42.335182 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 1961 | 2025.02.21 14:33:42.335736 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part | ||
| 1962 | 2025.02.21 14:33:42.345913 [ 194 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 72 columns (72 merged, 0 gathered) in 0.014915706 sec., 18906.245537422095 rows/sec., 19.29 MiB/sec. | ||
| 1963 | 2025.02.21 14:33:42.346940 [ 191 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1964 | 2025.02.21 14:33:42.347790 [ 191 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_6_1} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1965 | 2025.02.21 14:33:42.347887 [ 191 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_6_1} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1966 | 2025.02.21 14:33:42.348220 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.63 MiB. | ||
| 1967 | 2025.02.21 14:33:44.213649 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1968 | 2025.02.21 14:33:44.213854 [ 254 ] {83b11a3e-ed72-477d-8671-c4c9dec65d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1969 | 2025.02.21 14:33:44.213933 [ 254 ] {83b11a3e-ed72-477d-8671-c4c9dec65d35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1970 | 2025.02.21 14:33:44.214833 [ 254 ] {83b11a3e-ed72-477d-8671-c4c9dec65d35} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1971 | 2025.02.21 14:33:44.214878 [ 254 ] {83b11a3e-ed72-477d-8671-c4c9dec65d35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1972 | 2025.02.21 14:33:44.215330 [ 254 ] {83b11a3e-ed72-477d-8671-c4c9dec65d35} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 1973 | 2025.02.21 14:33:44.215589 [ 254 ] {83b11a3e-ed72-477d-8671-c4c9dec65d35} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1974 | 2025.02.21 14:33:44.215793 [ 254 ] {83b11a3e-ed72-477d-8671-c4c9dec65d35} <Debug> executeQuery: Read 124 rows, 10.83 KiB in 0.001997 sec., 62093.13970956434 rows/sec., 5.30 MiB/sec. | ||
| 1975 | 2025.02.21 14:33:44.215856 [ 254 ] {83b11a3e-ed72-477d-8671-c4c9dec65d35} <Debug> TCPHandler: Processed in 0.00234554 sec. | ||
| 1976 | 2025.02.21 14:33:44.216110 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1977 | 2025.02.21 14:33:44.216303 [ 256 ] {338ee35e-7fb3-4cf4-bfc0-801a91832915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1978 | 2025.02.21 14:33:44.216380 [ 256 ] {338ee35e-7fb3-4cf4-bfc0-801a91832915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1979 | 2025.02.21 14:33:44.217148 [ 256 ] {338ee35e-7fb3-4cf4-bfc0-801a91832915} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1980 | 2025.02.21 14:33:44.217204 [ 256 ] {338ee35e-7fb3-4cf4-bfc0-801a91832915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1981 | 2025.02.21 14:33:44.217734 [ 256 ] {338ee35e-7fb3-4cf4-bfc0-801a91832915} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1982 | 2025.02.21 14:33:44.218000 [ 256 ] {338ee35e-7fb3-4cf4-bfc0-801a91832915} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1983 | 2025.02.21 14:33:44.218250 [ 256 ] {338ee35e-7fb3-4cf4-bfc0-801a91832915} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001998 sec., 17017.017017017017 rows/sec., 1.25 MiB/sec. | ||
| 1984 | 2025.02.21 14:33:44.218317 [ 256 ] {338ee35e-7fb3-4cf4-bfc0-801a91832915} <Debug> TCPHandler: Processed in 0.00234097 sec. | ||
| 1985 | 2025.02.21 14:33:44.218484 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1986 | 2025.02.21 14:33:44.218631 [ 254 ] {98ddf798-c56e-4727-9e04-8d325c1f98af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1987 | 2025.02.21 14:33:44.218692 [ 254 ] {98ddf798-c56e-4727-9e04-8d325c1f98af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1988 | 2025.02.21 14:33:44.219319 [ 254 ] {98ddf798-c56e-4727-9e04-8d325c1f98af} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1989 | 2025.02.21 14:33:44.219358 [ 254 ] {98ddf798-c56e-4727-9e04-8d325c1f98af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1990 | 2025.02.21 14:33:44.219740 [ 254 ] {98ddf798-c56e-4727-9e04-8d325c1f98af} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 1991 | 2025.02.21 14:33:44.219980 [ 254 ] {98ddf798-c56e-4727-9e04-8d325c1f98af} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1992 | 2025.02.21 14:33:44.220159 [ 254 ] {98ddf798-c56e-4727-9e04-8d325c1f98af} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001563 sec., 62699.93602047345 rows/sec., 4.90 MiB/sec. | ||
| 1993 | 2025.02.21 14:33:44.220212 [ 254 ] {98ddf798-c56e-4727-9e04-8d325c1f98af} <Debug> TCPHandler: Processed in 0.001801044 sec. | ||
| 1994 | 2025.02.21 14:33:44.220358 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1995 | 2025.02.21 14:33:44.220484 [ 256 ] {366a1189-379b-42e5-a7c9-ef9534c20554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1996 | 2025.02.21 14:33:44.220543 [ 256 ] {366a1189-379b-42e5-a7c9-ef9534c20554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1997 | 2025.02.21 14:33:44.221153 [ 256 ] {366a1189-379b-42e5-a7c9-ef9534c20554} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1998 | 2025.02.21 14:33:44.221195 [ 256 ] {366a1189-379b-42e5-a7c9-ef9534c20554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 1999 | 2025.02.21 14:33:44.221604 [ 256 ] {366a1189-379b-42e5-a7c9-ef9534c20554} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2000 | 2025.02.21 14:33:44.221851 [ 256 ] {366a1189-379b-42e5-a7c9-ef9534c20554} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2001 | 2025.02.21 14:33:44.222115 [ 256 ] {366a1189-379b-42e5-a7c9-ef9534c20554} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001649 sec., 97028.50212249848 rows/sec., 6.76 MiB/sec. | ||
| 2002 | 2025.02.21 14:33:44.222275 [ 256 ] {366a1189-379b-42e5-a7c9-ef9534c20554} <Debug> TCPHandler: Processed in 0.001973409 sec. | ||
| 2003 | 2025.02.21 14:33:44.222454 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2004 | 2025.02.21 14:33:44.222595 [ 254 ] {32e404e2-9cdb-419c-a4aa-f176a43257a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2005 | 2025.02.21 14:33:44.222690 [ 254 ] {32e404e2-9cdb-419c-a4aa-f176a43257a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2006 | 2025.02.21 14:33:44.223908 [ 254 ] {32e404e2-9cdb-419c-a4aa-f176a43257a5} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2007 | 2025.02.21 14:33:44.223947 [ 254 ] {32e404e2-9cdb-419c-a4aa-f176a43257a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2008 | 2025.02.21 14:33:44.224606 [ 254 ] {32e404e2-9cdb-419c-a4aa-f176a43257a5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2009 | 2025.02.21 14:33:44.224860 [ 254 ] {32e404e2-9cdb-419c-a4aa-f176a43257a5} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2010 | 2025.02.21 14:33:44.225159 [ 254 ] {32e404e2-9cdb-419c-a4aa-f176a43257a5} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002571 sec., 13224.4262932711 rows/sec., 23.70 MiB/sec. | ||
| 2011 | 2025.02.21 14:33:44.225278 [ 254 ] {32e404e2-9cdb-419c-a4aa-f176a43257a5} <Debug> TCPHandler: Processed in 0.002892647 sec. | ||
| 2012 | 2025.02.21 14:33:44.225449 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2013 | 2025.02.21 14:33:44.225590 [ 256 ] {3599f6ed-9351-4c51-9938-f61e3049edce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2014 | 2025.02.21 14:33:44.225652 [ 256 ] {3599f6ed-9351-4c51-9938-f61e3049edce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2015 | 2025.02.21 14:33:44.226163 [ 256 ] {3599f6ed-9351-4c51-9938-f61e3049edce} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2016 | 2025.02.21 14:33:44.226202 [ 256 ] {3599f6ed-9351-4c51-9938-f61e3049edce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2017 | 2025.02.21 14:33:44.226582 [ 256 ] {3599f6ed-9351-4c51-9938-f61e3049edce} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2018 | 2025.02.21 14:33:44.226834 [ 256 ] {3599f6ed-9351-4c51-9938-f61e3049edce} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2019 | 2025.02.21 14:33:44.227122 [ 256 ] {3599f6ed-9351-4c51-9938-f61e3049edce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001545 sec., 38834.95145631068 rows/sec., 2.62 MiB/sec. | ||
| 2020 | 2025.02.21 14:33:44.227276 [ 256 ] {3599f6ed-9351-4c51-9938-f61e3049edce} <Debug> TCPHandler: Processed in 0.001892777 sec. | ||
| 2021 | 2025.02.21 14:33:47.230401 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2022 | 2025.02.21 14:33:47.230474 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2023 | 2025.02.21 14:33:47.324375 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2024 | 2025.02.21 14:33:47.325036 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2025 | 2025.02.21 14:33:47.325087 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2026 | 2025.02.21 14:33:47.325624 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2027 | 2025.02.21 14:33:47.325879 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2028 | 2025.02.21 14:33:47.326155 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2029 | 2025.02.21 14:33:47.604551 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2030 | 2025.02.21 14:33:47.625453 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2031 | 2025.02.21 14:33:47.625525 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2032 | 2025.02.21 14:33:47.632463 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2033 | 2025.02.21 14:33:47.633225 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2034 | 2025.02.21 14:33:47.636791 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2035 | 2025.02.21 14:33:49.212120 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2036 | 2025.02.21 14:33:49.212339 [ 254 ] {63dcbe40-c0fe-4c57-8bc7-cede130a78e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2037 | 2025.02.21 14:33:49.212424 [ 254 ] {63dcbe40-c0fe-4c57-8bc7-cede130a78e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2038 | 2025.02.21 14:33:49.213279 [ 254 ] {63dcbe40-c0fe-4c57-8bc7-cede130a78e6} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2039 | 2025.02.21 14:33:49.213339 [ 254 ] {63dcbe40-c0fe-4c57-8bc7-cede130a78e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2040 | 2025.02.21 14:33:49.213790 [ 254 ] {63dcbe40-c0fe-4c57-8bc7-cede130a78e6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2041 | 2025.02.21 14:33:49.214046 [ 254 ] {63dcbe40-c0fe-4c57-8bc7-cede130a78e6} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2042 | 2025.02.21 14:33:49.214293 [ 254 ] {63dcbe40-c0fe-4c57-8bc7-cede130a78e6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002013 sec., 27819.175360158966 rows/sec., 2.12 MiB/sec. | ||
| 2043 | 2025.02.21 14:33:49.214360 [ 254 ] {63dcbe40-c0fe-4c57-8bc7-cede130a78e6} <Debug> TCPHandler: Processed in 0.002384321 sec. | ||
| 2044 | 2025.02.21 14:33:49.214687 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2045 | 2025.02.21 14:33:49.214977 [ 256 ] {b9554bcf-1d6a-4a5e-8a13-a4380d7f4d4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2046 | 2025.02.21 14:33:49.215050 [ 256 ] {b9554bcf-1d6a-4a5e-8a13-a4380d7f4d4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2047 | 2025.02.21 14:33:49.215814 [ 256 ] {b9554bcf-1d6a-4a5e-8a13-a4380d7f4d4d} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2048 | 2025.02.21 14:33:49.215864 [ 256 ] {b9554bcf-1d6a-4a5e-8a13-a4380d7f4d4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2049 | 2025.02.21 14:33:49.216320 [ 256 ] {b9554bcf-1d6a-4a5e-8a13-a4380d7f4d4d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2050 | 2025.02.21 14:33:49.216583 [ 256 ] {b9554bcf-1d6a-4a5e-8a13-a4380d7f4d4d} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2051 | 2025.02.21 14:33:49.216789 [ 256 ] {b9554bcf-1d6a-4a5e-8a13-a4380d7f4d4d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001881 sec., 34024.455077086655 rows/sec., 2.66 MiB/sec. | ||
| 2052 | 2025.02.21 14:33:49.216852 [ 256 ] {b9554bcf-1d6a-4a5e-8a13-a4380d7f4d4d} <Debug> TCPHandler: Processed in 0.00235627 sec. | ||
| 2053 | 2025.02.21 14:33:49.217017 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2054 | 2025.02.21 14:33:49.217165 [ 254 ] {17947a91-3f9d-4397-8991-2088c6369ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2055 | 2025.02.21 14:33:49.217232 [ 254 ] {17947a91-3f9d-4397-8991-2088c6369ea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2056 | 2025.02.21 14:33:49.217906 [ 254 ] {17947a91-3f9d-4397-8991-2088c6369ea1} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2057 | 2025.02.21 14:33:49.217952 [ 254 ] {17947a91-3f9d-4397-8991-2088c6369ea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2058 | 2025.02.21 14:33:49.218362 [ 254 ] {17947a91-3f9d-4397-8991-2088c6369ea1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2059 | 2025.02.21 14:33:49.218612 [ 254 ] {17947a91-3f9d-4397-8991-2088c6369ea1} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2060 | 2025.02.21 14:33:49.218836 [ 254 ] {17947a91-3f9d-4397-8991-2088c6369ea1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001709 sec., 93622.00117027502 rows/sec., 6.52 MiB/sec. | ||
| 2061 | 2025.02.21 14:33:49.218893 [ 254 ] {17947a91-3f9d-4397-8991-2088c6369ea1} <Debug> TCPHandler: Processed in 0.001945338 sec. | ||
| 2062 | 2025.02.21 14:33:49.219046 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2063 | 2025.02.21 14:33:49.219192 [ 256 ] {6c4e4aa7-7137-44af-b7a3-6dd3bbacdd7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2064 | 2025.02.21 14:33:49.219256 [ 256 ] {6c4e4aa7-7137-44af-b7a3-6dd3bbacdd7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2065 | 2025.02.21 14:33:49.219861 [ 256 ] {6c4e4aa7-7137-44af-b7a3-6dd3bbacdd7e} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2066 | 2025.02.21 14:33:49.219906 [ 256 ] {6c4e4aa7-7137-44af-b7a3-6dd3bbacdd7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2067 | 2025.02.21 14:33:49.220292 [ 256 ] {6c4e4aa7-7137-44af-b7a3-6dd3bbacdd7e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2068 | 2025.02.21 14:33:49.220538 [ 256 ] {6c4e4aa7-7137-44af-b7a3-6dd3bbacdd7e} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2069 | 2025.02.21 14:33:49.220715 [ 256 ] {6c4e4aa7-7137-44af-b7a3-6dd3bbacdd7e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00156 sec., 38461.53846153846 rows/sec., 2.59 MiB/sec. | ||
| 2070 | 2025.02.21 14:33:49.220765 [ 256 ] {6c4e4aa7-7137-44af-b7a3-6dd3bbacdd7e} <Debug> TCPHandler: Processed in 0.001789814 sec. | ||
| 2071 | 2025.02.21 14:33:50.800751 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2072 | 2025.02.21 14:33:50.801027 [ 254 ] {a03fc377-6191-4ca1-8dc0-78d747f1f096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 2073 | 2025.02.21 14:33:50.801452 [ 254 ] {a03fc377-6191-4ca1-8dc0-78d747f1f096} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2074 | 2025.02.21 14:33:50.801505 [ 254 ] {a03fc377-6191-4ca1-8dc0-78d747f1f096} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 2075 | 2025.02.21 14:33:50.801867 [ 254 ] {a03fc377-6191-4ca1-8dc0-78d747f1f096} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2076 | 2025.02.21 14:33:50.801948 [ 254 ] {a03fc377-6191-4ca1-8dc0-78d747f1f096} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2077 | 2025.02.21 14:33:50.802126 [ 254 ] {a03fc377-6191-4ca1-8dc0-78d747f1f096} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2078 | 2025.02.21 14:33:50.802278 [ 287 ] {a03fc377-6191-4ca1-8dc0-78d747f1f096} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2079 | 2025.02.21 14:33:50.802303 [ 288 ] {a03fc377-6191-4ca1-8dc0-78d747f1f096} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2080 | 2025.02.21 14:33:50.802361 [ 290 ] {a03fc377-6191-4ca1-8dc0-78d747f1f096} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2081 | 2025.02.21 14:33:50.802427 [ 286 ] {a03fc377-6191-4ca1-8dc0-78d747f1f096} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2082 | 2025.02.21 14:33:50.802564 [ 254 ] {a03fc377-6191-4ca1-8dc0-78d747f1f096} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2083 | 2025.02.21 14:33:50.802598 [ 254 ] {a03fc377-6191-4ca1-8dc0-78d747f1f096} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2084 | 2025.02.21 14:33:50.802724 [ 254 ] {a03fc377-6191-4ca1-8dc0-78d747f1f096} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2085 | 2025.02.21 14:33:50.802751 [ 254 ] {a03fc377-6191-4ca1-8dc0-78d747f1f096} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2086 | 2025.02.21 14:33:50.802796 [ 254 ] {a03fc377-6191-4ca1-8dc0-78d747f1f096} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2087 | 2025.02.21 14:33:50.802844 [ 254 ] {a03fc377-6191-4ca1-8dc0-78d747f1f096} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2088 | 2025.02.21 14:33:50.802890 [ 254 ] {a03fc377-6191-4ca1-8dc0-78d747f1f096} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" | ||
| 2089 | 2025.02.21 14:33:50.804288 [ 254 ] {a03fc377-6191-4ca1-8dc0-78d747f1f096} <Debug> executeQuery: Read 34 rows, 1.44 KiB in 0.003389 sec., 10032.457952198289 rows/sec., 423.59 KiB/sec. | ||
| 2090 | 2025.02.21 14:33:50.804494 [ 254 ] {a03fc377-6191-4ca1-8dc0-78d747f1f096} <Debug> TCPHandler: Processed in 0.003885676 sec. | ||
| 2091 | 2025.02.21 14:33:50.843791 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2092 | 2025.02.21 14:33:50.843949 [ 254 ] {0a7d220f-60eb-4413-89d6-3896b315e72f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2093 | 2025.02.21 14:33:50.844026 [ 254 ] {0a7d220f-60eb-4413-89d6-3896b315e72f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2094 | 2025.02.21 14:33:50.844939 [ 254 ] {0a7d220f-60eb-4413-89d6-3896b315e72f} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2095 | 2025.02.21 14:33:50.844987 [ 254 ] {0a7d220f-60eb-4413-89d6-3896b315e72f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2096 | 2025.02.21 14:33:50.845496 [ 254 ] {0a7d220f-60eb-4413-89d6-3896b315e72f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2097 | 2025.02.21 14:33:50.845723 [ 254 ] {0a7d220f-60eb-4413-89d6-3896b315e72f} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2098 | 2025.02.21 14:33:50.845964 [ 254 ] {0a7d220f-60eb-4413-89d6-3896b315e72f} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.002056 sec., 486.3813229571984 rows/sec., 110.20 KiB/sec. | ||
| 2099 | 2025.02.21 14:33:50.846115 [ 254 ] {0a7d220f-60eb-4413-89d6-3896b315e72f} <Debug> TCPHandler: Processed in 0.002413463 sec. | ||
| 2100 | 2025.02.21 14:33:50.846369 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2101 | 2025.02.21 14:33:50.846559 [ 256 ] {e3dd75c6-39c9-4a9e-8c98-db168ae954db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2102 | 2025.02.21 14:33:50.846638 [ 256 ] {e3dd75c6-39c9-4a9e-8c98-db168ae954db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2103 | 2025.02.21 14:33:50.847400 [ 256 ] {e3dd75c6-39c9-4a9e-8c98-db168ae954db} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2104 | 2025.02.21 14:33:50.847448 [ 256 ] {e3dd75c6-39c9-4a9e-8c98-db168ae954db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2105 | 2025.02.21 14:33:50.847881 [ 256 ] {e3dd75c6-39c9-4a9e-8c98-db168ae954db} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2106 | 2025.02.21 14:33:50.848193 [ 256 ] {e3dd75c6-39c9-4a9e-8c98-db168ae954db} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2107 | 2025.02.21 14:33:50.848461 [ 256 ] {e3dd75c6-39c9-4a9e-8c98-db168ae954db} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00195 sec., 12307.692307692309 rows/sec., 1.02 MiB/sec. | ||
| 2108 | 2025.02.21 14:33:50.848673 [ 256 ] {e3dd75c6-39c9-4a9e-8c98-db168ae954db} <Debug> TCPHandler: Processed in 0.002433243 sec. | ||
| 2109 | 2025.02.21 14:33:50.848847 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2110 | 2025.02.21 14:33:50.849003 [ 254 ] {c8a28992-4117-445e-a59d-e86aaa0fa4f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2111 | 2025.02.21 14:33:50.849058 [ 254 ] {c8a28992-4117-445e-a59d-e86aaa0fa4f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2112 | 2025.02.21 14:33:50.849672 [ 254 ] {c8a28992-4117-445e-a59d-e86aaa0fa4f1} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2113 | 2025.02.21 14:33:50.849713 [ 254 ] {c8a28992-4117-445e-a59d-e86aaa0fa4f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2114 | 2025.02.21 14:33:50.850089 [ 254 ] {c8a28992-4117-445e-a59d-e86aaa0fa4f1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2115 | 2025.02.21 14:33:50.850339 [ 254 ] {c8a28992-4117-445e-a59d-e86aaa0fa4f1} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2116 | 2025.02.21 14:33:50.850569 [ 254 ] {c8a28992-4117-445e-a59d-e86aaa0fa4f1} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001582 sec., 7585.3350189633375 rows/sec., 618.53 KiB/sec. | ||
| 2117 | 2025.02.21 14:33:50.850636 [ 254 ] {c8a28992-4117-445e-a59d-e86aaa0fa4f1} <Debug> TCPHandler: Processed in 0.001859766 sec. | ||
| 2118 | 2025.02.21 14:33:50.850779 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2119 | 2025.02.21 14:33:50.850897 [ 256 ] {56390663-1ab0-4903-8cab-877fac786fb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2120 | 2025.02.21 14:33:50.850954 [ 256 ] {56390663-1ab0-4903-8cab-877fac786fb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2121 | 2025.02.21 14:33:50.852206 [ 256 ] {56390663-1ab0-4903-8cab-877fac786fb2} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2122 | 2025.02.21 14:33:50.852247 [ 256 ] {56390663-1ab0-4903-8cab-877fac786fb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2123 | 2025.02.21 14:33:50.852699 [ 256 ] {56390663-1ab0-4903-8cab-877fac786fb2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2124 | 2025.02.21 14:33:50.852954 [ 256 ] {56390663-1ab0-4903-8cab-877fac786fb2} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2125 | 2025.02.21 14:33:50.853169 [ 256 ] {56390663-1ab0-4903-8cab-877fac786fb2} <Debug> executeQuery: Read 1390 rows, 118.83 KiB in 0.002296 sec., 605400.6968641116 rows/sec., 50.54 MiB/sec. | ||
| 2126 | 2025.02.21 14:33:50.853222 [ 256 ] {56390663-1ab0-4903-8cab-877fac786fb2} <Debug> TCPHandler: Processed in 0.002501055 sec. | ||
| 2127 | 2025.02.21 14:33:50.853372 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2128 | 2025.02.21 14:33:50.853511 [ 254 ] {2adaa326-bdb9-4d1b-92ac-bb0f58ff8e79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2129 | 2025.02.21 14:33:50.853571 [ 254 ] {2adaa326-bdb9-4d1b-92ac-bb0f58ff8e79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2130 | 2025.02.21 14:33:50.854231 [ 254 ] {2adaa326-bdb9-4d1b-92ac-bb0f58ff8e79} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2131 | 2025.02.21 14:33:50.854269 [ 254 ] {2adaa326-bdb9-4d1b-92ac-bb0f58ff8e79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2132 | 2025.02.21 14:33:50.854630 [ 254 ] {2adaa326-bdb9-4d1b-92ac-bb0f58ff8e79} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2133 | 2025.02.21 14:33:50.854866 [ 254 ] {2adaa326-bdb9-4d1b-92ac-bb0f58ff8e79} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2134 | 2025.02.21 14:33:50.854986 [ 34 ] {} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2135 | 2025.02.21 14:33:50.855028 [ 34 ] {} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2136 | 2025.02.21 14:33:50.855052 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2137 | 2025.02.21 14:33:50.855057 [ 254 ] {2adaa326-bdb9-4d1b-92ac-bb0f58ff8e79} <Debug> executeQuery: Read 58 rows, 4.36 KiB in 0.001576 sec., 36802.03045685279 rows/sec., 2.70 MiB/sec. | ||
| 2138 | 2025.02.21 14:33:50.855210 [ 254 ] {2adaa326-bdb9-4d1b-92ac-bb0f58ff8e79} <Debug> TCPHandler: Processed in 0.001904297 sec. | ||
| 2139 | 2025.02.21 14:33:50.855294 [ 194 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::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 | ||
| 2140 | 2025.02.21 14:33:50.855400 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2141 | 2025.02.21 14:33:50.855503 [ 194 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2142 | 2025.02.21 14:33:50.855574 [ 194 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::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 | ||
| 2143 | 2025.02.21 14:33:50.855624 [ 256 ] {1466aec2-63ec-4fdc-bcdf-144e4f365609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2144 | 2025.02.21 14:33:50.855754 [ 256 ] {1466aec2-63ec-4fdc-bcdf-144e4f365609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2145 | 2025.02.21 14:33:50.855879 [ 194 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::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 | ||
| 2146 | 2025.02.21 14:33:50.856245 [ 194 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part | ||
| 2147 | 2025.02.21 14:33:50.856533 [ 194 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::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 | ||
| 2148 | 2025.02.21 14:33:50.856937 [ 194 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::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 | ||
| 2149 | 2025.02.21 14:33:50.857329 [ 194 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 58 rows starting from the beginning of the part | ||
| 2150 | 2025.02.21 14:33:50.859189 [ 256 ] {1466aec2-63ec-4fdc-bcdf-144e4f365609} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2151 | 2025.02.21 14:33:50.859267 [ 256 ] {1466aec2-63ec-4fdc-bcdf-144e4f365609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2152 | 2025.02.21 14:33:50.860402 [ 256 ] {1466aec2-63ec-4fdc-bcdf-144e4f365609} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2153 | 2025.02.21 14:33:50.860408 [ 191 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 5 columns (5 merged, 0 gathered) in 0.005259687 sec., 30800.31188167661 rows/sec., 2.39 MiB/sec. | ||
| 2154 | 2025.02.21 14:33:50.860592 [ 191 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2155 | 2025.02.21 14:33:50.860783 [ 256 ] {1466aec2-63ec-4fdc-bcdf-144e4f365609} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2156 | 2025.02.21 14:33:50.861218 [ 191 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_6_1} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2157 | 2025.02.21 14:33:50.861357 [ 256 ] {1466aec2-63ec-4fdc-bcdf-144e4f365609} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.005779 sec., 43606.16023533483 rows/sec., 3.02 MiB/sec. | ||
| 2158 | 2025.02.21 14:33:50.861434 [ 191 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_6_1} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2159 | 2025.02.21 14:33:50.861447 [ 256 ] {1466aec2-63ec-4fdc-bcdf-144e4f365609} <Debug> TCPHandler: Processed in 0.006130403 sec. | ||
| 2160 | 2025.02.21 14:33:50.861568 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2161 | 2025.02.21 14:33:50.861623 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2162 | 2025.02.21 14:33:50.861738 [ 254 ] {32751249-826f-4b18-aa04-79e0853101ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2163 | 2025.02.21 14:33:50.861789 [ 254 ] {32751249-826f-4b18-aa04-79e0853101ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2164 | 2025.02.21 14:33:50.862381 [ 254 ] {32751249-826f-4b18-aa04-79e0853101ef} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2165 | 2025.02.21 14:33:50.862420 [ 254 ] {32751249-826f-4b18-aa04-79e0853101ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2166 | 2025.02.21 14:33:50.862787 [ 254 ] {32751249-826f-4b18-aa04-79e0853101ef} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2167 | 2025.02.21 14:33:50.863024 [ 254 ] {32751249-826f-4b18-aa04-79e0853101ef} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2168 | 2025.02.21 14:33:50.863240 [ 254 ] {32751249-826f-4b18-aa04-79e0853101ef} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001523 sec., 7879.185817465528 rows/sec., 615.56 KiB/sec. | ||
| 2169 | 2025.02.21 14:33:50.863301 [ 254 ] {32751249-826f-4b18-aa04-79e0853101ef} <Debug> TCPHandler: Processed in 0.001753953 sec. | ||
| 2170 | 2025.02.21 14:33:50.863473 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2171 | 2025.02.21 14:33:50.863610 [ 256 ] {0f359f24-7bd5-409c-8d22-a78d9c721e24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2172 | 2025.02.21 14:33:50.863667 [ 256 ] {0f359f24-7bd5-409c-8d22-a78d9c721e24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2173 | 2025.02.21 14:33:50.864491 [ 256 ] {0f359f24-7bd5-409c-8d22-a78d9c721e24} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2174 | 2025.02.21 14:33:50.864530 [ 256 ] {0f359f24-7bd5-409c-8d22-a78d9c721e24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2175 | 2025.02.21 14:33:50.864924 [ 256 ] {0f359f24-7bd5-409c-8d22-a78d9c721e24} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2176 | 2025.02.21 14:33:50.865175 [ 256 ] {0f359f24-7bd5-409c-8d22-a78d9c721e24} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2177 | 2025.02.21 14:33:50.865386 [ 256 ] {0f359f24-7bd5-409c-8d22-a78d9c721e24} <Debug> executeQuery: Read 602 rows, 46.36 KiB in 0.001807 sec., 333148.86552296625 rows/sec., 25.06 MiB/sec. | ||
| 2178 | 2025.02.21 14:33:50.865440 [ 256 ] {0f359f24-7bd5-409c-8d22-a78d9c721e24} <Debug> TCPHandler: Processed in 0.002035861 sec. | ||
| 2179 | 2025.02.21 14:33:50.865574 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2180 | 2025.02.21 14:33:50.865692 [ 254 ] {a6e4bcdb-07b5-4a8f-a542-3910d32a2f4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2181 | 2025.02.21 14:33:50.865745 [ 254 ] {a6e4bcdb-07b5-4a8f-a542-3910d32a2f4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2182 | 2025.02.21 14:33:50.866463 [ 254 ] {a6e4bcdb-07b5-4a8f-a542-3910d32a2f4d} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2183 | 2025.02.21 14:33:50.866504 [ 254 ] {a6e4bcdb-07b5-4a8f-a542-3910d32a2f4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2184 | 2025.02.21 14:33:50.866952 [ 254 ] {a6e4bcdb-07b5-4a8f-a542-3910d32a2f4d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2185 | 2025.02.21 14:33:50.867199 [ 254 ] {a6e4bcdb-07b5-4a8f-a542-3910d32a2f4d} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2186 | 2025.02.21 14:33:50.867406 [ 254 ] {a6e4bcdb-07b5-4a8f-a542-3910d32a2f4d} <Debug> executeQuery: Read 950 rows, 65.65 KiB in 0.001738 sec., 546605.2934407365 rows/sec., 36.89 MiB/sec. | ||
| 2187 | 2025.02.21 14:33:50.867463 [ 254 ] {a6e4bcdb-07b5-4a8f-a542-3910d32a2f4d} <Debug> TCPHandler: Processed in 0.001943378 sec. | ||
| 2188 | 2025.02.21 14:33:50.867615 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2189 | 2025.02.21 14:33:50.867758 [ 256 ] {a598aefa-7de7-4eb9-bc90-95d765e31747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2190 | 2025.02.21 14:33:50.867853 [ 256 ] {a598aefa-7de7-4eb9-bc90-95d765e31747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2191 | 2025.02.21 14:33:50.869032 [ 256 ] {a598aefa-7de7-4eb9-bc90-95d765e31747} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2192 | 2025.02.21 14:33:50.869070 [ 256 ] {a598aefa-7de7-4eb9-bc90-95d765e31747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2193 | 2025.02.21 14:33:50.869727 [ 256 ] {a598aefa-7de7-4eb9-bc90-95d765e31747} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2194 | 2025.02.21 14:33:50.869983 [ 256 ] {a598aefa-7de7-4eb9-bc90-95d765e31747} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2195 | 2025.02.21 14:33:50.870156 [ 33 ] {} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2196 | 2025.02.21 14:33:50.870236 [ 33 ] {} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2197 | 2025.02.21 14:33:50.870274 [ 256 ] {a598aefa-7de7-4eb9-bc90-95d765e31747} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.00253 sec., 13438.735177865612 rows/sec., 24.08 MiB/sec. | ||
| 2198 | 2025.02.21 14:33:50.870283 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2199 | 2025.02.21 14:33:50.870674 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 2200 | 2025.02.21 14:33:50.870683 [ 256 ] {a598aefa-7de7-4eb9-bc90-95d765e31747} <Debug> TCPHandler: Processed in 0.003134234 sec. | ||
| 2201 | 2025.02.21 14:33:50.870958 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2202 | 2025.02.21 14:33:50.871228 [ 254 ] {a101f2d9-34bf-4747-86b6-7fe4786a87b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2203 | 2025.02.21 14:33:50.871347 [ 254 ] {a101f2d9-34bf-4747-86b6-7fe4786a87b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2204 | 2025.02.21 14:33:50.871373 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2205 | 2025.02.21 14:33:50.871592 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 2206 | 2025.02.21 14:33:50.872352 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 2207 | 2025.02.21 14:33:50.873122 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 2208 | 2025.02.21 14:33:50.873528 [ 254 ] {a101f2d9-34bf-4747-86b6-7fe4786a87b2} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2209 | 2025.02.21 14:33:50.873654 [ 254 ] {a101f2d9-34bf-4747-86b6-7fe4786a87b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2210 | 2025.02.21 14:33:50.873799 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 2211 | 2025.02.21 14:33:50.874414 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 2212 | 2025.02.21 14:33:50.875090 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 2213 | 2025.02.21 14:33:50.875170 [ 254 ] {a101f2d9-34bf-4747-86b6-7fe4786a87b2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2214 | 2025.02.21 14:33:50.875998 [ 254 ] {a101f2d9-34bf-4747-86b6-7fe4786a87b2} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2215 | 2025.02.21 14:33:50.876447 [ 254 ] {a101f2d9-34bf-4747-86b6-7fe4786a87b2} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.005309 sec., 4143.906573742701 rows/sec., 288.24 KiB/sec. | ||
| 2216 | 2025.02.21 14:33:50.876628 [ 254 ] {a101f2d9-34bf-4747-86b6-7fe4786a87b2} <Debug> TCPHandler: Processed in 0.005788144 sec. | ||
| 2217 | 2025.02.21 14:33:50.878695 [ 198 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 19 columns (19 merged, 0 gathered) in 0.008261547 sec., 15251.380885444338 rows/sec., 27.33 MiB/sec. | ||
| 2218 | 2025.02.21 14:33:50.879019 [ 198 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2219 | 2025.02.21 14:33:50.879482 [ 198 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2220 | 2025.02.21 14:33:50.879577 [ 198 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2221 | 2025.02.21 14:33:50.879700 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 2222 | 2025.02.21 14:33:52.333733 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 326 | ||
| 2223 | 2025.02.21 14:33:52.337019 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2224 | 2025.02.21 14:33:52.337080 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2225 | 2025.02.21 14:33:52.338596 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2226 | 2025.02.21 14:33:52.338911 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2227 | 2025.02.21 14:33:52.339554 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 326 | ||
| 2228 | 2025.02.21 14:33:54.209890 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2229 | 2025.02.21 14:33:54.210096 [ 254 ] {8cd6446b-8c35-486b-b8ad-bcf4134f6147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2230 | 2025.02.21 14:33:54.210175 [ 254 ] {8cd6446b-8c35-486b-b8ad-bcf4134f6147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2231 | 2025.02.21 14:33:54.211022 [ 254 ] {8cd6446b-8c35-486b-b8ad-bcf4134f6147} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2232 | 2025.02.21 14:33:54.211071 [ 254 ] {8cd6446b-8c35-486b-b8ad-bcf4134f6147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2233 | 2025.02.21 14:33:54.211504 [ 254 ] {8cd6446b-8c35-486b-b8ad-bcf4134f6147} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2234 | 2025.02.21 14:33:54.211752 [ 254 ] {8cd6446b-8c35-486b-b8ad-bcf4134f6147} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2235 | 2025.02.21 14:33:54.211955 [ 254 ] {8cd6446b-8c35-486b-b8ad-bcf4134f6147} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001916 sec., 29227.557411273487 rows/sec., 2.23 MiB/sec. | ||
| 2236 | 2025.02.21 14:33:54.212020 [ 254 ] {8cd6446b-8c35-486b-b8ad-bcf4134f6147} <Debug> TCPHandler: Processed in 0.002267108 sec. | ||
| 2237 | 2025.02.21 14:33:54.212330 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2238 | 2025.02.21 14:33:54.212637 [ 256 ] {bde8a1f5-fd6d-4364-b8e0-485b0c784b70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2239 | 2025.02.21 14:33:54.212757 [ 256 ] {bde8a1f5-fd6d-4364-b8e0-485b0c784b70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2240 | 2025.02.21 14:33:54.213667 [ 256 ] {bde8a1f5-fd6d-4364-b8e0-485b0c784b70} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2241 | 2025.02.21 14:33:54.213718 [ 256 ] {bde8a1f5-fd6d-4364-b8e0-485b0c784b70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2242 | 2025.02.21 14:33:54.214178 [ 256 ] {bde8a1f5-fd6d-4364-b8e0-485b0c784b70} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2243 | 2025.02.21 14:33:54.214435 [ 256 ] {bde8a1f5-fd6d-4364-b8e0-485b0c784b70} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2244 | 2025.02.21 14:33:54.214719 [ 256 ] {bde8a1f5-fd6d-4364-b8e0-485b0c784b70} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002161 sec., 29615.91855622397 rows/sec., 2.31 MiB/sec. | ||
| 2245 | 2025.02.21 14:33:54.214931 [ 256 ] {bde8a1f5-fd6d-4364-b8e0-485b0c784b70} <Debug> TCPHandler: Processed in 0.002794534 sec. | ||
| 2246 | 2025.02.21 14:33:54.215103 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2247 | 2025.02.21 14:33:54.215228 [ 254 ] {5d47e568-0405-4fca-a68e-df9ac9b81652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2248 | 2025.02.21 14:33:54.215285 [ 254 ] {5d47e568-0405-4fca-a68e-df9ac9b81652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2249 | 2025.02.21 14:33:54.215834 [ 254 ] {5d47e568-0405-4fca-a68e-df9ac9b81652} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2250 | 2025.02.21 14:33:54.215874 [ 254 ] {5d47e568-0405-4fca-a68e-df9ac9b81652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2251 | 2025.02.21 14:33:54.216270 [ 254 ] {5d47e568-0405-4fca-a68e-df9ac9b81652} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2252 | 2025.02.21 14:33:54.216509 [ 254 ] {5d47e568-0405-4fca-a68e-df9ac9b81652} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2253 | 2025.02.21 14:33:54.216686 [ 254 ] {5d47e568-0405-4fca-a68e-df9ac9b81652} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001487 sec., 65904.50571620713 rows/sec., 4.60 MiB/sec. | ||
| 2254 | 2025.02.21 14:33:54.216746 [ 254 ] {5d47e568-0405-4fca-a68e-df9ac9b81652} <Debug> TCPHandler: Processed in 0.001700691 sec. | ||
| 2255 | 2025.02.21 14:33:54.216885 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2256 | 2025.02.21 14:33:54.217010 [ 256 ] {49616626-a23e-42f0-af8b-850bb479c946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2257 | 2025.02.21 14:33:54.217069 [ 256 ] {49616626-a23e-42f0-af8b-850bb479c946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2258 | 2025.02.21 14:33:54.217672 [ 256 ] {49616626-a23e-42f0-af8b-850bb479c946} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2259 | 2025.02.21 14:33:54.217720 [ 256 ] {49616626-a23e-42f0-af8b-850bb479c946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2260 | 2025.02.21 14:33:54.218156 [ 256 ] {49616626-a23e-42f0-af8b-850bb479c946} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2261 | 2025.02.21 14:33:54.218403 [ 256 ] {49616626-a23e-42f0-af8b-850bb479c946} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2262 | 2025.02.21 14:33:54.218620 [ 256 ] {49616626-a23e-42f0-af8b-850bb479c946} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001639 sec., 23184.868822452714 rows/sec., 1.56 MiB/sec. | ||
| 2263 | 2025.02.21 14:33:54.218675 [ 256 ] {49616626-a23e-42f0-af8b-850bb479c946} <Debug> TCPHandler: Processed in 0.001848636 sec. | ||
| 2264 | 2025.02.21 14:33:54.827188 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2265 | 2025.02.21 14:33:54.827818 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2266 | 2025.02.21 14:33:54.827860 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2267 | 2025.02.21 14:33:54.828391 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2268 | 2025.02.21 14:33:54.828660 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2269 | 2025.02.21 14:33:54.828820 [ 27 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2270 | 2025.02.21 14:33:54.828874 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2271 | 2025.02.21 14:33:54.828883 [ 27 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2272 | 2025.02.21 14:33:54.828912 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2273 | 2025.02.21 14:33:54.829064 [ 187 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 2274 | 2025.02.21 14:33:54.829246 [ 187 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2275 | 2025.02.21 14:33:54.829295 [ 187 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 2276 | 2025.02.21 14:33:54.829389 [ 187 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part | ||
| 2277 | 2025.02.21 14:33:54.829488 [ 187 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part | ||
| 2278 | 2025.02.21 14:33:54.829638 [ 187 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part | ||
| 2279 | 2025.02.21 14:33:54.829732 [ 187 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part | ||
| 2280 | 2025.02.21 14:33:54.829830 [ 187 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part | ||
| 2281 | 2025.02.21 14:33:54.831451 [ 194 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002458804 sec., 2059131.1873577558 rows/sec., 29.46 MiB/sec. | ||
| 2282 | 2025.02.21 14:33:54.831949 [ 201 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2283 | 2025.02.21 14:33:54.832325 [ 201 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_11_2} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2284 | 2025.02.21 14:33:54.832429 [ 201 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_11_2} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2285 | 2025.02.21 14:33:54.832548 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2286 | 2025.02.21 14:33:55.137766 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2287 | 2025.02.21 14:33:55.158073 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2288 | 2025.02.21 14:33:55.158140 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2289 | 2025.02.21 14:33:55.165471 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2290 | 2025.02.21 14:33:55.166228 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2291 | 2025.02.21 14:33:55.166617 [ 27 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2292 | 2025.02.21 14:33:55.166789 [ 27 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2293 | 2025.02.21 14:33:55.166905 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2294 | 2025.02.21 14:33:55.167385 [ 187 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 2295 | 2025.02.21 14:33:55.182310 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2296 | 2025.02.21 14:33:55.183850 [ 187 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2297 | 2025.02.21 14:33:55.185114 [ 187 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 2298 | 2025.02.21 14:33:55.190129 [ 187 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 2299 | 2025.02.21 14:33:55.195375 [ 187 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 2300 | 2025.02.21 14:33:55.200634 [ 187 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 2301 | 2025.02.21 14:33:55.206109 [ 187 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 2302 | 2025.02.21 14:33:55.210384 [ 187 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 2303 | 2025.02.21 14:33:55.266218 [ 190 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.099133056 sec., 837.258562875334 rows/sec., 4.33 MiB/sec. | ||
| 2304 | 2025.02.21 14:33:55.268756 [ 186 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2305 | 2025.02.21 14:33:55.271832 [ 186 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_11_2} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2306 | 2025.02.21 14:33:55.271968 [ 186 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_11_2} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2307 | 2025.02.21 14:33:55.274569 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2308 | 2025.02.21 14:33:56.001159 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.04 MiB, peak 177.93 MiB, free memory in arenas 0.00 B, will set to 169.48 MiB (RSS), difference: 1.44 MiB | ||
| 2309 | 2025.02.21 14:33:59.212105 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2310 | 2025.02.21 14:33:59.212332 [ 254 ] {4812cf31-fe3b-41c8-9b12-cfc67062743c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2311 | 2025.02.21 14:33:59.212414 [ 254 ] {4812cf31-fe3b-41c8-9b12-cfc67062743c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2312 | 2025.02.21 14:33:59.213287 [ 254 ] {4812cf31-fe3b-41c8-9b12-cfc67062743c} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2313 | 2025.02.21 14:33:59.213333 [ 254 ] {4812cf31-fe3b-41c8-9b12-cfc67062743c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2314 | 2025.02.21 14:33:59.213787 [ 254 ] {4812cf31-fe3b-41c8-9b12-cfc67062743c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2315 | 2025.02.21 14:33:59.214040 [ 254 ] {4812cf31-fe3b-41c8-9b12-cfc67062743c} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2316 | 2025.02.21 14:33:59.214251 [ 106 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2317 | 2025.02.21 14:33:59.214323 [ 254 ] {4812cf31-fe3b-41c8-9b12-cfc67062743c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002038 sec., 27477.91952894995 rows/sec., 2.10 MiB/sec. | ||
| 2318 | 2025.02.21 14:33:59.214380 [ 106 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2319 | 2025.02.21 14:33:59.214461 [ 254 ] {4812cf31-fe3b-41c8-9b12-cfc67062743c} <Debug> TCPHandler: Processed in 0.002487734 sec. | ||
| 2320 | 2025.02.21 14:33:59.214469 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2321 | 2025.02.21 14:33:59.214743 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 2322 | 2025.02.21 14:33:59.214865 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2323 | 2025.02.21 14:33:59.215031 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2324 | 2025.02.21 14:33:59.215153 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1385 rows starting from the beginning of the part | ||
| 2325 | 2025.02.21 14:33:59.215292 [ 256 ] {886b459d-b1c5-40cb-98d9-41737df6dfd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2326 | 2025.02.21 14:33:59.215396 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 124 rows starting from the beginning of the part | ||
| 2327 | 2025.02.21 14:33:59.215499 [ 256 ] {886b459d-b1c5-40cb-98d9-41737df6dfd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2328 | 2025.02.21 14:33:59.215679 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 2329 | 2025.02.21 14:33:59.216051 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1390 rows starting from the beginning of the part | ||
| 2330 | 2025.02.21 14:33:59.216272 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 2331 | 2025.02.21 14:33:59.216563 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 2332 | 2025.02.21 14:33:59.218464 [ 256 ] {886b459d-b1c5-40cb-98d9-41737df6dfd2} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2333 | 2025.02.21 14:33:59.218555 [ 256 ] {886b459d-b1c5-40cb-98d9-41737df6dfd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2334 | 2025.02.21 14:33:59.219476 [ 256 ] {886b459d-b1c5-40cb-98d9-41737df6dfd2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2335 | 2025.02.21 14:33:59.219930 [ 256 ] {886b459d-b1c5-40cb-98d9-41737df6dfd2} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2336 | 2025.02.21 14:33:59.220302 [ 190 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3067 rows, containing 5 columns (5 merged, 0 gathered) in 0.00568405 sec., 539580.0529551991 rows/sec., 46.95 MiB/sec. | ||
| 2337 | 2025.02.21 14:33:59.220319 [ 106 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2338 | 2025.02.21 14:33:59.220431 [ 106 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2339 | 2025.02.21 14:33:59.220491 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2340 | 2025.02.21 14:33:59.220546 [ 256 ] {886b459d-b1c5-40cb-98d9-41737df6dfd2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005359 sec., 11942.526590781863 rows/sec., 954.51 KiB/sec. | ||
| 2341 | 2025.02.21 14:33:59.220836 [ 193 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 2342 | 2025.02.21 14:33:59.220856 [ 256 ] {886b459d-b1c5-40cb-98d9-41737df6dfd2} <Debug> TCPHandler: Processed in 0.006243117 sec. | ||
| 2343 | 2025.02.21 14:33:59.220911 [ 190 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2344 | 2025.02.21 14:33:59.221159 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2345 | 2025.02.21 14:33:59.221314 [ 193 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2346 | 2025.02.21 14:33:59.221374 [ 193 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 603 rows starting from the beginning of the part | ||
| 2347 | 2025.02.21 14:33:59.221438 [ 254 ] {f6839758-2e7d-4434-ba03-214d57668fd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2348 | 2025.02.21 14:33:59.221715 [ 254 ] {f6839758-2e7d-4434-ba03-214d57668fd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2349 | 2025.02.21 14:33:59.221868 [ 193 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 98 rows starting from the beginning of the part | ||
| 2350 | 2025.02.21 14:33:59.222199 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_16_3} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2351 | 2025.02.21 14:33:59.222544 [ 193 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 2352 | 2025.02.21 14:33:59.222634 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_16_3} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2353 | 2025.02.21 14:33:59.223040 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 2354 | 2025.02.21 14:33:59.223088 [ 193 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 602 rows starting from the beginning of the part | ||
| 2355 | 2025.02.21 14:33:59.223423 [ 193 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 2356 | 2025.02.21 14:33:59.223728 [ 193 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 2357 | 2025.02.21 14:33:59.224629 [ 254 ] {f6839758-2e7d-4434-ba03-214d57668fd9} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2358 | 2025.02.21 14:33:59.224692 [ 254 ] {f6839758-2e7d-4434-ba03-214d57668fd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2359 | 2025.02.21 14:33:59.225376 [ 254 ] {f6839758-2e7d-4434-ba03-214d57668fd9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2360 | 2025.02.21 14:33:59.225696 [ 190 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1495 rows, containing 5 columns (5 merged, 0 gathered) in 0.005108412 sec., 292654.54704906343 rows/sec., 23.29 MiB/sec. | ||
| 2361 | 2025.02.21 14:33:59.225767 [ 254 ] {f6839758-2e7d-4434-ba03-214d57668fd9} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2362 | 2025.02.21 14:33:59.225944 [ 190 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2363 | 2025.02.21 14:33:59.226002 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2364 | 2025.02.21 14:33:59.226109 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2365 | 2025.02.21 14:33:59.226202 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2366 | 2025.02.21 14:33:59.226362 [ 254 ] {f6839758-2e7d-4434-ba03-214d57668fd9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004997 sec., 32019.21152691615 rows/sec., 2.23 MiB/sec. | ||
| 2367 | 2025.02.21 14:33:59.226610 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 2368 | 2025.02.21 14:33:59.226657 [ 254 ] {f6839758-2e7d-4434-ba03-214d57668fd9} <Debug> TCPHandler: Processed in 0.005678999 sec. | ||
| 2369 | 2025.02.21 14:33:59.226941 [ 190 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_16_3} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2370 | 2025.02.21 14:33:59.227183 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2371 | 2025.02.21 14:33:59.227218 [ 190 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_16_3} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2372 | 2025.02.21 14:33:59.227196 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2373 | 2025.02.21 14:33:59.227370 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4112 rows starting from the beginning of the part | ||
| 2374 | 2025.02.21 14:33:59.227494 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 2375 | 2025.02.21 14:33:59.227700 [ 256 ] {eb59491d-d5a0-4736-8787-8b69cd07cbd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2376 | 2025.02.21 14:33:59.227739 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
| 2377 | 2025.02.21 14:33:59.227880 [ 256 ] {eb59491d-d5a0-4736-8787-8b69cd07cbd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2378 | 2025.02.21 14:33:59.228009 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 2379 | 2025.02.21 14:33:59.228351 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 950 rows starting from the beginning of the part | ||
| 2380 | 2025.02.21 14:33:59.228700 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 98 rows starting from the beginning of the part | ||
| 2381 | 2025.02.21 14:33:59.229042 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 2382 | 2025.02.21 14:33:59.230399 [ 256 ] {eb59491d-d5a0-4736-8787-8b69cd07cbd2} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2383 | 2025.02.21 14:33:59.230445 [ 256 ] {eb59491d-d5a0-4736-8787-8b69cd07cbd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2384 | 2025.02.21 14:33:59.231409 [ 256 ] {eb59491d-d5a0-4736-8787-8b69cd07cbd2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2385 | 2025.02.21 14:33:59.231871 [ 256 ] {eb59491d-d5a0-4736-8787-8b69cd07cbd2} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2386 | 2025.02.21 14:33:59.232107 [ 106 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2387 | 2025.02.21 14:33:59.232174 [ 256 ] {eb59491d-d5a0-4736-8787-8b69cd07cbd2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004737 sec., 12666.24445851805 rows/sec., 874.10 KiB/sec. | ||
| 2388 | 2025.02.21 14:33:59.232190 [ 106 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2389 | 2025.02.21 14:33:59.232305 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2390 | 2025.02.21 14:33:59.232432 [ 256 ] {eb59491d-d5a0-4736-8787-8b69cd07cbd2} <Debug> TCPHandler: Processed in 0.005626669 sec. | ||
| 2391 | 2025.02.21 14:33:59.232776 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 2392 | 2025.02.21 14:33:59.232909 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2393 | 2025.02.21 14:33:59.232943 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 588 rows starting from the beginning of the part | ||
| 2394 | 2025.02.21 14:33:59.233019 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
| 2395 | 2025.02.21 14:33:59.233308 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 2396 | 2025.02.21 14:33:59.233479 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 22 rows starting from the beginning of the part | ||
| 2397 | 2025.02.21 14:33:59.233619 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 38 rows starting from the beginning of the part | ||
| 2398 | 2025.02.21 14:33:59.233807 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 2399 | 2025.02.21 14:33:59.235808 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5640 rows, containing 5 columns (5 merged, 0 gathered) in 0.009464813 sec., 595891.3292845828 rows/sec., 40.78 MiB/sec. | ||
| 2400 | 2025.02.21 14:33:59.236190 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 828 rows, containing 4 columns (4 merged, 0 gathered) in 0.00366159 sec., 226131.27084135578 rows/sec., 15.24 MiB/sec. | ||
| 2401 | 2025.02.21 14:33:59.236346 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2402 | 2025.02.21 14:33:59.236467 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2403 | 2025.02.21 14:33:59.236860 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2404 | 2025.02.21 14:33:59.237011 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2405 | 2025.02.21 14:33:59.237034 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_16_3} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2406 | 2025.02.21 14:33:59.237173 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 2407 | 2025.02.21 14:33:59.237244 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_16_3} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2408 | 2025.02.21 14:33:59.237346 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 2409 | 2025.02.21 14:34:02.230530 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2410 | 2025.02.21 14:34:02.230597 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2411 | 2025.02.21 14:34:02.329898 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2412 | 2025.02.21 14:34:02.330558 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2413 | 2025.02.21 14:34:02.330606 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2414 | 2025.02.21 14:34:02.331144 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2415 | 2025.02.21 14:34:02.331402 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2416 | 2025.02.21 14:34:02.331683 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2417 | 2025.02.21 14:34:02.340656 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 342 | ||
| 2418 | 2025.02.21 14:34:02.343359 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2419 | 2025.02.21 14:34:02.343400 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2420 | 2025.02.21 14:34:02.344836 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2421 | 2025.02.21 14:34:02.345137 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2422 | 2025.02.21 14:34:02.345614 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 342 | ||
| 2423 | 2025.02.21 14:34:02.683305 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2424 | 2025.02.21 14:34:02.701929 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2425 | 2025.02.21 14:34:02.701992 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2426 | 2025.02.21 14:34:02.709176 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2427 | 2025.02.21 14:34:02.709947 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2428 | 2025.02.21 14:34:02.712407 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2429 | 2025.02.21 14:34:03.442986 [ 152 ] {} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2430 | 2025.02.21 14:34:03.443051 [ 152 ] {} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2431 | 2025.02.21 14:34:03.443073 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2432 | 2025.02.21 14:34:03.443288 [ 193 ] {1cdb5cfd-e0d9-45c4-9e0d-37f533b63087::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 | ||
| 2433 | 2025.02.21 14:34:03.443651 [ 193 ] {1cdb5cfd-e0d9-45c4-9e0d-37f533b63087::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2434 | 2025.02.21 14:34:03.443697 [ 193 ] {1cdb5cfd-e0d9-45c4-9e0d-37f533b63087::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 | ||
| 2435 | 2025.02.21 14:34:03.443796 [ 193 ] {1cdb5cfd-e0d9-45c4-9e0d-37f533b63087::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 | ||
| 2436 | 2025.02.21 14:34:03.443962 [ 193 ] {1cdb5cfd-e0d9-45c4-9e0d-37f533b63087::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
| 2437 | 2025.02.21 14:34:03.444172 [ 193 ] {1cdb5cfd-e0d9-45c4-9e0d-37f533b63087::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 2438 | 2025.02.21 14:34:03.444279 [ 193 ] {1cdb5cfd-e0d9-45c4-9e0d-37f533b63087::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 | ||
| 2439 | 2025.02.21 14:34:03.446580 [ 196 ] {1cdb5cfd-e0d9-45c4-9e0d-37f533b63087::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 6 columns (6 merged, 0 gathered) in 0.003434962 sec., 10480.465286078856 rows/sec., 2.12 MiB/sec. | ||
| 2440 | 2025.02.21 14:34:03.446738 [ 193 ] {1cdb5cfd-e0d9-45c4-9e0d-37f533b63087::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2441 | 2025.02.21 14:34:03.447117 [ 193 ] {1cdb5cfd-e0d9-45c4-9e0d-37f533b63087::all_1_5_1} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2442 | 2025.02.21 14:34:03.447200 [ 193 ] {1cdb5cfd-e0d9-45c4-9e0d-37f533b63087::all_1_5_1} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2443 | 2025.02.21 14:34:03.447285 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 2444 | 2025.02.21 14:34:04.213910 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2445 | 2025.02.21 14:34:04.214155 [ 254 ] {f71fb240-6f15-4d4e-abe6-8333411c5f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2446 | 2025.02.21 14:34:04.214236 [ 254 ] {f71fb240-6f15-4d4e-abe6-8333411c5f0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2447 | 2025.02.21 14:34:04.215043 [ 254 ] {f71fb240-6f15-4d4e-abe6-8333411c5f0c} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2448 | 2025.02.21 14:34:04.215090 [ 254 ] {f71fb240-6f15-4d4e-abe6-8333411c5f0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2449 | 2025.02.21 14:34:04.215548 [ 254 ] {f71fb240-6f15-4d4e-abe6-8333411c5f0c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2450 | 2025.02.21 14:34:04.215812 [ 254 ] {f71fb240-6f15-4d4e-abe6-8333411c5f0c} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2451 | 2025.02.21 14:34:04.216026 [ 254 ] {f71fb240-6f15-4d4e-abe6-8333411c5f0c} <Debug> executeQuery: Read 135 rows, 11.90 KiB in 0.001928 sec., 70020.7468879668 rows/sec., 6.03 MiB/sec. | ||
| 2452 | 2025.02.21 14:34:04.216145 [ 254 ] {f71fb240-6f15-4d4e-abe6-8333411c5f0c} <Debug> TCPHandler: Processed in 0.002373441 sec. | ||
| 2453 | 2025.02.21 14:34:04.216400 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2454 | 2025.02.21 14:34:04.216632 [ 256 ] {fa56ec3b-ba31-43b9-a833-314594abcd52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2455 | 2025.02.21 14:34:04.216717 [ 256 ] {fa56ec3b-ba31-43b9-a833-314594abcd52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2456 | 2025.02.21 14:34:04.217561 [ 256 ] {fa56ec3b-ba31-43b9-a833-314594abcd52} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2457 | 2025.02.21 14:34:04.217613 [ 256 ] {fa56ec3b-ba31-43b9-a833-314594abcd52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2458 | 2025.02.21 14:34:04.218058 [ 256 ] {fa56ec3b-ba31-43b9-a833-314594abcd52} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2459 | 2025.02.21 14:34:04.218318 [ 256 ] {fa56ec3b-ba31-43b9-a833-314594abcd52} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2460 | 2025.02.21 14:34:04.218555 [ 256 ] {fa56ec3b-ba31-43b9-a833-314594abcd52} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001985 sec., 19647.355163727963 rows/sec., 1.44 MiB/sec. | ||
| 2461 | 2025.02.21 14:34:04.218620 [ 256 ] {fa56ec3b-ba31-43b9-a833-314594abcd52} <Debug> TCPHandler: Processed in 0.00236668 sec. | ||
| 2462 | 2025.02.21 14:34:04.218775 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2463 | 2025.02.21 14:34:04.218922 [ 254 ] {8e6b5642-8291-46b4-acf8-4038a63442bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2464 | 2025.02.21 14:34:04.218985 [ 254 ] {8e6b5642-8291-46b4-acf8-4038a63442bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2465 | 2025.02.21 14:34:04.219615 [ 254 ] {8e6b5642-8291-46b4-acf8-4038a63442bc} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2466 | 2025.02.21 14:34:04.219655 [ 254 ] {8e6b5642-8291-46b4-acf8-4038a63442bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2467 | 2025.02.21 14:34:04.220015 [ 254 ] {8e6b5642-8291-46b4-acf8-4038a63442bc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2468 | 2025.02.21 14:34:04.220286 [ 254 ] {8e6b5642-8291-46b4-acf8-4038a63442bc} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2469 | 2025.02.21 14:34:04.220511 [ 254 ] {8e6b5642-8291-46b4-acf8-4038a63442bc} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001619 sec., 617.6652254478073 rows/sec., 41.02 KiB/sec. | ||
| 2470 | 2025.02.21 14:34:04.220727 [ 254 ] {8e6b5642-8291-46b4-acf8-4038a63442bc} <Debug> TCPHandler: Processed in 0.00201498 sec. | ||
| 2471 | 2025.02.21 14:34:04.220939 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2472 | 2025.02.21 14:34:04.221169 [ 256 ] {d213e6cb-39d9-44e2-8800-b0d85ab91208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2473 | 2025.02.21 14:34:04.221266 [ 256 ] {d213e6cb-39d9-44e2-8800-b0d85ab91208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2474 | 2025.02.21 14:34:04.221957 [ 256 ] {d213e6cb-39d9-44e2-8800-b0d85ab91208} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2475 | 2025.02.21 14:34:04.221997 [ 256 ] {d213e6cb-39d9-44e2-8800-b0d85ab91208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2476 | 2025.02.21 14:34:04.222397 [ 256 ] {d213e6cb-39d9-44e2-8800-b0d85ab91208} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2477 | 2025.02.21 14:34:04.222643 [ 256 ] {d213e6cb-39d9-44e2-8800-b0d85ab91208} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2478 | 2025.02.21 14:34:04.222854 [ 256 ] {d213e6cb-39d9-44e2-8800-b0d85ab91208} <Debug> executeQuery: Read 109 rows, 8.72 KiB in 0.001745 sec., 62464.18338108883 rows/sec., 4.88 MiB/sec. | ||
| 2479 | 2025.02.21 14:34:04.222911 [ 256 ] {d213e6cb-39d9-44e2-8800-b0d85ab91208} <Debug> TCPHandler: Processed in 0.002087202 sec. | ||
| 2480 | 2025.02.21 14:34:04.223069 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2481 | 2025.02.21 14:34:04.223213 [ 254 ] {82a363a1-5a44-4ce8-b2c5-24f4ab88a199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2482 | 2025.02.21 14:34:04.223278 [ 254 ] {82a363a1-5a44-4ce8-b2c5-24f4ab88a199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2483 | 2025.02.21 14:34:04.223861 [ 254 ] {82a363a1-5a44-4ce8-b2c5-24f4ab88a199} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2484 | 2025.02.21 14:34:04.223900 [ 254 ] {82a363a1-5a44-4ce8-b2c5-24f4ab88a199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2485 | 2025.02.21 14:34:04.224310 [ 254 ] {82a363a1-5a44-4ce8-b2c5-24f4ab88a199} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2486 | 2025.02.21 14:34:04.224549 [ 254 ] {82a363a1-5a44-4ce8-b2c5-24f4ab88a199} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2487 | 2025.02.21 14:34:04.224728 [ 254 ] {82a363a1-5a44-4ce8-b2c5-24f4ab88a199} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00155 sec., 103225.80645161291 rows/sec., 7.19 MiB/sec. | ||
| 2488 | 2025.02.21 14:34:04.224783 [ 254 ] {82a363a1-5a44-4ce8-b2c5-24f4ab88a199} <Debug> TCPHandler: Processed in 0.001785264 sec. | ||
| 2489 | 2025.02.21 14:34:04.224924 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2490 | 2025.02.21 14:34:04.225042 [ 256 ] {9ab6306b-49c5-494f-ae95-42f668e1e03e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2491 | 2025.02.21 14:34:04.225096 [ 256 ] {9ab6306b-49c5-494f-ae95-42f668e1e03e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2492 | 2025.02.21 14:34:04.225586 [ 256 ] {9ab6306b-49c5-494f-ae95-42f668e1e03e} <Trace> oximeter.measurements_f64 (0fb1a2f8-07bb-479d-9b69-22ab0efa702c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2493 | 2025.02.21 14:34:04.225625 [ 256 ] {9ab6306b-49c5-494f-ae95-42f668e1e03e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2494 | 2025.02.21 14:34:04.226032 [ 256 ] {9ab6306b-49c5-494f-ae95-42f668e1e03e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2495 | 2025.02.21 14:34:04.226283 [ 256 ] {9ab6306b-49c5-494f-ae95-42f668e1e03e} <Trace> oximeter.measurements_f64 (0fb1a2f8-07bb-479d-9b69-22ab0efa702c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2496 | 2025.02.21 14:34:04.226566 [ 256 ] {9ab6306b-49c5-494f-ae95-42f668e1e03e} <Debug> executeQuery: Read 2 rows, 130.00 B in 0.001538 sec., 1300.3901170351105 rows/sec., 82.54 KiB/sec. | ||
| 2497 | 2025.02.21 14:34:04.226623 [ 256 ] {9ab6306b-49c5-494f-ae95-42f668e1e03e} <Debug> TCPHandler: Processed in 0.001757953 sec. | ||
| 2498 | 2025.02.21 14:34:04.226764 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2499 | 2025.02.21 14:34:04.226888 [ 254 ] {567194f6-c197-40fb-9420-8019f27454ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2500 | 2025.02.21 14:34:04.226968 [ 254 ] {567194f6-c197-40fb-9420-8019f27454ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2501 | 2025.02.21 14:34:04.228111 [ 254 ] {567194f6-c197-40fb-9420-8019f27454ef} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2502 | 2025.02.21 14:34:04.228149 [ 254 ] {567194f6-c197-40fb-9420-8019f27454ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2503 | 2025.02.21 14:34:04.228805 [ 254 ] {567194f6-c197-40fb-9420-8019f27454ef} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2504 | 2025.02.21 14:34:04.229066 [ 254 ] {567194f6-c197-40fb-9420-8019f27454ef} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2505 | 2025.02.21 14:34:04.229366 [ 254 ] {567194f6-c197-40fb-9420-8019f27454ef} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002475 sec., 15757.575757575756 rows/sec., 28.24 MiB/sec. | ||
| 2506 | 2025.02.21 14:34:04.229585 [ 254 ] {567194f6-c197-40fb-9420-8019f27454ef} <Debug> TCPHandler: Processed in 0.002878886 sec. | ||
| 2507 | 2025.02.21 14:34:04.229782 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2508 | 2025.02.21 14:34:04.230008 [ 256 ] {a63ad0ce-60a9-4501-960b-e94eb2f6a59d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2509 | 2025.02.21 14:34:04.230104 [ 256 ] {a63ad0ce-60a9-4501-960b-e94eb2f6a59d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2510 | 2025.02.21 14:34:04.230704 [ 256 ] {a63ad0ce-60a9-4501-960b-e94eb2f6a59d} <Trace> oximeter.measurements_i64 (b382b733-560b-450c-9ac9-a3f6c818add5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2511 | 2025.02.21 14:34:04.230743 [ 256 ] {a63ad0ce-60a9-4501-960b-e94eb2f6a59d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2512 | 2025.02.21 14:34:04.231124 [ 256 ] {a63ad0ce-60a9-4501-960b-e94eb2f6a59d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2513 | 2025.02.21 14:34:04.231372 [ 256 ] {a63ad0ce-60a9-4501-960b-e94eb2f6a59d} <Trace> oximeter.measurements_i64 (b382b733-560b-450c-9ac9-a3f6c818add5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2514 | 2025.02.21 14:34:04.231579 [ 256 ] {a63ad0ce-60a9-4501-960b-e94eb2f6a59d} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001628 sec., 3685.503685503685 rows/sec., 260.34 KiB/sec. | ||
| 2515 | 2025.02.21 14:34:04.231633 [ 256 ] {a63ad0ce-60a9-4501-960b-e94eb2f6a59d} <Debug> TCPHandler: Processed in 0.001964569 sec. | ||
| 2516 | 2025.02.21 14:34:04.231778 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2517 | 2025.02.21 14:34:04.231918 [ 254 ] {0e83ca51-2e12-431d-a2d3-7aa14d315dd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2518 | 2025.02.21 14:34:04.231977 [ 254 ] {0e83ca51-2e12-431d-a2d3-7aa14d315dd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2519 | 2025.02.21 14:34:04.232508 [ 254 ] {0e83ca51-2e12-431d-a2d3-7aa14d315dd5} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2520 | 2025.02.21 14:34:04.232545 [ 254 ] {0e83ca51-2e12-431d-a2d3-7aa14d315dd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2521 | 2025.02.21 14:34:04.232909 [ 254 ] {0e83ca51-2e12-431d-a2d3-7aa14d315dd5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2522 | 2025.02.21 14:34:04.233155 [ 254 ] {0e83ca51-2e12-431d-a2d3-7aa14d315dd5} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2523 | 2025.02.21 14:34:04.233342 [ 254 ] {0e83ca51-2e12-431d-a2d3-7aa14d315dd5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001452 sec., 41322.31404958678 rows/sec., 2.78 MiB/sec. | ||
| 2524 | 2025.02.21 14:34:04.233446 [ 254 ] {0e83ca51-2e12-431d-a2d3-7aa14d315dd5} <Debug> TCPHandler: Processed in 0.001737452 sec. | ||
| 2525 | 2025.02.21 14:34:09.211616 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2526 | 2025.02.21 14:34:09.211813 [ 254 ] {47871d65-c9e8-4898-ad94-05591d82ee3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2527 | 2025.02.21 14:34:09.211885 [ 254 ] {47871d65-c9e8-4898-ad94-05591d82ee3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2528 | 2025.02.21 14:34:09.212639 [ 254 ] {47871d65-c9e8-4898-ad94-05591d82ee3c} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2529 | 2025.02.21 14:34:09.212683 [ 254 ] {47871d65-c9e8-4898-ad94-05591d82ee3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2530 | 2025.02.21 14:34:09.213142 [ 254 ] {47871d65-c9e8-4898-ad94-05591d82ee3c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2531 | 2025.02.21 14:34:09.213410 [ 254 ] {47871d65-c9e8-4898-ad94-05591d82ee3c} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2532 | 2025.02.21 14:34:09.213647 [ 254 ] {47871d65-c9e8-4898-ad94-05591d82ee3c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001882 sec., 29755.57917109458 rows/sec., 2.27 MiB/sec. | ||
| 2533 | 2025.02.21 14:34:09.213854 [ 254 ] {47871d65-c9e8-4898-ad94-05591d82ee3c} <Debug> TCPHandler: Processed in 0.002358031 sec. | ||
| 2534 | 2025.02.21 14:34:09.214125 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2535 | 2025.02.21 14:34:09.214338 [ 256 ] {e7de2a00-a4dd-4b8b-8e89-5da4c5a24a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2536 | 2025.02.21 14:34:09.214423 [ 256 ] {e7de2a00-a4dd-4b8b-8e89-5da4c5a24a12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2537 | 2025.02.21 14:34:09.215220 [ 256 ] {e7de2a00-a4dd-4b8b-8e89-5da4c5a24a12} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2538 | 2025.02.21 14:34:09.215270 [ 256 ] {e7de2a00-a4dd-4b8b-8e89-5da4c5a24a12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2539 | 2025.02.21 14:34:09.215729 [ 256 ] {e7de2a00-a4dd-4b8b-8e89-5da4c5a24a12} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2540 | 2025.02.21 14:34:09.216012 [ 256 ] {e7de2a00-a4dd-4b8b-8e89-5da4c5a24a12} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2541 | 2025.02.21 14:34:09.216287 [ 256 ] {e7de2a00-a4dd-4b8b-8e89-5da4c5a24a12} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002008 sec., 31872.509960159365 rows/sec., 2.49 MiB/sec. | ||
| 2542 | 2025.02.21 14:34:09.216502 [ 256 ] {e7de2a00-a4dd-4b8b-8e89-5da4c5a24a12} <Debug> TCPHandler: Processed in 0.002521725 sec. | ||
| 2543 | 2025.02.21 14:34:09.216668 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2544 | 2025.02.21 14:34:09.216803 [ 254 ] {1639f1f2-15ce-4d0d-a9b4-4ceae6109419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2545 | 2025.02.21 14:34:09.216864 [ 254 ] {1639f1f2-15ce-4d0d-a9b4-4ceae6109419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2546 | 2025.02.21 14:34:09.217432 [ 254 ] {1639f1f2-15ce-4d0d-a9b4-4ceae6109419} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2547 | 2025.02.21 14:34:09.217473 [ 254 ] {1639f1f2-15ce-4d0d-a9b4-4ceae6109419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2548 | 2025.02.21 14:34:09.217898 [ 254 ] {1639f1f2-15ce-4d0d-a9b4-4ceae6109419} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2549 | 2025.02.21 14:34:09.218154 [ 254 ] {1639f1f2-15ce-4d0d-a9b4-4ceae6109419} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2550 | 2025.02.21 14:34:09.218347 [ 254 ] {1639f1f2-15ce-4d0d-a9b4-4ceae6109419} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001577 sec., 101458.4654407102 rows/sec., 7.07 MiB/sec. | ||
| 2551 | 2025.02.21 14:34:09.218402 [ 254 ] {1639f1f2-15ce-4d0d-a9b4-4ceae6109419} <Debug> TCPHandler: Processed in 0.001799964 sec. | ||
| 2552 | 2025.02.21 14:34:09.218554 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2553 | 2025.02.21 14:34:09.218675 [ 256 ] {349a54fa-53f0-4ea6-b7da-bd2fa164adf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2554 | 2025.02.21 14:34:09.218729 [ 256 ] {349a54fa-53f0-4ea6-b7da-bd2fa164adf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2555 | 2025.02.21 14:34:09.219239 [ 256 ] {349a54fa-53f0-4ea6-b7da-bd2fa164adf6} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2556 | 2025.02.21 14:34:09.219281 [ 256 ] {349a54fa-53f0-4ea6-b7da-bd2fa164adf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2557 | 2025.02.21 14:34:09.219664 [ 256 ] {349a54fa-53f0-4ea6-b7da-bd2fa164adf6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2558 | 2025.02.21 14:34:09.219904 [ 256 ] {349a54fa-53f0-4ea6-b7da-bd2fa164adf6} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2559 | 2025.02.21 14:34:09.220131 [ 256 ] {349a54fa-53f0-4ea6-b7da-bd2fa164adf6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001483 sec., 40458.53000674309 rows/sec., 2.73 MiB/sec. | ||
| 2560 | 2025.02.21 14:34:09.220181 [ 256 ] {349a54fa-53f0-4ea6-b7da-bd2fa164adf6} <Debug> TCPHandler: Processed in 0.00168721 sec. | ||
| 2561 | 2025.02.21 14:34:09.832722 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 2562 | 2025.02.21 14:34:09.833362 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2563 | 2025.02.21 14:34:09.833414 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2564 | 2025.02.21 14:34:09.833989 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2565 | 2025.02.21 14:34:09.834252 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2566 | 2025.02.21 14:34:09.834453 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 2567 | 2025.02.21 14:34:10.213381 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2568 | 2025.02.21 14:34:10.233811 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2569 | 2025.02.21 14:34:10.233875 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 2570 | 2025.02.21 14:34:10.241693 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2571 | 2025.02.21 14:34:10.242477 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2572 | 2025.02.21 14:34:10.245591 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2573 | 2025.02.21 14:34:12.346623 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 368 | ||
| 2574 | 2025.02.21 14:34:12.349589 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2575 | 2025.02.21 14:34:12.349650 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2576 | 2025.02.21 14:34:12.351158 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2577 | 2025.02.21 14:34:12.351475 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2578 | 2025.02.21 14:34:12.352217 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 368 | ||
| 2579 | 2025.02.21 14:34:14.213608 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2580 | 2025.02.21 14:34:14.213797 [ 254 ] {003c9d32-3607-4f80-be6d-62914c596631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2581 | 2025.02.21 14:34:14.213869 [ 254 ] {003c9d32-3607-4f80-be6d-62914c596631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2582 | 2025.02.21 14:34:14.214776 [ 254 ] {003c9d32-3607-4f80-be6d-62914c596631} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2583 | 2025.02.21 14:34:14.214837 [ 254 ] {003c9d32-3607-4f80-be6d-62914c596631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2584 | 2025.02.21 14:34:14.215438 [ 254 ] {003c9d32-3607-4f80-be6d-62914c596631} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2585 | 2025.02.21 14:34:14.215774 [ 254 ] {003c9d32-3607-4f80-be6d-62914c596631} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2586 | 2025.02.21 14:34:14.215974 [ 254 ] {003c9d32-3607-4f80-be6d-62914c596631} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002229 sec., 60116.644235083 rows/sec., 5.17 MiB/sec. | ||
| 2587 | 2025.02.21 14:34:14.216032 [ 254 ] {003c9d32-3607-4f80-be6d-62914c596631} <Debug> TCPHandler: Processed in 0.002558457 sec. | ||
| 2588 | 2025.02.21 14:34:14.216287 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2589 | 2025.02.21 14:34:14.216489 [ 256 ] {3444b9c4-c0e5-4e50-9067-5efd3b28b939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2590 | 2025.02.21 14:34:14.216567 [ 256 ] {3444b9c4-c0e5-4e50-9067-5efd3b28b939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2591 | 2025.02.21 14:34:14.217368 [ 256 ] {3444b9c4-c0e5-4e50-9067-5efd3b28b939} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2592 | 2025.02.21 14:34:14.217421 [ 256 ] {3444b9c4-c0e5-4e50-9067-5efd3b28b939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2593 | 2025.02.21 14:34:14.217858 [ 256 ] {3444b9c4-c0e5-4e50-9067-5efd3b28b939} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2594 | 2025.02.21 14:34:14.218120 [ 256 ] {3444b9c4-c0e5-4e50-9067-5efd3b28b939} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2595 | 2025.02.21 14:34:14.218362 [ 256 ] {3444b9c4-c0e5-4e50-9067-5efd3b28b939} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00193 sec., 20207.253886010363 rows/sec., 1.48 MiB/sec. | ||
| 2596 | 2025.02.21 14:34:14.218438 [ 256 ] {3444b9c4-c0e5-4e50-9067-5efd3b28b939} <Debug> TCPHandler: Processed in 0.002290849 sec. | ||
| 2597 | 2025.02.21 14:34:14.218592 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2598 | 2025.02.21 14:34:14.218726 [ 254 ] {aaa23004-6bf7-40fb-ba3c-b7fe72aa8168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2599 | 2025.02.21 14:34:14.218778 [ 254 ] {aaa23004-6bf7-40fb-ba3c-b7fe72aa8168} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2600 | 2025.02.21 14:34:14.219400 [ 254 ] {aaa23004-6bf7-40fb-ba3c-b7fe72aa8168} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2601 | 2025.02.21 14:34:14.219441 [ 254 ] {aaa23004-6bf7-40fb-ba3c-b7fe72aa8168} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2602 | 2025.02.21 14:34:14.219843 [ 254 ] {aaa23004-6bf7-40fb-ba3c-b7fe72aa8168} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2603 | 2025.02.21 14:34:14.220084 [ 254 ] {aaa23004-6bf7-40fb-ba3c-b7fe72aa8168} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2604 | 2025.02.21 14:34:14.220276 [ 254 ] {aaa23004-6bf7-40fb-ba3c-b7fe72aa8168} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001574 sec., 65438.37357052096 rows/sec., 5.11 MiB/sec. | ||
| 2605 | 2025.02.21 14:34:14.220370 [ 254 ] {aaa23004-6bf7-40fb-ba3c-b7fe72aa8168} <Debug> TCPHandler: Processed in 0.001832194 sec. | ||
| 2606 | 2025.02.21 14:34:14.220596 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2607 | 2025.02.21 14:34:14.220728 [ 256 ] {dacd4fbd-67ed-4f79-bd81-433031034a66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2608 | 2025.02.21 14:34:14.220791 [ 256 ] {dacd4fbd-67ed-4f79-bd81-433031034a66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2609 | 2025.02.21 14:34:14.221389 [ 256 ] {dacd4fbd-67ed-4f79-bd81-433031034a66} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2610 | 2025.02.21 14:34:14.221432 [ 256 ] {dacd4fbd-67ed-4f79-bd81-433031034a66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2611 | 2025.02.21 14:34:14.221845 [ 256 ] {dacd4fbd-67ed-4f79-bd81-433031034a66} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2612 | 2025.02.21 14:34:14.222088 [ 256 ] {dacd4fbd-67ed-4f79-bd81-433031034a66} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2613 | 2025.02.21 14:34:14.222365 [ 256 ] {dacd4fbd-67ed-4f79-bd81-433031034a66} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001669 sec., 95865.78789694428 rows/sec., 6.68 MiB/sec. | ||
| 2614 | 2025.02.21 14:34:14.222582 [ 256 ] {dacd4fbd-67ed-4f79-bd81-433031034a66} <Debug> TCPHandler: Processed in 0.002098623 sec. | ||
| 2615 | 2025.02.21 14:34:14.222746 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2616 | 2025.02.21 14:34:14.222862 [ 254 ] {909c6fe8-0573-4f93-9ecc-0cf8ed4df2c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2617 | 2025.02.21 14:34:14.222942 [ 254 ] {909c6fe8-0573-4f93-9ecc-0cf8ed4df2c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2618 | 2025.02.21 14:34:14.224107 [ 254 ] {909c6fe8-0573-4f93-9ecc-0cf8ed4df2c0} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2619 | 2025.02.21 14:34:14.224147 [ 254 ] {909c6fe8-0573-4f93-9ecc-0cf8ed4df2c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2620 | 2025.02.21 14:34:14.224870 [ 254 ] {909c6fe8-0573-4f93-9ecc-0cf8ed4df2c0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2621 | 2025.02.21 14:34:14.225126 [ 254 ] {909c6fe8-0573-4f93-9ecc-0cf8ed4df2c0} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2622 | 2025.02.21 14:34:14.225403 [ 254 ] {909c6fe8-0573-4f93-9ecc-0cf8ed4df2c0} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002542 sec., 15342.250196695515 rows/sec., 27.49 MiB/sec. | ||
| 2623 | 2025.02.21 14:34:14.225573 [ 254 ] {909c6fe8-0573-4f93-9ecc-0cf8ed4df2c0} <Debug> TCPHandler: Processed in 0.002897606 sec. | ||
| 2624 | 2025.02.21 14:34:14.225739 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2625 | 2025.02.21 14:34:14.225869 [ 256 ] {4d58ddc6-db97-4679-bd4c-58a1851150b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2626 | 2025.02.21 14:34:14.225927 [ 256 ] {4d58ddc6-db97-4679-bd4c-58a1851150b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2627 | 2025.02.21 14:34:14.226444 [ 256 ] {4d58ddc6-db97-4679-bd4c-58a1851150b6} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2628 | 2025.02.21 14:34:14.226484 [ 256 ] {4d58ddc6-db97-4679-bd4c-58a1851150b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2629 | 2025.02.21 14:34:14.226870 [ 256 ] {4d58ddc6-db97-4679-bd4c-58a1851150b6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2630 | 2025.02.21 14:34:14.227107 [ 256 ] {4d58ddc6-db97-4679-bd4c-58a1851150b6} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2631 | 2025.02.21 14:34:14.227326 [ 256 ] {4d58ddc6-db97-4679-bd4c-58a1851150b6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001486 sec., 40376.85060565276 rows/sec., 2.72 MiB/sec. | ||
| 2632 | 2025.02.21 14:34:14.227381 [ 256 ] {4d58ddc6-db97-4679-bd4c-58a1851150b6} <Debug> TCPHandler: Processed in 0.001706111 sec. | ||
| 2633 | 2025.02.21 14:34:17.230640 [ 155 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2634 | 2025.02.21 14:34:17.230702 [ 155 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2635 | 2025.02.21 14:34:17.335479 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 2636 | 2025.02.21 14:34:17.336135 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2637 | 2025.02.21 14:34:17.336183 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2638 | 2025.02.21 14:34:17.336764 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2639 | 2025.02.21 14:34:17.337029 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2640 | 2025.02.21 14:34:17.337229 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 2641 | 2025.02.21 14:34:17.746567 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 2642 | 2025.02.21 14:34:17.766588 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2643 | 2025.02.21 14:34:17.766637 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2644 | 2025.02.21 14:34:17.775005 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2645 | 2025.02.21 14:34:17.775867 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2646 | 2025.02.21 14:34:17.779073 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 2647 | 2025.02.21 14:34:19.212051 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2648 | 2025.02.21 14:34:19.212240 [ 254 ] {7f80914a-3671-41e1-a690-7cea6d2031fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2649 | 2025.02.21 14:34:19.212313 [ 254 ] {7f80914a-3671-41e1-a690-7cea6d2031fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2650 | 2025.02.21 14:34:19.213085 [ 254 ] {7f80914a-3671-41e1-a690-7cea6d2031fe} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2651 | 2025.02.21 14:34:19.213130 [ 254 ] {7f80914a-3671-41e1-a690-7cea6d2031fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2652 | 2025.02.21 14:34:19.213565 [ 254 ] {7f80914a-3671-41e1-a690-7cea6d2031fe} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2653 | 2025.02.21 14:34:19.213818 [ 254 ] {7f80914a-3671-41e1-a690-7cea6d2031fe} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2654 | 2025.02.21 14:34:19.214030 [ 254 ] {7f80914a-3671-41e1-a690-7cea6d2031fe} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001842 sec., 30401.73724212812 rows/sec., 2.32 MiB/sec. | ||
| 2655 | 2025.02.21 14:34:19.214098 [ 254 ] {7f80914a-3671-41e1-a690-7cea6d2031fe} <Debug> TCPHandler: Processed in 0.002176065 sec. | ||
| 2656 | 2025.02.21 14:34:19.214393 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2657 | 2025.02.21 14:34:19.214685 [ 256 ] {2fbf78ce-01c2-4a68-9024-21c748be0fcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2658 | 2025.02.21 14:34:19.214790 [ 256 ] {2fbf78ce-01c2-4a68-9024-21c748be0fcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2659 | 2025.02.21 14:34:19.215664 [ 256 ] {2fbf78ce-01c2-4a68-9024-21c748be0fcf} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2660 | 2025.02.21 14:34:19.215720 [ 256 ] {2fbf78ce-01c2-4a68-9024-21c748be0fcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2661 | 2025.02.21 14:34:19.216168 [ 256 ] {2fbf78ce-01c2-4a68-9024-21c748be0fcf} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2662 | 2025.02.21 14:34:19.216435 [ 256 ] {2fbf78ce-01c2-4a68-9024-21c748be0fcf} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2663 | 2025.02.21 14:34:19.216696 [ 256 ] {2fbf78ce-01c2-4a68-9024-21c748be0fcf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002092 sec., 30592.734225621414 rows/sec., 2.39 MiB/sec. | ||
| 2664 | 2025.02.21 14:34:19.216766 [ 256 ] {2fbf78ce-01c2-4a68-9024-21c748be0fcf} <Debug> TCPHandler: Processed in 0.002554257 sec. | ||
| 2665 | 2025.02.21 14:34:19.216943 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2666 | 2025.02.21 14:34:19.217081 [ 254 ] {19d83618-a760-4990-bca4-a2f8b2d160f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2667 | 2025.02.21 14:34:19.217141 [ 254 ] {19d83618-a760-4990-bca4-a2f8b2d160f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2668 | 2025.02.21 14:34:19.217780 [ 254 ] {19d83618-a760-4990-bca4-a2f8b2d160f8} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2669 | 2025.02.21 14:34:19.217822 [ 254 ] {19d83618-a760-4990-bca4-a2f8b2d160f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2670 | 2025.02.21 14:34:19.218258 [ 254 ] {19d83618-a760-4990-bca4-a2f8b2d160f8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2671 | 2025.02.21 14:34:19.218508 [ 254 ] {19d83618-a760-4990-bca4-a2f8b2d160f8} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2672 | 2025.02.21 14:34:19.218699 [ 254 ] {19d83618-a760-4990-bca4-a2f8b2d160f8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001649 sec., 97028.50212249848 rows/sec., 6.76 MiB/sec. | ||
| 2673 | 2025.02.21 14:34:19.218763 [ 254 ] {19d83618-a760-4990-bca4-a2f8b2d160f8} <Debug> TCPHandler: Processed in 0.001891697 sec. | ||
| 2674 | 2025.02.21 14:34:19.218924 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2675 | 2025.02.21 14:34:19.219074 [ 256 ] {4424993c-ef2f-46b1-b02d-73a84f0df774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2676 | 2025.02.21 14:34:19.219140 [ 256 ] {4424993c-ef2f-46b1-b02d-73a84f0df774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2677 | 2025.02.21 14:34:19.219749 [ 256 ] {4424993c-ef2f-46b1-b02d-73a84f0df774} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2678 | 2025.02.21 14:34:19.219790 [ 256 ] {4424993c-ef2f-46b1-b02d-73a84f0df774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2679 | 2025.02.21 14:34:19.220183 [ 256 ] {4424993c-ef2f-46b1-b02d-73a84f0df774} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2680 | 2025.02.21 14:34:19.220423 [ 256 ] {4424993c-ef2f-46b1-b02d-73a84f0df774} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2681 | 2025.02.21 14:34:19.220649 [ 256 ] {4424993c-ef2f-46b1-b02d-73a84f0df774} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001611 sec., 37243.947858472995 rows/sec., 2.51 MiB/sec. | ||
| 2682 | 2025.02.21 14:34:19.220704 [ 256 ] {4424993c-ef2f-46b1-b02d-73a84f0df774} <Debug> TCPHandler: Processed in 0.001852716 sec. | ||
| 2683 | 2025.02.21 14:34:20.839361 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2684 | 2025.02.21 14:34:20.839575 [ 254 ] {098cd70e-572e-4840-a99e-7c4adf9cf745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2685 | 2025.02.21 14:34:20.839658 [ 254 ] {098cd70e-572e-4840-a99e-7c4adf9cf745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2686 | 2025.02.21 14:34:20.840403 [ 254 ] {098cd70e-572e-4840-a99e-7c4adf9cf745} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2687 | 2025.02.21 14:34:20.840459 [ 254 ] {098cd70e-572e-4840-a99e-7c4adf9cf745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2688 | 2025.02.21 14:34:20.840893 [ 254 ] {098cd70e-572e-4840-a99e-7c4adf9cf745} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2689 | 2025.02.21 14:34:20.841163 [ 254 ] {098cd70e-572e-4840-a99e-7c4adf9cf745} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2690 | 2025.02.21 14:34:20.841433 [ 254 ] {098cd70e-572e-4840-a99e-7c4adf9cf745} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001909 sec., 12572.027239392351 rows/sec., 1.04 MiB/sec. | ||
| 2691 | 2025.02.21 14:34:20.841586 [ 254 ] {098cd70e-572e-4840-a99e-7c4adf9cf745} <Debug> TCPHandler: Processed in 0.00236139 sec. | ||
| 2692 | 2025.02.21 14:34:20.841879 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2693 | 2025.02.21 14:34:20.842088 [ 256 ] {22be305c-ede9-48e9-879b-7438c16f7317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2694 | 2025.02.21 14:34:20.842169 [ 256 ] {22be305c-ede9-48e9-879b-7438c16f7317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2695 | 2025.02.21 14:34:20.842957 [ 256 ] {22be305c-ede9-48e9-879b-7438c16f7317} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2696 | 2025.02.21 14:34:20.843005 [ 256 ] {22be305c-ede9-48e9-879b-7438c16f7317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2697 | 2025.02.21 14:34:20.843423 [ 256 ] {22be305c-ede9-48e9-879b-7438c16f7317} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2698 | 2025.02.21 14:34:20.843675 [ 256 ] {22be305c-ede9-48e9-879b-7438c16f7317} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2699 | 2025.02.21 14:34:20.843933 [ 256 ] {22be305c-ede9-48e9-879b-7438c16f7317} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001901 sec., 1052.0778537611784 rows/sec., 85.79 KiB/sec. | ||
| 2700 | 2025.02.21 14:34:20.843996 [ 256 ] {22be305c-ede9-48e9-879b-7438c16f7317} <Debug> TCPHandler: Processed in 0.002288579 sec. | ||
| 2701 | 2025.02.21 14:34:20.844149 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2702 | 2025.02.21 14:34:20.844297 [ 254 ] {d6c716c8-122e-4f6c-94cd-ff935bf3527d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2703 | 2025.02.21 14:34:20.844359 [ 254 ] {d6c716c8-122e-4f6c-94cd-ff935bf3527d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2704 | 2025.02.21 14:34:20.845544 [ 254 ] {d6c716c8-122e-4f6c-94cd-ff935bf3527d} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2705 | 2025.02.21 14:34:20.845586 [ 254 ] {d6c716c8-122e-4f6c-94cd-ff935bf3527d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2706 | 2025.02.21 14:34:20.846040 [ 254 ] {d6c716c8-122e-4f6c-94cd-ff935bf3527d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 2707 | 2025.02.21 14:34:20.846282 [ 254 ] {d6c716c8-122e-4f6c-94cd-ff935bf3527d} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2708 | 2025.02.21 14:34:20.846453 [ 45 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 2709 | 2025.02.21 14:34:20.846529 [ 254 ] {d6c716c8-122e-4f6c-94cd-ff935bf3527d} <Debug> executeQuery: Read 1395 rows, 119.43 KiB in 0.002264 sec., 616166.0777385159 rows/sec., 51.52 MiB/sec. | ||
| 2710 | 2025.02.21 14:34:20.846538 [ 45 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2711 | 2025.02.21 14:34:20.846614 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2712 | 2025.02.21 14:34:20.846671 [ 254 ] {d6c716c8-122e-4f6c-94cd-ff935bf3527d} <Debug> TCPHandler: Processed in 0.002587058 sec. | ||
| 2713 | 2025.02.21 14:34:20.847063 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 2714 | 2025.02.21 14:34:20.847131 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2715 | 2025.02.21 14:34:20.847452 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2716 | 2025.02.21 14:34:20.847543 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1391 rows starting from the beginning of the part | ||
| 2717 | 2025.02.21 14:34:20.847617 [ 256 ] {966dbbae-85ee-4d2a-9e13-a1c89d15e02f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2718 | 2025.02.21 14:34:20.847716 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 135 rows starting from the beginning of the part | ||
| 2719 | 2025.02.21 14:34:20.847925 [ 256 ] {966dbbae-85ee-4d2a-9e13-a1c89d15e02f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2720 | 2025.02.21 14:34:20.848088 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 2721 | 2025.02.21 14:34:20.848404 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 134 rows starting from the beginning of the part | ||
| 2722 | 2025.02.21 14:34:20.848702 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 2723 | 2025.02.21 14:34:20.848999 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1395 rows starting from the beginning of the part | ||
| 2724 | 2025.02.21 14:34:20.850890 [ 256 ] {966dbbae-85ee-4d2a-9e13-a1c89d15e02f} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2725 | 2025.02.21 14:34:20.850976 [ 256 ] {966dbbae-85ee-4d2a-9e13-a1c89d15e02f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2726 | 2025.02.21 14:34:20.851865 [ 256 ] {966dbbae-85ee-4d2a-9e13-a1c89d15e02f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2727 | 2025.02.21 14:34:20.852198 [ 256 ] {966dbbae-85ee-4d2a-9e13-a1c89d15e02f} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2728 | 2025.02.21 14:34:20.852769 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3167 rows, containing 5 columns (5 merged, 0 gathered) in 0.006044991 sec., 523904.8329435064 rows/sec., 45.75 MiB/sec. | ||
| 2729 | 2025.02.21 14:34:20.852801 [ 256 ] {966dbbae-85ee-4d2a-9e13-a1c89d15e02f} <Debug> executeQuery: Read 53 rows, 4.03 KiB in 0.005299 sec., 10001.887148518588 rows/sec., 761.13 KiB/sec. | ||
| 2730 | 2025.02.21 14:34:20.852944 [ 256 ] {966dbbae-85ee-4d2a-9e13-a1c89d15e02f} <Debug> TCPHandler: Processed in 0.006152284 sec. | ||
| 2731 | 2025.02.21 14:34:20.853117 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2732 | 2025.02.21 14:34:20.853300 [ 254 ] {b8d91448-37eb-4cd2-a29c-76833eb8b0d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2733 | 2025.02.21 14:34:20.853320 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 2734 | 2025.02.21 14:34:20.853375 [ 254 ] {b8d91448-37eb-4cd2-a29c-76833eb8b0d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2735 | 2025.02.21 14:34:20.854214 [ 199 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_21_4} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2736 | 2025.02.21 14:34:20.854417 [ 199 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_21_4} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 2737 | 2025.02.21 14:34:20.854609 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 2738 | 2025.02.21 14:34:20.854795 [ 254 ] {b8d91448-37eb-4cd2-a29c-76833eb8b0d3} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2739 | 2025.02.21 14:34:20.854841 [ 254 ] {b8d91448-37eb-4cd2-a29c-76833eb8b0d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2740 | 2025.02.21 14:34:20.855215 [ 254 ] {b8d91448-37eb-4cd2-a29c-76833eb8b0d3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2741 | 2025.02.21 14:34:20.855451 [ 254 ] {b8d91448-37eb-4cd2-a29c-76833eb8b0d3} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2742 | 2025.02.21 14:34:20.855762 [ 254 ] {b8d91448-37eb-4cd2-a29c-76833eb8b0d3} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002498 sec., 100880.70456365093 rows/sec., 6.98 MiB/sec. | ||
| 2743 | 2025.02.21 14:34:20.855911 [ 254 ] {b8d91448-37eb-4cd2-a29c-76833eb8b0d3} <Debug> TCPHandler: Processed in 0.002873586 sec. | ||
| 2744 | 2025.02.21 14:34:20.856066 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2745 | 2025.02.21 14:34:20.856208 [ 256 ] {710f96f8-30cd-4f08-8047-74740fd26d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2746 | 2025.02.21 14:34:20.856267 [ 256 ] {710f96f8-30cd-4f08-8047-74740fd26d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2747 | 2025.02.21 14:34:20.856935 [ 256 ] {710f96f8-30cd-4f08-8047-74740fd26d1a} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2748 | 2025.02.21 14:34:20.856974 [ 256 ] {710f96f8-30cd-4f08-8047-74740fd26d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2749 | 2025.02.21 14:34:20.857339 [ 256 ] {710f96f8-30cd-4f08-8047-74740fd26d1a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2750 | 2025.02.21 14:34:20.857573 [ 256 ] {710f96f8-30cd-4f08-8047-74740fd26d1a} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2751 | 2025.02.21 14:34:20.857808 [ 256 ] {710f96f8-30cd-4f08-8047-74740fd26d1a} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001631 sec., 7357.449417535254 rows/sec., 574.80 KiB/sec. | ||
| 2752 | 2025.02.21 14:34:20.857867 [ 256 ] {710f96f8-30cd-4f08-8047-74740fd26d1a} <Debug> TCPHandler: Processed in 0.001871186 sec. | ||
| 2753 | 2025.02.21 14:34:20.858014 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2754 | 2025.02.21 14:34:20.858153 [ 254 ] {71f57e7a-f809-4713-9c6f-926b8cf47ded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2755 | 2025.02.21 14:34:20.858211 [ 254 ] {71f57e7a-f809-4713-9c6f-926b8cf47ded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2756 | 2025.02.21 14:34:20.859064 [ 254 ] {71f57e7a-f809-4713-9c6f-926b8cf47ded} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2757 | 2025.02.21 14:34:20.859103 [ 254 ] {71f57e7a-f809-4713-9c6f-926b8cf47ded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2758 | 2025.02.21 14:34:20.859479 [ 254 ] {71f57e7a-f809-4713-9c6f-926b8cf47ded} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 2759 | 2025.02.21 14:34:20.859719 [ 254 ] {71f57e7a-f809-4713-9c6f-926b8cf47ded} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2760 | 2025.02.21 14:34:20.859905 [ 45 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 2761 | 2025.02.21 14:34:20.859973 [ 254 ] {71f57e7a-f809-4713-9c6f-926b8cf47ded} <Debug> executeQuery: Read 597 rows, 45.95 KiB in 0.001848 sec., 323051.94805194804 rows/sec., 24.28 MiB/sec. | ||
| 2762 | 2025.02.21 14:34:20.859999 [ 45 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2763 | 2025.02.21 14:34:20.860089 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2764 | 2025.02.21 14:34:20.860107 [ 254 ] {71f57e7a-f809-4713-9c6f-926b8cf47ded} <Debug> TCPHandler: Processed in 0.002160755 sec. | ||
| 2765 | 2025.02.21 14:34:20.860364 [ 196 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 2766 | 2025.02.21 14:34:20.860429 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2767 | 2025.02.21 14:34:20.860563 [ 196 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2768 | 2025.02.21 14:34:20.860674 [ 196 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 615 rows starting from the beginning of the part | ||
| 2769 | 2025.02.21 14:34:20.860861 [ 256 ] {8fb1ff86-a3df-455e-9eed-680b84a398f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2770 | 2025.02.21 14:34:20.860950 [ 196 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 109 rows starting from the beginning of the part | ||
| 2771 | 2025.02.21 14:34:20.861201 [ 256 ] {8fb1ff86-a3df-455e-9eed-680b84a398f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2772 | 2025.02.21 14:34:20.861236 [ 196 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 2773 | 2025.02.21 14:34:20.861537 [ 196 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 103 rows starting from the beginning of the part | ||
| 2774 | 2025.02.21 14:34:20.861888 [ 196 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 2775 | 2025.02.21 14:34:20.862155 [ 196 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 597 rows starting from the beginning of the part | ||
| 2776 | 2025.02.21 14:34:20.863978 [ 256 ] {8fb1ff86-a3df-455e-9eed-680b84a398f4} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2777 | 2025.02.21 14:34:20.864060 [ 256 ] {8fb1ff86-a3df-455e-9eed-680b84a398f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2778 | 2025.02.21 14:34:20.864918 [ 196 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1552 rows, containing 5 columns (5 merged, 0 gathered) in 0.00467148 sec., 332228.7583378287 rows/sec., 26.47 MiB/sec. | ||
| 2779 | 2025.02.21 14:34:20.864928 [ 256 ] {8fb1ff86-a3df-455e-9eed-680b84a398f4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 2780 | 2025.02.21 14:34:20.865132 [ 196 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 2781 | 2025.02.21 14:34:20.865402 [ 256 ] {8fb1ff86-a3df-455e-9eed-680b84a398f4} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2782 | 2025.02.21 14:34:20.865683 [ 197 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_21_4} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2783 | 2025.02.21 14:34:20.865694 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 2784 | 2025.02.21 14:34:20.865817 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2785 | 2025.02.21 14:34:20.865880 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2786 | 2025.02.21 14:34:20.865946 [ 256 ] {8fb1ff86-a3df-455e-9eed-680b84a398f4} <Debug> executeQuery: Read 945 rows, 65.30 KiB in 0.005226 sec., 180826.63605051665 rows/sec., 12.20 MiB/sec. | ||
| 2787 | 2025.02.21 14:34:20.866074 [ 197 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_21_4} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 2788 | 2025.02.21 14:34:20.866260 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 2789 | 2025.02.21 14:34:20.866348 [ 256 ] {8fb1ff86-a3df-455e-9eed-680b84a398f4} <Debug> TCPHandler: Processed in 0.006111733 sec. | ||
| 2790 | 2025.02.21 14:34:20.866407 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 2791 | 2025.02.21 14:34:20.866652 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2792 | 2025.02.21 14:34:20.866675 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2793 | 2025.02.21 14:34:20.866730 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5640 rows starting from the beginning of the part | ||
| 2794 | 2025.02.21 14:34:20.866953 [ 254 ] {9e7f1dce-4004-4cbc-9d56-de920be697f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2795 | 2025.02.21 14:34:20.866982 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
| 2796 | 2025.02.21 14:34:20.867355 [ 254 ] {9e7f1dce-4004-4cbc-9d56-de920be697f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2797 | 2025.02.21 14:34:20.867375 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 2798 | 2025.02.21 14:34:20.867757 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
| 2799 | 2025.02.21 14:34:20.868048 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 2800 | 2025.02.21 14:34:20.868415 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 945 rows starting from the beginning of the part | ||
| 2801 | 2025.02.21 14:34:20.872449 [ 254 ] {9e7f1dce-4004-4cbc-9d56-de920be697f9} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2802 | 2025.02.21 14:34:20.872504 [ 254 ] {9e7f1dce-4004-4cbc-9d56-de920be697f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2803 | 2025.02.21 14:34:20.873586 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7225 rows, containing 5 columns (5 merged, 0 gathered) in 0.007580537 sec., 953098.7052764203 rows/sec., 65.21 MiB/sec. | ||
| 2804 | 2025.02.21 14:34:20.873595 [ 254 ] {9e7f1dce-4004-4cbc-9d56-de920be697f9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2805 | 2025.02.21 14:34:20.873925 [ 254 ] {9e7f1dce-4004-4cbc-9d56-de920be697f9} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2806 | 2025.02.21 14:34:20.874019 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 2807 | 2025.02.21 14:34:20.874377 [ 254 ] {9e7f1dce-4004-4cbc-9d56-de920be697f9} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007549 sec., 5166.247185057623 rows/sec., 9.26 MiB/sec. | ||
| 2808 | 2025.02.21 14:34:20.874727 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2809 | 2025.02.21 14:34:20.874733 [ 254 ] {9e7f1dce-4004-4cbc-9d56-de920be697f9} <Debug> TCPHandler: Processed in 0.008219786 sec. | ||
| 2810 | 2025.02.21 14:34:20.874947 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 2811 | 2025.02.21 14:34:20.875067 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2812 | 2025.02.21 14:34:20.875104 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. | ||
| 2813 | 2025.02.21 14:34:20.875319 [ 256 ] {77666fa9-c705-4af0-8055-0b01f347557b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2814 | 2025.02.21 14:34:20.875415 [ 256 ] {77666fa9-c705-4af0-8055-0b01f347557b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2815 | 2025.02.21 14:34:20.876092 [ 256 ] {77666fa9-c705-4af0-8055-0b01f347557b} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2816 | 2025.02.21 14:34:20.876131 [ 256 ] {77666fa9-c705-4af0-8055-0b01f347557b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2817 | 2025.02.21 14:34:20.876504 [ 256 ] {77666fa9-c705-4af0-8055-0b01f347557b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 2818 | 2025.02.21 14:34:20.876742 [ 256 ] {77666fa9-c705-4af0-8055-0b01f347557b} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2819 | 2025.02.21 14:34:20.876905 [ 26 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 2820 | 2025.02.21 14:34:20.876965 [ 26 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2821 | 2025.02.21 14:34:20.877001 [ 256 ] {77666fa9-c705-4af0-8055-0b01f347557b} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001728 sec., 12731.481481481482 rows/sec., 885.57 KiB/sec. | ||
| 2822 | 2025.02.21 14:34:20.877008 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2823 | 2025.02.21 14:34:20.877208 [ 256 ] {77666fa9-c705-4af0-8055-0b01f347557b} <Debug> TCPHandler: Processed in 0.002341499 sec. | ||
| 2824 | 2025.02.21 14:34:20.877559 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 2825 | 2025.02.21 14:34:20.877776 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2826 | 2025.02.21 14:34:20.877830 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 828 rows starting from the beginning of the part | ||
| 2827 | 2025.02.21 14:34:20.877896 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
| 2828 | 2025.02.21 14:34:20.878125 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 2829 | 2025.02.21 14:34:20.878373 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
| 2830 | 2025.02.21 14:34:20.878645 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 2831 | 2025.02.21 14:34:20.878876 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 22 rows starting from the beginning of the part | ||
| 2832 | 2025.02.21 14:34:20.880107 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1090 rows, containing 4 columns (4 merged, 0 gathered) in 0.002940697 sec., 370660.4250624937 rows/sec., 24.98 MiB/sec. | ||
| 2833 | 2025.02.21 14:34:20.880314 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 2834 | 2025.02.21 14:34:20.880642 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_21_4} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2835 | 2025.02.21 14:34:20.880735 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_21_4} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 2836 | 2025.02.21 14:34:20.880822 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 2837 | 2025.02.21 14:34:22.353242 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 408 | ||
| 2838 | 2025.02.21 14:34:22.356437 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2839 | 2025.02.21 14:34:22.356490 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2840 | 2025.02.21 14:34:22.358014 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2841 | 2025.02.21 14:34:22.358348 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2842 | 2025.02.21 14:34:22.358944 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 408 | ||
| 2843 | 2025.02.21 14:34:24.208993 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2844 | 2025.02.21 14:34:24.209177 [ 254 ] {48556e56-6baa-4e46-b06a-8b0946654551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2845 | 2025.02.21 14:34:24.209249 [ 254 ] {48556e56-6baa-4e46-b06a-8b0946654551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2846 | 2025.02.21 14:34:24.210007 [ 254 ] {48556e56-6baa-4e46-b06a-8b0946654551} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2847 | 2025.02.21 14:34:24.210059 [ 254 ] {48556e56-6baa-4e46-b06a-8b0946654551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2848 | 2025.02.21 14:34:24.210498 [ 254 ] {48556e56-6baa-4e46-b06a-8b0946654551} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 2849 | 2025.02.21 14:34:24.210759 [ 254 ] {48556e56-6baa-4e46-b06a-8b0946654551} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2850 | 2025.02.21 14:34:24.210994 [ 254 ] {48556e56-6baa-4e46-b06a-8b0946654551} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001867 sec., 29994.643813604715 rows/sec., 2.29 MiB/sec. | ||
| 2851 | 2025.02.21 14:34:24.211066 [ 254 ] {48556e56-6baa-4e46-b06a-8b0946654551} <Debug> TCPHandler: Processed in 0.002201306 sec. | ||
| 2852 | 2025.02.21 14:34:24.211321 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2853 | 2025.02.21 14:34:24.211508 [ 256 ] {3cc21e09-d726-4250-b93e-e84b093388f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2854 | 2025.02.21 14:34:24.211579 [ 256 ] {3cc21e09-d726-4250-b93e-e84b093388f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2855 | 2025.02.21 14:34:24.212448 [ 256 ] {3cc21e09-d726-4250-b93e-e84b093388f9} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2856 | 2025.02.21 14:34:24.212535 [ 256 ] {3cc21e09-d726-4250-b93e-e84b093388f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2857 | 2025.02.21 14:34:24.213004 [ 256 ] {3cc21e09-d726-4250-b93e-e84b093388f9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 2858 | 2025.02.21 14:34:24.213244 [ 256 ] {3cc21e09-d726-4250-b93e-e84b093388f9} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2859 | 2025.02.21 14:34:24.213468 [ 256 ] {3cc21e09-d726-4250-b93e-e84b093388f9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002012 sec., 31809.145129224653 rows/sec., 2.48 MiB/sec. | ||
| 2860 | 2025.02.21 14:34:24.213524 [ 256 ] {3cc21e09-d726-4250-b93e-e84b093388f9} <Debug> TCPHandler: Processed in 0.00234421 sec. | ||
| 2861 | 2025.02.21 14:34:24.213671 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2862 | 2025.02.21 14:34:24.213802 [ 254 ] {9cfa7e70-1947-4bfa-883f-b5b03335e3db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2863 | 2025.02.21 14:34:24.213861 [ 254 ] {9cfa7e70-1947-4bfa-883f-b5b03335e3db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2864 | 2025.02.21 14:34:24.214424 [ 254 ] {9cfa7e70-1947-4bfa-883f-b5b03335e3db} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2865 | 2025.02.21 14:34:24.214466 [ 254 ] {9cfa7e70-1947-4bfa-883f-b5b03335e3db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2866 | 2025.02.21 14:34:24.214909 [ 254 ] {9cfa7e70-1947-4bfa-883f-b5b03335e3db} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 2867 | 2025.02.21 14:34:24.215189 [ 254 ] {9cfa7e70-1947-4bfa-883f-b5b03335e3db} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2868 | 2025.02.21 14:34:24.215414 [ 254 ] {9cfa7e70-1947-4bfa-883f-b5b03335e3db} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001645 sec., 59574.46808510638 rows/sec., 4.16 MiB/sec. | ||
| 2869 | 2025.02.21 14:34:24.215481 [ 254 ] {9cfa7e70-1947-4bfa-883f-b5b03335e3db} <Debug> TCPHandler: Processed in 0.001867086 sec. | ||
| 2870 | 2025.02.21 14:34:24.215634 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2871 | 2025.02.21 14:34:24.215755 [ 256 ] {3bdbc49a-9d8f-4f05-96d8-91d11b6809e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2872 | 2025.02.21 14:34:24.215807 [ 256 ] {3bdbc49a-9d8f-4f05-96d8-91d11b6809e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2873 | 2025.02.21 14:34:24.216310 [ 256 ] {3bdbc49a-9d8f-4f05-96d8-91d11b6809e5} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2874 | 2025.02.21 14:34:24.216348 [ 256 ] {3bdbc49a-9d8f-4f05-96d8-91d11b6809e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2875 | 2025.02.21 14:34:24.216725 [ 256 ] {3bdbc49a-9d8f-4f05-96d8-91d11b6809e5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 2876 | 2025.02.21 14:34:24.216992 [ 256 ] {3bdbc49a-9d8f-4f05-96d8-91d11b6809e5} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2877 | 2025.02.21 14:34:24.217252 [ 256 ] {3bdbc49a-9d8f-4f05-96d8-91d11b6809e5} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001515 sec., 25082.50825082508 rows/sec., 1.68 MiB/sec. | ||
| 2878 | 2025.02.21 14:34:24.217427 [ 256 ] {3bdbc49a-9d8f-4f05-96d8-91d11b6809e5} <Debug> TCPHandler: Processed in 0.001854345 sec. | ||
| 2879 | 2025.02.21 14:34:24.838252 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 2880 | 2025.02.21 14:34:24.838903 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2881 | 2025.02.21 14:34:24.838956 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2882 | 2025.02.21 14:34:24.839504 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2883 | 2025.02.21 14:34:24.839765 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2884 | 2025.02.21 14:34:24.840016 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 2885 | 2025.02.21 14:34:25.280032 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 2886 | 2025.02.21 14:34:25.300771 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2887 | 2025.02.21 14:34:25.300821 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2888 | 2025.02.21 14:34:25.308273 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2889 | 2025.02.21 14:34:25.309032 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2890 | 2025.02.21 14:34:25.311534 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 2891 | 2025.02.21 14:34:29.211702 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2892 | 2025.02.21 14:34:29.211924 [ 254 ] {436b6ae0-39e0-43d5-8bac-b19ec1c01ca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2893 | 2025.02.21 14:34:29.211998 [ 254 ] {436b6ae0-39e0-43d5-8bac-b19ec1c01ca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2894 | 2025.02.21 14:34:29.212722 [ 254 ] {436b6ae0-39e0-43d5-8bac-b19ec1c01ca0} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2895 | 2025.02.21 14:34:29.212766 [ 254 ] {436b6ae0-39e0-43d5-8bac-b19ec1c01ca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2896 | 2025.02.21 14:34:29.213195 [ 254 ] {436b6ae0-39e0-43d5-8bac-b19ec1c01ca0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 2897 | 2025.02.21 14:34:29.213448 [ 254 ] {436b6ae0-39e0-43d5-8bac-b19ec1c01ca0} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2898 | 2025.02.21 14:34:29.213636 [ 254 ] {436b6ae0-39e0-43d5-8bac-b19ec1c01ca0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00177 sec., 31638.418079096045 rows/sec., 2.42 MiB/sec. | ||
| 2899 | 2025.02.21 14:34:29.213690 [ 254 ] {436b6ae0-39e0-43d5-8bac-b19ec1c01ca0} <Debug> TCPHandler: Processed in 0.002125243 sec. | ||
| 2900 | 2025.02.21 14:34:29.213935 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2901 | 2025.02.21 14:34:29.214146 [ 256 ] {80da51ce-e03d-4eb1-8277-aef2c95821a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2902 | 2025.02.21 14:34:29.214226 [ 256 ] {80da51ce-e03d-4eb1-8277-aef2c95821a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2903 | 2025.02.21 14:34:29.215081 [ 256 ] {80da51ce-e03d-4eb1-8277-aef2c95821a8} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2904 | 2025.02.21 14:34:29.215125 [ 256 ] {80da51ce-e03d-4eb1-8277-aef2c95821a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2905 | 2025.02.21 14:34:29.215546 [ 256 ] {80da51ce-e03d-4eb1-8277-aef2c95821a8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 2906 | 2025.02.21 14:34:29.215794 [ 256 ] {80da51ce-e03d-4eb1-8277-aef2c95821a8} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2907 | 2025.02.21 14:34:29.216014 [ 256 ] {80da51ce-e03d-4eb1-8277-aef2c95821a8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001926 sec., 33229.491173416405 rows/sec., 2.59 MiB/sec. | ||
| 2908 | 2025.02.21 14:34:29.216070 [ 256 ] {80da51ce-e03d-4eb1-8277-aef2c95821a8} <Debug> TCPHandler: Processed in 0.002278219 sec. | ||
| 2909 | 2025.02.21 14:34:29.216213 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2910 | 2025.02.21 14:34:29.216351 [ 254 ] {e56f1840-4da1-4478-982d-4b12c2ccfb8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2911 | 2025.02.21 14:34:29.216413 [ 254 ] {e56f1840-4da1-4478-982d-4b12c2ccfb8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2912 | 2025.02.21 14:34:29.217057 [ 254 ] {e56f1840-4da1-4478-982d-4b12c2ccfb8a} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2913 | 2025.02.21 14:34:29.217093 [ 254 ] {e56f1840-4da1-4478-982d-4b12c2ccfb8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2914 | 2025.02.21 14:34:29.217487 [ 254 ] {e56f1840-4da1-4478-982d-4b12c2ccfb8a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 2915 | 2025.02.21 14:34:29.217719 [ 254 ] {e56f1840-4da1-4478-982d-4b12c2ccfb8a} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2916 | 2025.02.21 14:34:29.217926 [ 254 ] {e56f1840-4da1-4478-982d-4b12c2ccfb8a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001599 sec., 100062.53908692933 rows/sec., 6.97 MiB/sec. | ||
| 2917 | 2025.02.21 14:34:29.218094 [ 254 ] {e56f1840-4da1-4478-982d-4b12c2ccfb8a} <Debug> TCPHandler: Processed in 0.001944198 sec. | ||
| 2918 | 2025.02.21 14:34:29.218315 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2919 | 2025.02.21 14:34:29.218450 [ 256 ] {13d07dd0-d54b-41be-9530-924b268947f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2920 | 2025.02.21 14:34:29.218511 [ 256 ] {13d07dd0-d54b-41be-9530-924b268947f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2921 | 2025.02.21 14:34:29.219086 [ 256 ] {13d07dd0-d54b-41be-9530-924b268947f0} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2922 | 2025.02.21 14:34:29.219124 [ 256 ] {13d07dd0-d54b-41be-9530-924b268947f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2923 | 2025.02.21 14:34:29.219499 [ 256 ] {13d07dd0-d54b-41be-9530-924b268947f0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 2924 | 2025.02.21 14:34:29.219747 [ 256 ] {13d07dd0-d54b-41be-9530-924b268947f0} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2925 | 2025.02.21 14:34:29.219953 [ 256 ] {13d07dd0-d54b-41be-9530-924b268947f0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001533 sec., 39138.94324853229 rows/sec., 2.64 MiB/sec. | ||
| 2926 | 2025.02.21 14:34:29.220003 [ 256 ] {13d07dd0-d54b-41be-9530-924b268947f0} <Debug> TCPHandler: Processed in 0.001807174 sec. | ||
| 2927 | 2025.02.21 14:34:32.230755 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2928 | 2025.02.21 14:34:32.230856 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2929 | 2025.02.21 14:34:32.341060 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 2930 | 2025.02.21 14:34:32.341762 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2931 | 2025.02.21 14:34:32.341807 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2932 | 2025.02.21 14:34:32.342386 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2933 | 2025.02.21 14:34:32.342642 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2934 | 2025.02.21 14:34:32.342839 [ 61 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2935 | 2025.02.21 14:34:32.342897 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 2936 | 2025.02.21 14:34:32.342926 [ 61 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2937 | 2025.02.21 14:34:32.342961 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2938 | 2025.02.21 14:34:32.343111 [ 197 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 2939 | 2025.02.21 14:34:32.343286 [ 197 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2940 | 2025.02.21 14:34:32.343337 [ 197 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part | ||
| 2941 | 2025.02.21 14:34:32.343437 [ 197 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part | ||
| 2942 | 2025.02.21 14:34:32.343643 [ 197 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part | ||
| 2943 | 2025.02.21 14:34:32.343873 [ 197 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part | ||
| 2944 | 2025.02.21 14:34:32.344006 [ 197 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part | ||
| 2945 | 2025.02.21 14:34:32.344190 [ 197 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part | ||
| 2946 | 2025.02.21 14:34:32.346090 [ 196 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003041661 sec., 2426634.65783991 rows/sec., 34.71 MiB/sec. | ||
| 2947 | 2025.02.21 14:34:32.347260 [ 196 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2948 | 2025.02.21 14:34:32.347623 [ 196 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_16_3} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2949 | 2025.02.21 14:34:32.347718 [ 196 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_16_3} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2950 | 2025.02.21 14:34:32.347836 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 2951 | 2025.02.21 14:34:32.360014 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 424 | ||
| 2952 | 2025.02.21 14:34:32.362706 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2953 | 2025.02.21 14:34:32.362755 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2954 | 2025.02.21 14:34:32.364197 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2955 | 2025.02.21 14:34:32.364534 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2956 | 2025.02.21 14:34:32.364729 [ 61 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2957 | 2025.02.21 14:34:32.364822 [ 61 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2958 | 2025.02.21 14:34:32.364886 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2959 | 2025.02.21 14:34:32.365350 [ 188 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 2960 | 2025.02.21 14:34:32.366247 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 424 | ||
| 2961 | 2025.02.21 14:34:32.366706 [ 188 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2962 | 2025.02.21 14:34:32.366871 [ 188 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 282 rows starting from the beginning of the part | ||
| 2963 | 2025.02.21 14:34:32.367639 [ 188 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 44 rows starting from the beginning of the part | ||
| 2964 | 2025.02.21 14:34:32.368297 [ 188 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 2965 | 2025.02.21 14:34:32.368907 [ 188 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part | ||
| 2966 | 2025.02.21 14:34:32.369514 [ 188 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part | ||
| 2967 | 2025.02.21 14:34:32.370082 [ 188 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 2968 | 2025.02.21 14:34:32.377640 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 424 rows, containing 72 columns (72 merged, 0 gathered) in 0.012625688 sec., 33582.32834519592 rows/sec., 30.97 MiB/sec. | ||
| 2969 | 2025.02.21 14:34:32.378467 [ 188 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2970 | 2025.02.21 14:34:32.379134 [ 188 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_11_2} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2971 | 2025.02.21 14:34:32.379214 [ 188 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_11_2} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2972 | 2025.02.21 14:34:32.379400 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB. | ||
| 2973 | 2025.02.21 14:34:32.812505 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 2974 | 2025.02.21 14:34:32.834392 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2975 | 2025.02.21 14:34:32.834446 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2976 | 2025.02.21 14:34:32.841884 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2977 | 2025.02.21 14:34:32.842691 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2978 | 2025.02.21 14:34:32.843035 [ 61 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2979 | 2025.02.21 14:34:32.843199 [ 61 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2980 | 2025.02.21 14:34:32.843292 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 2981 | 2025.02.21 14:34:32.843829 [ 197 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 2982 | 2025.02.21 14:34:32.859033 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 2983 | 2025.02.21 14:34:32.860552 [ 197 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2984 | 2025.02.21 14:34:32.861843 [ 197 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 2985 | 2025.02.21 14:34:32.867022 [ 197 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 2986 | 2025.02.21 14:34:32.872469 [ 197 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 2987 | 2025.02.21 14:34:32.877975 [ 197 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 2988 | 2025.02.21 14:34:32.883650 [ 197 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 2989 | 2025.02.21 14:34:32.888300 [ 197 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 2990 | 2025.02.21 14:34:32.949799 [ 189 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.106328622 sec., 1137.981455266109 rows/sec., 5.88 MiB/sec. | ||
| 2991 | 2025.02.21 14:34:32.952597 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2992 | 2025.02.21 14:34:32.955603 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_16_3} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2993 | 2025.02.21 14:34:32.955736 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_16_3} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2994 | 2025.02.21 14:34:32.958090 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 2995 | 2025.02.21 14:34:33.001148 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 174.97 MiB, peak 184.93 MiB, free memory in arenas 0.00 B, will set to 176.43 MiB (RSS), difference: 1.47 MiB | ||
| 2996 | 2025.02.21 14:34:33.002343 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000969219 sec. | ||
| 2997 | 2025.02.21 14:34:33.236598 [ 61 ] {} <Debug> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2998 | 2025.02.21 14:34:33.236688 [ 61 ] {} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2999 | 2025.02.21 14:34:33.236729 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3000 | 2025.02.21 14:34:33.236959 [ 198 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::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 | ||
| 3001 | 2025.02.21 14:34:33.237181 [ 198 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3002 | 2025.02.21 14:34:33.237219 [ 198 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 252 rows starting from the beginning of the part | ||
| 3003 | 2025.02.21 14:34:33.237332 [ 198 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::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 | ||
| 3004 | 2025.02.21 14:34:33.237531 [ 198 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 252 rows starting from the beginning of the part | ||
| 3005 | 2025.02.21 14:34:33.237763 [ 198 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::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 | ||
| 3006 | 2025.02.21 14:34:33.237888 [ 198 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 252 rows starting from the beginning of the part | ||
| 3007 | 2025.02.21 14:34:33.239065 [ 201 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 758 rows, containing 5 columns (5 merged, 0 gathered) in 0.002233287 sec., 339410.0265662228 rows/sec., 24.77 MiB/sec. | ||
| 3008 | 2025.02.21 14:34:33.239391 [ 201 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3009 | 2025.02.21 14:34:33.239981 [ 201 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_5_1} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3010 | 2025.02.21 14:34:33.240142 [ 201 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_5_1} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3011 | 2025.02.21 14:34:33.240247 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 3012 | 2025.02.21 14:34:34.213300 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3013 | 2025.02.21 14:34:34.213531 [ 254 ] {067fc096-d182-4da8-844b-a772ee0c47d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3014 | 2025.02.21 14:34:34.213631 [ 254 ] {067fc096-d182-4da8-844b-a772ee0c47d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3015 | 2025.02.21 14:34:34.214548 [ 254 ] {067fc096-d182-4da8-844b-a772ee0c47d3} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3016 | 2025.02.21 14:34:34.214609 [ 254 ] {067fc096-d182-4da8-844b-a772ee0c47d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3017 | 2025.02.21 14:34:34.215084 [ 254 ] {067fc096-d182-4da8-844b-a772ee0c47d3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3018 | 2025.02.21 14:34:34.215348 [ 254 ] {067fc096-d182-4da8-844b-a772ee0c47d3} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3019 | 2025.02.21 14:34:34.215699 [ 254 ] {067fc096-d182-4da8-844b-a772ee0c47d3} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002234 sec., 59982.09489704566 rows/sec., 5.16 MiB/sec. | ||
| 3020 | 2025.02.21 14:34:34.216004 [ 254 ] {067fc096-d182-4da8-844b-a772ee0c47d3} <Debug> TCPHandler: Processed in 0.002837415 sec. | ||
| 3021 | 2025.02.21 14:34:34.216332 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3022 | 2025.02.21 14:34:34.216518 [ 256 ] {d73a4c7b-e93a-43f7-afec-83652fe122dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3023 | 2025.02.21 14:34:34.216589 [ 256 ] {d73a4c7b-e93a-43f7-afec-83652fe122dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3024 | 2025.02.21 14:34:34.217332 [ 256 ] {d73a4c7b-e93a-43f7-afec-83652fe122dd} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3025 | 2025.02.21 14:34:34.217374 [ 256 ] {d73a4c7b-e93a-43f7-afec-83652fe122dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3026 | 2025.02.21 14:34:34.217804 [ 256 ] {d73a4c7b-e93a-43f7-afec-83652fe122dd} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3027 | 2025.02.21 14:34:34.218052 [ 256 ] {d73a4c7b-e93a-43f7-afec-83652fe122dd} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3028 | 2025.02.21 14:34:34.218321 [ 256 ] {d73a4c7b-e93a-43f7-afec-83652fe122dd} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001846 sec., 21126.76056338028 rows/sec., 1.55 MiB/sec. | ||
| 3029 | 2025.02.21 14:34:34.218489 [ 256 ] {d73a4c7b-e93a-43f7-afec-83652fe122dd} <Debug> TCPHandler: Processed in 0.002295829 sec. | ||
| 3030 | 2025.02.21 14:34:34.218675 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3031 | 2025.02.21 14:34:34.218827 [ 254 ] {bc5e3779-f2e4-4c10-9205-818def64ed3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3032 | 2025.02.21 14:34:34.218891 [ 254 ] {bc5e3779-f2e4-4c10-9205-818def64ed3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3033 | 2025.02.21 14:34:34.219607 [ 254 ] {bc5e3779-f2e4-4c10-9205-818def64ed3d} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3034 | 2025.02.21 14:34:34.219651 [ 254 ] {bc5e3779-f2e4-4c10-9205-818def64ed3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3035 | 2025.02.21 14:34:34.220052 [ 254 ] {bc5e3779-f2e4-4c10-9205-818def64ed3d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3036 | 2025.02.21 14:34:34.220303 [ 254 ] {bc5e3779-f2e4-4c10-9205-818def64ed3d} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3037 | 2025.02.21 14:34:34.220533 [ 254 ] {bc5e3779-f2e4-4c10-9205-818def64ed3d} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001747 sec., 58958.214081282196 rows/sec., 4.61 MiB/sec. | ||
| 3038 | 2025.02.21 14:34:34.220592 [ 254 ] {bc5e3779-f2e4-4c10-9205-818def64ed3d} <Debug> TCPHandler: Processed in 0.00198918 sec. | ||
| 3039 | 2025.02.21 14:34:34.220809 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3040 | 2025.02.21 14:34:34.221040 [ 256 ] {8521d489-89a4-4f13-9792-5f8ddd4ccba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3041 | 2025.02.21 14:34:34.221138 [ 256 ] {8521d489-89a4-4f13-9792-5f8ddd4ccba3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3042 | 2025.02.21 14:34:34.221748 [ 256 ] {8521d489-89a4-4f13-9792-5f8ddd4ccba3} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3043 | 2025.02.21 14:34:34.221786 [ 256 ] {8521d489-89a4-4f13-9792-5f8ddd4ccba3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3044 | 2025.02.21 14:34:34.222183 [ 256 ] {8521d489-89a4-4f13-9792-5f8ddd4ccba3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3045 | 2025.02.21 14:34:34.222429 [ 256 ] {8521d489-89a4-4f13-9792-5f8ddd4ccba3} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3046 | 2025.02.21 14:34:34.222611 [ 256 ] {8521d489-89a4-4f13-9792-5f8ddd4ccba3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001634 sec., 97919.21664626682 rows/sec., 6.82 MiB/sec. | ||
| 3047 | 2025.02.21 14:34:34.222666 [ 256 ] {8521d489-89a4-4f13-9792-5f8ddd4ccba3} <Debug> TCPHandler: Processed in 0.001968499 sec. | ||
| 3048 | 2025.02.21 14:34:34.222819 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3049 | 2025.02.21 14:34:34.222961 [ 254 ] {13fee8a3-4383-43e4-a395-a4beed7ecd8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3050 | 2025.02.21 14:34:34.223059 [ 254 ] {13fee8a3-4383-43e4-a395-a4beed7ecd8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3051 | 2025.02.21 14:34:34.224331 [ 254 ] {13fee8a3-4383-43e4-a395-a4beed7ecd8a} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3052 | 2025.02.21 14:34:34.224376 [ 254 ] {13fee8a3-4383-43e4-a395-a4beed7ecd8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3053 | 2025.02.21 14:34:34.225109 [ 254 ] {13fee8a3-4383-43e4-a395-a4beed7ecd8a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3054 | 2025.02.21 14:34:34.225402 [ 254 ] {13fee8a3-4383-43e4-a395-a4beed7ecd8a} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3055 | 2025.02.21 14:34:34.225788 [ 254 ] {13fee8a3-4383-43e4-a395-a4beed7ecd8a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002828 sec., 13790.664780763791 rows/sec., 24.71 MiB/sec. | ||
| 3056 | 2025.02.21 14:34:34.226074 [ 254 ] {13fee8a3-4383-43e4-a395-a4beed7ecd8a} <Debug> TCPHandler: Processed in 0.003322259 sec. | ||
| 3057 | 2025.02.21 14:34:34.226252 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3058 | 2025.02.21 14:34:34.226392 [ 256 ] {abfb67f9-11a1-4bff-897a-e80a39d73757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3059 | 2025.02.21 14:34:34.226452 [ 256 ] {abfb67f9-11a1-4bff-897a-e80a39d73757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3060 | 2025.02.21 14:34:34.227054 [ 256 ] {abfb67f9-11a1-4bff-897a-e80a39d73757} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3061 | 2025.02.21 14:34:34.227098 [ 256 ] {abfb67f9-11a1-4bff-897a-e80a39d73757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3062 | 2025.02.21 14:34:34.227479 [ 256 ] {abfb67f9-11a1-4bff-897a-e80a39d73757} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3063 | 2025.02.21 14:34:34.227728 [ 256 ] {abfb67f9-11a1-4bff-897a-e80a39d73757} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3064 | 2025.02.21 14:34:34.228031 [ 256 ] {abfb67f9-11a1-4bff-897a-e80a39d73757} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001658 sec., 36188.17852834741 rows/sec., 2.44 MiB/sec. | ||
| 3065 | 2025.02.21 14:34:34.228430 [ 256 ] {abfb67f9-11a1-4bff-897a-e80a39d73757} <Debug> TCPHandler: Processed in 0.002248187 sec. | ||
| 3066 | 2025.02.21 14:34:39.211355 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3067 | 2025.02.21 14:34:39.211559 [ 254 ] {b62953f9-d697-458b-aec6-4a1668cfe2c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3068 | 2025.02.21 14:34:39.211633 [ 254 ] {b62953f9-d697-458b-aec6-4a1668cfe2c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3069 | 2025.02.21 14:34:39.212389 [ 254 ] {b62953f9-d697-458b-aec6-4a1668cfe2c1} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3070 | 2025.02.21 14:34:39.212437 [ 254 ] {b62953f9-d697-458b-aec6-4a1668cfe2c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3071 | 2025.02.21 14:34:39.212875 [ 254 ] {b62953f9-d697-458b-aec6-4a1668cfe2c1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3072 | 2025.02.21 14:34:39.213139 [ 254 ] {b62953f9-d697-458b-aec6-4a1668cfe2c1} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3073 | 2025.02.21 14:34:39.213397 [ 254 ] {b62953f9-d697-458b-aec6-4a1668cfe2c1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00189 sec., 29629.62962962963 rows/sec., 2.26 MiB/sec. | ||
| 3074 | 2025.02.21 14:34:39.213466 [ 254 ] {b62953f9-d697-458b-aec6-4a1668cfe2c1} <Debug> TCPHandler: Processed in 0.002238156 sec. | ||
| 3075 | 2025.02.21 14:34:39.213713 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3076 | 2025.02.21 14:34:39.213925 [ 256 ] {1bb963a2-db42-4ad9-bdb7-7c2735ae99bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3077 | 2025.02.21 14:34:39.214004 [ 256 ] {1bb963a2-db42-4ad9-bdb7-7c2735ae99bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3078 | 2025.02.21 14:34:39.214808 [ 256 ] {1bb963a2-db42-4ad9-bdb7-7c2735ae99bc} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3079 | 2025.02.21 14:34:39.214848 [ 256 ] {1bb963a2-db42-4ad9-bdb7-7c2735ae99bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3080 | 2025.02.21 14:34:39.215312 [ 256 ] {1bb963a2-db42-4ad9-bdb7-7c2735ae99bc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3081 | 2025.02.21 14:34:39.215570 [ 256 ] {1bb963a2-db42-4ad9-bdb7-7c2735ae99bc} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3082 | 2025.02.21 14:34:39.215778 [ 256 ] {1bb963a2-db42-4ad9-bdb7-7c2735ae99bc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001914 sec., 33437.82654127482 rows/sec., 2.61 MiB/sec. | ||
| 3083 | 2025.02.21 14:34:39.215845 [ 256 ] {1bb963a2-db42-4ad9-bdb7-7c2735ae99bc} <Debug> TCPHandler: Processed in 0.002276148 sec. | ||
| 3084 | 2025.02.21 14:34:39.215997 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3085 | 2025.02.21 14:34:39.216146 [ 254 ] {5d42e57e-c686-4472-a9ed-dca0c6b0f1de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3086 | 2025.02.21 14:34:39.216213 [ 254 ] {5d42e57e-c686-4472-a9ed-dca0c6b0f1de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3087 | 2025.02.21 14:34:39.216805 [ 254 ] {5d42e57e-c686-4472-a9ed-dca0c6b0f1de} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3088 | 2025.02.21 14:34:39.216847 [ 254 ] {5d42e57e-c686-4472-a9ed-dca0c6b0f1de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3089 | 2025.02.21 14:34:39.217258 [ 254 ] {5d42e57e-c686-4472-a9ed-dca0c6b0f1de} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3090 | 2025.02.21 14:34:39.217496 [ 254 ] {5d42e57e-c686-4472-a9ed-dca0c6b0f1de} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3091 | 2025.02.21 14:34:39.217738 [ 254 ] {5d42e57e-c686-4472-a9ed-dca0c6b0f1de} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001627 sec., 98340.50399508298 rows/sec., 6.85 MiB/sec. | ||
| 3092 | 2025.02.21 14:34:39.217868 [ 254 ] {5d42e57e-c686-4472-a9ed-dca0c6b0f1de} <Debug> TCPHandler: Processed in 0.001939788 sec. | ||
| 3093 | 2025.02.21 14:34:39.218025 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3094 | 2025.02.21 14:34:39.218151 [ 256 ] {18438a10-7bce-46ef-94dd-e141e2adb483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3095 | 2025.02.21 14:34:39.218207 [ 256 ] {18438a10-7bce-46ef-94dd-e141e2adb483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3096 | 2025.02.21 14:34:39.218786 [ 256 ] {18438a10-7bce-46ef-94dd-e141e2adb483} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3097 | 2025.02.21 14:34:39.218831 [ 256 ] {18438a10-7bce-46ef-94dd-e141e2adb483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3098 | 2025.02.21 14:34:39.219283 [ 256 ] {18438a10-7bce-46ef-94dd-e141e2adb483} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3099 | 2025.02.21 14:34:39.219520 [ 256 ] {18438a10-7bce-46ef-94dd-e141e2adb483} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3100 | 2025.02.21 14:34:39.219704 [ 256 ] {18438a10-7bce-46ef-94dd-e141e2adb483} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001584 sec., 37878.78787878788 rows/sec., 2.55 MiB/sec. | ||
| 3101 | 2025.02.21 14:34:39.219753 [ 256 ] {18438a10-7bce-46ef-94dd-e141e2adb483} <Debug> TCPHandler: Processed in 0.001801254 sec. | ||
| 3102 | 2025.02.21 14:34:39.843935 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3103 | 2025.02.21 14:34:39.844591 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3104 | 2025.02.21 14:34:39.844641 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3105 | 2025.02.21 14:34:39.845293 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3106 | 2025.02.21 14:34:39.845556 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3107 | 2025.02.21 14:34:39.845872 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3108 | 2025.02.21 14:34:40.360020 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3109 | 2025.02.21 14:34:40.379486 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3110 | 2025.02.21 14:34:40.379549 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3111 | 2025.02.21 14:34:40.386797 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3112 | 2025.02.21 14:34:40.387555 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3113 | 2025.02.21 14:34:40.390980 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3114 | 2025.02.21 14:34:42.367252 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 444 | ||
| 3115 | 2025.02.21 14:34:42.370156 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3116 | 2025.02.21 14:34:42.370216 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3117 | 2025.02.21 14:34:42.371704 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3118 | 2025.02.21 14:34:42.372017 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3119 | 2025.02.21 14:34:42.372937 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 444 | ||
| 3120 | 2025.02.21 14:34:44.213274 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3121 | 2025.02.21 14:34:44.213487 [ 254 ] {d72af6e9-c5a3-43ff-a973-0804ee15d3e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3122 | 2025.02.21 14:34:44.213581 [ 254 ] {d72af6e9-c5a3-43ff-a973-0804ee15d3e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3123 | 2025.02.21 14:34:44.214485 [ 254 ] {d72af6e9-c5a3-43ff-a973-0804ee15d3e2} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3124 | 2025.02.21 14:34:44.214530 [ 254 ] {d72af6e9-c5a3-43ff-a973-0804ee15d3e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3125 | 2025.02.21 14:34:44.214993 [ 254 ] {d72af6e9-c5a3-43ff-a973-0804ee15d3e2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3126 | 2025.02.21 14:34:44.215254 [ 254 ] {d72af6e9-c5a3-43ff-a973-0804ee15d3e2} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3127 | 2025.02.21 14:34:44.215417 [ 95 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3128 | 2025.02.21 14:34:44.215469 [ 95 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3129 | 2025.02.21 14:34:44.215478 [ 254 ] {d72af6e9-c5a3-43ff-a973-0804ee15d3e2} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002049 sec., 65397.755002440215 rows/sec., 5.63 MiB/sec. | ||
| 3130 | 2025.02.21 14:34:44.215498 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3131 | 2025.02.21 14:34:44.215605 [ 254 ] {d72af6e9-c5a3-43ff-a973-0804ee15d3e2} <Debug> TCPHandler: Processed in 0.002470663 sec. | ||
| 3132 | 2025.02.21 14:34:44.215743 [ 198 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 3133 | 2025.02.21 14:34:44.215895 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3134 | 2025.02.21 14:34:44.216074 [ 198 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3135 | 2025.02.21 14:34:44.216143 [ 198 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1403 rows starting from the beginning of the part | ||
| 3136 | 2025.02.21 14:34:44.216185 [ 256 ] {29cb5bd4-f0dd-4a57-b829-008afc6b1adc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3137 | 2025.02.21 14:34:44.216371 [ 198 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 3138 | 2025.02.21 14:34:44.216404 [ 256 ] {29cb5bd4-f0dd-4a57-b829-008afc6b1adc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3139 | 2025.02.21 14:34:44.216783 [ 198 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 3140 | 2025.02.21 14:34:44.217068 [ 198 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 134 rows starting from the beginning of the part | ||
| 3141 | 2025.02.21 14:34:44.217530 [ 198 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 3142 | 2025.02.21 14:34:44.217921 [ 198 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 134 rows starting from the beginning of the part | ||
| 3143 | 2025.02.21 14:34:44.219278 [ 256 ] {29cb5bd4-f0dd-4a57-b829-008afc6b1adc} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3144 | 2025.02.21 14:34:44.219363 [ 256 ] {29cb5bd4-f0dd-4a57-b829-008afc6b1adc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3145 | 2025.02.21 14:34:44.220544 [ 256 ] {29cb5bd4-f0dd-4a57-b829-008afc6b1adc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3146 | 2025.02.21 14:34:44.221151 [ 256 ] {29cb5bd4-f0dd-4a57-b829-008afc6b1adc} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3147 | 2025.02.21 14:34:44.221235 [ 201 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1839 rows, containing 5 columns (5 merged, 0 gathered) in 0.005618018 sec., 327339.6418452202 rows/sec., 28.50 MiB/sec. | ||
| 3148 | 2025.02.21 14:34:44.221388 [ 95 ] {} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3149 | 2025.02.21 14:34:44.221490 [ 95 ] {} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3150 | 2025.02.21 14:34:44.221558 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3151 | 2025.02.21 14:34:44.221671 [ 198 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3152 | 2025.02.21 14:34:44.221692 [ 256 ] {29cb5bd4-f0dd-4a57-b829-008afc6b1adc} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.005563 sec., 7010.6057882437535 rows/sec., 527.16 KiB/sec. | ||
| 3153 | 2025.02.21 14:34:44.221947 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::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 | ||
| 3154 | 2025.02.21 14:34:44.222113 [ 256 ] {29cb5bd4-f0dd-4a57-b829-008afc6b1adc} <Debug> TCPHandler: Processed in 0.006378341 sec. | ||
| 3155 | 2025.02.21 14:34:44.222341 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3156 | 2025.02.21 14:34:44.222397 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3157 | 2025.02.21 14:34:44.222454 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 58 rows starting from the beginning of the part | ||
| 3158 | 2025.02.21 14:34:44.222755 [ 198 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_26_5} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3159 | 2025.02.21 14:34:44.222980 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::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 | ||
| 3160 | 2025.02.21 14:34:44.222981 [ 254 ] {a8e4af04-7bde-426b-b1bf-2fc1fc6403b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3161 | 2025.02.21 14:34:44.223279 [ 254 ] {a8e4af04-7bde-426b-b1bf-2fc1fc6403b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3162 | 2025.02.21 14:34:44.223297 [ 198 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_26_5} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3163 | 2025.02.21 14:34:44.223401 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::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 | ||
| 3164 | 2025.02.21 14:34:44.223897 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 3165 | 2025.02.21 14:34:44.223916 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 53 rows starting from the beginning of the part | ||
| 3166 | 2025.02.21 14:34:44.224308 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::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 | ||
| 3167 | 2025.02.21 14:34:44.224637 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::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 | ||
| 3168 | 2025.02.21 14:34:44.226442 [ 254 ] {a8e4af04-7bde-426b-b1bf-2fc1fc6403b4} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3169 | 2025.02.21 14:34:44.226520 [ 254 ] {a8e4af04-7bde-426b-b1bf-2fc1fc6403b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3170 | 2025.02.21 14:34:44.227603 [ 254 ] {a8e4af04-7bde-426b-b1bf-2fc1fc6403b4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3171 | 2025.02.21 14:34:44.227624 [ 187 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 267 rows, containing 5 columns (5 merged, 0 gathered) in 0.005943438 sec., 44923.4937758247 rows/sec., 3.48 MiB/sec. | ||
| 3172 | 2025.02.21 14:34:44.227824 [ 198 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3173 | 2025.02.21 14:34:44.228104 [ 254 ] {a8e4af04-7bde-426b-b1bf-2fc1fc6403b4} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3174 | 2025.02.21 14:34:44.228363 [ 95 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3175 | 2025.02.21 14:34:44.228405 [ 198 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_11_2} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3176 | 2025.02.21 14:34:44.228441 [ 95 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3177 | 2025.02.21 14:34:44.228522 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3178 | 2025.02.21 14:34:44.228662 [ 254 ] {a8e4af04-7bde-426b-b1bf-2fc1fc6403b4} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.005864 sec., 17564.802182810367 rows/sec., 1.37 MiB/sec. | ||
| 3179 | 2025.02.21 14:34:44.228792 [ 198 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_11_2} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3180 | 2025.02.21 14:34:44.228906 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 3181 | 2025.02.21 14:34:44.229055 [ 254 ] {a8e4af04-7bde-426b-b1bf-2fc1fc6403b4} <Debug> TCPHandler: Processed in 0.006790684 sec. | ||
| 3182 | 2025.02.21 14:34:44.229076 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 3183 | 2025.02.21 14:34:44.229289 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3184 | 2025.02.21 14:34:44.229326 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 627 rows starting from the beginning of the part | ||
| 3185 | 2025.02.21 14:34:44.229355 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3186 | 2025.02.21 14:34:44.229553 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 3187 | 2025.02.21 14:34:44.229833 [ 256 ] {42284e46-6e61-4b30-921e-2da4b3956837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3188 | 2025.02.21 14:34:44.229878 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 3189 | 2025.02.21 14:34:44.230211 [ 256 ] {42284e46-6e61-4b30-921e-2da4b3956837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3190 | 2025.02.21 14:34:44.230290 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 103 rows starting from the beginning of the part | ||
| 3191 | 2025.02.21 14:34:44.230802 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 3192 | 2025.02.21 14:34:44.231177 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 103 rows starting from the beginning of the part | ||
| 3193 | 2025.02.21 14:34:44.233060 [ 256 ] {42284e46-6e61-4b30-921e-2da4b3956837} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3194 | 2025.02.21 14:34:44.233137 [ 256 ] {42284e46-6e61-4b30-921e-2da4b3956837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3195 | 2025.02.21 14:34:44.234248 [ 256 ] {42284e46-6e61-4b30-921e-2da4b3956837} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3196 | 2025.02.21 14:34:44.234275 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1025 rows, containing 5 columns (5 merged, 0 gathered) in 0.005615388 sec., 182534.13655476703 rows/sec., 14.64 MiB/sec. | ||
| 3197 | 2025.02.21 14:34:44.234478 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3198 | 2025.02.21 14:34:44.234652 [ 256 ] {42284e46-6e61-4b30-921e-2da4b3956837} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3199 | 2025.02.21 14:34:44.234964 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3200 | 2025.02.21 14:34:44.235060 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3201 | 2025.02.21 14:34:44.235142 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3202 | 2025.02.21 14:34:44.235193 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_26_5} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3203 | 2025.02.21 14:34:44.235403 [ 256 ] {42284e46-6e61-4b30-921e-2da4b3956837} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005677 sec., 28183.89994715519 rows/sec., 1.96 MiB/sec. | ||
| 3204 | 2025.02.21 14:34:44.235707 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_26_5} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3205 | 2025.02.21 14:34:44.235847 [ 186 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 3206 | 2025.02.21 14:34:44.235986 [ 256 ] {42284e46-6e61-4b30-921e-2da4b3956837} <Debug> TCPHandler: Processed in 0.006796113 sec. | ||
| 3207 | 2025.02.21 14:34:44.236186 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 3208 | 2025.02.21 14:34:44.236316 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3209 | 2025.02.21 14:34:44.236669 [ 186 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3210 | 2025.02.21 14:34:44.236678 [ 254 ] {b4cf95f4-359b-4b46-acc1-7ba03ed7ec96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3211 | 2025.02.21 14:34:44.236731 [ 186 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7225 rows starting from the beginning of the part | ||
| 3212 | 2025.02.21 14:34:44.236993 [ 254 ] {b4cf95f4-359b-4b46-acc1-7ba03ed7ec96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3213 | 2025.02.21 14:34:44.237086 [ 186 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 98 rows starting from the beginning of the part | ||
| 3214 | 2025.02.21 14:34:44.237587 [ 186 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 3215 | 2025.02.21 14:34:44.237926 [ 186 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part | ||
| 3216 | 2025.02.21 14:34:44.238280 [ 186 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 3217 | 2025.02.21 14:34:44.238668 [ 186 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part | ||
| 3218 | 2025.02.21 14:34:44.242254 [ 254 ] {b4cf95f4-359b-4b46-acc1-7ba03ed7ec96} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3219 | 2025.02.21 14:34:44.242334 [ 254 ] {b4cf95f4-359b-4b46-acc1-7ba03ed7ec96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3220 | 2025.02.21 14:34:44.243347 [ 254 ] {b4cf95f4-359b-4b46-acc1-7ba03ed7ec96} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3221 | 2025.02.21 14:34:44.243685 [ 194 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7963 rows, containing 5 columns (5 merged, 0 gathered) in 0.008426052 sec., 945045.2002907174 rows/sec., 64.77 MiB/sec. | ||
| 3222 | 2025.02.21 14:34:44.243851 [ 254 ] {b4cf95f4-359b-4b46-acc1-7ba03ed7ec96} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3223 | 2025.02.21 14:34:44.244022 [ 95 ] {} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3224 | 2025.02.21 14:34:44.244071 [ 95 ] {} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3225 | 2025.02.21 14:34:44.244107 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3226 | 2025.02.21 14:34:44.244123 [ 254 ] {b4cf95f4-359b-4b46-acc1-7ba03ed7ec96} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007573 sec., 5149.874554337779 rows/sec., 9.23 MiB/sec. | ||
| 3227 | 2025.02.21 14:34:44.244417 [ 194 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3228 | 2025.02.21 14:34:44.244474 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 3229 | 2025.02.21 14:34:44.245074 [ 254 ] {b4cf95f4-359b-4b46-acc1-7ba03ed7ec96} <Debug> TCPHandler: Processed in 0.008970128 sec. | ||
| 3230 | 2025.02.21 14:34:44.245418 [ 194 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3231 | 2025.02.21 14:34:44.245558 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3232 | 2025.02.21 14:34:44.245704 [ 194 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3233 | 2025.02.21 14:34:44.245757 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3234 | 2025.02.21 14:34:44.245990 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. | ||
| 3235 | 2025.02.21 14:34:44.246038 [ 256 ] {9f12d977-f24f-48d6-80cb-cc48f35ce51f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3236 | 2025.02.21 14:34:44.246083 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 3237 | 2025.02.21 14:34:44.246153 [ 256 ] {9f12d977-f24f-48d6-80cb-cc48f35ce51f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3238 | 2025.02.21 14:34:44.247008 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 3239 | 2025.02.21 14:34:44.247726 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 3240 | 2025.02.21 14:34:44.248488 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 3241 | 2025.02.21 14:34:44.248650 [ 256 ] {9f12d977-f24f-48d6-80cb-cc48f35ce51f} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3242 | 2025.02.21 14:34:44.248781 [ 256 ] {9f12d977-f24f-48d6-80cb-cc48f35ce51f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3243 | 2025.02.21 14:34:44.249191 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 3244 | 2025.02.21 14:34:44.249918 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 3245 | 2025.02.21 14:34:44.250444 [ 256 ] {9f12d977-f24f-48d6-80cb-cc48f35ce51f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3246 | 2025.02.21 14:34:44.251059 [ 256 ] {9f12d977-f24f-48d6-80cb-cc48f35ce51f} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3247 | 2025.02.21 14:34:44.251307 [ 95 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3248 | 2025.02.21 14:34:44.251411 [ 95 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3249 | 2025.02.21 14:34:44.251495 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3250 | 2025.02.21 14:34:44.251822 [ 256 ] {9f12d977-f24f-48d6-80cb-cc48f35ce51f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005964 sec., 10060.36217303823 rows/sec., 694.27 KiB/sec. | ||
| 3251 | 2025.02.21 14:34:44.252220 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 3252 | 2025.02.21 14:34:44.252364 [ 256 ] {9f12d977-f24f-48d6-80cb-cc48f35ce51f} <Debug> TCPHandler: Processed in 0.007123513 sec. | ||
| 3253 | 2025.02.21 14:34:44.253056 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3254 | 2025.02.21 14:34:44.253128 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1090 rows starting from the beginning of the part | ||
| 3255 | 2025.02.21 14:34:44.253338 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 38 rows starting from the beginning of the part | ||
| 3256 | 2025.02.21 14:34:44.253600 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 3257 | 2025.02.21 14:34:44.253997 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
| 3258 | 2025.02.21 14:34:44.254323 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 3259 | 2025.02.21 14:34:44.254699 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
| 3260 | 2025.02.21 14:34:44.258164 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1368 rows, containing 4 columns (4 merged, 0 gathered) in 0.006501365 sec., 210417.3508178667 rows/sec., 14.18 MiB/sec. | ||
| 3261 | 2025.02.21 14:34:44.258544 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3262 | 2025.02.21 14:34:44.259084 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_26_5} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3263 | 2025.02.21 14:34:44.259287 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_26_5} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3264 | 2025.02.21 14:34:44.259448 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 3265 | 2025.02.21 14:34:44.259976 [ 199 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 321 rows, containing 19 columns (19 merged, 0 gathered) in 0.015781742 sec., 20339.95993598172 rows/sec., 36.45 MiB/sec. | ||
| 3266 | 2025.02.21 14:34:44.260503 [ 193 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3267 | 2025.02.21 14:34:44.260916 [ 193 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3268 | 2025.02.21 14:34:44.261001 [ 193 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3269 | 2025.02.21 14:34:44.261152 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB. | ||
| 3270 | 2025.02.21 14:34:47.230914 [ 151 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3271 | 2025.02.21 14:34:47.231016 [ 151 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3272 | 2025.02.21 14:34:47.346898 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3273 | 2025.02.21 14:34:47.347556 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3274 | 2025.02.21 14:34:47.347597 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3275 | 2025.02.21 14:34:47.348179 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3276 | 2025.02.21 14:34:47.348442 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3277 | 2025.02.21 14:34:47.348658 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3278 | 2025.02.21 14:34:47.891956 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3279 | 2025.02.21 14:34:47.912538 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3280 | 2025.02.21 14:34:47.912604 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3281 | 2025.02.21 14:34:47.920272 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3282 | 2025.02.21 14:34:47.921070 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3283 | 2025.02.21 14:34:47.923824 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3284 | 2025.02.21 14:34:49.211012 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3285 | 2025.02.21 14:34:49.211217 [ 254 ] {f618f2da-a8d8-41ab-8b63-8d23d1e4213f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3286 | 2025.02.21 14:34:49.211300 [ 254 ] {f618f2da-a8d8-41ab-8b63-8d23d1e4213f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3287 | 2025.02.21 14:34:49.212083 [ 254 ] {f618f2da-a8d8-41ab-8b63-8d23d1e4213f} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3288 | 2025.02.21 14:34:49.212133 [ 254 ] {f618f2da-a8d8-41ab-8b63-8d23d1e4213f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3289 | 2025.02.21 14:34:49.212570 [ 254 ] {f618f2da-a8d8-41ab-8b63-8d23d1e4213f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3290 | 2025.02.21 14:34:49.212823 [ 254 ] {f618f2da-a8d8-41ab-8b63-8d23d1e4213f} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3291 | 2025.02.21 14:34:49.213067 [ 254 ] {f618f2da-a8d8-41ab-8b63-8d23d1e4213f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001907 sec., 29365.495542737284 rows/sec., 2.24 MiB/sec. | ||
| 3292 | 2025.02.21 14:34:49.213135 [ 254 ] {f618f2da-a8d8-41ab-8b63-8d23d1e4213f} <Debug> TCPHandler: Processed in 0.002261407 sec. | ||
| 3293 | 2025.02.21 14:34:49.213392 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3294 | 2025.02.21 14:34:49.213606 [ 256 ] {38c77b37-5b0f-4820-8e9b-a09c07994b69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3295 | 2025.02.21 14:34:49.213686 [ 256 ] {38c77b37-5b0f-4820-8e9b-a09c07994b69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3296 | 2025.02.21 14:34:49.214558 [ 256 ] {38c77b37-5b0f-4820-8e9b-a09c07994b69} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3297 | 2025.02.21 14:34:49.214598 [ 256 ] {38c77b37-5b0f-4820-8e9b-a09c07994b69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3298 | 2025.02.21 14:34:49.215034 [ 256 ] {38c77b37-5b0f-4820-8e9b-a09c07994b69} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3299 | 2025.02.21 14:34:49.215286 [ 256 ] {38c77b37-5b0f-4820-8e9b-a09c07994b69} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3300 | 2025.02.21 14:34:49.215512 [ 256 ] {38c77b37-5b0f-4820-8e9b-a09c07994b69} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001968 sec., 32520.32520325203 rows/sec., 2.54 MiB/sec. | ||
| 3301 | 2025.02.21 14:34:49.215568 [ 256 ] {38c77b37-5b0f-4820-8e9b-a09c07994b69} <Debug> TCPHandler: Processed in 0.002320679 sec. | ||
| 3302 | 2025.02.21 14:34:49.215722 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3303 | 2025.02.21 14:34:49.215875 [ 254 ] {c2167dd1-aada-4a54-87f6-eea4848de49f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3304 | 2025.02.21 14:34:49.215944 [ 254 ] {c2167dd1-aada-4a54-87f6-eea4848de49f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3305 | 2025.02.21 14:34:49.216624 [ 254 ] {c2167dd1-aada-4a54-87f6-eea4848de49f} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3306 | 2025.02.21 14:34:49.216664 [ 254 ] {c2167dd1-aada-4a54-87f6-eea4848de49f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3307 | 2025.02.21 14:34:49.217081 [ 254 ] {c2167dd1-aada-4a54-87f6-eea4848de49f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3308 | 2025.02.21 14:34:49.217321 [ 254 ] {c2167dd1-aada-4a54-87f6-eea4848de49f} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3309 | 2025.02.21 14:34:49.217517 [ 254 ] {c2167dd1-aada-4a54-87f6-eea4848de49f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001679 sec., 95294.81834425253 rows/sec., 6.64 MiB/sec. | ||
| 3310 | 2025.02.21 14:34:49.217646 [ 254 ] {c2167dd1-aada-4a54-87f6-eea4848de49f} <Debug> TCPHandler: Processed in 0.001994089 sec. | ||
| 3311 | 2025.02.21 14:34:49.217840 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3312 | 2025.02.21 14:34:49.218041 [ 256 ] {208a171a-1a0d-455f-a95a-f732b96d1278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3313 | 2025.02.21 14:34:49.218129 [ 256 ] {208a171a-1a0d-455f-a95a-f732b96d1278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3314 | 2025.02.21 14:34:49.218818 [ 256 ] {208a171a-1a0d-455f-a95a-f732b96d1278} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3315 | 2025.02.21 14:34:49.218856 [ 256 ] {208a171a-1a0d-455f-a95a-f732b96d1278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3316 | 2025.02.21 14:34:49.219261 [ 256 ] {208a171a-1a0d-455f-a95a-f732b96d1278} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3317 | 2025.02.21 14:34:49.219500 [ 256 ] {208a171a-1a0d-455f-a95a-f732b96d1278} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3318 | 2025.02.21 14:34:49.219712 [ 256 ] {208a171a-1a0d-455f-a95a-f732b96d1278} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001721 sec., 34863.451481696684 rows/sec., 2.35 MiB/sec. | ||
| 3319 | 2025.02.21 14:34:49.219761 [ 256 ] {208a171a-1a0d-455f-a95a-f732b96d1278} <Debug> TCPHandler: Processed in 0.0020228 sec. | ||
| 3320 | 2025.02.21 14:34:50.839631 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3321 | 2025.02.21 14:34:50.839816 [ 254 ] {8f9a48dd-f8d2-4d6c-99d9-c3ec59f54231} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3322 | 2025.02.21 14:34:50.839889 [ 254 ] {8f9a48dd-f8d2-4d6c-99d9-c3ec59f54231} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3323 | 2025.02.21 14:34:50.840643 [ 254 ] {8f9a48dd-f8d2-4d6c-99d9-c3ec59f54231} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3324 | 2025.02.21 14:34:50.840695 [ 254 ] {8f9a48dd-f8d2-4d6c-99d9-c3ec59f54231} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3325 | 2025.02.21 14:34:50.841120 [ 254 ] {8f9a48dd-f8d2-4d6c-99d9-c3ec59f54231} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3326 | 2025.02.21 14:34:50.841369 [ 254 ] {8f9a48dd-f8d2-4d6c-99d9-c3ec59f54231} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3327 | 2025.02.21 14:34:50.841607 [ 254 ] {8f9a48dd-f8d2-4d6c-99d9-c3ec59f54231} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001836 sec., 13071.8954248366 rows/sec., 1.08 MiB/sec. | ||
| 3328 | 2025.02.21 14:34:50.841785 [ 254 ] {8f9a48dd-f8d2-4d6c-99d9-c3ec59f54231} <Debug> TCPHandler: Processed in 0.002279138 sec. | ||
| 3329 | 2025.02.21 14:34:50.842049 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3330 | 2025.02.21 14:34:50.842245 [ 256 ] {627248f6-0d04-4e60-85cc-6820ea9f8662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3331 | 2025.02.21 14:34:50.842324 [ 256 ] {627248f6-0d04-4e60-85cc-6820ea9f8662} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3332 | 2025.02.21 14:34:50.843091 [ 256 ] {627248f6-0d04-4e60-85cc-6820ea9f8662} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3333 | 2025.02.21 14:34:50.843147 [ 256 ] {627248f6-0d04-4e60-85cc-6820ea9f8662} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3334 | 2025.02.21 14:34:50.843705 [ 256 ] {627248f6-0d04-4e60-85cc-6820ea9f8662} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3335 | 2025.02.21 14:34:50.843956 [ 256 ] {627248f6-0d04-4e60-85cc-6820ea9f8662} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3336 | 2025.02.21 14:34:50.844275 [ 256 ] {627248f6-0d04-4e60-85cc-6820ea9f8662} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.002062 sec., 7759.456838021339 rows/sec., 632.73 KiB/sec. | ||
| 3337 | 2025.02.21 14:34:50.844379 [ 256 ] {627248f6-0d04-4e60-85cc-6820ea9f8662} <Debug> TCPHandler: Processed in 0.002467504 sec. | ||
| 3338 | 2025.02.21 14:34:50.844524 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3339 | 2025.02.21 14:34:50.844648 [ 254 ] {6c93c43e-f5ed-4c45-a720-d0cdd285cac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3340 | 2025.02.21 14:34:50.844699 [ 254 ] {6c93c43e-f5ed-4c45-a720-d0cdd285cac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3341 | 2025.02.21 14:34:50.846141 [ 254 ] {6c93c43e-f5ed-4c45-a720-d0cdd285cac7} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3342 | 2025.02.21 14:34:50.846180 [ 254 ] {6c93c43e-f5ed-4c45-a720-d0cdd285cac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3343 | 2025.02.21 14:34:50.846628 [ 254 ] {6c93c43e-f5ed-4c45-a720-d0cdd285cac7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3344 | 2025.02.21 14:34:50.846870 [ 254 ] {6c93c43e-f5ed-4c45-a720-d0cdd285cac7} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3345 | 2025.02.21 14:34:50.847080 [ 254 ] {6c93c43e-f5ed-4c45-a720-d0cdd285cac7} <Debug> executeQuery: Read 1402 rows, 119.95 KiB in 0.002457 sec., 570614.5706145706 rows/sec., 47.67 MiB/sec. | ||
| 3346 | 2025.02.21 14:34:50.847133 [ 254 ] {6c93c43e-f5ed-4c45-a720-d0cdd285cac7} <Debug> TCPHandler: Processed in 0.00267065 sec. | ||
| 3347 | 2025.02.21 14:34:50.847289 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3348 | 2025.02.21 14:34:50.847436 [ 256 ] {41b138b7-f143-49d4-81f1-666055d273e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3349 | 2025.02.21 14:34:50.847498 [ 256 ] {41b138b7-f143-49d4-81f1-666055d273e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3350 | 2025.02.21 14:34:50.848142 [ 256 ] {41b138b7-f143-49d4-81f1-666055d273e3} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3351 | 2025.02.21 14:34:50.848184 [ 256 ] {41b138b7-f143-49d4-81f1-666055d273e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3352 | 2025.02.21 14:34:50.848565 [ 256 ] {41b138b7-f143-49d4-81f1-666055d273e3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3353 | 2025.02.21 14:34:50.848809 [ 256 ] {41b138b7-f143-49d4-81f1-666055d273e3} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3354 | 2025.02.21 14:34:50.849114 [ 256 ] {41b138b7-f143-49d4-81f1-666055d273e3} <Debug> executeQuery: Read 67 rows, 5.01 KiB in 0.001685 sec., 39762.61127596439 rows/sec., 2.90 MiB/sec. | ||
| 3355 | 2025.02.21 14:34:50.849254 [ 256 ] {41b138b7-f143-49d4-81f1-666055d273e3} <Debug> TCPHandler: Processed in 0.002033531 sec. | ||
| 3356 | 2025.02.21 14:34:50.849410 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3357 | 2025.02.21 14:34:50.849535 [ 254 ] {3501e3a1-8fa4-4afc-99df-d121dae4f583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3358 | 2025.02.21 14:34:50.849584 [ 254 ] {3501e3a1-8fa4-4afc-99df-d121dae4f583} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3359 | 2025.02.21 14:34:50.850315 [ 254 ] {3501e3a1-8fa4-4afc-99df-d121dae4f583} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3360 | 2025.02.21 14:34:50.850354 [ 254 ] {3501e3a1-8fa4-4afc-99df-d121dae4f583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3361 | 2025.02.21 14:34:50.850728 [ 254 ] {3501e3a1-8fa4-4afc-99df-d121dae4f583} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3362 | 2025.02.21 14:34:50.850961 [ 254 ] {3501e3a1-8fa4-4afc-99df-d121dae4f583} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3363 | 2025.02.21 14:34:50.851166 [ 254 ] {3501e3a1-8fa4-4afc-99df-d121dae4f583} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001655 sec., 152265.86102719035 rows/sec., 10.53 MiB/sec. | ||
| 3364 | 2025.02.21 14:34:50.851223 [ 254 ] {3501e3a1-8fa4-4afc-99df-d121dae4f583} <Debug> TCPHandler: Processed in 0.001871385 sec. | ||
| 3365 | 2025.02.21 14:34:50.851364 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3366 | 2025.02.21 14:34:50.851483 [ 256 ] {9f4e27d4-cfaf-4387-9292-af5613d86de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3367 | 2025.02.21 14:34:50.851534 [ 256 ] {9f4e27d4-cfaf-4387-9292-af5613d86de5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3368 | 2025.02.21 14:34:50.852229 [ 256 ] {9f4e27d4-cfaf-4387-9292-af5613d86de5} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3369 | 2025.02.21 14:34:50.852277 [ 256 ] {9f4e27d4-cfaf-4387-9292-af5613d86de5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3370 | 2025.02.21 14:34:50.852693 [ 256 ] {9f4e27d4-cfaf-4387-9292-af5613d86de5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3371 | 2025.02.21 14:34:50.852928 [ 256 ] {9f4e27d4-cfaf-4387-9292-af5613d86de5} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3372 | 2025.02.21 14:34:50.853191 [ 256 ] {9f4e27d4-cfaf-4387-9292-af5613d86de5} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001716 sec., 6993.006993006993 rows/sec., 546.33 KiB/sec. | ||
| 3373 | 2025.02.21 14:34:50.853323 [ 256 ] {9f4e27d4-cfaf-4387-9292-af5613d86de5} <Debug> TCPHandler: Processed in 0.00201442 sec. | ||
| 3374 | 2025.02.21 14:34:50.853479 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3375 | 2025.02.21 14:34:50.853606 [ 254 ] {848d75fc-f4ea-45b0-87c9-323750dfd82b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3376 | 2025.02.21 14:34:50.853657 [ 254 ] {848d75fc-f4ea-45b0-87c9-323750dfd82b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3377 | 2025.02.21 14:34:50.854593 [ 254 ] {848d75fc-f4ea-45b0-87c9-323750dfd82b} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3378 | 2025.02.21 14:34:50.854632 [ 254 ] {848d75fc-f4ea-45b0-87c9-323750dfd82b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3379 | 2025.02.21 14:34:50.855016 [ 254 ] {848d75fc-f4ea-45b0-87c9-323750dfd82b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3380 | 2025.02.21 14:34:50.855269 [ 254 ] {848d75fc-f4ea-45b0-87c9-323750dfd82b} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3381 | 2025.02.21 14:34:50.855473 [ 254 ] {848d75fc-f4ea-45b0-87c9-323750dfd82b} <Debug> executeQuery: Read 611 rows, 47.09 KiB in 0.001895 sec., 322427.4406332454 rows/sec., 24.27 MiB/sec. | ||
| 3382 | 2025.02.21 14:34:50.855528 [ 254 ] {848d75fc-f4ea-45b0-87c9-323750dfd82b} <Debug> TCPHandler: Processed in 0.002115003 sec. | ||
| 3383 | 2025.02.21 14:34:50.855675 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3384 | 2025.02.21 14:34:50.855816 [ 256 ] {cd17110b-d9d7-4d8e-a65f-84c952375107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3385 | 2025.02.21 14:34:50.855881 [ 256 ] {cd17110b-d9d7-4d8e-a65f-84c952375107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3386 | 2025.02.21 14:34:50.856776 [ 256 ] {cd17110b-d9d7-4d8e-a65f-84c952375107} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3387 | 2025.02.21 14:34:50.856816 [ 256 ] {cd17110b-d9d7-4d8e-a65f-84c952375107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3388 | 2025.02.21 14:34:50.857266 [ 256 ] {cd17110b-d9d7-4d8e-a65f-84c952375107} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3389 | 2025.02.21 14:34:50.857507 [ 256 ] {cd17110b-d9d7-4d8e-a65f-84c952375107} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3390 | 2025.02.21 14:34:50.857718 [ 256 ] {cd17110b-d9d7-4d8e-a65f-84c952375107} <Debug> executeQuery: Read 952 rows, 65.79 KiB in 0.001934 sec., 492244.0537745605 rows/sec., 33.22 MiB/sec. | ||
| 3391 | 2025.02.21 14:34:50.857777 [ 256 ] {cd17110b-d9d7-4d8e-a65f-84c952375107} <Debug> TCPHandler: Processed in 0.002171775 sec. | ||
| 3392 | 2025.02.21 14:34:50.857924 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3393 | 2025.02.21 14:34:50.858041 [ 254 ] {8459d843-a52e-47ff-819d-3dae39eb15d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3394 | 2025.02.21 14:34:50.858123 [ 254 ] {8459d843-a52e-47ff-819d-3dae39eb15d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3395 | 2025.02.21 14:34:50.859325 [ 254 ] {8459d843-a52e-47ff-819d-3dae39eb15d9} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3396 | 2025.02.21 14:34:50.859364 [ 254 ] {8459d843-a52e-47ff-819d-3dae39eb15d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3397 | 2025.02.21 14:34:50.860028 [ 254 ] {8459d843-a52e-47ff-819d-3dae39eb15d9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3398 | 2025.02.21 14:34:50.860282 [ 254 ] {8459d843-a52e-47ff-819d-3dae39eb15d9} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3399 | 2025.02.21 14:34:50.860519 [ 254 ] {8459d843-a52e-47ff-819d-3dae39eb15d9} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002502 sec., 15587.529976019185 rows/sec., 27.93 MiB/sec. | ||
| 3400 | 2025.02.21 14:34:50.860645 [ 254 ] {8459d843-a52e-47ff-819d-3dae39eb15d9} <Debug> TCPHandler: Processed in 0.002780124 sec. | ||
| 3401 | 2025.02.21 14:34:50.860798 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3402 | 2025.02.21 14:34:50.860939 [ 256 ] {de7879d7-1357-4932-aef9-d2967f5b1732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3403 | 2025.02.21 14:34:50.860998 [ 256 ] {de7879d7-1357-4932-aef9-d2967f5b1732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3404 | 2025.02.21 14:34:50.861575 [ 256 ] {de7879d7-1357-4932-aef9-d2967f5b1732} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3405 | 2025.02.21 14:34:50.861615 [ 256 ] {de7879d7-1357-4932-aef9-d2967f5b1732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3406 | 2025.02.21 14:34:50.861979 [ 256 ] {de7879d7-1357-4932-aef9-d2967f5b1732} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3407 | 2025.02.21 14:34:50.862217 [ 256 ] {de7879d7-1357-4932-aef9-d2967f5b1732} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3408 | 2025.02.21 14:34:50.862472 [ 256 ] {de7879d7-1357-4932-aef9-d2967f5b1732} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001564 sec., 14066.496163682863 rows/sec., 978.44 KiB/sec. | ||
| 3409 | 2025.02.21 14:34:50.862669 [ 256 ] {de7879d7-1357-4932-aef9-d2967f5b1732} <Debug> TCPHandler: Processed in 0.001937598 sec. | ||
| 3410 | 2025.02.21 14:34:52.373959 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 484 | ||
| 3411 | 2025.02.21 14:34:52.377148 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3412 | 2025.02.21 14:34:52.377210 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3413 | 2025.02.21 14:34:52.378687 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3414 | 2025.02.21 14:34:52.379005 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3415 | 2025.02.21 14:34:52.379640 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 484 | ||
| 3416 | 2025.02.21 14:34:54.208347 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3417 | 2025.02.21 14:34:54.208555 [ 254 ] {07777b19-cf5e-437c-8dd1-e9bf0a0f70a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3418 | 2025.02.21 14:34:54.208634 [ 254 ] {07777b19-cf5e-437c-8dd1-e9bf0a0f70a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3419 | 2025.02.21 14:34:54.209465 [ 254 ] {07777b19-cf5e-437c-8dd1-e9bf0a0f70a9} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3420 | 2025.02.21 14:34:54.209521 [ 254 ] {07777b19-cf5e-437c-8dd1-e9bf0a0f70a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3421 | 2025.02.21 14:34:54.209977 [ 254 ] {07777b19-cf5e-437c-8dd1-e9bf0a0f70a9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3422 | 2025.02.21 14:34:54.210234 [ 254 ] {07777b19-cf5e-437c-8dd1-e9bf0a0f70a9} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3423 | 2025.02.21 14:34:54.210428 [ 254 ] {07777b19-cf5e-437c-8dd1-e9bf0a0f70a9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001931 sec., 29000.51786639047 rows/sec., 2.21 MiB/sec. | ||
| 3424 | 2025.02.21 14:34:54.210494 [ 254 ] {07777b19-cf5e-437c-8dd1-e9bf0a0f70a9} <Debug> TCPHandler: Processed in 0.002281988 sec. | ||
| 3425 | 2025.02.21 14:34:54.210738 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3426 | 2025.02.21 14:34:54.210954 [ 256 ] {b7cff151-56ad-482e-8a2a-a576fdd779a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3427 | 2025.02.21 14:34:54.211038 [ 256 ] {b7cff151-56ad-482e-8a2a-a576fdd779a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3428 | 2025.02.21 14:34:54.211894 [ 256 ] {b7cff151-56ad-482e-8a2a-a576fdd779a4} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3429 | 2025.02.21 14:34:54.211945 [ 256 ] {b7cff151-56ad-482e-8a2a-a576fdd779a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3430 | 2025.02.21 14:34:54.212400 [ 256 ] {b7cff151-56ad-482e-8a2a-a576fdd779a4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3431 | 2025.02.21 14:34:54.212667 [ 256 ] {b7cff151-56ad-482e-8a2a-a576fdd779a4} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3432 | 2025.02.21 14:34:54.212937 [ 256 ] {b7cff151-56ad-482e-8a2a-a576fdd779a4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002036 sec., 31434.18467583497 rows/sec., 2.45 MiB/sec. | ||
| 3433 | 2025.02.21 14:34:54.213088 [ 256 ] {b7cff151-56ad-482e-8a2a-a576fdd779a4} <Debug> TCPHandler: Processed in 0.002491414 sec. | ||
| 3434 | 2025.02.21 14:34:54.213317 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3435 | 2025.02.21 14:34:54.213475 [ 254 ] {9b7207a6-59f3-4ea5-af54-e1092f70f25f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3436 | 2025.02.21 14:34:54.213542 [ 254 ] {9b7207a6-59f3-4ea5-af54-e1092f70f25f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3437 | 2025.02.21 14:34:54.214115 [ 254 ] {9b7207a6-59f3-4ea5-af54-e1092f70f25f} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3438 | 2025.02.21 14:34:54.214154 [ 254 ] {9b7207a6-59f3-4ea5-af54-e1092f70f25f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3439 | 2025.02.21 14:34:54.214550 [ 254 ] {9b7207a6-59f3-4ea5-af54-e1092f70f25f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3440 | 2025.02.21 14:34:54.214786 [ 254 ] {9b7207a6-59f3-4ea5-af54-e1092f70f25f} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3441 | 2025.02.21 14:34:54.214964 [ 254 ] {9b7207a6-59f3-4ea5-af54-e1092f70f25f} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001525 sec., 64262.29508196721 rows/sec., 4.48 MiB/sec. | ||
| 3442 | 2025.02.21 14:34:54.215019 [ 254 ] {9b7207a6-59f3-4ea5-af54-e1092f70f25f} <Debug> TCPHandler: Processed in 0.001826304 sec. | ||
| 3443 | 2025.02.21 14:34:54.215180 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3444 | 2025.02.21 14:34:54.215329 [ 256 ] {4123949b-eef1-401c-86c2-0ceb3ac8a81d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3445 | 2025.02.21 14:34:54.215392 [ 256 ] {4123949b-eef1-401c-86c2-0ceb3ac8a81d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3446 | 2025.02.21 14:34:54.215939 [ 256 ] {4123949b-eef1-401c-86c2-0ceb3ac8a81d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3447 | 2025.02.21 14:34:54.215980 [ 256 ] {4123949b-eef1-401c-86c2-0ceb3ac8a81d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3448 | 2025.02.21 14:34:54.216365 [ 256 ] {4123949b-eef1-401c-86c2-0ceb3ac8a81d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 3449 | 2025.02.21 14:34:54.216606 [ 256 ] {4123949b-eef1-401c-86c2-0ceb3ac8a81d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3450 | 2025.02.21 14:34:54.216820 [ 256 ] {4123949b-eef1-401c-86c2-0ceb3ac8a81d} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001528 sec., 24869.109947643978 rows/sec., 1.67 MiB/sec. | ||
| 3451 | 2025.02.21 14:34:54.216874 [ 256 ] {4123949b-eef1-401c-86c2-0ceb3ac8a81d} <Debug> TCPHandler: Processed in 0.001765993 sec. | ||
| 3452 | 2025.02.21 14:34:54.849720 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 3453 | 2025.02.21 14:34:54.850389 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3454 | 2025.02.21 14:34:54.850444 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3455 | 2025.02.21 14:34:54.851042 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3456 | 2025.02.21 14:34:54.851302 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3457 | 2025.02.21 14:34:54.851505 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 3458 | 2025.02.21 14:34:55.424805 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 3459 | 2025.02.21 14:34:55.446022 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3460 | 2025.02.21 14:34:55.446089 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3461 | 2025.02.21 14:34:55.453776 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3462 | 2025.02.21 14:34:55.454541 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3463 | 2025.02.21 14:34:55.458079 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 3464 | 2025.02.21 14:34:59.211607 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3465 | 2025.02.21 14:34:59.211842 [ 254 ] {88bcfe2e-01ca-40b4-afbc-073815f396d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3466 | 2025.02.21 14:34:59.211918 [ 254 ] {88bcfe2e-01ca-40b4-afbc-073815f396d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3467 | 2025.02.21 14:34:59.212681 [ 254 ] {88bcfe2e-01ca-40b4-afbc-073815f396d2} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3468 | 2025.02.21 14:34:59.212736 [ 254 ] {88bcfe2e-01ca-40b4-afbc-073815f396d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3469 | 2025.02.21 14:34:59.213317 [ 254 ] {88bcfe2e-01ca-40b4-afbc-073815f396d2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3470 | 2025.02.21 14:34:59.213579 [ 254 ] {88bcfe2e-01ca-40b4-afbc-073815f396d2} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3471 | 2025.02.21 14:34:59.213848 [ 254 ] {88bcfe2e-01ca-40b4-afbc-073815f396d2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002065 sec., 27118.64406779661 rows/sec., 2.07 MiB/sec. | ||
| 3472 | 2025.02.21 14:34:59.213919 [ 254 ] {88bcfe2e-01ca-40b4-afbc-073815f396d2} <Debug> TCPHandler: Processed in 0.002454694 sec. | ||
| 3473 | 2025.02.21 14:34:59.214166 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3474 | 2025.02.21 14:34:59.214378 [ 256 ] {4340ce5a-3c73-426c-b1bb-ec526cf79e19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3475 | 2025.02.21 14:34:59.214455 [ 256 ] {4340ce5a-3c73-426c-b1bb-ec526cf79e19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3476 | 2025.02.21 14:34:59.215266 [ 256 ] {4340ce5a-3c73-426c-b1bb-ec526cf79e19} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3477 | 2025.02.21 14:34:59.215307 [ 256 ] {4340ce5a-3c73-426c-b1bb-ec526cf79e19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3478 | 2025.02.21 14:34:59.215740 [ 256 ] {4340ce5a-3c73-426c-b1bb-ec526cf79e19} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3479 | 2025.02.21 14:34:59.215995 [ 256 ] {4340ce5a-3c73-426c-b1bb-ec526cf79e19} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3480 | 2025.02.21 14:34:59.216245 [ 256 ] {4340ce5a-3c73-426c-b1bb-ec526cf79e19} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001914 sec., 33437.82654127482 rows/sec., 2.61 MiB/sec. | ||
| 3481 | 2025.02.21 14:34:59.216348 [ 256 ] {4340ce5a-3c73-426c-b1bb-ec526cf79e19} <Debug> TCPHandler: Processed in 0.002315749 sec. | ||
| 3482 | 2025.02.21 14:34:59.216614 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3483 | 2025.02.21 14:34:59.216804 [ 254 ] {2ed3ca68-fdf4-4f24-b03d-951f704132ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3484 | 2025.02.21 14:34:59.216870 [ 254 ] {2ed3ca68-fdf4-4f24-b03d-951f704132ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3485 | 2025.02.21 14:34:59.217638 [ 254 ] {2ed3ca68-fdf4-4f24-b03d-951f704132ab} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3486 | 2025.02.21 14:34:59.217680 [ 254 ] {2ed3ca68-fdf4-4f24-b03d-951f704132ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3487 | 2025.02.21 14:34:59.218081 [ 254 ] {2ed3ca68-fdf4-4f24-b03d-951f704132ab} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3488 | 2025.02.21 14:34:59.218340 [ 254 ] {2ed3ca68-fdf4-4f24-b03d-951f704132ab} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3489 | 2025.02.21 14:34:59.218556 [ 254 ] {2ed3ca68-fdf4-4f24-b03d-951f704132ab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00179 sec., 89385.4748603352 rows/sec., 6.23 MiB/sec. | ||
| 3490 | 2025.02.21 14:34:59.218616 [ 254 ] {2ed3ca68-fdf4-4f24-b03d-951f704132ab} <Debug> TCPHandler: Processed in 0.002154145 sec. | ||
| 3491 | 2025.02.21 14:34:59.218755 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3492 | 2025.02.21 14:34:59.218878 [ 256 ] {dda14028-9ed4-498a-83c5-520549048655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3493 | 2025.02.21 14:34:59.218933 [ 256 ] {dda14028-9ed4-498a-83c5-520549048655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3494 | 2025.02.21 14:34:59.219444 [ 256 ] {dda14028-9ed4-498a-83c5-520549048655} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3495 | 2025.02.21 14:34:59.219481 [ 256 ] {dda14028-9ed4-498a-83c5-520549048655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3496 | 2025.02.21 14:34:59.219860 [ 256 ] {dda14028-9ed4-498a-83c5-520549048655} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 3497 | 2025.02.21 14:34:59.220103 [ 256 ] {dda14028-9ed4-498a-83c5-520549048655} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3498 | 2025.02.21 14:34:59.220283 [ 256 ] {dda14028-9ed4-498a-83c5-520549048655} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001434 sec., 41841.00418410042 rows/sec., 2.82 MiB/sec. | ||
| 3499 | 2025.02.21 14:34:59.220335 [ 256 ] {dda14028-9ed4-498a-83c5-520549048655} <Debug> TCPHandler: Processed in 0.001639149 sec. | ||
| 3500 | 2025.02.21 14:35:02.231079 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3501 | 2025.02.21 14:35:02.231191 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3502 | 2025.02.21 14:35:02.352530 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 3503 | 2025.02.21 14:35:02.353209 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3504 | 2025.02.21 14:35:02.353263 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3505 | 2025.02.21 14:35:02.353849 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3506 | 2025.02.21 14:35:02.354110 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3507 | 2025.02.21 14:35:02.354364 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 3508 | 2025.02.21 14:35:02.380728 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 500 | ||
| 3509 | 2025.02.21 14:35:02.383633 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3510 | 2025.02.21 14:35:02.383703 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3511 | 2025.02.21 14:35:02.385227 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3512 | 2025.02.21 14:35:02.385541 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3513 | 2025.02.21 14:35:02.386247 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 500 | ||
| 3514 | 2025.02.21 14:35:02.959055 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 3515 | 2025.02.21 14:35:02.979597 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3516 | 2025.02.21 14:35:02.979655 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3517 | 2025.02.21 14:35:02.987106 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3518 | 2025.02.21 14:35:02.987873 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3519 | 2025.02.21 14:35:02.990532 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 3520 | 2025.02.21 14:35:04.213214 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3521 | 2025.02.21 14:35:04.213425 [ 254 ] {7d46d628-c1eb-43bd-8825-5477bdb7ca1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3522 | 2025.02.21 14:35:04.213507 [ 254 ] {7d46d628-c1eb-43bd-8825-5477bdb7ca1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3523 | 2025.02.21 14:35:04.214364 [ 254 ] {7d46d628-c1eb-43bd-8825-5477bdb7ca1c} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3524 | 2025.02.21 14:35:04.214416 [ 254 ] {7d46d628-c1eb-43bd-8825-5477bdb7ca1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3525 | 2025.02.21 14:35:04.214862 [ 254 ] {7d46d628-c1eb-43bd-8825-5477bdb7ca1c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 3526 | 2025.02.21 14:35:04.215117 [ 254 ] {7d46d628-c1eb-43bd-8825-5477bdb7ca1c} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3527 | 2025.02.21 14:35:04.215279 [ 139 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 3528 | 2025.02.21 14:35:04.215327 [ 254 ] {7d46d628-c1eb-43bd-8825-5477bdb7ca1c} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001958 sec., 68437.18079673135 rows/sec., 5.89 MiB/sec. | ||
| 3529 | 2025.02.21 14:35:04.215331 [ 139 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3530 | 2025.02.21 14:35:04.215377 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3531 | 2025.02.21 14:35:04.215413 [ 254 ] {7d46d628-c1eb-43bd-8825-5477bdb7ca1c} <Debug> TCPHandler: Processed in 0.002362541 sec. | ||
| 3532 | 2025.02.21 14:35:04.215617 [ 199 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 3533 | 2025.02.21 14:35:04.215693 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3534 | 2025.02.21 14:35:04.215787 [ 199 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3535 | 2025.02.21 14:35:04.215839 [ 199 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1403 rows starting from the beginning of the part | ||
| 3536 | 2025.02.21 14:35:04.215913 [ 256 ] {26260590-3435-4766-91f5-6d4c200b36e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3537 | 2025.02.21 14:35:04.215948 [ 199 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 3538 | 2025.02.21 14:35:04.216085 [ 256 ] {26260590-3435-4766-91f5-6d4c200b36e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3539 | 2025.02.21 14:35:04.216409 [ 199 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1402 rows starting from the beginning of the part | ||
| 3540 | 2025.02.21 14:35:04.216696 [ 199 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 3541 | 2025.02.21 14:35:04.216943 [ 199 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 3542 | 2025.02.21 14:35:04.217150 [ 199 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 134 rows starting from the beginning of the part | ||
| 3543 | 2025.02.21 14:35:04.218206 [ 256 ] {26260590-3435-4766-91f5-6d4c200b36e2} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3544 | 2025.02.21 14:35:04.218256 [ 256 ] {26260590-3435-4766-91f5-6d4c200b36e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3545 | 2025.02.21 14:35:04.218907 [ 256 ] {26260590-3435-4766-91f5-6d4c200b36e2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3546 | 2025.02.21 14:35:04.219188 [ 256 ] {26260590-3435-4766-91f5-6d4c200b36e2} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3547 | 2025.02.21 14:35:04.219536 [ 256 ] {26260590-3435-4766-91f5-6d4c200b36e2} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00369 sec., 10569.10569105691 rows/sec., 794.75 KiB/sec. | ||
| 3548 | 2025.02.21 14:35:04.219608 [ 193 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3107 rows, containing 5 columns (5 merged, 0 gathered) in 0.004119503 sec., 754217.1956180151 rows/sec., 65.68 MiB/sec. | ||
| 3549 | 2025.02.21 14:35:04.219670 [ 256 ] {26260590-3435-4766-91f5-6d4c200b36e2} <Debug> TCPHandler: Processed in 0.004129574 sec. | ||
| 3550 | 2025.02.21 14:35:04.219834 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3551 | 2025.02.21 14:35:04.219925 [ 195 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 3552 | 2025.02.21 14:35:04.220056 [ 254 ] {57fd27ad-e04f-400c-a96e-92cb487addc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3553 | 2025.02.21 14:35:04.220140 [ 254 ] {57fd27ad-e04f-400c-a96e-92cb487addc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3554 | 2025.02.21 14:35:04.220541 [ 195 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_31_6} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3555 | 2025.02.21 14:35:04.220781 [ 195 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_31_6} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 3556 | 2025.02.21 14:35:04.220966 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 3557 | 2025.02.21 14:35:04.221360 [ 254 ] {57fd27ad-e04f-400c-a96e-92cb487addc3} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3558 | 2025.02.21 14:35:04.221407 [ 254 ] {57fd27ad-e04f-400c-a96e-92cb487addc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3559 | 2025.02.21 14:35:04.221806 [ 254 ] {57fd27ad-e04f-400c-a96e-92cb487addc3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 3560 | 2025.02.21 14:35:04.222061 [ 254 ] {57fd27ad-e04f-400c-a96e-92cb487addc3} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3561 | 2025.02.21 14:35:04.222194 [ 139 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 3562 | 2025.02.21 14:35:04.222234 [ 139 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3563 | 2025.02.21 14:35:04.222258 [ 254 ] {57fd27ad-e04f-400c-a96e-92cb487addc3} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002297 sec., 44841.09708315194 rows/sec., 3.50 MiB/sec. | ||
| 3564 | 2025.02.21 14:35:04.222262 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3565 | 2025.02.21 14:35:04.222409 [ 254 ] {57fd27ad-e04f-400c-a96e-92cb487addc3} <Debug> TCPHandler: Processed in 0.002645319 sec. | ||
| 3566 | 2025.02.21 14:35:04.222497 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 3567 | 2025.02.21 14:35:04.222590 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3568 | 2025.02.21 14:35:04.222631 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3569 | 2025.02.21 14:35:04.222662 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 627 rows starting from the beginning of the part | ||
| 3570 | 2025.02.21 14:35:04.222785 [ 256 ] {7ef35da0-8561-4ae2-b5bc-e58c80b775ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3571 | 2025.02.21 14:35:04.222812 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 3572 | 2025.02.21 14:35:04.222916 [ 256 ] {7ef35da0-8561-4ae2-b5bc-e58c80b775ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3573 | 2025.02.21 14:35:04.223121 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 611 rows starting from the beginning of the part | ||
| 3574 | 2025.02.21 14:35:04.223407 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 3575 | 2025.02.21 14:35:04.223634 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 3576 | 2025.02.21 14:35:04.223906 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 103 rows starting from the beginning of the part | ||
| 3577 | 2025.02.21 14:35:04.224857 [ 256 ] {7ef35da0-8561-4ae2-b5bc-e58c80b775ad} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3578 | 2025.02.21 14:35:04.224907 [ 256 ] {7ef35da0-8561-4ae2-b5bc-e58c80b775ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3579 | 2025.02.21 14:35:04.225526 [ 256 ] {7ef35da0-8561-4ae2-b5bc-e58c80b775ad} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 3580 | 2025.02.21 14:35:04.225768 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1533 rows, containing 5 columns (5 merged, 0 gathered) in 0.003399542 sec., 450943.09762903355 rows/sec., 35.92 MiB/sec. | ||
| 3581 | 2025.02.21 14:35:04.225891 [ 256 ] {7ef35da0-8561-4ae2-b5bc-e58c80b775ad} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3582 | 2025.02.21 14:35:04.226053 [ 193 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 3583 | 2025.02.21 14:35:04.226124 [ 139 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 3584 | 2025.02.21 14:35:04.226234 [ 139 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3585 | 2025.02.21 14:35:04.226328 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3586 | 2025.02.21 14:35:04.226457 [ 256 ] {7ef35da0-8561-4ae2-b5bc-e58c80b775ad} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003706 sec., 43173.23259579061 rows/sec., 3.01 MiB/sec. | ||
| 3587 | 2025.02.21 14:35:04.226776 [ 256 ] {7ef35da0-8561-4ae2-b5bc-e58c80b775ad} <Debug> TCPHandler: Processed in 0.004242697 sec. | ||
| 3588 | 2025.02.21 14:35:04.227044 [ 193 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_31_6} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3589 | 2025.02.21 14:35:04.227075 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3590 | 2025.02.21 14:35:04.227159 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 3591 | 2025.02.21 14:35:04.227357 [ 193 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_31_6} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 3592 | 2025.02.21 14:35:04.227372 [ 254 ] {ba646457-10b3-4b25-82e1-60a8b33a52cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3593 | 2025.02.21 14:35:04.227642 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3594 | 2025.02.21 14:35:04.227747 [ 254 ] {ba646457-10b3-4b25-82e1-60a8b33a52cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3595 | 2025.02.21 14:35:04.227766 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3596 | 2025.02.21 14:35:04.227874 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7963 rows starting from the beginning of the part | ||
| 3597 | 2025.02.21 14:35:04.228222 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 3598 | 2025.02.21 14:35:04.228549 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 952 rows starting from the beginning of the part | ||
| 3599 | 2025.02.21 14:35:04.228887 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 98 rows starting from the beginning of the part | ||
| 3600 | 2025.02.21 14:35:04.229310 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 3601 | 2025.02.21 14:35:04.229916 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
| 3602 | 2025.02.21 14:35:04.232741 [ 254 ] {ba646457-10b3-4b25-82e1-60a8b33a52cb} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3603 | 2025.02.21 14:35:04.232807 [ 254 ] {ba646457-10b3-4b25-82e1-60a8b33a52cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3604 | 2025.02.21 14:35:04.234004 [ 254 ] {ba646457-10b3-4b25-82e1-60a8b33a52cb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3605 | 2025.02.21 14:35:04.234390 [ 254 ] {ba646457-10b3-4b25-82e1-60a8b33a52cb} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3606 | 2025.02.21 14:35:04.234625 [ 254 ] {ba646457-10b3-4b25-82e1-60a8b33a52cb} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007326 sec., 5323.505323505324 rows/sec., 9.54 MiB/sec. | ||
| 3607 | 2025.02.21 14:35:04.234753 [ 254 ] {ba646457-10b3-4b25-82e1-60a8b33a52cb} <Debug> TCPHandler: Processed in 0.007847866 sec. | ||
| 3608 | 2025.02.21 14:35:04.234915 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3609 | 2025.02.21 14:35:04.235053 [ 256 ] {f4492554-fc76-49e1-9916-dbaa4ebc23a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3610 | 2025.02.21 14:35:04.235148 [ 256 ] {f4492554-fc76-49e1-9916-dbaa4ebc23a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3611 | 2025.02.21 14:35:04.235875 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9493 rows, containing 5 columns (5 merged, 0 gathered) in 0.009375851 sec., 1012494.7591423969 rows/sec., 69.36 MiB/sec. | ||
| 3612 | 2025.02.21 14:35:04.236142 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 3613 | 2025.02.21 14:35:04.236560 [ 256 ] {f4492554-fc76-49e1-9916-dbaa4ebc23a2} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3614 | 2025.02.21 14:35:04.236613 [ 256 ] {f4492554-fc76-49e1-9916-dbaa4ebc23a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3615 | 2025.02.21 14:35:04.236746 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3616 | 2025.02.21 14:35:04.236911 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 3617 | 2025.02.21 14:35:04.237087 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 3618 | 2025.02.21 14:35:04.237275 [ 256 ] {f4492554-fc76-49e1-9916-dbaa4ebc23a2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 3619 | 2025.02.21 14:35:04.237534 [ 256 ] {f4492554-fc76-49e1-9916-dbaa4ebc23a2} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3620 | 2025.02.21 14:35:04.237721 [ 139 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 3621 | 2025.02.21 14:35:04.237782 [ 139 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3622 | 2025.02.21 14:35:04.237801 [ 256 ] {f4492554-fc76-49e1-9916-dbaa4ebc23a2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002773 sec., 21637.21601153985 rows/sec., 1.46 MiB/sec. | ||
| 3623 | 2025.02.21 14:35:04.237819 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3624 | 2025.02.21 14:35:04.237969 [ 256 ] {f4492554-fc76-49e1-9916-dbaa4ebc23a2} <Debug> TCPHandler: Processed in 0.003117924 sec. | ||
| 3625 | 2025.02.21 14:35:04.238052 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 3626 | 2025.02.21 14:35:04.238177 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3627 | 2025.02.21 14:35:04.238210 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1368 rows starting from the beginning of the part | ||
| 3628 | 2025.02.21 14:35:04.238309 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 3629 | 2025.02.21 14:35:04.238489 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 22 rows starting from the beginning of the part | ||
| 3630 | 2025.02.21 14:35:04.238722 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 38 rows starting from the beginning of the part | ||
| 3631 | 2025.02.21 14:35:04.238952 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 3632 | 2025.02.21 14:35:04.239222 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
| 3633 | 2025.02.21 14:35:04.240503 [ 192 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1608 rows, containing 4 columns (4 merged, 0 gathered) in 0.002552826 sec., 629890.1687776606 rows/sec., 42.45 MiB/sec. | ||
| 3634 | 2025.02.21 14:35:04.240692 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 3635 | 2025.02.21 14:35:04.240985 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_31_6} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3636 | 2025.02.21 14:35:04.241065 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_31_6} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 3637 | 2025.02.21 14:35:04.241139 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 3638 | 2025.02.21 14:35:09.211161 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3639 | 2025.02.21 14:35:09.211362 [ 254 ] {66ef2e73-8902-4e83-b1a4-67057069609b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3640 | 2025.02.21 14:35:09.211435 [ 254 ] {66ef2e73-8902-4e83-b1a4-67057069609b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3641 | 2025.02.21 14:35:09.212174 [ 254 ] {66ef2e73-8902-4e83-b1a4-67057069609b} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3642 | 2025.02.21 14:35:09.212225 [ 254 ] {66ef2e73-8902-4e83-b1a4-67057069609b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3643 | 2025.02.21 14:35:09.212656 [ 254 ] {66ef2e73-8902-4e83-b1a4-67057069609b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 3644 | 2025.02.21 14:35:09.212896 [ 254 ] {66ef2e73-8902-4e83-b1a4-67057069609b} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3645 | 2025.02.21 14:35:09.213122 [ 254 ] {66ef2e73-8902-4e83-b1a4-67057069609b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001812 sec., 30905.077262693158 rows/sec., 2.36 MiB/sec. | ||
| 3646 | 2025.02.21 14:35:09.213179 [ 254 ] {66ef2e73-8902-4e83-b1a4-67057069609b} <Debug> TCPHandler: Processed in 0.002149555 sec. | ||
| 3647 | 2025.02.21 14:35:09.213411 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3648 | 2025.02.21 14:35:09.213602 [ 256 ] {9b2151fb-322e-4f60-a6b0-0edfde9028b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3649 | 2025.02.21 14:35:09.213677 [ 256 ] {9b2151fb-322e-4f60-a6b0-0edfde9028b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3650 | 2025.02.21 14:35:09.214458 [ 256 ] {9b2151fb-322e-4f60-a6b0-0edfde9028b6} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3651 | 2025.02.21 14:35:09.214508 [ 256 ] {9b2151fb-322e-4f60-a6b0-0edfde9028b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3652 | 2025.02.21 14:35:09.214946 [ 256 ] {9b2151fb-322e-4f60-a6b0-0edfde9028b6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 3653 | 2025.02.21 14:35:09.215196 [ 256 ] {9b2151fb-322e-4f60-a6b0-0edfde9028b6} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3654 | 2025.02.21 14:35:09.215401 [ 256 ] {9b2151fb-322e-4f60-a6b0-0edfde9028b6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001851 sec., 34575.90491626148 rows/sec., 2.70 MiB/sec. | ||
| 3655 | 2025.02.21 14:35:09.215466 [ 256 ] {9b2151fb-322e-4f60-a6b0-0edfde9028b6} <Debug> TCPHandler: Processed in 0.002191525 sec. | ||
| 3656 | 2025.02.21 14:35:09.215604 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3657 | 2025.02.21 14:35:09.215723 [ 254 ] {d6b121eb-76ea-4bdc-9e10-645b4ea46b5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3658 | 2025.02.21 14:35:09.215777 [ 254 ] {d6b121eb-76ea-4bdc-9e10-645b4ea46b5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3659 | 2025.02.21 14:35:09.216359 [ 254 ] {d6b121eb-76ea-4bdc-9e10-645b4ea46b5e} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3660 | 2025.02.21 14:35:09.216398 [ 254 ] {d6b121eb-76ea-4bdc-9e10-645b4ea46b5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3661 | 2025.02.21 14:35:09.216789 [ 254 ] {d6b121eb-76ea-4bdc-9e10-645b4ea46b5e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 3662 | 2025.02.21 14:35:09.217032 [ 254 ] {d6b121eb-76ea-4bdc-9e10-645b4ea46b5e} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3663 | 2025.02.21 14:35:09.217266 [ 254 ] {d6b121eb-76ea-4bdc-9e10-645b4ea46b5e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001566 sec., 102171.13665389529 rows/sec., 7.12 MiB/sec. | ||
| 3664 | 2025.02.21 14:35:09.217322 [ 254 ] {d6b121eb-76ea-4bdc-9e10-645b4ea46b5e} <Debug> TCPHandler: Processed in 0.001772583 sec. | ||
| 3665 | 2025.02.21 14:35:09.217578 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3666 | 2025.02.21 14:35:09.217808 [ 256 ] {83c65bb2-1fa7-44fe-8fdc-e6661f4109f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3667 | 2025.02.21 14:35:09.217906 [ 256 ] {83c65bb2-1fa7-44fe-8fdc-e6661f4109f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3668 | 2025.02.21 14:35:09.218540 [ 256 ] {83c65bb2-1fa7-44fe-8fdc-e6661f4109f0} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3669 | 2025.02.21 14:35:09.218578 [ 256 ] {83c65bb2-1fa7-44fe-8fdc-e6661f4109f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3670 | 2025.02.21 14:35:09.218955 [ 256 ] {83c65bb2-1fa7-44fe-8fdc-e6661f4109f0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 3671 | 2025.02.21 14:35:09.219190 [ 256 ] {83c65bb2-1fa7-44fe-8fdc-e6661f4109f0} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3672 | 2025.02.21 14:35:09.219373 [ 256 ] {83c65bb2-1fa7-44fe-8fdc-e6661f4109f0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001628 sec., 36855.03685503685 rows/sec., 2.48 MiB/sec. | ||
| 3673 | 2025.02.21 14:35:09.219425 [ 256 ] {83c65bb2-1fa7-44fe-8fdc-e6661f4109f0} <Debug> TCPHandler: Processed in 0.0020093 sec. | ||
| 3674 | 2025.02.21 14:35:09.855395 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 3675 | 2025.02.21 14:35:09.856030 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3676 | 2025.02.21 14:35:09.856076 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3677 | 2025.02.21 14:35:09.856599 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3678 | 2025.02.21 14:35:09.856864 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3679 | 2025.02.21 14:35:09.857073 [ 132 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3680 | 2025.02.21 14:35:09.857171 [ 132 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3681 | 2025.02.21 14:35:09.857270 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3682 | 2025.02.21 14:35:09.857594 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 3683 | 2025.02.21 14:35:09.857677 [ 192 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 3684 | 2025.02.21 14:35:09.857843 [ 192 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3685 | 2025.02.21 14:35:09.857887 [ 192 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 3686 | 2025.02.21 14:35:09.857967 [ 192 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 3687 | 2025.02.21 14:35:09.858138 [ 192 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part | ||
| 3688 | 2025.02.21 14:35:09.858366 [ 192 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part | ||
| 3689 | 2025.02.21 14:35:09.858588 [ 192 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part | ||
| 3690 | 2025.02.21 14:35:09.858739 [ 192 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part | ||
| 3691 | 2025.02.21 14:35:09.860866 [ 200 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003409773 sec., 2826581.1243153135 rows/sec., 40.43 MiB/sec. | ||
| 3692 | 2025.02.21 14:35:09.861189 [ 200 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3693 | 2025.02.21 14:35:09.861527 [ 200 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_21_4} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3694 | 2025.02.21 14:35:09.861617 [ 200 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_21_4} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3695 | 2025.02.21 14:35:09.861732 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3696 | 2025.02.21 14:35:10.491526 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 3697 | 2025.02.21 14:35:10.529233 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3698 | 2025.02.21 14:35:10.529332 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3699 | 2025.02.21 14:35:10.542705 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3700 | 2025.02.21 14:35:10.544753 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3701 | 2025.02.21 14:35:10.545359 [ 131 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3702 | 2025.02.21 14:35:10.545540 [ 131 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3703 | 2025.02.21 14:35:10.545640 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3704 | 2025.02.21 14:35:10.546096 [ 192 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 3705 | 2025.02.21 14:35:10.561233 [ 192 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3706 | 2025.02.21 14:35:10.563132 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 3707 | 2025.02.21 14:35:10.564060 [ 192 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 3708 | 2025.02.21 14:35:10.569683 [ 192 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 3709 | 2025.02.21 14:35:10.575432 [ 192 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 3710 | 2025.02.21 14:35:10.581181 [ 192 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 3711 | 2025.02.21 14:35:10.586963 [ 192 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 3712 | 2025.02.21 14:35:10.592734 [ 192 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 3713 | 2025.02.21 14:35:10.665620 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.119829167 sec., 1326.8889701953783 rows/sec., 6.86 MiB/sec. | ||
| 3714 | 2025.02.21 14:35:10.667465 [ 188 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3715 | 2025.02.21 14:35:10.670037 [ 188 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_21_4} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3716 | 2025.02.21 14:35:10.670159 [ 188 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_21_4} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3717 | 2025.02.21 14:35:10.671820 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 3718 | 2025.02.21 14:35:11.000283 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.28 MiB, peak 191.85 MiB, free memory in arenas 0.00 B, will set to 182.98 MiB (RSS), difference: 1.70 MiB | ||
| 3719 | 2025.02.21 14:35:12.387252 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 520 | ||
| 3720 | 2025.02.21 14:35:12.390087 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3721 | 2025.02.21 14:35:12.390139 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3722 | 2025.02.21 14:35:12.391613 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3723 | 2025.02.21 14:35:12.391951 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3724 | 2025.02.21 14:35:12.392889 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 520 | ||
| 3725 | 2025.02.21 14:35:14.213894 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3726 | 2025.02.21 14:35:14.214106 [ 254 ] {beebe6e6-c899-4775-b97c-54e6fb44454c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3727 | 2025.02.21 14:35:14.214191 [ 254 ] {beebe6e6-c899-4775-b97c-54e6fb44454c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3728 | 2025.02.21 14:35:14.215002 [ 254 ] {beebe6e6-c899-4775-b97c-54e6fb44454c} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3729 | 2025.02.21 14:35:14.215055 [ 254 ] {beebe6e6-c899-4775-b97c-54e6fb44454c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3730 | 2025.02.21 14:35:14.215509 [ 254 ] {beebe6e6-c899-4775-b97c-54e6fb44454c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 3731 | 2025.02.21 14:35:14.215762 [ 254 ] {beebe6e6-c899-4775-b97c-54e6fb44454c} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3732 | 2025.02.21 14:35:14.216002 [ 254 ] {beebe6e6-c899-4775-b97c-54e6fb44454c} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001955 sec., 68542.19948849104 rows/sec., 5.90 MiB/sec. | ||
| 3733 | 2025.02.21 14:35:14.216070 [ 254 ] {beebe6e6-c899-4775-b97c-54e6fb44454c} <Debug> TCPHandler: Processed in 0.00231915 sec. | ||
| 3734 | 2025.02.21 14:35:14.216305 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3735 | 2025.02.21 14:35:14.216499 [ 256 ] {69cbd61a-5cae-4d30-8b2a-a5661b7cf090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3736 | 2025.02.21 14:35:14.216575 [ 256 ] {69cbd61a-5cae-4d30-8b2a-a5661b7cf090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3737 | 2025.02.21 14:35:14.217356 [ 256 ] {69cbd61a-5cae-4d30-8b2a-a5661b7cf090} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3738 | 2025.02.21 14:35:14.217406 [ 256 ] {69cbd61a-5cae-4d30-8b2a-a5661b7cf090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3739 | 2025.02.21 14:35:14.217846 [ 256 ] {69cbd61a-5cae-4d30-8b2a-a5661b7cf090} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3740 | 2025.02.21 14:35:14.218107 [ 256 ] {69cbd61a-5cae-4d30-8b2a-a5661b7cf090} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3741 | 2025.02.21 14:35:14.218354 [ 256 ] {69cbd61a-5cae-4d30-8b2a-a5661b7cf090} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001909 sec., 20429.54426401257 rows/sec., 1.50 MiB/sec. | ||
| 3742 | 2025.02.21 14:35:14.218422 [ 256 ] {69cbd61a-5cae-4d30-8b2a-a5661b7cf090} <Debug> TCPHandler: Processed in 0.002256267 sec. | ||
| 3743 | 2025.02.21 14:35:14.218575 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3744 | 2025.02.21 14:35:14.218723 [ 254 ] {61795885-fa3e-46a6-9663-7182a846e6c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3745 | 2025.02.21 14:35:14.218785 [ 254 ] {61795885-fa3e-46a6-9663-7182a846e6c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3746 | 2025.02.21 14:35:14.219486 [ 254 ] {61795885-fa3e-46a6-9663-7182a846e6c4} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3747 | 2025.02.21 14:35:14.219528 [ 254 ] {61795885-fa3e-46a6-9663-7182a846e6c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3748 | 2025.02.21 14:35:14.219901 [ 254 ] {61795885-fa3e-46a6-9663-7182a846e6c4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 3749 | 2025.02.21 14:35:14.220145 [ 254 ] {61795885-fa3e-46a6-9663-7182a846e6c4} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3750 | 2025.02.21 14:35:14.220357 [ 254 ] {61795885-fa3e-46a6-9663-7182a846e6c4} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001669 sec., 61713.60095865788 rows/sec., 4.82 MiB/sec. | ||
| 3751 | 2025.02.21 14:35:14.220417 [ 254 ] {61795885-fa3e-46a6-9663-7182a846e6c4} <Debug> TCPHandler: Processed in 0.001911547 sec. | ||
| 3752 | 2025.02.21 14:35:14.220601 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3753 | 2025.02.21 14:35:14.220812 [ 256 ] {b306aefc-aefb-420c-8fba-708ea4457c0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3754 | 2025.02.21 14:35:14.220907 [ 256 ] {b306aefc-aefb-420c-8fba-708ea4457c0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3755 | 2025.02.21 14:35:14.221644 [ 256 ] {b306aefc-aefb-420c-8fba-708ea4457c0a} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3756 | 2025.02.21 14:35:14.221686 [ 256 ] {b306aefc-aefb-420c-8fba-708ea4457c0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3757 | 2025.02.21 14:35:14.222094 [ 256 ] {b306aefc-aefb-420c-8fba-708ea4457c0a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 3758 | 2025.02.21 14:35:14.222332 [ 256 ] {b306aefc-aefb-420c-8fba-708ea4457c0a} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3759 | 2025.02.21 14:35:14.222568 [ 256 ] {b306aefc-aefb-420c-8fba-708ea4457c0a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001808 sec., 88495.57522123893 rows/sec., 6.16 MiB/sec. | ||
| 3760 | 2025.02.21 14:35:14.222641 [ 256 ] {b306aefc-aefb-420c-8fba-708ea4457c0a} <Debug> TCPHandler: Processed in 0.002140425 sec. | ||
| 3761 | 2025.02.21 14:35:14.222865 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3762 | 2025.02.21 14:35:14.223005 [ 254 ] {e4e726fe-a611-41b3-9073-79f43926cf9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3763 | 2025.02.21 14:35:14.223102 [ 254 ] {e4e726fe-a611-41b3-9073-79f43926cf9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3764 | 2025.02.21 14:35:14.224273 [ 254 ] {e4e726fe-a611-41b3-9073-79f43926cf9f} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3765 | 2025.02.21 14:35:14.224314 [ 254 ] {e4e726fe-a611-41b3-9073-79f43926cf9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3766 | 2025.02.21 14:35:14.225015 [ 254 ] {e4e726fe-a611-41b3-9073-79f43926cf9f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3767 | 2025.02.21 14:35:14.225336 [ 254 ] {e4e726fe-a611-41b3-9073-79f43926cf9f} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3768 | 2025.02.21 14:35:14.225595 [ 254 ] {e4e726fe-a611-41b3-9073-79f43926cf9f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002621 sec., 14879.816863792445 rows/sec., 26.66 MiB/sec. | ||
| 3769 | 2025.02.21 14:35:14.225715 [ 254 ] {e4e726fe-a611-41b3-9073-79f43926cf9f} <Debug> TCPHandler: Processed in 0.002988249 sec. | ||
| 3770 | 2025.02.21 14:35:14.225896 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3771 | 2025.02.21 14:35:14.226102 [ 256 ] {a686eac0-5cff-4041-95e6-bf7bc242c52e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3772 | 2025.02.21 14:35:14.226190 [ 256 ] {a686eac0-5cff-4041-95e6-bf7bc242c52e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3773 | 2025.02.21 14:35:14.226730 [ 256 ] {a686eac0-5cff-4041-95e6-bf7bc242c52e} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3774 | 2025.02.21 14:35:14.226770 [ 256 ] {a686eac0-5cff-4041-95e6-bf7bc242c52e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3775 | 2025.02.21 14:35:14.227143 [ 256 ] {a686eac0-5cff-4041-95e6-bf7bc242c52e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 3776 | 2025.02.21 14:35:14.227378 [ 256 ] {a686eac0-5cff-4041-95e6-bf7bc242c52e} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3777 | 2025.02.21 14:35:14.227605 [ 256 ] {a686eac0-5cff-4041-95e6-bf7bc242c52e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001554 sec., 38610.03861003861 rows/sec., 2.60 MiB/sec. | ||
| 3778 | 2025.02.21 14:35:14.227659 [ 256 ] {a686eac0-5cff-4041-95e6-bf7bc242c52e} <Debug> TCPHandler: Processed in 0.001862916 sec. | ||
| 3779 | 2025.02.21 14:35:17.231262 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3780 | 2025.02.21 14:35:17.231371 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3781 | 2025.02.21 14:35:17.358700 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 3782 | 2025.02.21 14:35:17.359407 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3783 | 2025.02.21 14:35:17.359460 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3784 | 2025.02.21 14:35:17.360089 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3785 | 2025.02.21 14:35:17.360350 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3786 | 2025.02.21 14:35:17.360658 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 3787 | 2025.02.21 14:35:18.064139 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 3788 | 2025.02.21 14:35:18.084074 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3789 | 2025.02.21 14:35:18.084138 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3790 | 2025.02.21 14:35:18.091073 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3791 | 2025.02.21 14:35:18.091803 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3792 | 2025.02.21 14:35:18.094607 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 3793 | 2025.02.21 14:35:19.211564 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3794 | 2025.02.21 14:35:19.211775 [ 254 ] {57aac714-2a68-46a7-a389-eb540c4f05c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3795 | 2025.02.21 14:35:19.211853 [ 254 ] {57aac714-2a68-46a7-a389-eb540c4f05c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3796 | 2025.02.21 14:35:19.212672 [ 254 ] {57aac714-2a68-46a7-a389-eb540c4f05c0} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3797 | 2025.02.21 14:35:19.212718 [ 254 ] {57aac714-2a68-46a7-a389-eb540c4f05c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3798 | 2025.02.21 14:35:19.213193 [ 254 ] {57aac714-2a68-46a7-a389-eb540c4f05c0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 3799 | 2025.02.21 14:35:19.213448 [ 254 ] {57aac714-2a68-46a7-a389-eb540c4f05c0} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3800 | 2025.02.21 14:35:19.213642 [ 254 ] {57aac714-2a68-46a7-a389-eb540c4f05c0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001925 sec., 29090.90909090909 rows/sec., 2.22 MiB/sec. | ||
| 3801 | 2025.02.21 14:35:19.213709 [ 254 ] {57aac714-2a68-46a7-a389-eb540c4f05c0} <Debug> TCPHandler: Processed in 0.002289289 sec. | ||
| 3802 | 2025.02.21 14:35:19.213943 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3803 | 2025.02.21 14:35:19.214139 [ 256 ] {443f4a39-3261-4803-a22c-b53c84c8b795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3804 | 2025.02.21 14:35:19.214213 [ 256 ] {443f4a39-3261-4803-a22c-b53c84c8b795} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3805 | 2025.02.21 14:35:19.215643 [ 256 ] {443f4a39-3261-4803-a22c-b53c84c8b795} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3806 | 2025.02.21 14:35:19.215693 [ 256 ] {443f4a39-3261-4803-a22c-b53c84c8b795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3807 | 2025.02.21 14:35:19.216139 [ 256 ] {443f4a39-3261-4803-a22c-b53c84c8b795} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 3808 | 2025.02.21 14:35:19.216391 [ 256 ] {443f4a39-3261-4803-a22c-b53c84c8b795} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3809 | 2025.02.21 14:35:19.216632 [ 256 ] {443f4a39-3261-4803-a22c-b53c84c8b795} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002547 sec., 25127.60109933255 rows/sec., 1.96 MiB/sec. | ||
| 3810 | 2025.02.21 14:35:19.216702 [ 256 ] {443f4a39-3261-4803-a22c-b53c84c8b795} <Debug> TCPHandler: Processed in 0.002896536 sec. | ||
| 3811 | 2025.02.21 14:35:19.216854 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3812 | 2025.02.21 14:35:19.217001 [ 254 ] {a0249899-009a-495f-9838-901b8bd2bebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3813 | 2025.02.21 14:35:19.217068 [ 254 ] {a0249899-009a-495f-9838-901b8bd2bebe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3814 | 2025.02.21 14:35:19.217682 [ 254 ] {a0249899-009a-495f-9838-901b8bd2bebe} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3815 | 2025.02.21 14:35:19.217719 [ 254 ] {a0249899-009a-495f-9838-901b8bd2bebe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3816 | 2025.02.21 14:35:19.218120 [ 254 ] {a0249899-009a-495f-9838-901b8bd2bebe} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 3817 | 2025.02.21 14:35:19.218359 [ 254 ] {a0249899-009a-495f-9838-901b8bd2bebe} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3818 | 2025.02.21 14:35:19.218562 [ 254 ] {a0249899-009a-495f-9838-901b8bd2bebe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001598 sec., 100125.15644555695 rows/sec., 6.97 MiB/sec. | ||
| 3819 | 2025.02.21 14:35:19.218621 [ 254 ] {a0249899-009a-495f-9838-901b8bd2bebe} <Debug> TCPHandler: Processed in 0.001835505 sec. | ||
| 3820 | 2025.02.21 14:35:19.218824 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3821 | 2025.02.21 14:35:19.219056 [ 256 ] {4c48a7ed-3efc-453a-af7a-c7b281371aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3822 | 2025.02.21 14:35:19.219154 [ 256 ] {4c48a7ed-3efc-453a-af7a-c7b281371aaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3823 | 2025.02.21 14:35:19.219801 [ 256 ] {4c48a7ed-3efc-453a-af7a-c7b281371aaf} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3824 | 2025.02.21 14:35:19.219841 [ 256 ] {4c48a7ed-3efc-453a-af7a-c7b281371aaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3825 | 2025.02.21 14:35:19.220261 [ 256 ] {4c48a7ed-3efc-453a-af7a-c7b281371aaf} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 3826 | 2025.02.21 14:35:19.220497 [ 256 ] {4c48a7ed-3efc-453a-af7a-c7b281371aaf} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3827 | 2025.02.21 14:35:19.220754 [ 256 ] {4c48a7ed-3efc-453a-af7a-c7b281371aaf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001755 sec., 34188.03418803419 rows/sec., 2.30 MiB/sec. | ||
| 3828 | 2025.02.21 14:35:19.220894 [ 256 ] {4c48a7ed-3efc-453a-af7a-c7b281371aaf} <Debug> TCPHandler: Processed in 0.002187766 sec. | ||
| 3829 | 2025.02.21 14:35:20.837645 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3830 | 2025.02.21 14:35:20.837836 [ 254 ] {bb49fdfa-4986-4370-a7b7-53c8e13afcbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3831 | 2025.02.21 14:35:20.837909 [ 254 ] {bb49fdfa-4986-4370-a7b7-53c8e13afcbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3832 | 2025.02.21 14:35:20.838675 [ 254 ] {bb49fdfa-4986-4370-a7b7-53c8e13afcbe} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3833 | 2025.02.21 14:35:20.838727 [ 254 ] {bb49fdfa-4986-4370-a7b7-53c8e13afcbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3834 | 2025.02.21 14:35:20.839171 [ 254 ] {bb49fdfa-4986-4370-a7b7-53c8e13afcbe} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3835 | 2025.02.21 14:35:20.839419 [ 254 ] {bb49fdfa-4986-4370-a7b7-53c8e13afcbe} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3836 | 2025.02.21 14:35:20.839610 [ 121 ] {} <Debug> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3837 | 2025.02.21 14:35:20.839670 [ 254 ] {bb49fdfa-4986-4370-a7b7-53c8e13afcbe} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001877 sec., 12786.361214704315 rows/sec., 1.06 MiB/sec. | ||
| 3838 | 2025.02.21 14:35:20.839695 [ 121 ] {} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3839 | 2025.02.21 14:35:20.839759 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3840 | 2025.02.21 14:35:20.839810 [ 254 ] {bb49fdfa-4986-4370-a7b7-53c8e13afcbe} <Debug> TCPHandler: Processed in 0.002303689 sec. | ||
| 3841 | 2025.02.21 14:35:20.839948 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::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 | ||
| 3842 | 2025.02.21 14:35:20.840079 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3843 | 2025.02.21 14:35:20.840100 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3844 | 2025.02.21 14:35:20.840129 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
| 3845 | 2025.02.21 14:35:20.840381 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part | ||
| 3846 | 2025.02.21 14:35:20.840647 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
| 3847 | 2025.02.21 14:35:20.840709 [ 256 ] {354da76b-36d2-458e-b7d5-1464c34abfc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3848 | 2025.02.21 14:35:20.840946 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part | ||
| 3849 | 2025.02.21 14:35:20.841077 [ 256 ] {354da76b-36d2-458e-b7d5-1464c34abfc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3850 | 2025.02.21 14:35:20.841222 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
| 3851 | 2025.02.21 14:35:20.843620 [ 256 ] {354da76b-36d2-458e-b7d5-1464c34abfc9} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3852 | 2025.02.21 14:35:20.843696 [ 256 ] {354da76b-36d2-458e-b7d5-1464c34abfc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3853 | 2025.02.21 14:35:20.844087 [ 191 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.004219187 sec., 28441.498326573343 rows/sec., 2.47 MiB/sec. | ||
| 3854 | 2025.02.21 14:35:20.844321 [ 191 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3855 | 2025.02.21 14:35:20.844425 [ 256 ] {354da76b-36d2-458e-b7d5-1464c34abfc9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3856 | 2025.02.21 14:35:20.844710 [ 191 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_5_1} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3857 | 2025.02.21 14:35:20.844732 [ 256 ] {354da76b-36d2-458e-b7d5-1464c34abfc9} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3858 | 2025.02.21 14:35:20.844821 [ 191 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_5_1} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3859 | 2025.02.21 14:35:20.845079 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3860 | 2025.02.21 14:35:20.845204 [ 256 ] {354da76b-36d2-458e-b7d5-1464c34abfc9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004849 sec., 412.45617653124356 rows/sec., 33.63 KiB/sec. | ||
| 3861 | 2025.02.21 14:35:20.845332 [ 256 ] {354da76b-36d2-458e-b7d5-1464c34abfc9} <Debug> TCPHandler: Processed in 0.005380711 sec. | ||
| 3862 | 2025.02.21 14:35:20.845495 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3863 | 2025.02.21 14:35:20.845626 [ 254 ] {ab122c47-719e-4e14-bb15-262af6df51a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3864 | 2025.02.21 14:35:20.845678 [ 254 ] {ab122c47-719e-4e14-bb15-262af6df51a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3865 | 2025.02.21 14:35:20.846826 [ 254 ] {ab122c47-719e-4e14-bb15-262af6df51a7} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3866 | 2025.02.21 14:35:20.846866 [ 254 ] {ab122c47-719e-4e14-bb15-262af6df51a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3867 | 2025.02.21 14:35:20.847340 [ 254 ] {ab122c47-719e-4e14-bb15-262af6df51a7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 3868 | 2025.02.21 14:35:20.847579 [ 254 ] {ab122c47-719e-4e14-bb15-262af6df51a7} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3869 | 2025.02.21 14:35:20.847814 [ 254 ] {ab122c47-719e-4e14-bb15-262af6df51a7} <Debug> executeQuery: Read 1395 rows, 119.43 KiB in 0.002208 sec., 631793.4782608696 rows/sec., 52.82 MiB/sec. | ||
| 3870 | 2025.02.21 14:35:20.847927 [ 254 ] {ab122c47-719e-4e14-bb15-262af6df51a7} <Debug> TCPHandler: Processed in 0.002492225 sec. | ||
| 3871 | 2025.02.21 14:35:20.848183 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3872 | 2025.02.21 14:35:20.848330 [ 256 ] {0a1dc53a-8cfd-4fb7-9291-8b8477f9b739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3873 | 2025.02.21 14:35:20.848391 [ 256 ] {0a1dc53a-8cfd-4fb7-9291-8b8477f9b739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3874 | 2025.02.21 14:35:20.849029 [ 256 ] {0a1dc53a-8cfd-4fb7-9291-8b8477f9b739} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3875 | 2025.02.21 14:35:20.849070 [ 256 ] {0a1dc53a-8cfd-4fb7-9291-8b8477f9b739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3876 | 2025.02.21 14:35:20.849432 [ 256 ] {0a1dc53a-8cfd-4fb7-9291-8b8477f9b739} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3877 | 2025.02.21 14:35:20.849670 [ 256 ] {0a1dc53a-8cfd-4fb7-9291-8b8477f9b739} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3878 | 2025.02.21 14:35:20.849856 [ 256 ] {0a1dc53a-8cfd-4fb7-9291-8b8477f9b739} <Debug> executeQuery: Read 53 rows, 4.03 KiB in 0.001563 sec., 33909.14907229687 rows/sec., 2.52 MiB/sec. | ||
| 3879 | 2025.02.21 14:35:20.849915 [ 256 ] {0a1dc53a-8cfd-4fb7-9291-8b8477f9b739} <Debug> TCPHandler: Processed in 0.001882976 sec. | ||
| 3880 | 2025.02.21 14:35:20.850056 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3881 | 2025.02.21 14:35:20.850177 [ 254 ] {1b7b79a8-3c64-41af-b8c5-6f136b495d83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3882 | 2025.02.21 14:35:20.850228 [ 254 ] {1b7b79a8-3c64-41af-b8c5-6f136b495d83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3883 | 2025.02.21 14:35:20.850880 [ 254 ] {1b7b79a8-3c64-41af-b8c5-6f136b495d83} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3884 | 2025.02.21 14:35:20.850919 [ 254 ] {1b7b79a8-3c64-41af-b8c5-6f136b495d83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3885 | 2025.02.21 14:35:20.851284 [ 254 ] {1b7b79a8-3c64-41af-b8c5-6f136b495d83} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3886 | 2025.02.21 14:35:20.851525 [ 254 ] {1b7b79a8-3c64-41af-b8c5-6f136b495d83} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3887 | 2025.02.21 14:35:20.851764 [ 254 ] {1b7b79a8-3c64-41af-b8c5-6f136b495d83} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001607 sec., 156813.9390168015 rows/sec., 10.85 MiB/sec. | ||
| 3888 | 2025.02.21 14:35:20.851847 [ 254 ] {1b7b79a8-3c64-41af-b8c5-6f136b495d83} <Debug> TCPHandler: Processed in 0.001851645 sec. | ||
| 3889 | 2025.02.21 14:35:20.852002 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3890 | 2025.02.21 14:35:20.852144 [ 256 ] {eee6a61e-16fd-48fe-81b0-473992b86700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3891 | 2025.02.21 14:35:20.852203 [ 256 ] {eee6a61e-16fd-48fe-81b0-473992b86700} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3892 | 2025.02.21 14:35:20.852824 [ 256 ] {eee6a61e-16fd-48fe-81b0-473992b86700} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3893 | 2025.02.21 14:35:20.852861 [ 256 ] {eee6a61e-16fd-48fe-81b0-473992b86700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3894 | 2025.02.21 14:35:20.853216 [ 256 ] {eee6a61e-16fd-48fe-81b0-473992b86700} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3895 | 2025.02.21 14:35:20.853464 [ 256 ] {eee6a61e-16fd-48fe-81b0-473992b86700} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3896 | 2025.02.21 14:35:20.853586 [ 120 ] {} <Debug> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3897 | 2025.02.21 14:35:20.853630 [ 120 ] {} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3898 | 2025.02.21 14:35:20.853653 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3899 | 2025.02.21 14:35:20.853658 [ 256 ] {eee6a61e-16fd-48fe-81b0-473992b86700} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001547 sec., 7756.948933419521 rows/sec., 606.01 KiB/sec. | ||
| 3900 | 2025.02.21 14:35:20.853888 [ 256 ] {eee6a61e-16fd-48fe-81b0-473992b86700} <Debug> TCPHandler: Processed in 0.001949988 sec. | ||
| 3901 | 2025.02.21 14:35:20.854070 [ 188 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::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 | ||
| 3902 | 2025.02.21 14:35:20.854165 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3903 | 2025.02.21 14:35:20.854412 [ 254 ] {c30ef4f0-bec6-4fb3-b00c-aae6b54c180d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3904 | 2025.02.21 14:35:20.854413 [ 188 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3905 | 2025.02.21 14:35:20.854499 [ 254 ] {c30ef4f0-bec6-4fb3-b00c-aae6b54c180d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3906 | 2025.02.21 14:35:20.854505 [ 188 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::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 | ||
| 3907 | 2025.02.21 14:35:20.854830 [ 188 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part | ||
| 3908 | 2025.02.21 14:35:20.855248 [ 188 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
| 3909 | 2025.02.21 14:35:20.855503 [ 188 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part | ||
| 3910 | 2025.02.21 14:35:20.855827 [ 188 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part | ||
| 3911 | 2025.02.21 14:35:20.857690 [ 254 ] {c30ef4f0-bec6-4fb3-b00c-aae6b54c180d} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3912 | 2025.02.21 14:35:20.857763 [ 254 ] {c30ef4f0-bec6-4fb3-b00c-aae6b54c180d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3913 | 2025.02.21 14:35:20.858336 [ 188 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.004580447 sec., 13099.158226260452 rows/sec., 1.05 MiB/sec. | ||
| 3914 | 2025.02.21 14:35:20.858540 [ 188 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3915 | 2025.02.21 14:35:20.858764 [ 254 ] {c30ef4f0-bec6-4fb3-b00c-aae6b54c180d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 3916 | 2025.02.21 14:35:20.858960 [ 188 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_5_1} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3917 | 2025.02.21 14:35:20.859091 [ 188 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_5_1} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3918 | 2025.02.21 14:35:20.859251 [ 254 ] {c30ef4f0-bec6-4fb3-b00c-aae6b54c180d} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3919 | 2025.02.21 14:35:20.859266 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3920 | 2025.02.21 14:35:20.859522 [ 254 ] {c30ef4f0-bec6-4fb3-b00c-aae6b54c180d} <Debug> executeQuery: Read 597 rows, 45.95 KiB in 0.005193 sec., 114962.4494511843 rows/sec., 8.64 MiB/sec. | ||
| 3921 | 2025.02.21 14:35:20.859591 [ 254 ] {c30ef4f0-bec6-4fb3-b00c-aae6b54c180d} <Debug> TCPHandler: Processed in 0.005584637 sec. | ||
| 3922 | 2025.02.21 14:35:20.859763 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3923 | 2025.02.21 14:35:20.859888 [ 256 ] {fddde372-515e-4265-8769-e5d0c37290c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3924 | 2025.02.21 14:35:20.859948 [ 256 ] {fddde372-515e-4265-8769-e5d0c37290c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3925 | 2025.02.21 14:35:20.860714 [ 256 ] {fddde372-515e-4265-8769-e5d0c37290c3} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3926 | 2025.02.21 14:35:20.860750 [ 256 ] {fddde372-515e-4265-8769-e5d0c37290c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3927 | 2025.02.21 14:35:20.861209 [ 256 ] {fddde372-515e-4265-8769-e5d0c37290c3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 3928 | 2025.02.21 14:35:20.861453 [ 256 ] {fddde372-515e-4265-8769-e5d0c37290c3} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3929 | 2025.02.21 14:35:20.861635 [ 256 ] {fddde372-515e-4265-8769-e5d0c37290c3} <Debug> executeQuery: Read 945 rows, 65.30 KiB in 0.001776 sec., 532094.5945945946 rows/sec., 35.91 MiB/sec. | ||
| 3930 | 2025.02.21 14:35:20.861693 [ 256 ] {fddde372-515e-4265-8769-e5d0c37290c3} <Debug> TCPHandler: Processed in 0.00200298 sec. | ||
| 3931 | 2025.02.21 14:35:20.861834 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3932 | 2025.02.21 14:35:20.861959 [ 254 ] {0de36de9-8538-4e0e-a7bd-61822fed9265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3933 | 2025.02.21 14:35:20.862043 [ 254 ] {0de36de9-8538-4e0e-a7bd-61822fed9265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3934 | 2025.02.21 14:35:20.863272 [ 254 ] {0de36de9-8538-4e0e-a7bd-61822fed9265} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3935 | 2025.02.21 14:35:20.863311 [ 254 ] {0de36de9-8538-4e0e-a7bd-61822fed9265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3936 | 2025.02.21 14:35:20.863991 [ 254 ] {0de36de9-8538-4e0e-a7bd-61822fed9265} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3937 | 2025.02.21 14:35:20.864248 [ 254 ] {0de36de9-8538-4e0e-a7bd-61822fed9265} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3938 | 2025.02.21 14:35:20.864493 [ 254 ] {0de36de9-8538-4e0e-a7bd-61822fed9265} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002558 sec., 15246.286161063332 rows/sec., 27.32 MiB/sec. | ||
| 3939 | 2025.02.21 14:35:20.864609 [ 254 ] {0de36de9-8538-4e0e-a7bd-61822fed9265} <Debug> TCPHandler: Processed in 0.002830544 sec. | ||
| 3940 | 2025.02.21 14:35:20.864775 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3941 | 2025.02.21 14:35:20.864918 [ 256 ] {c9cd07ac-223c-4484-ae33-a1280780f11b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3942 | 2025.02.21 14:35:20.864978 [ 256 ] {c9cd07ac-223c-4484-ae33-a1280780f11b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3943 | 2025.02.21 14:35:20.865544 [ 256 ] {c9cd07ac-223c-4484-ae33-a1280780f11b} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3944 | 2025.02.21 14:35:20.865582 [ 256 ] {c9cd07ac-223c-4484-ae33-a1280780f11b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3945 | 2025.02.21 14:35:20.865945 [ 256 ] {c9cd07ac-223c-4484-ae33-a1280780f11b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 3946 | 2025.02.21 14:35:20.866178 [ 256 ] {c9cd07ac-223c-4484-ae33-a1280780f11b} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3947 | 2025.02.21 14:35:20.866358 [ 256 ] {c9cd07ac-223c-4484-ae33-a1280780f11b} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001474 sec., 14925.373134328358 rows/sec., 1.01 MiB/sec. | ||
| 3948 | 2025.02.21 14:35:20.866408 [ 256 ] {c9cd07ac-223c-4484-ae33-a1280780f11b} <Debug> TCPHandler: Processed in 0.001710401 sec. | ||
| 3949 | 2025.02.21 14:35:22.393911 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 560 | ||
| 3950 | 2025.02.21 14:35:22.397198 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3951 | 2025.02.21 14:35:22.397258 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3952 | 2025.02.21 14:35:22.398759 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3953 | 2025.02.21 14:35:22.399069 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3954 | 2025.02.21 14:35:22.399297 [ 118 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3955 | 2025.02.21 14:35:22.399417 [ 118 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3956 | 2025.02.21 14:35:22.399490 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3957 | 2025.02.21 14:35:22.399864 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 3958 | 2025.02.21 14:35:22.400698 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 560 | ||
| 3959 | 2025.02.21 14:35:22.400982 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3960 | 2025.02.21 14:35:22.401115 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 424 rows starting from the beginning of the part | ||
| 3961 | 2025.02.21 14:35:22.401665 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 20 rows starting from the beginning of the part | ||
| 3962 | 2025.02.21 14:35:22.402223 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part | ||
| 3963 | 2025.02.21 14:35:22.402787 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 3964 | 2025.02.21 14:35:22.403354 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 20 rows starting from the beginning of the part | ||
| 3965 | 2025.02.21 14:35:22.403941 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part | ||
| 3966 | 2025.02.21 14:35:22.411827 [ 201 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 72 columns (72 merged, 0 gathered) in 0.012210076 sec., 45863.76038937022 rows/sec., 39.90 MiB/sec. | ||
| 3967 | 2025.02.21 14:35:22.413095 [ 198 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3968 | 2025.02.21 14:35:22.413945 [ 198 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_16_3} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3969 | 2025.02.21 14:35:22.414041 [ 198 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_16_3} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3970 | 2025.02.21 14:35:22.414386 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. | ||
| 3971 | 2025.02.21 14:35:24.208062 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3972 | 2025.02.21 14:35:24.208272 [ 254 ] {1365c80b-5e94-4a43-abd8-1430d50a57d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3973 | 2025.02.21 14:35:24.208356 [ 254 ] {1365c80b-5e94-4a43-abd8-1430d50a57d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3974 | 2025.02.21 14:35:24.209212 [ 254 ] {1365c80b-5e94-4a43-abd8-1430d50a57d6} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3975 | 2025.02.21 14:35:24.209277 [ 254 ] {1365c80b-5e94-4a43-abd8-1430d50a57d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3976 | 2025.02.21 14:35:24.209764 [ 254 ] {1365c80b-5e94-4a43-abd8-1430d50a57d6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 3977 | 2025.02.21 14:35:24.210010 [ 254 ] {1365c80b-5e94-4a43-abd8-1430d50a57d6} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3978 | 2025.02.21 14:35:24.210233 [ 114 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 3979 | 2025.02.21 14:35:24.210287 [ 254 ] {1365c80b-5e94-4a43-abd8-1430d50a57d6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002073 sec., 27013.98938736131 rows/sec., 2.06 MiB/sec. | ||
| 3980 | 2025.02.21 14:35:24.210361 [ 114 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3981 | 2025.02.21 14:35:24.210440 [ 254 ] {1365c80b-5e94-4a43-abd8-1430d50a57d6} <Debug> TCPHandler: Processed in 0.002510725 sec. | ||
| 3982 | 2025.02.21 14:35:24.210455 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3983 | 2025.02.21 14:35:24.210686 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 3984 | 2025.02.21 14:35:24.210764 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3985 | 2025.02.21 14:35:24.210869 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3986 | 2025.02.21 14:35:24.210944 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1405 rows starting from the beginning of the part | ||
| 3987 | 2025.02.21 14:35:24.211119 [ 256 ] {e08af299-0f7f-44c1-88ee-ab12ff89c4ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3988 | 2025.02.21 14:35:24.211222 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 3989 | 2025.02.21 14:35:24.211283 [ 256 ] {e08af299-0f7f-44c1-88ee-ab12ff89c4ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3990 | 2025.02.21 14:35:24.211629 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 134 rows starting from the beginning of the part | ||
| 3991 | 2025.02.21 14:35:24.211958 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 3992 | 2025.02.21 14:35:24.212256 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1395 rows starting from the beginning of the part | ||
| 3993 | 2025.02.21 14:35:24.212653 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 3994 | 2025.02.21 14:35:24.214253 [ 256 ] {e08af299-0f7f-44c1-88ee-ab12ff89c4ee} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3995 | 2025.02.21 14:35:24.214321 [ 256 ] {e08af299-0f7f-44c1-88ee-ab12ff89c4ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 3996 | 2025.02.21 14:35:24.215420 [ 256 ] {e08af299-0f7f-44c1-88ee-ab12ff89c4ee} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 3997 | 2025.02.21 14:35:24.215728 [ 256 ] {e08af299-0f7f-44c1-88ee-ab12ff89c4ee} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3998 | 2025.02.21 14:35:24.216098 [ 114 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 3999 | 2025.02.21 14:35:24.216251 [ 114 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4000 | 2025.02.21 14:35:24.216353 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4001 | 2025.02.21 14:35:24.216469 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3102 rows, containing 5 columns (5 merged, 0 gathered) in 0.005870795 sec., 528378.183874586 rows/sec., 46.03 MiB/sec. | ||
| 4002 | 2025.02.21 14:35:24.216547 [ 256 ] {e08af299-0f7f-44c1-88ee-ab12ff89c4ee} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005544 sec., 11544.011544011544 rows/sec., 922.66 KiB/sec. | ||
| 4003 | 2025.02.21 14:35:24.216832 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 4004 | 2025.02.21 14:35:24.216866 [ 256 ] {e08af299-0f7f-44c1-88ee-ab12ff89c4ee} <Debug> TCPHandler: Processed in 0.006275758 sec. | ||
| 4005 | 2025.02.21 14:35:24.216873 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4006 | 2025.02.21 14:35:24.217157 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4007 | 2025.02.21 14:35:24.217309 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4008 | 2025.02.21 14:35:24.217437 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 631 rows starting from the beginning of the part | ||
| 4009 | 2025.02.21 14:35:24.217591 [ 254 ] {05bce511-4f51-4d45-bab9-54b9cc415f74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4010 | 2025.02.21 14:35:24.217796 [ 254 ] {05bce511-4f51-4d45-bab9-54b9cc415f74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4011 | 2025.02.21 14:35:24.217806 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 4012 | 2025.02.21 14:35:24.218035 [ 190 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_36_7} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4013 | 2025.02.21 14:35:24.218187 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 103 rows starting from the beginning of the part | ||
| 4014 | 2025.02.21 14:35:24.218613 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 4015 | 2025.02.21 14:35:24.218772 [ 190 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_36_7} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4016 | 2025.02.21 14:35:24.219186 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 597 rows starting from the beginning of the part | ||
| 4017 | 2025.02.21 14:35:24.219739 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 4018 | 2025.02.21 14:35:24.220328 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 4019 | 2025.02.21 14:35:24.221102 [ 254 ] {05bce511-4f51-4d45-bab9-54b9cc415f74} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4020 | 2025.02.21 14:35:24.221167 [ 254 ] {05bce511-4f51-4d45-bab9-54b9cc415f74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4021 | 2025.02.21 14:35:24.222197 [ 254 ] {05bce511-4f51-4d45-bab9-54b9cc415f74} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4022 | 2025.02.21 14:35:24.222614 [ 254 ] {05bce511-4f51-4d45-bab9-54b9cc415f74} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4023 | 2025.02.21 14:35:24.223045 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1523 rows, containing 5 columns (5 merged, 0 gathered) in 0.006494494 sec., 234506.33721426182 rows/sec., 18.67 MiB/sec. | ||
| 4024 | 2025.02.21 14:35:24.223087 [ 114 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4025 | 2025.02.21 14:35:24.223206 [ 114 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4026 | 2025.02.21 14:35:24.223258 [ 254 ] {05bce511-4f51-4d45-bab9-54b9cc415f74} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.005808 sec., 16873.2782369146 rows/sec., 1.18 MiB/sec. | ||
| 4027 | 2025.02.21 14:35:24.223268 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4028 | 2025.02.21 14:35:24.223629 [ 254 ] {05bce511-4f51-4d45-bab9-54b9cc415f74} <Debug> TCPHandler: Processed in 0.006626418 sec. | ||
| 4029 | 2025.02.21 14:35:24.223810 [ 201 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 4030 | 2025.02.21 14:35:24.223894 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4031 | 2025.02.21 14:35:24.223949 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4032 | 2025.02.21 14:35:24.224487 [ 201 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4033 | 2025.02.21 14:35:24.224647 [ 256 ] {d5fc8361-3bf6-452e-b02e-6745b1206826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4034 | 2025.02.21 14:35:24.224661 [ 201 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9493 rows starting from the beginning of the part | ||
| 4035 | 2025.02.21 14:35:24.225192 [ 201 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 4036 | 2025.02.21 14:35:24.225307 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_36_7} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4037 | 2025.02.21 14:35:24.225635 [ 201 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
| 4038 | 2025.02.21 14:35:24.225338 [ 256 ] {d5fc8361-3bf6-452e-b02e-6745b1206826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4039 | 2025.02.21 14:35:24.225802 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_36_7} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4040 | 2025.02.21 14:35:24.226083 [ 201 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 4041 | 2025.02.21 14:35:24.226267 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4042 | 2025.02.21 14:35:24.226439 [ 201 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 945 rows starting from the beginning of the part | ||
| 4043 | 2025.02.21 14:35:24.226809 [ 201 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 98 rows starting from the beginning of the part | ||
| 4044 | 2025.02.21 14:35:24.228177 [ 256 ] {d5fc8361-3bf6-452e-b02e-6745b1206826} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4045 | 2025.02.21 14:35:24.228221 [ 256 ] {d5fc8361-3bf6-452e-b02e-6745b1206826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4046 | 2025.02.21 14:35:24.228808 [ 256 ] {d5fc8361-3bf6-452e-b02e-6745b1206826} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4047 | 2025.02.21 14:35:24.229359 [ 256 ] {d5fc8361-3bf6-452e-b02e-6745b1206826} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4048 | 2025.02.21 14:35:24.229778 [ 114 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4049 | 2025.02.21 14:35:24.229944 [ 256 ] {d5fc8361-3bf6-452e-b02e-6745b1206826} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.005455 sec., 6966.08615948671 rows/sec., 478.52 KiB/sec. | ||
| 4050 | 2025.02.21 14:35:24.229977 [ 114 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4051 | 2025.02.21 14:35:24.230101 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4052 | 2025.02.21 14:35:24.230152 [ 256 ] {d5fc8361-3bf6-452e-b02e-6745b1206826} <Debug> TCPHandler: Processed in 0.006378401 sec. | ||
| 4053 | 2025.02.21 14:35:24.230492 [ 187 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 4054 | 2025.02.21 14:35:24.230656 [ 187 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4055 | 2025.02.21 14:35:24.230946 [ 187 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1608 rows starting from the beginning of the part | ||
| 4056 | 2025.02.21 14:35:24.231099 [ 187 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 4057 | 2025.02.21 14:35:24.231458 [ 187 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
| 4058 | 2025.02.21 14:35:24.231542 [ 187 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 4059 | 2025.02.21 14:35:24.231824 [ 187 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 22 rows starting from the beginning of the part | ||
| 4060 | 2025.02.21 14:35:24.231986 [ 187 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 38 rows starting from the beginning of the part | ||
| 4061 | 2025.02.21 14:35:24.232695 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11016 rows, containing 5 columns (5 merged, 0 gathered) in 0.009219315 sec., 1194882.7000704498 rows/sec., 81.82 MiB/sec. | ||
| 4062 | 2025.02.21 14:35:24.233019 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4063 | 2025.02.21 14:35:24.233416 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4064 | 2025.02.21 14:35:24.233508 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4065 | 2025.02.21 14:35:24.233646 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.10 MiB. | ||
| 4066 | 2025.02.21 14:35:24.233826 [ 199 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1848 rows, containing 4 columns (4 merged, 0 gathered) in 0.003570286 sec., 517605.59238111455 rows/sec., 34.88 MiB/sec. | ||
| 4067 | 2025.02.21 14:35:24.234070 [ 194 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4068 | 2025.02.21 14:35:24.234359 [ 194 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_36_7} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4069 | 2025.02.21 14:35:24.234431 [ 194 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_36_7} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4070 | 2025.02.21 14:35:24.234509 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4071 | 2025.02.21 14:35:24.861748 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 4072 | 2025.02.21 14:35:24.862477 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4073 | 2025.02.21 14:35:24.862526 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4074 | 2025.02.21 14:35:24.863064 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4075 | 2025.02.21 14:35:24.863320 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4076 | 2025.02.21 14:35:24.863567 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 4077 | 2025.02.21 14:35:25.595588 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4078 | 2025.02.21 14:35:25.616022 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4079 | 2025.02.21 14:35:25.616075 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4080 | 2025.02.21 14:35:25.624112 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4081 | 2025.02.21 14:35:25.624893 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4082 | 2025.02.21 14:35:25.627873 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4083 | 2025.02.21 14:35:29.210925 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4084 | 2025.02.21 14:35:29.211159 [ 254 ] {9a8f6b74-43e6-4e5b-9baa-3cc631948d38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4085 | 2025.02.21 14:35:29.211243 [ 254 ] {9a8f6b74-43e6-4e5b-9baa-3cc631948d38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4086 | 2025.02.21 14:35:29.212066 [ 254 ] {9a8f6b74-43e6-4e5b-9baa-3cc631948d38} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4087 | 2025.02.21 14:35:29.212123 [ 254 ] {9a8f6b74-43e6-4e5b-9baa-3cc631948d38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4088 | 2025.02.21 14:35:29.212578 [ 254 ] {9a8f6b74-43e6-4e5b-9baa-3cc631948d38} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4089 | 2025.02.21 14:35:29.212831 [ 254 ] {9a8f6b74-43e6-4e5b-9baa-3cc631948d38} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4090 | 2025.02.21 14:35:29.213082 [ 254 ] {9a8f6b74-43e6-4e5b-9baa-3cc631948d38} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001975 sec., 28354.43037974683 rows/sec., 2.16 MiB/sec. | ||
| 4091 | 2025.02.21 14:35:29.213187 [ 254 ] {9a8f6b74-43e6-4e5b-9baa-3cc631948d38} <Debug> TCPHandler: Processed in 0.002405852 sec. | ||
| 4092 | 2025.02.21 14:35:29.213468 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4093 | 2025.02.21 14:35:29.213656 [ 256 ] {30d508ad-4bc4-466d-bd30-f9150451959e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4094 | 2025.02.21 14:35:29.213727 [ 256 ] {30d508ad-4bc4-466d-bd30-f9150451959e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4095 | 2025.02.21 14:35:29.214482 [ 256 ] {30d508ad-4bc4-466d-bd30-f9150451959e} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4096 | 2025.02.21 14:35:29.214529 [ 256 ] {30d508ad-4bc4-466d-bd30-f9150451959e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4097 | 2025.02.21 14:35:29.214964 [ 256 ] {30d508ad-4bc4-466d-bd30-f9150451959e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4098 | 2025.02.21 14:35:29.215218 [ 256 ] {30d508ad-4bc4-466d-bd30-f9150451959e} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4099 | 2025.02.21 14:35:29.215477 [ 256 ] {30d508ad-4bc4-466d-bd30-f9150451959e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001872 sec., 34188.03418803419 rows/sec., 2.67 MiB/sec. | ||
| 4100 | 2025.02.21 14:35:29.215540 [ 256 ] {30d508ad-4bc4-466d-bd30-f9150451959e} <Debug> TCPHandler: Processed in 0.002233797 sec. | ||
| 4101 | 2025.02.21 14:35:29.215685 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4102 | 2025.02.21 14:35:29.215835 [ 254 ] {288fc7e5-f7f4-48de-9b9e-1c76d0fdeec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4103 | 2025.02.21 14:35:29.215902 [ 254 ] {288fc7e5-f7f4-48de-9b9e-1c76d0fdeec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4104 | 2025.02.21 14:35:29.216579 [ 254 ] {288fc7e5-f7f4-48de-9b9e-1c76d0fdeec8} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4105 | 2025.02.21 14:35:29.216628 [ 254 ] {288fc7e5-f7f4-48de-9b9e-1c76d0fdeec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4106 | 2025.02.21 14:35:29.217049 [ 254 ] {288fc7e5-f7f4-48de-9b9e-1c76d0fdeec8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4107 | 2025.02.21 14:35:29.217293 [ 254 ] {288fc7e5-f7f4-48de-9b9e-1c76d0fdeec8} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4108 | 2025.02.21 14:35:29.217503 [ 254 ] {288fc7e5-f7f4-48de-9b9e-1c76d0fdeec8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001705 sec., 93841.642228739 rows/sec., 6.54 MiB/sec. | ||
| 4109 | 2025.02.21 14:35:29.217558 [ 254 ] {288fc7e5-f7f4-48de-9b9e-1c76d0fdeec8} <Debug> TCPHandler: Processed in 0.001933378 sec. | ||
| 4110 | 2025.02.21 14:35:29.217698 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4111 | 2025.02.21 14:35:29.217824 [ 256 ] {bfae6f21-450d-4027-a819-9a0104ee5561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4112 | 2025.02.21 14:35:29.217880 [ 256 ] {bfae6f21-450d-4027-a819-9a0104ee5561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4113 | 2025.02.21 14:35:29.218397 [ 256 ] {bfae6f21-450d-4027-a819-9a0104ee5561} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4114 | 2025.02.21 14:35:29.218437 [ 256 ] {bfae6f21-450d-4027-a819-9a0104ee5561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4115 | 2025.02.21 14:35:29.218817 [ 256 ] {bfae6f21-450d-4027-a819-9a0104ee5561} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 4116 | 2025.02.21 14:35:29.219072 [ 256 ] {bfae6f21-450d-4027-a819-9a0104ee5561} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4117 | 2025.02.21 14:35:29.219280 [ 256 ] {bfae6f21-450d-4027-a819-9a0104ee5561} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001486 sec., 40376.85060565276 rows/sec., 2.72 MiB/sec. | ||
| 4118 | 2025.02.21 14:35:29.219332 [ 256 ] {bfae6f21-450d-4027-a819-9a0104ee5561} <Debug> TCPHandler: Processed in 0.001694761 sec. | ||
| 4119 | 2025.02.21 14:35:31.055228 [ 102 ] {} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 4120 | 2025.02.21 14:35:31.055325 [ 102 ] {} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4121 | 2025.02.21 14:35:31.055368 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4122 | 2025.02.21 14:35:31.055633 [ 186 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::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 | ||
| 4123 | 2025.02.21 14:35:31.055903 [ 186 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4124 | 2025.02.21 14:35:31.055972 [ 186 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 65 rows starting from the beginning of the part | ||
| 4125 | 2025.02.21 14:35:31.056161 [ 186 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 67 rows starting from the beginning of the part | ||
| 4126 | 2025.02.21 14:35:31.056469 [ 186 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 39 rows starting from the beginning of the part | ||
| 4127 | 2025.02.21 14:35:31.056713 [ 186 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part | ||
| 4128 | 2025.02.21 14:35:31.056876 [ 186 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 53 rows starting from the beginning of the part | ||
| 4129 | 2025.02.21 14:35:31.058057 [ 187 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 263 rows, containing 5 columns (5 merged, 0 gathered) in 0.002577778 sec., 102025.85327363333 rows/sec., 7.88 MiB/sec. | ||
| 4130 | 2025.02.21 14:35:31.058202 [ 186 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4131 | 2025.02.21 14:35:31.058489 [ 186 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_15_3} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4132 | 2025.02.21 14:35:31.058569 [ 186 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_15_3} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 4133 | 2025.02.21 14:35:31.058651 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4134 | 2025.02.21 14:35:32.231428 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4135 | 2025.02.21 14:35:32.231493 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4136 | 2025.02.21 14:35:32.364591 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 4137 | 2025.02.21 14:35:32.365259 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4138 | 2025.02.21 14:35:32.365303 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4139 | 2025.02.21 14:35:32.365867 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4140 | 2025.02.21 14:35:32.366128 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4141 | 2025.02.21 14:35:32.366387 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4142 | 2025.02.21 14:35:32.401851 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 576 | ||
| 4143 | 2025.02.21 14:35:32.404701 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4144 | 2025.02.21 14:35:32.404748 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4145 | 2025.02.21 14:35:32.406197 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4146 | 2025.02.21 14:35:32.406494 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4147 | 2025.02.21 14:35:32.407017 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 576 | ||
| 4148 | 2025.02.21 14:35:33.128852 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4149 | 2025.02.21 14:35:33.149274 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4150 | 2025.02.21 14:35:33.149336 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4151 | 2025.02.21 14:35:33.156657 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4152 | 2025.02.21 14:35:33.157436 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4153 | 2025.02.21 14:35:33.160303 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4154 | 2025.02.21 14:35:34.213299 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4155 | 2025.02.21 14:35:34.213512 [ 254 ] {d90a1a40-39b2-4e31-a08b-d9b0dc74742d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4156 | 2025.02.21 14:35:34.213596 [ 254 ] {d90a1a40-39b2-4e31-a08b-d9b0dc74742d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4157 | 2025.02.21 14:35:34.214423 [ 254 ] {d90a1a40-39b2-4e31-a08b-d9b0dc74742d} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4158 | 2025.02.21 14:35:34.214479 [ 254 ] {d90a1a40-39b2-4e31-a08b-d9b0dc74742d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4159 | 2025.02.21 14:35:34.214948 [ 254 ] {d90a1a40-39b2-4e31-a08b-d9b0dc74742d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4160 | 2025.02.21 14:35:34.215212 [ 254 ] {d90a1a40-39b2-4e31-a08b-d9b0dc74742d} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4161 | 2025.02.21 14:35:34.215464 [ 254 ] {d90a1a40-39b2-4e31-a08b-d9b0dc74742d} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002009 sec., 66699.8506719761 rows/sec., 5.74 MiB/sec. | ||
| 4162 | 2025.02.21 14:35:34.215534 [ 254 ] {d90a1a40-39b2-4e31-a08b-d9b0dc74742d} <Debug> TCPHandler: Processed in 0.002378151 sec. | ||
| 4163 | 2025.02.21 14:35:34.215768 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4164 | 2025.02.21 14:35:34.215960 [ 256 ] {fa0cb76f-a4ea-4fab-b02a-dde89463a95b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4165 | 2025.02.21 14:35:34.216032 [ 256 ] {fa0cb76f-a4ea-4fab-b02a-dde89463a95b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4166 | 2025.02.21 14:35:34.216791 [ 256 ] {fa0cb76f-a4ea-4fab-b02a-dde89463a95b} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4167 | 2025.02.21 14:35:34.216835 [ 256 ] {fa0cb76f-a4ea-4fab-b02a-dde89463a95b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4168 | 2025.02.21 14:35:34.217280 [ 256 ] {fa0cb76f-a4ea-4fab-b02a-dde89463a95b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4169 | 2025.02.21 14:35:34.217541 [ 256 ] {fa0cb76f-a4ea-4fab-b02a-dde89463a95b} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4170 | 2025.02.21 14:35:34.217748 [ 256 ] {fa0cb76f-a4ea-4fab-b02a-dde89463a95b} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001842 sec., 21172.638436482084 rows/sec., 1.55 MiB/sec. | ||
| 4171 | 2025.02.21 14:35:34.217812 [ 256 ] {fa0cb76f-a4ea-4fab-b02a-dde89463a95b} <Debug> TCPHandler: Processed in 0.002176116 sec. | ||
| 4172 | 2025.02.21 14:35:34.217959 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4173 | 2025.02.21 14:35:34.218104 [ 254 ] {b9b566d7-0d6e-43a0-8e4b-c4ba3ddbe936} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4174 | 2025.02.21 14:35:34.218167 [ 254 ] {b9b566d7-0d6e-43a0-8e4b-c4ba3ddbe936} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4175 | 2025.02.21 14:35:34.218897 [ 254 ] {b9b566d7-0d6e-43a0-8e4b-c4ba3ddbe936} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4176 | 2025.02.21 14:35:34.218940 [ 254 ] {b9b566d7-0d6e-43a0-8e4b-c4ba3ddbe936} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4177 | 2025.02.21 14:35:34.219320 [ 254 ] {b9b566d7-0d6e-43a0-8e4b-c4ba3ddbe936} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4178 | 2025.02.21 14:35:34.219556 [ 254 ] {b9b566d7-0d6e-43a0-8e4b-c4ba3ddbe936} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4179 | 2025.02.21 14:35:34.219764 [ 254 ] {b9b566d7-0d6e-43a0-8e4b-c4ba3ddbe936} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001694 sec., 60802.83353010626 rows/sec., 4.75 MiB/sec. | ||
| 4180 | 2025.02.21 14:35:34.219819 [ 254 ] {b9b566d7-0d6e-43a0-8e4b-c4ba3ddbe936} <Debug> TCPHandler: Processed in 0.001927488 sec. | ||
| 4181 | 2025.02.21 14:35:34.220013 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4182 | 2025.02.21 14:35:34.220245 [ 256 ] {27992036-141f-4a28-955a-4d7508302e73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4183 | 2025.02.21 14:35:34.220346 [ 256 ] {27992036-141f-4a28-955a-4d7508302e73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4184 | 2025.02.21 14:35:34.221148 [ 256 ] {27992036-141f-4a28-955a-4d7508302e73} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4185 | 2025.02.21 14:35:34.221184 [ 256 ] {27992036-141f-4a28-955a-4d7508302e73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4186 | 2025.02.21 14:35:34.221580 [ 256 ] {27992036-141f-4a28-955a-4d7508302e73} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4187 | 2025.02.21 14:35:34.221825 [ 256 ] {27992036-141f-4a28-955a-4d7508302e73} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4188 | 2025.02.21 14:35:34.222051 [ 256 ] {27992036-141f-4a28-955a-4d7508302e73} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001862 sec., 85929.10848549947 rows/sec., 5.98 MiB/sec. | ||
| 4189 | 2025.02.21 14:35:34.222188 [ 256 ] {27992036-141f-4a28-955a-4d7508302e73} <Debug> TCPHandler: Processed in 0.002286748 sec. | ||
| 4190 | 2025.02.21 14:35:34.222391 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4191 | 2025.02.21 14:35:34.222534 [ 254 ] {145f9e05-c0f6-471a-a636-d0959a67a3b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4192 | 2025.02.21 14:35:34.222621 [ 254 ] {145f9e05-c0f6-471a-a636-d0959a67a3b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4193 | 2025.02.21 14:35:34.223813 [ 254 ] {145f9e05-c0f6-471a-a636-d0959a67a3b2} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4194 | 2025.02.21 14:35:34.223852 [ 254 ] {145f9e05-c0f6-471a-a636-d0959a67a3b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4195 | 2025.02.21 14:35:34.224510 [ 254 ] {145f9e05-c0f6-471a-a636-d0959a67a3b2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4196 | 2025.02.21 14:35:34.224777 [ 254 ] {145f9e05-c0f6-471a-a636-d0959a67a3b2} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4197 | 2025.02.21 14:35:34.224981 [ 96 ] {} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4198 | 2025.02.21 14:35:34.225065 [ 254 ] {145f9e05-c0f6-471a-a636-d0959a67a3b2} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002557 sec., 15252.248728979273 rows/sec., 27.33 MiB/sec. | ||
| 4199 | 2025.02.21 14:35:34.225078 [ 96 ] {} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4200 | 2025.02.21 14:35:34.225183 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4201 | 2025.02.21 14:35:34.225399 [ 254 ] {145f9e05-c0f6-471a-a636-d0959a67a3b2} <Debug> TCPHandler: Processed in 0.003110664 sec. | ||
| 4202 | 2025.02.21 14:35:34.225918 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4203 | 2025.02.21 14:35:34.226014 [ 199 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 4204 | 2025.02.21 14:35:34.226221 [ 256 ] {82873a24-7714-4dca-989c-f59cfaa784ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4205 | 2025.02.21 14:35:34.226301 [ 256 ] {82873a24-7714-4dca-989c-f59cfaa784ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4206 | 2025.02.21 14:35:34.226635 [ 199 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4207 | 2025.02.21 14:35:34.226769 [ 199 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 4208 | 2025.02.21 14:35:34.227473 [ 199 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 4209 | 2025.02.21 14:35:34.228195 [ 256 ] {82873a24-7714-4dca-989c-f59cfaa784ae} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4210 | 2025.02.21 14:35:34.228220 [ 199 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 4211 | 2025.02.21 14:35:34.228243 [ 256 ] {82873a24-7714-4dca-989c-f59cfaa784ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4212 | 2025.02.21 14:35:34.228770 [ 199 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 4213 | 2025.02.21 14:35:34.229291 [ 199 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 4214 | 2025.02.21 14:35:34.229338 [ 256 ] {82873a24-7714-4dca-989c-f59cfaa784ae} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 4215 | 2025.02.21 14:35:34.229778 [ 199 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 4216 | 2025.02.21 14:35:34.230047 [ 256 ] {82873a24-7714-4dca-989c-f59cfaa784ae} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4217 | 2025.02.21 14:35:34.230929 [ 256 ] {82873a24-7714-4dca-989c-f59cfaa784ae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004724 sec., 12701.100762066046 rows/sec., 876.51 KiB/sec. | ||
| 4218 | 2025.02.21 14:35:34.231901 [ 256 ] {82873a24-7714-4dca-989c-f59cfaa784ae} <Debug> TCPHandler: Processed in 0.00634364 sec. | ||
| 4219 | 2025.02.21 14:35:34.236323 [ 186 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 516 rows, containing 19 columns (19 merged, 0 gathered) in 0.010949247 sec., 47126.52842702334 rows/sec., 84.45 MiB/sec. | ||
| 4220 | 2025.02.21 14:35:34.237203 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4221 | 2025.02.21 14:35:34.237696 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4222 | 2025.02.21 14:35:34.237793 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4223 | 2025.02.21 14:35:34.237982 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.48 MiB. | ||
| 4224 | 2025.02.21 14:35:35.001154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.83 MiB, peak 191.85 MiB, free memory in arenas 0.00 B, will set to 186.86 MiB (RSS), difference: 1.03 MiB | ||
| 4225 | 2025.02.21 14:35:39.210556 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4226 | 2025.02.21 14:35:39.210756 [ 254 ] {da526686-9bc8-46b1-be1c-5e9beab69ac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4227 | 2025.02.21 14:35:39.210830 [ 254 ] {da526686-9bc8-46b1-be1c-5e9beab69ac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4228 | 2025.02.21 14:35:39.211578 [ 254 ] {da526686-9bc8-46b1-be1c-5e9beab69ac8} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4229 | 2025.02.21 14:35:39.211628 [ 254 ] {da526686-9bc8-46b1-be1c-5e9beab69ac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4230 | 2025.02.21 14:35:39.212060 [ 254 ] {da526686-9bc8-46b1-be1c-5e9beab69ac8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4231 | 2025.02.21 14:35:39.212313 [ 254 ] {da526686-9bc8-46b1-be1c-5e9beab69ac8} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4232 | 2025.02.21 14:35:39.212573 [ 254 ] {da526686-9bc8-46b1-be1c-5e9beab69ac8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001869 sec., 29962.5468164794 rows/sec., 2.29 MiB/sec. | ||
| 4233 | 2025.02.21 14:35:39.212644 [ 254 ] {da526686-9bc8-46b1-be1c-5e9beab69ac8} <Debug> TCPHandler: Processed in 0.002212186 sec. | ||
| 4234 | 2025.02.21 14:35:39.212910 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4235 | 2025.02.21 14:35:39.213123 [ 256 ] {f27965c0-d3aa-455f-899b-80046f66c2ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4236 | 2025.02.21 14:35:39.213203 [ 256 ] {f27965c0-d3aa-455f-899b-80046f66c2ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4237 | 2025.02.21 14:35:39.214079 [ 256 ] {f27965c0-d3aa-455f-899b-80046f66c2ad} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4238 | 2025.02.21 14:35:39.214126 [ 256 ] {f27965c0-d3aa-455f-899b-80046f66c2ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4239 | 2025.02.21 14:35:39.214572 [ 256 ] {f27965c0-d3aa-455f-899b-80046f66c2ad} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4240 | 2025.02.21 14:35:39.214826 [ 256 ] {f27965c0-d3aa-455f-899b-80046f66c2ad} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4241 | 2025.02.21 14:35:39.215101 [ 256 ] {f27965c0-d3aa-455f-899b-80046f66c2ad} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002037 sec., 31418.753068237602 rows/sec., 2.45 MiB/sec. | ||
| 4242 | 2025.02.21 14:35:39.215318 [ 256 ] {f27965c0-d3aa-455f-899b-80046f66c2ad} <Debug> TCPHandler: Processed in 0.002546027 sec. | ||
| 4243 | 2025.02.21 14:35:39.215527 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4244 | 2025.02.21 14:35:39.215681 [ 254 ] {142c8421-f557-4bac-9775-727795f226d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4245 | 2025.02.21 14:35:39.215748 [ 254 ] {142c8421-f557-4bac-9775-727795f226d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4246 | 2025.02.21 14:35:39.216353 [ 254 ] {142c8421-f557-4bac-9775-727795f226d8} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4247 | 2025.02.21 14:35:39.216395 [ 254 ] {142c8421-f557-4bac-9775-727795f226d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4248 | 2025.02.21 14:35:39.216815 [ 254 ] {142c8421-f557-4bac-9775-727795f226d8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4249 | 2025.02.21 14:35:39.217051 [ 254 ] {142c8421-f557-4bac-9775-727795f226d8} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4250 | 2025.02.21 14:35:39.217335 [ 254 ] {142c8421-f557-4bac-9775-727795f226d8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001681 sec., 95181.43961927424 rows/sec., 6.63 MiB/sec. | ||
| 4251 | 2025.02.21 14:35:39.217414 [ 254 ] {142c8421-f557-4bac-9775-727795f226d8} <Debug> TCPHandler: Processed in 0.001988249 sec. | ||
| 4252 | 2025.02.21 14:35:39.217658 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4253 | 2025.02.21 14:35:39.217899 [ 256 ] {ee77425b-765f-4c37-97ea-cbe3d168c585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4254 | 2025.02.21 14:35:39.217964 [ 256 ] {ee77425b-765f-4c37-97ea-cbe3d168c585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4255 | 2025.02.21 14:35:39.218487 [ 256 ] {ee77425b-765f-4c37-97ea-cbe3d168c585} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4256 | 2025.02.21 14:35:39.218527 [ 256 ] {ee77425b-765f-4c37-97ea-cbe3d168c585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4257 | 2025.02.21 14:35:39.218913 [ 256 ] {ee77425b-765f-4c37-97ea-cbe3d168c585} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 4258 | 2025.02.21 14:35:39.219151 [ 256 ] {ee77425b-765f-4c37-97ea-cbe3d168c585} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4259 | 2025.02.21 14:35:39.219359 [ 256 ] {ee77425b-765f-4c37-97ea-cbe3d168c585} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001509 sec., 39761.431411530815 rows/sec., 2.68 MiB/sec. | ||
| 4260 | 2025.02.21 14:35:39.219411 [ 256 ] {ee77425b-765f-4c37-97ea-cbe3d168c585} <Debug> TCPHandler: Processed in 0.001910437 sec. | ||
| 4261 | 2025.02.21 14:35:39.867442 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 4262 | 2025.02.21 14:35:39.868103 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4263 | 2025.02.21 14:35:39.868158 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4264 | 2025.02.21 14:35:39.868707 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4265 | 2025.02.21 14:35:39.868969 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4266 | 2025.02.21 14:35:39.869214 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 4267 | 2025.02.21 14:35:40.661289 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 4268 | 2025.02.21 14:35:40.685313 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4269 | 2025.02.21 14:35:40.685388 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4270 | 2025.02.21 14:35:40.695602 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4271 | 2025.02.21 14:35:40.696765 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4272 | 2025.02.21 14:35:40.703479 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 4273 | 2025.02.21 14:35:42.408028 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 596 | ||
| 4274 | 2025.02.21 14:35:42.410890 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4275 | 2025.02.21 14:35:42.410951 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4276 | 2025.02.21 14:35:42.412435 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4277 | 2025.02.21 14:35:42.412777 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4278 | 2025.02.21 14:35:42.414192 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 596 | ||
| 4279 | 2025.02.21 14:35:44.212459 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4280 | 2025.02.21 14:35:44.212685 [ 254 ] {ae0dd146-45a3-44ec-81b3-2e87eb8dbbf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4281 | 2025.02.21 14:35:44.212806 [ 254 ] {ae0dd146-45a3-44ec-81b3-2e87eb8dbbf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4282 | 2025.02.21 14:35:44.213659 [ 254 ] {ae0dd146-45a3-44ec-81b3-2e87eb8dbbf7} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4283 | 2025.02.21 14:35:44.213713 [ 254 ] {ae0dd146-45a3-44ec-81b3-2e87eb8dbbf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4284 | 2025.02.21 14:35:44.214161 [ 254 ] {ae0dd146-45a3-44ec-81b3-2e87eb8dbbf7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4285 | 2025.02.21 14:35:44.214413 [ 254 ] {ae0dd146-45a3-44ec-81b3-2e87eb8dbbf7} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4286 | 2025.02.21 14:35:44.214664 [ 254 ] {ae0dd146-45a3-44ec-81b3-2e87eb8dbbf7} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.00205 sec., 65365.85365853658 rows/sec., 5.62 MiB/sec. | ||
| 4287 | 2025.02.21 14:35:44.214733 [ 254 ] {ae0dd146-45a3-44ec-81b3-2e87eb8dbbf7} <Debug> TCPHandler: Processed in 0.002415723 sec. | ||
| 4288 | 2025.02.21 14:35:44.214982 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4289 | 2025.02.21 14:35:44.215179 [ 256 ] {027c26b2-9de7-4acc-95f7-28916b05f2de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4290 | 2025.02.21 14:35:44.215255 [ 256 ] {027c26b2-9de7-4acc-95f7-28916b05f2de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4291 | 2025.02.21 14:35:44.216029 [ 256 ] {027c26b2-9de7-4acc-95f7-28916b05f2de} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4292 | 2025.02.21 14:35:44.216080 [ 256 ] {027c26b2-9de7-4acc-95f7-28916b05f2de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4293 | 2025.02.21 14:35:44.216512 [ 256 ] {027c26b2-9de7-4acc-95f7-28916b05f2de} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4294 | 2025.02.21 14:35:44.216769 [ 256 ] {027c26b2-9de7-4acc-95f7-28916b05f2de} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4295 | 2025.02.21 14:35:44.217049 [ 256 ] {027c26b2-9de7-4acc-95f7-28916b05f2de} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00192 sec., 20312.5 rows/sec., 1.49 MiB/sec. | ||
| 4296 | 2025.02.21 14:35:44.217276 [ 256 ] {027c26b2-9de7-4acc-95f7-28916b05f2de} <Debug> TCPHandler: Processed in 0.002436913 sec. | ||
| 4297 | 2025.02.21 14:35:44.217457 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4298 | 2025.02.21 14:35:44.217601 [ 254 ] {bfaaab8b-b3d2-478f-8cae-c796e3d16ee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4299 | 2025.02.21 14:35:44.217660 [ 254 ] {bfaaab8b-b3d2-478f-8cae-c796e3d16ee0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4300 | 2025.02.21 14:35:44.218359 [ 254 ] {bfaaab8b-b3d2-478f-8cae-c796e3d16ee0} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4301 | 2025.02.21 14:35:44.218400 [ 254 ] {bfaaab8b-b3d2-478f-8cae-c796e3d16ee0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4302 | 2025.02.21 14:35:44.218772 [ 254 ] {bfaaab8b-b3d2-478f-8cae-c796e3d16ee0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4303 | 2025.02.21 14:35:44.219007 [ 254 ] {bfaaab8b-b3d2-478f-8cae-c796e3d16ee0} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4304 | 2025.02.21 14:35:44.219262 [ 254 ] {bfaaab8b-b3d2-478f-8cae-c796e3d16ee0} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001685 sec., 61127.59643916914 rows/sec., 4.77 MiB/sec. | ||
| 4305 | 2025.02.21 14:35:44.219374 [ 254 ] {bfaaab8b-b3d2-478f-8cae-c796e3d16ee0} <Debug> TCPHandler: Processed in 0.001989979 sec. | ||
| 4306 | 2025.02.21 14:35:44.219592 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4307 | 2025.02.21 14:35:44.219742 [ 256 ] {8a412651-2832-45fd-aa8b-aafd46f7cb87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4308 | 2025.02.21 14:35:44.219807 [ 256 ] {8a412651-2832-45fd-aa8b-aafd46f7cb87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4309 | 2025.02.21 14:35:44.220420 [ 256 ] {8a412651-2832-45fd-aa8b-aafd46f7cb87} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4310 | 2025.02.21 14:35:44.220458 [ 256 ] {8a412651-2832-45fd-aa8b-aafd46f7cb87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4311 | 2025.02.21 14:35:44.220868 [ 256 ] {8a412651-2832-45fd-aa8b-aafd46f7cb87} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4312 | 2025.02.21 14:35:44.221111 [ 256 ] {8a412651-2832-45fd-aa8b-aafd46f7cb87} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4313 | 2025.02.21 14:35:44.221375 [ 256 ] {8a412651-2832-45fd-aa8b-aafd46f7cb87} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001658 sec., 96501.80940892642 rows/sec., 6.72 MiB/sec. | ||
| 4314 | 2025.02.21 14:35:44.221549 [ 256 ] {8a412651-2832-45fd-aa8b-aafd46f7cb87} <Debug> TCPHandler: Processed in 0.002070202 sec. | ||
| 4315 | 2025.02.21 14:35:44.221775 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4316 | 2025.02.21 14:35:44.221928 [ 254 ] {2cdd6256-ed18-4bd0-9b19-05e72a9833e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4317 | 2025.02.21 14:35:44.222020 [ 254 ] {2cdd6256-ed18-4bd0-9b19-05e72a9833e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4318 | 2025.02.21 14:35:44.223202 [ 254 ] {2cdd6256-ed18-4bd0-9b19-05e72a9833e7} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4319 | 2025.02.21 14:35:44.223242 [ 254 ] {2cdd6256-ed18-4bd0-9b19-05e72a9833e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4320 | 2025.02.21 14:35:44.223903 [ 254 ] {2cdd6256-ed18-4bd0-9b19-05e72a9833e7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4321 | 2025.02.21 14:35:44.224156 [ 254 ] {2cdd6256-ed18-4bd0-9b19-05e72a9833e7} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4322 | 2025.02.21 14:35:44.224409 [ 254 ] {2cdd6256-ed18-4bd0-9b19-05e72a9833e7} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002512 sec., 15525.47770700637 rows/sec., 27.82 MiB/sec. | ||
| 4323 | 2025.02.21 14:35:44.224531 [ 254 ] {2cdd6256-ed18-4bd0-9b19-05e72a9833e7} <Debug> TCPHandler: Processed in 0.002889386 sec. | ||
| 4324 | 2025.02.21 14:35:44.224681 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4325 | 2025.02.21 14:35:44.224821 [ 256 ] {3eeefebe-0c36-4a49-aa3d-da8bb1c4e1f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4326 | 2025.02.21 14:35:44.224883 [ 256 ] {3eeefebe-0c36-4a49-aa3d-da8bb1c4e1f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4327 | 2025.02.21 14:35:44.225423 [ 256 ] {3eeefebe-0c36-4a49-aa3d-da8bb1c4e1f7} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4328 | 2025.02.21 14:35:44.225461 [ 256 ] {3eeefebe-0c36-4a49-aa3d-da8bb1c4e1f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4329 | 2025.02.21 14:35:44.225828 [ 256 ] {3eeefebe-0c36-4a49-aa3d-da8bb1c4e1f7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 4330 | 2025.02.21 14:35:44.226065 [ 256 ] {3eeefebe-0c36-4a49-aa3d-da8bb1c4e1f7} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4331 | 2025.02.21 14:35:44.226303 [ 256 ] {3eeefebe-0c36-4a49-aa3d-da8bb1c4e1f7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001514 sec., 39630.11889035667 rows/sec., 2.67 MiB/sec. | ||
| 4332 | 2025.02.21 14:35:44.226354 [ 256 ] {3eeefebe-0c36-4a49-aa3d-da8bb1c4e1f7} <Debug> TCPHandler: Processed in 0.001749113 sec. | ||
| 4333 | 2025.02.21 14:35:47.231528 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4334 | 2025.02.21 14:35:47.231596 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4335 | 2025.02.21 14:35:47.370250 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 4336 | 2025.02.21 14:35:47.370935 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4337 | 2025.02.21 14:35:47.370986 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4338 | 2025.02.21 14:35:47.371618 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4339 | 2025.02.21 14:35:47.371883 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4340 | 2025.02.21 14:35:47.372101 [ 80 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4341 | 2025.02.21 14:35:47.372158 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 4342 | 2025.02.21 14:35:47.372192 [ 80 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4343 | 2025.02.21 14:35:47.372224 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4344 | 2025.02.21 14:35:47.372457 [ 193 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 4345 | 2025.02.21 14:35:47.372666 [ 193 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4346 | 2025.02.21 14:35:47.372709 [ 193 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part | ||
| 4347 | 2025.02.21 14:35:47.372792 [ 193 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part | ||
| 4348 | 2025.02.21 14:35:47.373026 [ 193 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part | ||
| 4349 | 2025.02.21 14:35:47.373229 [ 193 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part | ||
| 4350 | 2025.02.21 14:35:47.373374 [ 193 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part | ||
| 4351 | 2025.02.21 14:35:47.373523 [ 193 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part | ||
| 4352 | 2025.02.21 14:35:47.376157 [ 197 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003851175 sec., 3104507.0660253037 rows/sec., 44.41 MiB/sec. | ||
| 4353 | 2025.02.21 14:35:47.376569 [ 196 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4354 | 2025.02.21 14:35:47.376918 [ 196 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_26_5} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4355 | 2025.02.21 14:35:47.377012 [ 196 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_26_5} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4356 | 2025.02.21 14:35:47.377129 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 4357 | 2025.02.21 14:35:48.204459 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 4358 | 2025.02.21 14:35:48.226234 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4359 | 2025.02.21 14:35:48.226306 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4360 | 2025.02.21 14:35:48.233746 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4361 | 2025.02.21 14:35:48.234611 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4362 | 2025.02.21 14:35:48.234973 [ 79 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4363 | 2025.02.21 14:35:48.235096 [ 79 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4364 | 2025.02.21 14:35:48.235168 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4365 | 2025.02.21 14:35:48.235630 [ 193 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 4366 | 2025.02.21 14:35:48.251914 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 4367 | 2025.02.21 14:35:48.253518 [ 193 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4368 | 2025.02.21 14:35:48.255230 [ 193 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 4369 | 2025.02.21 14:35:48.261021 [ 193 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 4370 | 2025.02.21 14:35:48.266634 [ 193 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 4371 | 2025.02.21 14:35:48.272202 [ 193 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 4372 | 2025.02.21 14:35:48.277986 [ 193 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 4373 | 2025.02.21 14:35:48.282528 [ 193 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 4374 | 2025.02.21 14:35:48.345853 [ 192 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.110547928 sec., 1772.986645213287 rows/sec., 9.17 MiB/sec. | ||
| 4375 | 2025.02.21 14:35:48.348674 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4376 | 2025.02.21 14:35:48.351671 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_26_5} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4377 | 2025.02.21 14:35:48.351798 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_26_5} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4378 | 2025.02.21 14:35:48.355091 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4379 | 2025.02.21 14:35:49.001219 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.25 MiB, peak 199.82 MiB, free memory in arenas 0.00 B, will set to 190.77 MiB (RSS), difference: 1.53 MiB | ||
| 4380 | 2025.02.21 14:35:49.210741 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4381 | 2025.02.21 14:35:49.210957 [ 254 ] {3544e9de-1253-42b5-a339-c56c0f767e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4382 | 2025.02.21 14:35:49.211043 [ 254 ] {3544e9de-1253-42b5-a339-c56c0f767e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4383 | 2025.02.21 14:35:49.211851 [ 254 ] {3544e9de-1253-42b5-a339-c56c0f767e46} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4384 | 2025.02.21 14:35:49.211908 [ 254 ] {3544e9de-1253-42b5-a339-c56c0f767e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4385 | 2025.02.21 14:35:49.212368 [ 254 ] {3544e9de-1253-42b5-a339-c56c0f767e46} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4386 | 2025.02.21 14:35:49.212649 [ 254 ] {3544e9de-1253-42b5-a339-c56c0f767e46} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4387 | 2025.02.21 14:35:49.212885 [ 77 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4388 | 2025.02.21 14:35:49.212924 [ 254 ] {3544e9de-1253-42b5-a339-c56c0f767e46} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002028 sec., 27613.412228796846 rows/sec., 2.11 MiB/sec. | ||
| 4389 | 2025.02.21 14:35:49.213002 [ 77 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4390 | 2025.02.21 14:35:49.213091 [ 254 ] {3544e9de-1253-42b5-a339-c56c0f767e46} <Debug> TCPHandler: Processed in 0.002487654 sec. | ||
| 4391 | 2025.02.21 14:35:49.213099 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4392 | 2025.02.21 14:35:49.213399 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 4393 | 2025.02.21 14:35:49.213439 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4394 | 2025.02.21 14:35:49.213834 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4395 | 2025.02.21 14:35:49.213926 [ 256 ] {3735729a-7707-4064-ab25-3a9c54a83f25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4396 | 2025.02.21 14:35:49.213981 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1405 rows starting from the beginning of the part | ||
| 4397 | 2025.02.21 14:35:49.214146 [ 256 ] {3735729a-7707-4064-ab25-3a9c54a83f25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4398 | 2025.02.21 14:35:49.214450 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 4399 | 2025.02.21 14:35:49.214933 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 134 rows starting from the beginning of the part | ||
| 4400 | 2025.02.21 14:35:49.215353 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 4401 | 2025.02.21 14:35:49.215694 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 134 rows starting from the beginning of the part | ||
| 4402 | 2025.02.21 14:35:49.216104 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 4403 | 2025.02.21 14:35:49.217759 [ 256 ] {3735729a-7707-4064-ab25-3a9c54a83f25} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4404 | 2025.02.21 14:35:49.217835 [ 256 ] {3735729a-7707-4064-ab25-3a9c54a83f25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4405 | 2025.02.21 14:35:49.219022 [ 256 ] {3735729a-7707-4064-ab25-3a9c54a83f25} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4406 | 2025.02.21 14:35:49.219532 [ 256 ] {3735729a-7707-4064-ab25-3a9c54a83f25} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4407 | 2025.02.21 14:35:49.219703 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1841 rows, containing 5 columns (5 merged, 0 gathered) in 0.006461683 sec., 284910.29349474434 rows/sec., 24.81 MiB/sec. | ||
| 4408 | 2025.02.21 14:35:49.219831 [ 77 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4409 | 2025.02.21 14:35:49.219902 [ 77 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4410 | 2025.02.21 14:35:49.219962 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4411 | 2025.02.21 14:35:49.220051 [ 256 ] {3735729a-7707-4064-ab25-3a9c54a83f25} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006308 sec., 10145.84654407102 rows/sec., 810.91 KiB/sec. | ||
| 4412 | 2025.02.21 14:35:49.220106 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4413 | 2025.02.21 14:35:49.220429 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 4414 | 2025.02.21 14:35:49.220480 [ 256 ] {3735729a-7707-4064-ab25-3a9c54a83f25} <Debug> TCPHandler: Processed in 0.007239667 sec. | ||
| 4415 | 2025.02.21 14:35:49.220774 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4416 | 2025.02.21 14:35:49.220924 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4417 | 2025.02.21 14:35:49.221011 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_41_8} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4418 | 2025.02.21 14:35:49.221055 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 631 rows starting from the beginning of the part | ||
| 4419 | 2025.02.21 14:35:49.221157 [ 254 ] {1437b58d-e81d-4fee-affd-c460726498fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4420 | 2025.02.21 14:35:49.221303 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_41_8} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4421 | 2025.02.21 14:35:49.221378 [ 254 ] {1437b58d-e81d-4fee-affd-c460726498fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4422 | 2025.02.21 14:35:49.221462 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 4423 | 2025.02.21 14:35:49.221651 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 4424 | 2025.02.21 14:35:49.222123 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 103 rows starting from the beginning of the part | ||
| 4425 | 2025.02.21 14:35:49.222535 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 4426 | 2025.02.21 14:35:49.222839 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 103 rows starting from the beginning of the part | ||
| 4427 | 2025.02.21 14:35:49.223160 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 4428 | 2025.02.21 14:35:49.224285 [ 254 ] {1437b58d-e81d-4fee-affd-c460726498fc} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4429 | 2025.02.21 14:35:49.224348 [ 254 ] {1437b58d-e81d-4fee-affd-c460726498fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4430 | 2025.02.21 14:35:49.225445 [ 254 ] {1437b58d-e81d-4fee-affd-c460726498fc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4431 | 2025.02.21 14:35:49.225963 [ 254 ] {1437b58d-e81d-4fee-affd-c460726498fc} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4432 | 2025.02.21 14:35:49.225990 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1029 rows, containing 5 columns (5 merged, 0 gathered) in 0.005886486 sec., 174807.1769813094 rows/sec., 14.03 MiB/sec. | ||
| 4433 | 2025.02.21 14:35:49.226218 [ 77 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4434 | 2025.02.21 14:35:49.226280 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4435 | 2025.02.21 14:35:49.226341 [ 77 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4436 | 2025.02.21 14:35:49.226410 [ 254 ] {1437b58d-e81d-4fee-affd-c460726498fc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005355 sec., 29878.61811391223 rows/sec., 2.08 MiB/sec. | ||
| 4437 | 2025.02.21 14:35:49.226486 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4438 | 2025.02.21 14:35:49.226719 [ 254 ] {1437b58d-e81d-4fee-affd-c460726498fc} <Debug> TCPHandler: Processed in 0.006120413 sec. | ||
| 4439 | 2025.02.21 14:35:49.227067 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 4440 | 2025.02.21 14:35:49.227264 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4441 | 2025.02.21 14:35:49.227278 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_41_8} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4442 | 2025.02.21 14:35:49.227348 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4443 | 2025.02.21 14:35:49.227435 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11016 rows starting from the beginning of the part | ||
| 4444 | 2025.02.21 14:35:49.227732 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_41_8} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4445 | 2025.02.21 14:35:49.227834 [ 256 ] {d583cbe1-a45d-4690-86f8-e97fef1460f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4446 | 2025.02.21 14:35:49.227971 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 4447 | 2025.02.21 14:35:49.228143 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 4448 | 2025.02.21 14:35:49.228181 [ 256 ] {d583cbe1-a45d-4690-86f8-e97fef1460f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4449 | 2025.02.21 14:35:49.228462 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part | ||
| 4450 | 2025.02.21 14:35:49.228865 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 4451 | 2025.02.21 14:35:49.229242 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
| 4452 | 2025.02.21 14:35:49.229598 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 4453 | 2025.02.21 14:35:49.230669 [ 256 ] {d583cbe1-a45d-4690-86f8-e97fef1460f5} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4454 | 2025.02.21 14:35:49.230730 [ 256 ] {d583cbe1-a45d-4690-86f8-e97fef1460f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4455 | 2025.02.21 14:35:49.231267 [ 256 ] {d583cbe1-a45d-4690-86f8-e97fef1460f5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 4456 | 2025.02.21 14:35:49.231800 [ 256 ] {d583cbe1-a45d-4690-86f8-e97fef1460f5} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4457 | 2025.02.21 14:35:49.232146 [ 77 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 4458 | 2025.02.21 14:35:49.232339 [ 77 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4459 | 2025.02.21 14:35:49.232518 [ 256 ] {d583cbe1-a45d-4690-86f8-e97fef1460f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004938 sec., 12150.668286755772 rows/sec., 838.52 KiB/sec. | ||
| 4460 | 2025.02.21 14:35:49.232510 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4461 | 2025.02.21 14:35:49.232766 [ 256 ] {d583cbe1-a45d-4690-86f8-e97fef1460f5} <Debug> TCPHandler: Processed in 0.005864006 sec. | ||
| 4462 | 2025.02.21 14:35:49.233050 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 4463 | 2025.02.21 14:35:49.233306 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4464 | 2025.02.21 14:35:49.233429 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1848 rows starting from the beginning of the part | ||
| 4465 | 2025.02.21 14:35:49.233710 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 4466 | 2025.02.21 14:35:49.233869 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
| 4467 | 2025.02.21 14:35:49.233986 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 4468 | 2025.02.21 14:35:49.234165 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
| 4469 | 2025.02.21 14:35:49.234402 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 4470 | 2025.02.21 14:35:49.235419 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11816 rows, containing 5 columns (5 merged, 0 gathered) in 0.008677789 sec., 1361637.1635678166 rows/sec., 93.34 MiB/sec. | ||
| 4471 | 2025.02.21 14:35:49.235768 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4472 | 2025.02.21 14:35:49.236440 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4473 | 2025.02.21 14:35:49.236557 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4474 | 2025.02.21 14:35:49.236688 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. | ||
| 4475 | 2025.02.21 14:35:49.236951 [ 190 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2148 rows, containing 4 columns (4 merged, 0 gathered) in 0.004156354 sec., 516799.0984406044 rows/sec., 34.83 MiB/sec. | ||
| 4476 | 2025.02.21 14:35:49.237228 [ 190 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 4477 | 2025.02.21 14:35:49.237528 [ 190 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_41_8} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4478 | 2025.02.21 14:35:49.237617 [ 190 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_41_8} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 4479 | 2025.02.21 14:35:49.237705 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 4480 | 2025.02.21 14:35:50.838627 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4481 | 2025.02.21 14:35:50.838838 [ 254 ] {da3f3d9d-6cf7-4ccc-aebc-cba887285ac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4482 | 2025.02.21 14:35:50.838921 [ 254 ] {da3f3d9d-6cf7-4ccc-aebc-cba887285ac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4483 | 2025.02.21 14:35:50.839721 [ 254 ] {da3f3d9d-6cf7-4ccc-aebc-cba887285ac2} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4484 | 2025.02.21 14:35:50.839775 [ 254 ] {da3f3d9d-6cf7-4ccc-aebc-cba887285ac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4485 | 2025.02.21 14:35:50.840201 [ 254 ] {da3f3d9d-6cf7-4ccc-aebc-cba887285ac2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4486 | 2025.02.21 14:35:50.840445 [ 254 ] {da3f3d9d-6cf7-4ccc-aebc-cba887285ac2} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4487 | 2025.02.21 14:35:50.840679 [ 254 ] {da3f3d9d-6cf7-4ccc-aebc-cba887285ac2} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001898 sec., 12644.889357218124 rows/sec., 1.05 MiB/sec. | ||
| 4488 | 2025.02.21 14:35:50.840798 [ 254 ] {da3f3d9d-6cf7-4ccc-aebc-cba887285ac2} <Debug> TCPHandler: Processed in 0.00231554 sec. | ||
| 4489 | 2025.02.21 14:35:50.841061 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4490 | 2025.02.21 14:35:50.841281 [ 256 ] {29847471-0bad-4990-9fe6-049bd453c517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4491 | 2025.02.21 14:35:50.841362 [ 256 ] {29847471-0bad-4990-9fe6-049bd453c517} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4492 | 2025.02.21 14:35:50.842124 [ 256 ] {29847471-0bad-4990-9fe6-049bd453c517} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4493 | 2025.02.21 14:35:50.842172 [ 256 ] {29847471-0bad-4990-9fe6-049bd453c517} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4494 | 2025.02.21 14:35:50.842599 [ 256 ] {29847471-0bad-4990-9fe6-049bd453c517} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4495 | 2025.02.21 14:35:50.842847 [ 256 ] {29847471-0bad-4990-9fe6-049bd453c517} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4496 | 2025.02.21 14:35:50.843140 [ 256 ] {29847471-0bad-4990-9fe6-049bd453c517} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001912 sec., 8368.200836820084 rows/sec., 682.37 KiB/sec. | ||
| 4497 | 2025.02.21 14:35:50.843351 [ 256 ] {29847471-0bad-4990-9fe6-049bd453c517} <Debug> TCPHandler: Processed in 0.002430643 sec. | ||
| 4498 | 2025.02.21 14:35:50.843536 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4499 | 2025.02.21 14:35:50.843681 [ 254 ] {bf3f0511-d101-4929-a737-f2230cc7f867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4500 | 2025.02.21 14:35:50.843770 [ 254 ] {bf3f0511-d101-4929-a737-f2230cc7f867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4501 | 2025.02.21 14:35:50.844961 [ 254 ] {bf3f0511-d101-4929-a737-f2230cc7f867} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4502 | 2025.02.21 14:35:50.845001 [ 254 ] {bf3f0511-d101-4929-a737-f2230cc7f867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4503 | 2025.02.21 14:35:50.845458 [ 254 ] {bf3f0511-d101-4929-a737-f2230cc7f867} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 4504 | 2025.02.21 14:35:50.845709 [ 254 ] {bf3f0511-d101-4929-a737-f2230cc7f867} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4505 | 2025.02.21 14:35:50.845918 [ 254 ] {bf3f0511-d101-4929-a737-f2230cc7f867} <Debug> executeQuery: Read 1402 rows, 119.95 KiB in 0.002271 sec., 617349.1853808895 rows/sec., 51.58 MiB/sec. | ||
| 4506 | 2025.02.21 14:35:50.845977 [ 254 ] {bf3f0511-d101-4929-a737-f2230cc7f867} <Debug> TCPHandler: Processed in 0.002527776 sec. | ||
| 4507 | 2025.02.21 14:35:50.846173 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4508 | 2025.02.21 14:35:50.846448 [ 256 ] {c6f904f3-7f2d-47c6-ac0e-fd66ec0f88a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4509 | 2025.02.21 14:35:50.846544 [ 256 ] {c6f904f3-7f2d-47c6-ac0e-fd66ec0f88a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4510 | 2025.02.21 14:35:50.847516 [ 256 ] {c6f904f3-7f2d-47c6-ac0e-fd66ec0f88a6} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4511 | 2025.02.21 14:35:50.847557 [ 256 ] {c6f904f3-7f2d-47c6-ac0e-fd66ec0f88a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4512 | 2025.02.21 14:35:50.847935 [ 256 ] {c6f904f3-7f2d-47c6-ac0e-fd66ec0f88a6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4513 | 2025.02.21 14:35:50.848174 [ 256 ] {c6f904f3-7f2d-47c6-ac0e-fd66ec0f88a6} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4514 | 2025.02.21 14:35:50.848408 [ 256 ] {c6f904f3-7f2d-47c6-ac0e-fd66ec0f88a6} <Debug> executeQuery: Read 67 rows, 5.01 KiB in 0.00202 sec., 33168.316831683165 rows/sec., 2.42 MiB/sec. | ||
| 4515 | 2025.02.21 14:35:50.848461 [ 256 ] {c6f904f3-7f2d-47c6-ac0e-fd66ec0f88a6} <Debug> TCPHandler: Processed in 0.002398892 sec. | ||
| 4516 | 2025.02.21 14:35:50.848597 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4517 | 2025.02.21 14:35:50.848723 [ 254 ] {99142340-f549-4ce7-a67a-4ef74e44aaae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4518 | 2025.02.21 14:35:50.848773 [ 254 ] {99142340-f549-4ce7-a67a-4ef74e44aaae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4519 | 2025.02.21 14:35:50.849416 [ 254 ] {99142340-f549-4ce7-a67a-4ef74e44aaae} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4520 | 2025.02.21 14:35:50.849456 [ 254 ] {99142340-f549-4ce7-a67a-4ef74e44aaae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4521 | 2025.02.21 14:35:50.849823 [ 254 ] {99142340-f549-4ce7-a67a-4ef74e44aaae} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4522 | 2025.02.21 14:35:50.850056 [ 254 ] {99142340-f549-4ce7-a67a-4ef74e44aaae} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4523 | 2025.02.21 14:35:50.850321 [ 254 ] {99142340-f549-4ce7-a67a-4ef74e44aaae} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001618 sec., 155747.8368355995 rows/sec., 10.77 MiB/sec. | ||
| 4524 | 2025.02.21 14:35:50.850500 [ 254 ] {99142340-f549-4ce7-a67a-4ef74e44aaae} <Debug> TCPHandler: Processed in 0.001960089 sec. | ||
| 4525 | 2025.02.21 14:35:50.850699 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4526 | 2025.02.21 14:35:50.850918 [ 256 ] {39fa0e95-bbec-48ae-ae01-317ca58ce460} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4527 | 2025.02.21 14:35:50.851008 [ 256 ] {39fa0e95-bbec-48ae-ae01-317ca58ce460} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4528 | 2025.02.21 14:35:50.851756 [ 256 ] {39fa0e95-bbec-48ae-ae01-317ca58ce460} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4529 | 2025.02.21 14:35:50.851796 [ 256 ] {39fa0e95-bbec-48ae-ae01-317ca58ce460} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4530 | 2025.02.21 14:35:50.852149 [ 256 ] {39fa0e95-bbec-48ae-ae01-317ca58ce460} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4531 | 2025.02.21 14:35:50.852394 [ 256 ] {39fa0e95-bbec-48ae-ae01-317ca58ce460} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4532 | 2025.02.21 14:35:50.852650 [ 256 ] {39fa0e95-bbec-48ae-ae01-317ca58ce460} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001784 sec., 6726.457399103139 rows/sec., 525.50 KiB/sec. | ||
| 4533 | 2025.02.21 14:35:50.852803 [ 256 ] {39fa0e95-bbec-48ae-ae01-317ca58ce460} <Debug> TCPHandler: Processed in 0.002203976 sec. | ||
| 4534 | 2025.02.21 14:35:50.852957 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4535 | 2025.02.21 14:35:50.853097 [ 254 ] {d1591e74-b8b0-4ff2-81a7-29517d2d2871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4536 | 2025.02.21 14:35:50.853153 [ 254 ] {d1591e74-b8b0-4ff2-81a7-29517d2d2871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4537 | 2025.02.21 14:35:50.853933 [ 254 ] {d1591e74-b8b0-4ff2-81a7-29517d2d2871} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4538 | 2025.02.21 14:35:50.853971 [ 254 ] {d1591e74-b8b0-4ff2-81a7-29517d2d2871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4539 | 2025.02.21 14:35:50.854351 [ 254 ] {d1591e74-b8b0-4ff2-81a7-29517d2d2871} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 4540 | 2025.02.21 14:35:50.854583 [ 254 ] {d1591e74-b8b0-4ff2-81a7-29517d2d2871} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4541 | 2025.02.21 14:35:50.854790 [ 254 ] {d1591e74-b8b0-4ff2-81a7-29517d2d2871} <Debug> executeQuery: Read 611 rows, 47.09 KiB in 0.001725 sec., 354202.89855072467 rows/sec., 26.66 MiB/sec. | ||
| 4542 | 2025.02.21 14:35:50.854844 [ 254 ] {d1591e74-b8b0-4ff2-81a7-29517d2d2871} <Debug> TCPHandler: Processed in 0.001955069 sec. | ||
| 4543 | 2025.02.21 14:35:50.854985 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4544 | 2025.02.21 14:35:50.855125 [ 256 ] {2da17558-0069-42a1-9524-90d00a9c9ebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4545 | 2025.02.21 14:35:50.855187 [ 256 ] {2da17558-0069-42a1-9524-90d00a9c9ebc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4546 | 2025.02.21 14:35:50.855962 [ 256 ] {2da17558-0069-42a1-9524-90d00a9c9ebc} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4547 | 2025.02.21 14:35:50.856000 [ 256 ] {2da17558-0069-42a1-9524-90d00a9c9ebc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4548 | 2025.02.21 14:35:50.856442 [ 256 ] {2da17558-0069-42a1-9524-90d00a9c9ebc} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 4549 | 2025.02.21 14:35:50.856680 [ 256 ] {2da17558-0069-42a1-9524-90d00a9c9ebc} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4550 | 2025.02.21 14:35:50.856898 [ 256 ] {2da17558-0069-42a1-9524-90d00a9c9ebc} <Debug> executeQuery: Read 952 rows, 65.79 KiB in 0.001806 sec., 527131.7829457364 rows/sec., 35.58 MiB/sec. | ||
| 4551 | 2025.02.21 14:35:50.856950 [ 256 ] {2da17558-0069-42a1-9524-90d00a9c9ebc} <Debug> TCPHandler: Processed in 0.002031741 sec. | ||
| 4552 | 2025.02.21 14:35:50.857094 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4553 | 2025.02.21 14:35:50.857233 [ 254 ] {249467ca-c173-46c5-a5df-496becbe69fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4554 | 2025.02.21 14:35:50.857326 [ 254 ] {249467ca-c173-46c5-a5df-496becbe69fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4555 | 2025.02.21 14:35:50.858628 [ 254 ] {249467ca-c173-46c5-a5df-496becbe69fa} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4556 | 2025.02.21 14:35:50.858667 [ 254 ] {249467ca-c173-46c5-a5df-496becbe69fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4557 | 2025.02.21 14:35:50.859325 [ 254 ] {249467ca-c173-46c5-a5df-496becbe69fa} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4558 | 2025.02.21 14:35:50.859586 [ 254 ] {249467ca-c173-46c5-a5df-496becbe69fa} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4559 | 2025.02.21 14:35:50.859836 [ 254 ] {249467ca-c173-46c5-a5df-496becbe69fa} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002634 sec., 14806.37813211845 rows/sec., 26.53 MiB/sec. | ||
| 4560 | 2025.02.21 14:35:50.859956 [ 254 ] {249467ca-c173-46c5-a5df-496becbe69fa} <Debug> TCPHandler: Processed in 0.002927608 sec. | ||
| 4561 | 2025.02.21 14:35:50.861450 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4562 | 2025.02.21 14:35:50.861590 [ 256 ] {7c1c41d6-b589-4152-b6c2-7ecee50f87d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4563 | 2025.02.21 14:35:50.861650 [ 256 ] {7c1c41d6-b589-4152-b6c2-7ecee50f87d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4564 | 2025.02.21 14:35:50.862205 [ 256 ] {7c1c41d6-b589-4152-b6c2-7ecee50f87d4} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4565 | 2025.02.21 14:35:50.862251 [ 256 ] {7c1c41d6-b589-4152-b6c2-7ecee50f87d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4566 | 2025.02.21 14:35:50.862623 [ 256 ] {7c1c41d6-b589-4152-b6c2-7ecee50f87d4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 4567 | 2025.02.21 14:35:50.862853 [ 256 ] {7c1c41d6-b589-4152-b6c2-7ecee50f87d4} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4568 | 2025.02.21 14:35:50.863111 [ 256 ] {7c1c41d6-b589-4152-b6c2-7ecee50f87d4} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001543 sec., 14257.93907971484 rows/sec., 991.75 KiB/sec. | ||
| 4569 | 2025.02.21 14:35:50.863194 [ 256 ] {7c1c41d6-b589-4152-b6c2-7ecee50f87d4} <Debug> TCPHandler: Processed in 0.001810964 sec. | ||
| 4570 | 2025.02.21 14:35:52.415217 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 636 | ||
| 4571 | 2025.02.21 14:35:52.418501 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4572 | 2025.02.21 14:35:52.418559 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4573 | 2025.02.21 14:35:52.420150 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4574 | 2025.02.21 14:35:52.420484 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4575 | 2025.02.21 14:35:52.421147 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 636 | ||
| 4576 | 2025.02.21 14:35:54.207862 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4577 | 2025.02.21 14:35:54.208079 [ 254 ] {37a0cffd-62cc-4fed-850d-5e7dfd6822c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4578 | 2025.02.21 14:35:54.208166 [ 254 ] {37a0cffd-62cc-4fed-850d-5e7dfd6822c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4579 | 2025.02.21 14:35:54.208967 [ 254 ] {37a0cffd-62cc-4fed-850d-5e7dfd6822c5} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4580 | 2025.02.21 14:35:54.209022 [ 254 ] {37a0cffd-62cc-4fed-850d-5e7dfd6822c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4581 | 2025.02.21 14:35:54.209471 [ 254 ] {37a0cffd-62cc-4fed-850d-5e7dfd6822c5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 4582 | 2025.02.21 14:35:54.209729 [ 254 ] {37a0cffd-62cc-4fed-850d-5e7dfd6822c5} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4583 | 2025.02.21 14:35:54.209953 [ 254 ] {37a0cffd-62cc-4fed-850d-5e7dfd6822c5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001935 sec., 28940.568475452194 rows/sec., 2.21 MiB/sec. | ||
| 4584 | 2025.02.21 14:35:54.210023 [ 254 ] {37a0cffd-62cc-4fed-850d-5e7dfd6822c5} <Debug> TCPHandler: Processed in 0.002298389 sec. | ||
| 4585 | 2025.02.21 14:35:54.210252 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4586 | 2025.02.21 14:35:54.210448 [ 256 ] {231ebd86-7618-4fbf-b1cb-b4bf6b4c521b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4587 | 2025.02.21 14:35:54.210525 [ 256 ] {231ebd86-7618-4fbf-b1cb-b4bf6b4c521b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4588 | 2025.02.21 14:35:54.211406 [ 256 ] {231ebd86-7618-4fbf-b1cb-b4bf6b4c521b} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4589 | 2025.02.21 14:35:54.211452 [ 256 ] {231ebd86-7618-4fbf-b1cb-b4bf6b4c521b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4590 | 2025.02.21 14:35:54.211899 [ 256 ] {231ebd86-7618-4fbf-b1cb-b4bf6b4c521b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 4591 | 2025.02.21 14:35:54.212164 [ 256 ] {231ebd86-7618-4fbf-b1cb-b4bf6b4c521b} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4592 | 2025.02.21 14:35:54.212411 [ 256 ] {231ebd86-7618-4fbf-b1cb-b4bf6b4c521b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002022 sec., 31651.829871414444 rows/sec., 2.47 MiB/sec. | ||
| 4593 | 2025.02.21 14:35:54.212478 [ 256 ] {231ebd86-7618-4fbf-b1cb-b4bf6b4c521b} <Debug> TCPHandler: Processed in 0.00235858 sec. | ||
| 4594 | 2025.02.21 14:35:54.212630 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4595 | 2025.02.21 14:35:54.212777 [ 254 ] {d793b360-2713-41e3-a537-d294e643665f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4596 | 2025.02.21 14:35:54.212845 [ 254 ] {d793b360-2713-41e3-a537-d294e643665f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4597 | 2025.02.21 14:35:54.213494 [ 254 ] {d793b360-2713-41e3-a537-d294e643665f} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4598 | 2025.02.21 14:35:54.213537 [ 254 ] {d793b360-2713-41e3-a537-d294e643665f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4599 | 2025.02.21 14:35:54.213944 [ 254 ] {d793b360-2713-41e3-a537-d294e643665f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 4600 | 2025.02.21 14:35:54.214186 [ 254 ] {d793b360-2713-41e3-a537-d294e643665f} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4601 | 2025.02.21 14:35:54.214453 [ 254 ] {d793b360-2713-41e3-a537-d294e643665f} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001707 sec., 57410.66198008202 rows/sec., 4.00 MiB/sec. | ||
| 4602 | 2025.02.21 14:35:54.214518 [ 254 ] {d793b360-2713-41e3-a537-d294e643665f} <Debug> TCPHandler: Processed in 0.001956068 sec. | ||
| 4603 | 2025.02.21 14:35:54.214873 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4604 | 2025.02.21 14:35:54.215113 [ 256 ] {43d64405-c960-4a35-8dfe-81a2fb58b3c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4605 | 2025.02.21 14:35:54.215211 [ 256 ] {43d64405-c960-4a35-8dfe-81a2fb58b3c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4606 | 2025.02.21 14:35:54.215827 [ 256 ] {43d64405-c960-4a35-8dfe-81a2fb58b3c9} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4607 | 2025.02.21 14:35:54.215866 [ 256 ] {43d64405-c960-4a35-8dfe-81a2fb58b3c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4608 | 2025.02.21 14:35:54.216252 [ 256 ] {43d64405-c960-4a35-8dfe-81a2fb58b3c9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 4609 | 2025.02.21 14:35:54.216494 [ 256 ] {43d64405-c960-4a35-8dfe-81a2fb58b3c9} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4610 | 2025.02.21 14:35:54.216724 [ 256 ] {43d64405-c960-4a35-8dfe-81a2fb58b3c9} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001668 sec., 22781.774580335732 rows/sec., 1.53 MiB/sec. | ||
| 4611 | 2025.02.21 14:35:54.216777 [ 256 ] {43d64405-c960-4a35-8dfe-81a2fb58b3c9} <Debug> TCPHandler: Processed in 0.002157094 sec. | ||
| 4612 | 2025.02.21 14:35:54.873237 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 4613 | 2025.02.21 14:35:54.873940 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4614 | 2025.02.21 14:35:54.873986 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4615 | 2025.02.21 14:35:54.874496 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4616 | 2025.02.21 14:35:54.874743 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4617 | 2025.02.21 14:35:54.875004 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 4618 | 2025.02.21 14:35:55.752913 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 4619 | 2025.02.21 14:35:55.772713 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4620 | 2025.02.21 14:35:55.772768 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4621 | 2025.02.21 14:35:55.780119 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4622 | 2025.02.21 14:35:55.780897 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4623 | 2025.02.21 14:35:55.783704 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 4624 | 2025.02.21 14:35:59.211104 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4625 | 2025.02.21 14:35:59.211338 [ 254 ] {f98822c8-4e58-4a43-9610-e169a9654389} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4626 | 2025.02.21 14:35:59.211423 [ 254 ] {f98822c8-4e58-4a43-9610-e169a9654389} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4627 | 2025.02.21 14:35:59.212203 [ 254 ] {f98822c8-4e58-4a43-9610-e169a9654389} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4628 | 2025.02.21 14:35:59.212258 [ 254 ] {f98822c8-4e58-4a43-9610-e169a9654389} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4629 | 2025.02.21 14:35:59.212709 [ 254 ] {f98822c8-4e58-4a43-9610-e169a9654389} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 4630 | 2025.02.21 14:35:59.212957 [ 254 ] {f98822c8-4e58-4a43-9610-e169a9654389} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4631 | 2025.02.21 14:35:59.213238 [ 254 ] {f98822c8-4e58-4a43-9610-e169a9654389} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001941 sec., 28851.107676455435 rows/sec., 2.20 MiB/sec. | ||
| 4632 | 2025.02.21 14:35:59.213382 [ 254 ] {f98822c8-4e58-4a43-9610-e169a9654389} <Debug> TCPHandler: Processed in 0.002408982 sec. | ||
| 4633 | 2025.02.21 14:35:59.213699 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4634 | 2025.02.21 14:35:59.213908 [ 256 ] {c55f0eff-1480-48de-8e59-ffe709f70a12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4635 | 2025.02.21 14:35:59.213985 [ 256 ] {c55f0eff-1480-48de-8e59-ffe709f70a12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4636 | 2025.02.21 14:35:59.214815 [ 256 ] {c55f0eff-1480-48de-8e59-ffe709f70a12} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4637 | 2025.02.21 14:35:59.214858 [ 256 ] {c55f0eff-1480-48de-8e59-ffe709f70a12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4638 | 2025.02.21 14:35:59.215301 [ 256 ] {c55f0eff-1480-48de-8e59-ffe709f70a12} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 4639 | 2025.02.21 14:35:59.215559 [ 256 ] {c55f0eff-1480-48de-8e59-ffe709f70a12} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4640 | 2025.02.21 14:35:59.215765 [ 256 ] {c55f0eff-1480-48de-8e59-ffe709f70a12} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001916 sec., 33402.92275574113 rows/sec., 2.61 MiB/sec. | ||
| 4641 | 2025.02.21 14:35:59.215828 [ 256 ] {c55f0eff-1480-48de-8e59-ffe709f70a12} <Debug> TCPHandler: Processed in 0.002328639 sec. | ||
| 4642 | 2025.02.21 14:35:59.215990 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4643 | 2025.02.21 14:35:59.216152 [ 254 ] {60b26a70-4e40-45e7-9d50-68d2dfffdd7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4644 | 2025.02.21 14:35:59.216220 [ 254 ] {60b26a70-4e40-45e7-9d50-68d2dfffdd7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4645 | 2025.02.21 14:35:59.216874 [ 254 ] {60b26a70-4e40-45e7-9d50-68d2dfffdd7a} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4646 | 2025.02.21 14:35:59.216919 [ 254 ] {60b26a70-4e40-45e7-9d50-68d2dfffdd7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4647 | 2025.02.21 14:35:59.217354 [ 254 ] {60b26a70-4e40-45e7-9d50-68d2dfffdd7a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 4648 | 2025.02.21 14:35:59.217598 [ 254 ] {60b26a70-4e40-45e7-9d50-68d2dfffdd7a} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4649 | 2025.02.21 14:35:59.217895 [ 254 ] {60b26a70-4e40-45e7-9d50-68d2dfffdd7a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001767 sec., 90548.95302773062 rows/sec., 6.31 MiB/sec. | ||
| 4650 | 2025.02.21 14:35:59.217964 [ 254 ] {60b26a70-4e40-45e7-9d50-68d2dfffdd7a} <Debug> TCPHandler: Processed in 0.002048331 sec. | ||
| 4651 | 2025.02.21 14:35:59.218257 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4652 | 2025.02.21 14:35:59.218501 [ 256 ] {2393cd79-1e2b-4307-b84d-ab497a33293d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4653 | 2025.02.21 14:35:59.218598 [ 256 ] {2393cd79-1e2b-4307-b84d-ab497a33293d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4654 | 2025.02.21 14:35:59.219116 [ 256 ] {2393cd79-1e2b-4307-b84d-ab497a33293d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4655 | 2025.02.21 14:35:59.219156 [ 256 ] {2393cd79-1e2b-4307-b84d-ab497a33293d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4656 | 2025.02.21 14:35:59.219541 [ 256 ] {2393cd79-1e2b-4307-b84d-ab497a33293d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 4657 | 2025.02.21 14:35:59.219785 [ 256 ] {2393cd79-1e2b-4307-b84d-ab497a33293d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4658 | 2025.02.21 14:35:59.219966 [ 256 ] {2393cd79-1e2b-4307-b84d-ab497a33293d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001523 sec., 39395.92908732764 rows/sec., 2.66 MiB/sec. | ||
| 4659 | 2025.02.21 14:35:59.220019 [ 256 ] {2393cd79-1e2b-4307-b84d-ab497a33293d} <Debug> TCPHandler: Processed in 0.001954589 sec. | ||
| 4660 | 2025.02.21 14:36:02.231650 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4661 | 2025.02.21 14:36:02.231721 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4662 | 2025.02.21 14:36:02.376025 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 4663 | 2025.02.21 14:36:02.376637 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4664 | 2025.02.21 14:36:02.376674 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4665 | 2025.02.21 14:36:02.377202 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4666 | 2025.02.21 14:36:02.377450 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4667 | 2025.02.21 14:36:02.377659 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 4668 | 2025.02.21 14:36:02.422251 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 652 | ||
| 4669 | 2025.02.21 14:36:02.425041 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4670 | 2025.02.21 14:36:02.425106 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4671 | 2025.02.21 14:36:02.426598 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4672 | 2025.02.21 14:36:02.426912 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4673 | 2025.02.21 14:36:02.428222 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 652 | ||
| 4674 | 2025.02.21 14:36:02.593167 [ 51 ] {} <Debug> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4675 | 2025.02.21 14:36:02.593218 [ 51 ] {} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4676 | 2025.02.21 14:36:02.593240 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4677 | 2025.02.21 14:36:02.593421 [ 198 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 4678 | 2025.02.21 14:36:02.593634 [ 198 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4679 | 2025.02.21 14:36:02.593672 [ 198 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 4680 | 2025.02.21 14:36:02.593754 [ 198 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 4681 | 2025.02.21 14:36:02.593856 [ 198 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 4682 | 2025.02.21 14:36:02.593986 [ 198 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 4683 | 2025.02.21 14:36:02.594071 [ 198 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 4684 | 2025.02.21 14:36:02.595016 [ 192 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.001698071 sec., 28267.369267833914 rows/sec., 2.36 MiB/sec. | ||
| 4685 | 2025.02.21 14:36:02.595267 [ 192 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4686 | 2025.02.21 14:36:02.595655 [ 192 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_5_1} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4687 | 2025.02.21 14:36:02.595741 [ 192 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_5_1} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4688 | 2025.02.21 14:36:02.595843 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4689 | 2025.02.21 14:36:03.284684 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 212 | ||
| 4690 | 2025.02.21 14:36:03.306140 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4691 | 2025.02.21 14:36:03.306200 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4692 | 2025.02.21 14:36:03.313553 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4693 | 2025.02.21 14:36:03.314306 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4694 | 2025.02.21 14:36:03.317017 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 212 | ||
| 4695 | 2025.02.21 14:36:04.212678 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4696 | 2025.02.21 14:36:04.212906 [ 254 ] {72378459-b8a9-4998-bfb9-25302bfc7643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4697 | 2025.02.21 14:36:04.212989 [ 254 ] {72378459-b8a9-4998-bfb9-25302bfc7643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4698 | 2025.02.21 14:36:04.213879 [ 254 ] {72378459-b8a9-4998-bfb9-25302bfc7643} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4699 | 2025.02.21 14:36:04.213938 [ 254 ] {72378459-b8a9-4998-bfb9-25302bfc7643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4700 | 2025.02.21 14:36:04.214406 [ 254 ] {72378459-b8a9-4998-bfb9-25302bfc7643} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 4701 | 2025.02.21 14:36:04.214672 [ 254 ] {72378459-b8a9-4998-bfb9-25302bfc7643} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4702 | 2025.02.21 14:36:04.214896 [ 254 ] {72378459-b8a9-4998-bfb9-25302bfc7643} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002049 sec., 65397.755002440215 rows/sec., 5.63 MiB/sec. | ||
| 4703 | 2025.02.21 14:36:04.214992 [ 254 ] {72378459-b8a9-4998-bfb9-25302bfc7643} <Debug> TCPHandler: Processed in 0.002454184 sec. | ||
| 4704 | 2025.02.21 14:36:04.215325 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4705 | 2025.02.21 14:36:04.215634 [ 256 ] {a9865b23-4538-41a5-830c-28b7585dddf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4706 | 2025.02.21 14:36:04.215750 [ 256 ] {a9865b23-4538-41a5-830c-28b7585dddf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4707 | 2025.02.21 14:36:04.216536 [ 256 ] {a9865b23-4538-41a5-830c-28b7585dddf9} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4708 | 2025.02.21 14:36:04.216588 [ 256 ] {a9865b23-4538-41a5-830c-28b7585dddf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4709 | 2025.02.21 14:36:04.217038 [ 256 ] {a9865b23-4538-41a5-830c-28b7585dddf9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4710 | 2025.02.21 14:36:04.217299 [ 256 ] {a9865b23-4538-41a5-830c-28b7585dddf9} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4711 | 2025.02.21 14:36:04.217602 [ 256 ] {a9865b23-4538-41a5-830c-28b7585dddf9} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.002053 sec., 18996.590355577202 rows/sec., 1.39 MiB/sec. | ||
| 4712 | 2025.02.21 14:36:04.217828 [ 256 ] {a9865b23-4538-41a5-830c-28b7585dddf9} <Debug> TCPHandler: Processed in 0.002714362 sec. | ||
| 4713 | 2025.02.21 14:36:04.217997 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4714 | 2025.02.21 14:36:04.218146 [ 254 ] {28c0584e-7ebb-474e-a2e5-4fe1b90c5e56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4715 | 2025.02.21 14:36:04.218207 [ 254 ] {28c0584e-7ebb-474e-a2e5-4fe1b90c5e56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4716 | 2025.02.21 14:36:04.218903 [ 254 ] {28c0584e-7ebb-474e-a2e5-4fe1b90c5e56} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4717 | 2025.02.21 14:36:04.218941 [ 254 ] {28c0584e-7ebb-474e-a2e5-4fe1b90c5e56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4718 | 2025.02.21 14:36:04.219322 [ 254 ] {28c0584e-7ebb-474e-a2e5-4fe1b90c5e56} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 4719 | 2025.02.21 14:36:04.219562 [ 254 ] {28c0584e-7ebb-474e-a2e5-4fe1b90c5e56} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4720 | 2025.02.21 14:36:04.219756 [ 254 ] {28c0584e-7ebb-474e-a2e5-4fe1b90c5e56} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001645 sec., 62613.98176291793 rows/sec., 4.89 MiB/sec. | ||
| 4721 | 2025.02.21 14:36:04.219881 [ 254 ] {28c0584e-7ebb-474e-a2e5-4fe1b90c5e56} <Debug> TCPHandler: Processed in 0.001954578 sec. | ||
| 4722 | 2025.02.21 14:36:04.220113 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4723 | 2025.02.21 14:36:04.220345 [ 256 ] {dc38b70c-d378-4a75-aaa6-2b26e5bf0b7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4724 | 2025.02.21 14:36:04.220446 [ 256 ] {dc38b70c-d378-4a75-aaa6-2b26e5bf0b7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4725 | 2025.02.21 14:36:04.221181 [ 256 ] {dc38b70c-d378-4a75-aaa6-2b26e5bf0b7e} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4726 | 2025.02.21 14:36:04.221223 [ 256 ] {dc38b70c-d378-4a75-aaa6-2b26e5bf0b7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4727 | 2025.02.21 14:36:04.221628 [ 256 ] {dc38b70c-d378-4a75-aaa6-2b26e5bf0b7e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 4728 | 2025.02.21 14:36:04.221864 [ 256 ] {dc38b70c-d378-4a75-aaa6-2b26e5bf0b7e} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4729 | 2025.02.21 14:36:04.222135 [ 256 ] {dc38b70c-d378-4a75-aaa6-2b26e5bf0b7e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001843 sec., 86814.97558328812 rows/sec., 6.05 MiB/sec. | ||
| 4730 | 2025.02.21 14:36:04.222306 [ 256 ] {dc38b70c-d378-4a75-aaa6-2b26e5bf0b7e} <Debug> TCPHandler: Processed in 0.002326509 sec. | ||
| 4731 | 2025.02.21 14:36:04.222507 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4732 | 2025.02.21 14:36:04.222636 [ 254 ] {67bd64e1-e41c-4c1c-9a6f-17b6af8a0701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4733 | 2025.02.21 14:36:04.222713 [ 254 ] {67bd64e1-e41c-4c1c-9a6f-17b6af8a0701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4734 | 2025.02.21 14:36:04.224025 [ 254 ] {67bd64e1-e41c-4c1c-9a6f-17b6af8a0701} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4735 | 2025.02.21 14:36:04.224066 [ 254 ] {67bd64e1-e41c-4c1c-9a6f-17b6af8a0701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4736 | 2025.02.21 14:36:04.224766 [ 254 ] {67bd64e1-e41c-4c1c-9a6f-17b6af8a0701} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4737 | 2025.02.21 14:36:04.225032 [ 254 ] {67bd64e1-e41c-4c1c-9a6f-17b6af8a0701} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4738 | 2025.02.21 14:36:04.225311 [ 254 ] {67bd64e1-e41c-4c1c-9a6f-17b6af8a0701} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002695 sec., 14471.243042671615 rows/sec., 25.93 MiB/sec. | ||
| 4739 | 2025.02.21 14:36:04.225869 [ 254 ] {67bd64e1-e41c-4c1c-9a6f-17b6af8a0701} <Debug> TCPHandler: Processed in 0.003471754 sec. | ||
| 4740 | 2025.02.21 14:36:04.226013 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4741 | 2025.02.21 14:36:04.226134 [ 256 ] {e582bf36-44fd-4942-9bdf-b1e7adba63fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4742 | 2025.02.21 14:36:04.226187 [ 256 ] {e582bf36-44fd-4942-9bdf-b1e7adba63fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4743 | 2025.02.21 14:36:04.226681 [ 256 ] {e582bf36-44fd-4942-9bdf-b1e7adba63fb} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4744 | 2025.02.21 14:36:04.226717 [ 256 ] {e582bf36-44fd-4942-9bdf-b1e7adba63fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4745 | 2025.02.21 14:36:04.227091 [ 256 ] {e582bf36-44fd-4942-9bdf-b1e7adba63fb} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 4746 | 2025.02.21 14:36:04.227326 [ 256 ] {e582bf36-44fd-4942-9bdf-b1e7adba63fb} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4747 | 2025.02.21 14:36:04.227549 [ 256 ] {e582bf36-44fd-4942-9bdf-b1e7adba63fb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001439 sec., 41695.62195969423 rows/sec., 2.81 MiB/sec. | ||
| 4748 | 2025.02.21 14:36:04.227602 [ 256 ] {e582bf36-44fd-4942-9bdf-b1e7adba63fb} <Debug> TCPHandler: Processed in 0.001647869 sec. | ||
| 4749 | 2025.02.21 14:36:09.211200 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4750 | 2025.02.21 14:36:09.211438 [ 254 ] {194e8240-93bb-4cde-92c6-d05d5c0a9884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4751 | 2025.02.21 14:36:09.211524 [ 254 ] {194e8240-93bb-4cde-92c6-d05d5c0a9884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4752 | 2025.02.21 14:36:09.212326 [ 254 ] {194e8240-93bb-4cde-92c6-d05d5c0a9884} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4753 | 2025.02.21 14:36:09.212384 [ 254 ] {194e8240-93bb-4cde-92c6-d05d5c0a9884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4754 | 2025.02.21 14:36:09.212838 [ 254 ] {194e8240-93bb-4cde-92c6-d05d5c0a9884} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 4755 | 2025.02.21 14:36:09.213102 [ 254 ] {194e8240-93bb-4cde-92c6-d05d5c0a9884} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4756 | 2025.02.21 14:36:09.213312 [ 48 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 4757 | 2025.02.21 14:36:09.213343 [ 254 ] {194e8240-93bb-4cde-92c6-d05d5c0a9884} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001968 sec., 28455.284552845525 rows/sec., 2.17 MiB/sec. | ||
| 4758 | 2025.02.21 14:36:09.213392 [ 48 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4759 | 2025.02.21 14:36:09.213471 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4760 | 2025.02.21 14:36:09.213480 [ 254 ] {194e8240-93bb-4cde-92c6-d05d5c0a9884} <Debug> TCPHandler: Processed in 0.002421532 sec. | ||
| 4761 | 2025.02.21 14:36:09.213801 [ 198 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 4762 | 2025.02.21 14:36:09.213916 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4763 | 2025.02.21 14:36:09.214272 [ 198 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4764 | 2025.02.21 14:36:09.214346 [ 198 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1405 rows starting from the beginning of the part | ||
| 4765 | 2025.02.21 14:36:09.214517 [ 256 ] {a86620a4-2063-469c-84d2-afa47d7e9283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4766 | 2025.02.21 14:36:09.214556 [ 198 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1402 rows starting from the beginning of the part | ||
| 4767 | 2025.02.21 14:36:09.214850 [ 198 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 4768 | 2025.02.21 14:36:09.214875 [ 256 ] {a86620a4-2063-469c-84d2-afa47d7e9283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4769 | 2025.02.21 14:36:09.215234 [ 198 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 4770 | 2025.02.21 14:36:09.215535 [ 198 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 134 rows starting from the beginning of the part | ||
| 4771 | 2025.02.21 14:36:09.215816 [ 198 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 4772 | 2025.02.21 14:36:09.217616 [ 256 ] {a86620a4-2063-469c-84d2-afa47d7e9283} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4773 | 2025.02.21 14:36:09.217694 [ 256 ] {a86620a4-2063-469c-84d2-afa47d7e9283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4774 | 2025.02.21 14:36:09.218698 [ 256 ] {a86620a4-2063-469c-84d2-afa47d7e9283} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 4775 | 2025.02.21 14:36:09.219013 [ 256 ] {a86620a4-2063-469c-84d2-afa47d7e9283} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4776 | 2025.02.21 14:36:09.219658 [ 48 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 4777 | 2025.02.21 14:36:09.219722 [ 256 ] {a86620a4-2063-469c-84d2-afa47d7e9283} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005378 sec., 11900.33469691335 rows/sec., 951.14 KiB/sec. | ||
| 4778 | 2025.02.21 14:36:09.219761 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3109 rows, containing 5 columns (5 merged, 0 gathered) in 0.006140904 sec., 506277.2516880251 rows/sec., 44.09 MiB/sec. | ||
| 4779 | 2025.02.21 14:36:09.219768 [ 48 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4780 | 2025.02.21 14:36:09.219898 [ 256 ] {a86620a4-2063-469c-84d2-afa47d7e9283} <Debug> TCPHandler: Processed in 0.006274118 sec. | ||
| 4781 | 2025.02.21 14:36:09.219919 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4782 | 2025.02.21 14:36:09.220198 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4783 | 2025.02.21 14:36:09.220333 [ 201 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 4784 | 2025.02.21 14:36:09.220650 [ 254 ] {f383ee5f-f2ac-473c-a598-77c6ee9c6d27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4785 | 2025.02.21 14:36:09.220613 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 4786 | 2025.02.21 14:36:09.220896 [ 254 ] {f383ee5f-f2ac-473c-a598-77c6ee9c6d27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4787 | 2025.02.21 14:36:09.221380 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4788 | 2025.02.21 14:36:09.221416 [ 201 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_46_9} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4789 | 2025.02.21 14:36:09.221778 [ 201 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_46_9} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 4790 | 2025.02.21 14:36:09.222095 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 4791 | 2025.02.21 14:36:09.222293 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 631 rows starting from the beginning of the part | ||
| 4792 | 2025.02.21 14:36:09.222650 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 611 rows starting from the beginning of the part | ||
| 4793 | 2025.02.21 14:36:09.223048 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 4794 | 2025.02.21 14:36:09.223403 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 4795 | 2025.02.21 14:36:09.223674 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 103 rows starting from the beginning of the part | ||
| 4796 | 2025.02.21 14:36:09.224190 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 4797 | 2025.02.21 14:36:09.224865 [ 254 ] {f383ee5f-f2ac-473c-a598-77c6ee9c6d27} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4798 | 2025.02.21 14:36:09.224943 [ 254 ] {f383ee5f-f2ac-473c-a598-77c6ee9c6d27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4799 | 2025.02.21 14:36:09.225864 [ 254 ] {f383ee5f-f2ac-473c-a598-77c6ee9c6d27} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 4800 | 2025.02.21 14:36:09.226489 [ 254 ] {f383ee5f-f2ac-473c-a598-77c6ee9c6d27} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4801 | 2025.02.21 14:36:09.226782 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 4802 | 2025.02.21 14:36:09.226862 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4803 | 2025.02.21 14:36:09.226882 [ 254 ] {f383ee5f-f2ac-473c-a598-77c6ee9c6d27} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006408 sec., 24968.789013732836 rows/sec., 1.74 MiB/sec. | ||
| 4804 | 2025.02.21 14:36:09.227002 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4805 | 2025.02.21 14:36:09.227202 [ 254 ] {f383ee5f-f2ac-473c-a598-77c6ee9c6d27} <Debug> TCPHandler: Processed in 0.007168384 sec. | ||
| 4806 | 2025.02.21 14:36:09.227698 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4807 | 2025.02.21 14:36:09.227723 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1537 rows, containing 5 columns (5 merged, 0 gathered) in 0.007609317 sec., 201989.21926895672 rows/sec., 16.09 MiB/sec. | ||
| 4808 | 2025.02.21 14:36:09.228233 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 4809 | 2025.02.21 14:36:09.228377 [ 256 ] {cac5be65-5aff-4ac9-b4c4-306fccfb7109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4810 | 2025.02.21 14:36:09.228412 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 4811 | 2025.02.21 14:36:09.228694 [ 256 ] {cac5be65-5aff-4ac9-b4c4-306fccfb7109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4812 | 2025.02.21 14:36:09.229243 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4813 | 2025.02.21 14:36:09.229439 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11816 rows starting from the beginning of the part | ||
| 4814 | 2025.02.21 14:36:09.229833 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 952 rows starting from the beginning of the part | ||
| 4815 | 2025.02.21 14:36:09.229946 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_46_9} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4816 | 2025.02.21 14:36:09.230291 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 98 rows starting from the beginning of the part | ||
| 4817 | 2025.02.21 14:36:09.230393 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_46_9} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 4818 | 2025.02.21 14:36:09.230756 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 4819 | 2025.02.21 14:36:09.230764 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 4820 | 2025.02.21 14:36:09.231007 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
| 4821 | 2025.02.21 14:36:09.231192 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 4822 | 2025.02.21 14:36:09.231708 [ 256 ] {cac5be65-5aff-4ac9-b4c4-306fccfb7109} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4823 | 2025.02.21 14:36:09.231750 [ 256 ] {cac5be65-5aff-4ac9-b4c4-306fccfb7109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4824 | 2025.02.21 14:36:09.232203 [ 256 ] {cac5be65-5aff-4ac9-b4c4-306fccfb7109} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 4825 | 2025.02.21 14:36:09.232466 [ 256 ] {cac5be65-5aff-4ac9-b4c4-306fccfb7109} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4826 | 2025.02.21 14:36:09.232742 [ 48 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 4827 | 2025.02.21 14:36:09.232870 [ 48 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4828 | 2025.02.21 14:36:09.232897 [ 256 ] {cac5be65-5aff-4ac9-b4c4-306fccfb7109} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004717 sec., 12719.949120203519 rows/sec., 877.81 KiB/sec. | ||
| 4829 | 2025.02.21 14:36:09.232945 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4830 | 2025.02.21 14:36:09.233360 [ 256 ] {cac5be65-5aff-4ac9-b4c4-306fccfb7109} <Debug> TCPHandler: Processed in 0.00600216 sec. | ||
| 4831 | 2025.02.21 14:36:09.233552 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 4832 | 2025.02.21 14:36:09.234230 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4833 | 2025.02.21 14:36:09.234383 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2148 rows starting from the beginning of the part | ||
| 4834 | 2025.02.21 14:36:09.234895 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 22 rows starting from the beginning of the part | ||
| 4835 | 2025.02.21 14:36:09.235283 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 38 rows starting from the beginning of the part | ||
| 4836 | 2025.02.21 14:36:09.235500 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 4837 | 2025.02.21 14:36:09.235605 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
| 4838 | 2025.02.21 14:36:09.235696 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 4839 | 2025.02.21 14:36:09.237575 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2388 rows, containing 4 columns (4 merged, 0 gathered) in 0.004456453 sec., 535852.167631971 rows/sec., 36.11 MiB/sec. | ||
| 4840 | 2025.02.21 14:36:09.237909 [ 191 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 4841 | 2025.02.21 14:36:09.238149 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13346 rows, containing 5 columns (5 merged, 0 gathered) in 0.010470153 sec., 1274670.9623058995 rows/sec., 87.35 MiB/sec. | ||
| 4842 | 2025.02.21 14:36:09.238295 [ 191 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_46_9} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4843 | 2025.02.21 14:36:09.238380 [ 191 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_46_9} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 4844 | 2025.02.21 14:36:09.238479 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 4845 | 2025.02.21 14:36:09.238642 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 4846 | 2025.02.21 14:36:09.238981 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4847 | 2025.02.21 14:36:09.239060 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 4848 | 2025.02.21 14:36:09.239156 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.42 MiB. | ||
| 4849 | 2025.02.21 14:36:09.878732 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 4850 | 2025.02.21 14:36:09.879445 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4851 | 2025.02.21 14:36:09.879498 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4852 | 2025.02.21 14:36:09.880031 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4853 | 2025.02.21 14:36:09.880289 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4854 | 2025.02.21 14:36:09.880557 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 4855 | 2025.02.21 14:36:10.817199 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 219 | ||
| 4856 | 2025.02.21 14:36:10.840120 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4857 | 2025.02.21 14:36:10.840190 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4858 | 2025.02.21 14:36:10.847904 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4859 | 2025.02.21 14:36:10.848690 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4860 | 2025.02.21 14:36:10.851621 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 4861 | 2025.02.21 14:36:12.429238 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 672 | ||
| 4862 | 2025.02.21 14:36:12.432084 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4863 | 2025.02.21 14:36:12.432144 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4864 | 2025.02.21 14:36:12.433642 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4865 | 2025.02.21 14:36:12.433955 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4866 | 2025.02.21 14:36:12.434177 [ 43 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4867 | 2025.02.21 14:36:12.434308 [ 43 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4868 | 2025.02.21 14:36:12.434376 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4869 | 2025.02.21 14:36:12.434961 [ 197 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 4870 | 2025.02.21 14:36:12.436209 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 672 | ||
| 4871 | 2025.02.21 14:36:12.436458 [ 197 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4872 | 2025.02.21 14:36:12.436591 [ 197 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 560 rows starting from the beginning of the part | ||
| 4873 | 2025.02.21 14:36:12.437184 [ 197 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 4874 | 2025.02.21 14:36:12.437736 [ 197 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 20 rows starting from the beginning of the part | ||
| 4875 | 2025.02.21 14:36:12.438295 [ 197 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part | ||
| 4876 | 2025.02.21 14:36:12.438828 [ 197 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 4877 | 2025.02.21 14:36:12.439419 [ 197 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 20 rows starting from the beginning of the part | ||
| 4878 | 2025.02.21 14:36:12.447222 [ 193 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 672 rows, containing 72 columns (72 merged, 0 gathered) in 0.01270951 sec., 52873.79293143481 rows/sec., 44.56 MiB/sec. | ||
| 4879 | 2025.02.21 14:36:12.448478 [ 191 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4880 | 2025.02.21 14:36:12.449325 [ 191 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_21_4} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4881 | 2025.02.21 14:36:12.449426 [ 191 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_21_4} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4882 | 2025.02.21 14:36:12.449767 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.02 MiB. | ||
| 4883 | 2025.02.21 14:36:14.212514 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4884 | 2025.02.21 14:36:14.212724 [ 254 ] {e9e34b08-128f-4336-bac5-ea6c1e75de94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4885 | 2025.02.21 14:36:14.212803 [ 254 ] {e9e34b08-128f-4336-bac5-ea6c1e75de94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4886 | 2025.02.21 14:36:14.213631 [ 254 ] {e9e34b08-128f-4336-bac5-ea6c1e75de94} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4887 | 2025.02.21 14:36:14.213676 [ 254 ] {e9e34b08-128f-4336-bac5-ea6c1e75de94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4888 | 2025.02.21 14:36:14.214124 [ 254 ] {e9e34b08-128f-4336-bac5-ea6c1e75de94} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 4889 | 2025.02.21 14:36:14.214380 [ 254 ] {e9e34b08-128f-4336-bac5-ea6c1e75de94} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4890 | 2025.02.21 14:36:14.214576 [ 254 ] {e9e34b08-128f-4336-bac5-ea6c1e75de94} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.00191 sec., 70157.06806282722 rows/sec., 6.04 MiB/sec. | ||
| 4891 | 2025.02.21 14:36:14.214640 [ 254 ] {e9e34b08-128f-4336-bac5-ea6c1e75de94} <Debug> TCPHandler: Processed in 0.002261937 sec. | ||
| 4892 | 2025.02.21 14:36:14.214895 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4893 | 2025.02.21 14:36:14.215100 [ 256 ] {56b9f199-4984-419d-ae3a-03611d72e3f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4894 | 2025.02.21 14:36:14.215176 [ 256 ] {56b9f199-4984-419d-ae3a-03611d72e3f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4895 | 2025.02.21 14:36:14.215955 [ 256 ] {56b9f199-4984-419d-ae3a-03611d72e3f4} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4896 | 2025.02.21 14:36:14.216010 [ 256 ] {56b9f199-4984-419d-ae3a-03611d72e3f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4897 | 2025.02.21 14:36:14.216466 [ 256 ] {56b9f199-4984-419d-ae3a-03611d72e3f4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4898 | 2025.02.21 14:36:14.216729 [ 256 ] {56b9f199-4984-419d-ae3a-03611d72e3f4} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4899 | 2025.02.21 14:36:14.216906 [ 42 ] {} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 4900 | 2025.02.21 14:36:14.216976 [ 42 ] {} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4901 | 2025.02.21 14:36:14.217022 [ 256 ] {56b9f199-4984-419d-ae3a-03611d72e3f4} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001962 sec., 19877.67584097859 rows/sec., 1.46 MiB/sec. | ||
| 4902 | 2025.02.21 14:36:14.217025 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4903 | 2025.02.21 14:36:14.217225 [ 256 ] {56b9f199-4984-419d-ae3a-03611d72e3f4} <Debug> TCPHandler: Processed in 0.002458283 sec. | ||
| 4904 | 2025.02.21 14:36:14.217382 [ 197 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::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 | ||
| 4905 | 2025.02.21 14:36:14.217564 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4906 | 2025.02.21 14:36:14.217758 [ 197 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4907 | 2025.02.21 14:36:14.217801 [ 254 ] {22ea99cf-b081-46e5-bdfa-4231d30348b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4908 | 2025.02.21 14:36:14.217806 [ 197 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 69 rows starting from the beginning of the part | ||
| 4909 | 2025.02.21 14:36:14.217869 [ 254 ] {22ea99cf-b081-46e5-bdfa-4231d30348b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4910 | 2025.02.21 14:36:14.218041 [ 197 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 39 rows starting from the beginning of the part | ||
| 4911 | 2025.02.21 14:36:14.218433 [ 197 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 39 rows starting from the beginning of the part | ||
| 4912 | 2025.02.21 14:36:14.218808 [ 197 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 67 rows starting from the beginning of the part | ||
| 4913 | 2025.02.21 14:36:14.219231 [ 197 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 39 rows starting from the beginning of the part | ||
| 4914 | 2025.02.21 14:36:14.219621 [ 197 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 39 rows starting from the beginning of the part | ||
| 4915 | 2025.02.21 14:36:14.220563 [ 254 ] {22ea99cf-b081-46e5-bdfa-4231d30348b2} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4916 | 2025.02.21 14:36:14.220611 [ 254 ] {22ea99cf-b081-46e5-bdfa-4231d30348b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 4917 | 2025.02.21 14:36:14.221238 [ 254 ] {22ea99cf-b081-46e5-bdfa-4231d30348b2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 4918 | 2025.02.21 14:36:14.221372 [ 191 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 5 columns (5 merged, 0 gathered) in 0.004202156 sec., 69488.13894581734 rows/sec., 5.35 MiB/sec. | ||
| 4919 | 2025.02.21 14:36:14.221611 [ 191 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 4920 | 2025.02.21 14:36:14.221728 [ 254 ] {22ea99cf-b081-46e5-bdfa-4231d30348b2} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4921 | 2025.02.21 14:36:14.222123 [ 254 ] {22ea99cf-b081-46e5-bdfa-4231d30348b2} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.004355 sec., 23650.975889781857 rows/sec., 1.85 MiB/sec. | ||
| 4922 | 2025.02.21 14:36:14.222320 [ 254 ] {22ea99cf-b081-46e5-bdfa-4231d30348b2} <Debug> TCPHandler: Processed in 0.004943158 sec. | ||
| 4923 | 2025.02.21 14:36:14.222327 [ 191 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_20_4} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4924 | 2025.02.21 14:36:14.222493 [ 191 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_20_4} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 4925 | 2025.02.21 14:36:14.222522 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4926 | 2025.02.21 14:36:14.222604 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 4927 | 2025.02.21 14:36:14.222688 [ 256 ] {3298394c-d94d-4ea4-b349-a7b4ba3f5518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4928 | 2025.02.21 14:36:14.222754 [ 256 ] {3298394c-d94d-4ea4-b349-a7b4ba3f5518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4929 | 2025.02.21 14:36:14.223375 [ 256 ] {3298394c-d94d-4ea4-b349-a7b4ba3f5518} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4930 | 2025.02.21 14:36:14.223415 [ 256 ] {3298394c-d94d-4ea4-b349-a7b4ba3f5518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4931 | 2025.02.21 14:36:14.223816 [ 256 ] {3298394c-d94d-4ea4-b349-a7b4ba3f5518} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 4932 | 2025.02.21 14:36:14.224064 [ 256 ] {3298394c-d94d-4ea4-b349-a7b4ba3f5518} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4933 | 2025.02.21 14:36:14.224278 [ 256 ] {3298394c-d94d-4ea4-b349-a7b4ba3f5518} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001624 sec., 98522.16748768472 rows/sec., 6.86 MiB/sec. | ||
| 4934 | 2025.02.21 14:36:14.224334 [ 256 ] {3298394c-d94d-4ea4-b349-a7b4ba3f5518} <Debug> TCPHandler: Processed in 0.001896216 sec. | ||
| 4935 | 2025.02.21 14:36:14.224481 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4936 | 2025.02.21 14:36:14.224621 [ 254 ] {81f82bc5-f99e-49ec-b9b5-1062c877928d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4937 | 2025.02.21 14:36:14.224715 [ 254 ] {81f82bc5-f99e-49ec-b9b5-1062c877928d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4938 | 2025.02.21 14:36:14.225883 [ 254 ] {81f82bc5-f99e-49ec-b9b5-1062c877928d} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4939 | 2025.02.21 14:36:14.225921 [ 254 ] {81f82bc5-f99e-49ec-b9b5-1062c877928d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4940 | 2025.02.21 14:36:14.226585 [ 254 ] {81f82bc5-f99e-49ec-b9b5-1062c877928d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4941 | 2025.02.21 14:36:14.226849 [ 254 ] {81f82bc5-f99e-49ec-b9b5-1062c877928d} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4942 | 2025.02.21 14:36:14.227053 [ 254 ] {81f82bc5-f99e-49ec-b9b5-1062c877928d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002464 sec., 15827.922077922078 rows/sec., 28.36 MiB/sec. | ||
| 4943 | 2025.02.21 14:36:14.227161 [ 254 ] {81f82bc5-f99e-49ec-b9b5-1062c877928d} <Debug> TCPHandler: Processed in 0.002747352 sec. | ||
| 4944 | 2025.02.21 14:36:14.227315 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4945 | 2025.02.21 14:36:14.227458 [ 256 ] {d4c06e07-23a2-4ffd-8394-fdaa306a9eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4946 | 2025.02.21 14:36:14.227521 [ 256 ] {d4c06e07-23a2-4ffd-8394-fdaa306a9eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4947 | 2025.02.21 14:36:14.228094 [ 256 ] {d4c06e07-23a2-4ffd-8394-fdaa306a9eb5} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4948 | 2025.02.21 14:36:14.228133 [ 256 ] {d4c06e07-23a2-4ffd-8394-fdaa306a9eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 4949 | 2025.02.21 14:36:14.228510 [ 256 ] {d4c06e07-23a2-4ffd-8394-fdaa306a9eb5} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 4950 | 2025.02.21 14:36:14.228746 [ 256 ] {d4c06e07-23a2-4ffd-8394-fdaa306a9eb5} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4951 | 2025.02.21 14:36:14.228959 [ 256 ] {d4c06e07-23a2-4ffd-8394-fdaa306a9eb5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001533 sec., 39138.94324853229 rows/sec., 2.64 MiB/sec. | ||
| 4952 | 2025.02.21 14:36:14.229009 [ 256 ] {d4c06e07-23a2-4ffd-8394-fdaa306a9eb5} <Debug> TCPHandler: Processed in 0.001764533 sec. | ||
| 4953 | 2025.02.21 14:36:17.231973 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4954 | 2025.02.21 14:36:17.232073 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4955 | 2025.02.21 14:36:17.381589 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 4956 | 2025.02.21 14:36:17.382212 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4957 | 2025.02.21 14:36:17.382251 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 4958 | 2025.02.21 14:36:17.382784 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4959 | 2025.02.21 14:36:17.383031 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4960 | 2025.02.21 14:36:17.383218 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 4961 | 2025.02.21 14:36:18.352613 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 4962 | 2025.02.21 14:36:18.373262 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4963 | 2025.02.21 14:36:18.373317 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 4964 | 2025.02.21 14:36:18.381650 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4965 | 2025.02.21 14:36:18.382430 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4966 | 2025.02.21 14:36:18.385015 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 4967 | 2025.02.21 14:36:19.210555 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4968 | 2025.02.21 14:36:19.210770 [ 254 ] {3cc45c67-4d94-4394-a6ff-82e0d9560348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4969 | 2025.02.21 14:36:19.210851 [ 254 ] {3cc45c67-4d94-4394-a6ff-82e0d9560348} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4970 | 2025.02.21 14:36:19.211646 [ 254 ] {3cc45c67-4d94-4394-a6ff-82e0d9560348} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4971 | 2025.02.21 14:36:19.211694 [ 254 ] {3cc45c67-4d94-4394-a6ff-82e0d9560348} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 4972 | 2025.02.21 14:36:19.212137 [ 254 ] {3cc45c67-4d94-4394-a6ff-82e0d9560348} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 4973 | 2025.02.21 14:36:19.212403 [ 254 ] {3cc45c67-4d94-4394-a6ff-82e0d9560348} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4974 | 2025.02.21 14:36:19.212610 [ 254 ] {3cc45c67-4d94-4394-a6ff-82e0d9560348} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.0019 sec., 29473.684210526317 rows/sec., 2.25 MiB/sec. | ||
| 4975 | 2025.02.21 14:36:19.212673 [ 254 ] {3cc45c67-4d94-4394-a6ff-82e0d9560348} <Debug> TCPHandler: Processed in 0.002257558 sec. | ||
| 4976 | 2025.02.21 14:36:19.212925 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4977 | 2025.02.21 14:36:19.213142 [ 256 ] {b7f54cb1-34e1-44a3-8da3-4a8526afeb6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4978 | 2025.02.21 14:36:19.213220 [ 256 ] {b7f54cb1-34e1-44a3-8da3-4a8526afeb6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4979 | 2025.02.21 14:36:19.213992 [ 256 ] {b7f54cb1-34e1-44a3-8da3-4a8526afeb6f} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4980 | 2025.02.21 14:36:19.214041 [ 256 ] {b7f54cb1-34e1-44a3-8da3-4a8526afeb6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 4981 | 2025.02.21 14:36:19.214483 [ 256 ] {b7f54cb1-34e1-44a3-8da3-4a8526afeb6f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 4982 | 2025.02.21 14:36:19.214737 [ 256 ] {b7f54cb1-34e1-44a3-8da3-4a8526afeb6f} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4983 | 2025.02.21 14:36:19.214980 [ 256 ] {b7f54cb1-34e1-44a3-8da3-4a8526afeb6f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001897 sec., 33737.48023194518 rows/sec., 2.63 MiB/sec. | ||
| 4984 | 2025.02.21 14:36:19.215047 [ 256 ] {b7f54cb1-34e1-44a3-8da3-4a8526afeb6f} <Debug> TCPHandler: Processed in 0.002266088 sec. | ||
| 4985 | 2025.02.21 14:36:19.215252 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4986 | 2025.02.21 14:36:19.215401 [ 254 ] {6ecc3669-7ec8-4519-9b38-1ca10c31f056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4987 | 2025.02.21 14:36:19.215470 [ 254 ] {6ecc3669-7ec8-4519-9b38-1ca10c31f056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4988 | 2025.02.21 14:36:19.216149 [ 254 ] {6ecc3669-7ec8-4519-9b38-1ca10c31f056} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4989 | 2025.02.21 14:36:19.216191 [ 254 ] {6ecc3669-7ec8-4519-9b38-1ca10c31f056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 4990 | 2025.02.21 14:36:19.216601 [ 254 ] {6ecc3669-7ec8-4519-9b38-1ca10c31f056} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 4991 | 2025.02.21 14:36:19.216840 [ 254 ] {6ecc3669-7ec8-4519-9b38-1ca10c31f056} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4992 | 2025.02.21 14:36:19.217063 [ 254 ] {6ecc3669-7ec8-4519-9b38-1ca10c31f056} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00169 sec., 94674.55621301774 rows/sec., 6.59 MiB/sec. | ||
| 4993 | 2025.02.21 14:36:19.217208 [ 254 ] {6ecc3669-7ec8-4519-9b38-1ca10c31f056} <Debug> TCPHandler: Processed in 0.002066262 sec. | ||
| 4994 | 2025.02.21 14:36:19.217431 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4995 | 2025.02.21 14:36:19.217575 [ 256 ] {67d6736c-9e14-4fc5-934b-d7a54c462e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4996 | 2025.02.21 14:36:19.217633 [ 256 ] {67d6736c-9e14-4fc5-934b-d7a54c462e6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4997 | 2025.02.21 14:36:19.218204 [ 256 ] {67d6736c-9e14-4fc5-934b-d7a54c462e6e} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4998 | 2025.02.21 14:36:19.218242 [ 256 ] {67d6736c-9e14-4fc5-934b-d7a54c462e6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 4999 | 2025.02.21 14:36:19.218612 [ 256 ] {67d6736c-9e14-4fc5-934b-d7a54c462e6e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 5000 | 2025.02.21 14:36:19.218858 [ 256 ] {67d6736c-9e14-4fc5-934b-d7a54c462e6e} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5001 | 2025.02.21 14:36:19.219071 [ 256 ] {67d6736c-9e14-4fc5-934b-d7a54c462e6e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001527 sec., 39292.73084479372 rows/sec., 2.65 MiB/sec. | ||
| 5002 | 2025.02.21 14:36:19.219121 [ 256 ] {67d6736c-9e14-4fc5-934b-d7a54c462e6e} <Debug> TCPHandler: Processed in 0.001814704 sec. | ||
| 5003 | 2025.02.21 14:36:20.838825 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5004 | 2025.02.21 14:36:20.839017 [ 254 ] {8b4912ca-bf8a-4f4b-b407-ff52cebb0965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5005 | 2025.02.21 14:36:20.839090 [ 254 ] {8b4912ca-bf8a-4f4b-b407-ff52cebb0965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5006 | 2025.02.21 14:36:20.839816 [ 254 ] {8b4912ca-bf8a-4f4b-b407-ff52cebb0965} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5007 | 2025.02.21 14:36:20.839868 [ 254 ] {8b4912ca-bf8a-4f4b-b407-ff52cebb0965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5008 | 2025.02.21 14:36:20.840288 [ 254 ] {8b4912ca-bf8a-4f4b-b407-ff52cebb0965} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5009 | 2025.02.21 14:36:20.840542 [ 254 ] {8b4912ca-bf8a-4f4b-b407-ff52cebb0965} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5010 | 2025.02.21 14:36:20.840777 [ 254 ] {8b4912ca-bf8a-4f4b-b407-ff52cebb0965} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001812 sec., 13245.033112582782 rows/sec., 1.10 MiB/sec. | ||
| 5011 | 2025.02.21 14:36:20.840881 [ 254 ] {8b4912ca-bf8a-4f4b-b407-ff52cebb0965} <Debug> TCPHandler: Processed in 0.002186765 sec. | ||
| 5012 | 2025.02.21 14:36:20.841128 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5013 | 2025.02.21 14:36:20.841325 [ 256 ] {d77e9988-a9db-4cc2-bf89-b973dab4995d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5014 | 2025.02.21 14:36:20.841400 [ 256 ] {d77e9988-a9db-4cc2-bf89-b973dab4995d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5015 | 2025.02.21 14:36:20.842152 [ 256 ] {d77e9988-a9db-4cc2-bf89-b973dab4995d} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5016 | 2025.02.21 14:36:20.842203 [ 256 ] {d77e9988-a9db-4cc2-bf89-b973dab4995d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5017 | 2025.02.21 14:36:20.842629 [ 256 ] {d77e9988-a9db-4cc2-bf89-b973dab4995d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5018 | 2025.02.21 14:36:20.842882 [ 256 ] {d77e9988-a9db-4cc2-bf89-b973dab4995d} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5019 | 2025.02.21 14:36:20.843181 [ 256 ] {d77e9988-a9db-4cc2-bf89-b973dab4995d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001899 sec., 1053.18588730911 rows/sec., 85.88 KiB/sec. | ||
| 5020 | 2025.02.21 14:36:20.843323 [ 256 ] {d77e9988-a9db-4cc2-bf89-b973dab4995d} <Debug> TCPHandler: Processed in 0.00233228 sec. | ||
| 5021 | 2025.02.21 14:36:20.843479 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5022 | 2025.02.21 14:36:20.843624 [ 254 ] {55a06b69-3fd9-4063-b56b-6d66ce10ef42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5023 | 2025.02.21 14:36:20.843684 [ 254 ] {55a06b69-3fd9-4063-b56b-6d66ce10ef42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5024 | 2025.02.21 14:36:20.844836 [ 254 ] {55a06b69-3fd9-4063-b56b-6d66ce10ef42} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5025 | 2025.02.21 14:36:20.844876 [ 254 ] {55a06b69-3fd9-4063-b56b-6d66ce10ef42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5026 | 2025.02.21 14:36:20.845334 [ 254 ] {55a06b69-3fd9-4063-b56b-6d66ce10ef42} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5027 | 2025.02.21 14:36:20.845586 [ 254 ] {55a06b69-3fd9-4063-b56b-6d66ce10ef42} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5028 | 2025.02.21 14:36:20.845795 [ 254 ] {55a06b69-3fd9-4063-b56b-6d66ce10ef42} <Debug> executeQuery: Read 1395 rows, 119.43 KiB in 0.002203 sec., 633227.4171584203 rows/sec., 52.94 MiB/sec. | ||
| 5029 | 2025.02.21 14:36:20.845848 [ 254 ] {55a06b69-3fd9-4063-b56b-6d66ce10ef42} <Debug> TCPHandler: Processed in 0.002440543 sec. | ||
| 5030 | 2025.02.21 14:36:20.845987 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5031 | 2025.02.21 14:36:20.846110 [ 256 ] {d43adbf5-6aec-4ac5-a20f-41928393cecf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5032 | 2025.02.21 14:36:20.846162 [ 256 ] {d43adbf5-6aec-4ac5-a20f-41928393cecf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5033 | 2025.02.21 14:36:20.846783 [ 256 ] {d43adbf5-6aec-4ac5-a20f-41928393cecf} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5034 | 2025.02.21 14:36:20.846825 [ 256 ] {d43adbf5-6aec-4ac5-a20f-41928393cecf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5035 | 2025.02.21 14:36:20.847196 [ 256 ] {d43adbf5-6aec-4ac5-a20f-41928393cecf} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5036 | 2025.02.21 14:36:20.847437 [ 256 ] {d43adbf5-6aec-4ac5-a20f-41928393cecf} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5037 | 2025.02.21 14:36:20.847640 [ 256 ] {d43adbf5-6aec-4ac5-a20f-41928393cecf} <Debug> executeQuery: Read 53 rows, 4.03 KiB in 0.001558 sec., 34017.97175866496 rows/sec., 2.53 MiB/sec. | ||
| 5038 | 2025.02.21 14:36:20.847698 [ 256 ] {d43adbf5-6aec-4ac5-a20f-41928393cecf} <Debug> TCPHandler: Processed in 0.001770523 sec. | ||
| 5039 | 2025.02.21 14:36:20.847836 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5040 | 2025.02.21 14:36:20.847953 [ 254 ] {e7492a41-eed4-4568-b1e4-2890bd6347c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5041 | 2025.02.21 14:36:20.848002 [ 254 ] {e7492a41-eed4-4568-b1e4-2890bd6347c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5042 | 2025.02.21 14:36:20.848731 [ 254 ] {e7492a41-eed4-4568-b1e4-2890bd6347c6} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5043 | 2025.02.21 14:36:20.848771 [ 254 ] {e7492a41-eed4-4568-b1e4-2890bd6347c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5044 | 2025.02.21 14:36:20.849147 [ 254 ] {e7492a41-eed4-4568-b1e4-2890bd6347c6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5045 | 2025.02.21 14:36:20.849385 [ 254 ] {e7492a41-eed4-4568-b1e4-2890bd6347c6} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5046 | 2025.02.21 14:36:20.849596 [ 254 ] {e7492a41-eed4-4568-b1e4-2890bd6347c6} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001667 sec., 151169.76604679064 rows/sec., 10.46 MiB/sec. | ||
| 5047 | 2025.02.21 14:36:20.849651 [ 254 ] {e7492a41-eed4-4568-b1e4-2890bd6347c6} <Debug> TCPHandler: Processed in 0.001872236 sec. | ||
| 5048 | 2025.02.21 14:36:20.849790 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5049 | 2025.02.21 14:36:20.849906 [ 256 ] {f866bcad-a4d2-48c9-8d61-f1c2bdfff4ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5050 | 2025.02.21 14:36:20.849956 [ 256 ] {f866bcad-a4d2-48c9-8d61-f1c2bdfff4ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5051 | 2025.02.21 14:36:20.850529 [ 256 ] {f866bcad-a4d2-48c9-8d61-f1c2bdfff4ef} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5052 | 2025.02.21 14:36:20.850569 [ 256 ] {f866bcad-a4d2-48c9-8d61-f1c2bdfff4ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5053 | 2025.02.21 14:36:20.850919 [ 256 ] {f866bcad-a4d2-48c9-8d61-f1c2bdfff4ef} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5054 | 2025.02.21 14:36:20.851166 [ 256 ] {f866bcad-a4d2-48c9-8d61-f1c2bdfff4ef} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5055 | 2025.02.21 14:36:20.851430 [ 256 ] {f866bcad-a4d2-48c9-8d61-f1c2bdfff4ef} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001538 sec., 7802.340702210663 rows/sec., 609.56 KiB/sec. | ||
| 5056 | 2025.02.21 14:36:20.851564 [ 256 ] {f866bcad-a4d2-48c9-8d61-f1c2bdfff4ef} <Debug> TCPHandler: Processed in 0.001831225 sec. | ||
| 5057 | 2025.02.21 14:36:20.851711 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5058 | 2025.02.21 14:36:20.851849 [ 254 ] {e60d9988-b1bf-4a23-a574-7dafeac8bf78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5059 | 2025.02.21 14:36:20.851906 [ 254 ] {e60d9988-b1bf-4a23-a574-7dafeac8bf78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5060 | 2025.02.21 14:36:20.852724 [ 254 ] {e60d9988-b1bf-4a23-a574-7dafeac8bf78} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5061 | 2025.02.21 14:36:20.852762 [ 254 ] {e60d9988-b1bf-4a23-a574-7dafeac8bf78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5062 | 2025.02.21 14:36:20.853147 [ 254 ] {e60d9988-b1bf-4a23-a574-7dafeac8bf78} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5063 | 2025.02.21 14:36:20.853379 [ 254 ] {e60d9988-b1bf-4a23-a574-7dafeac8bf78} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5064 | 2025.02.21 14:36:20.853582 [ 254 ] {e60d9988-b1bf-4a23-a574-7dafeac8bf78} <Debug> executeQuery: Read 597 rows, 45.95 KiB in 0.001763 sec., 338627.3397617697 rows/sec., 25.45 MiB/sec. | ||
| 5065 | 2025.02.21 14:36:20.853635 [ 254 ] {e60d9988-b1bf-4a23-a574-7dafeac8bf78} <Debug> TCPHandler: Processed in 0.00199219 sec. | ||
| 5066 | 2025.02.21 14:36:20.853765 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5067 | 2025.02.21 14:36:20.853884 [ 256 ] {10b0a59d-5805-48d5-81a6-af6b50b3f2fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5068 | 2025.02.21 14:36:20.853937 [ 256 ] {10b0a59d-5805-48d5-81a6-af6b50b3f2fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5069 | 2025.02.21 14:36:20.854697 [ 256 ] {10b0a59d-5805-48d5-81a6-af6b50b3f2fb} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5070 | 2025.02.21 14:36:20.854736 [ 256 ] {10b0a59d-5805-48d5-81a6-af6b50b3f2fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5071 | 2025.02.21 14:36:20.855186 [ 256 ] {10b0a59d-5805-48d5-81a6-af6b50b3f2fb} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5072 | 2025.02.21 14:36:20.855423 [ 256 ] {10b0a59d-5805-48d5-81a6-af6b50b3f2fb} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5073 | 2025.02.21 14:36:20.855642 [ 256 ] {10b0a59d-5805-48d5-81a6-af6b50b3f2fb} <Debug> executeQuery: Read 945 rows, 65.30 KiB in 0.001783 sec., 530005.6085249579 rows/sec., 35.77 MiB/sec. | ||
| 5074 | 2025.02.21 14:36:20.855697 [ 256 ] {10b0a59d-5805-48d5-81a6-af6b50b3f2fb} <Debug> TCPHandler: Processed in 0.00198841 sec. | ||
| 5075 | 2025.02.21 14:36:20.855854 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5076 | 2025.02.21 14:36:20.855991 [ 254 ] {0d586b1b-0b76-47bb-a63c-067960455c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5077 | 2025.02.21 14:36:20.856085 [ 254 ] {0d586b1b-0b76-47bb-a63c-067960455c82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5078 | 2025.02.21 14:36:20.857255 [ 254 ] {0d586b1b-0b76-47bb-a63c-067960455c82} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5079 | 2025.02.21 14:36:20.857295 [ 254 ] {0d586b1b-0b76-47bb-a63c-067960455c82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5080 | 2025.02.21 14:36:20.857959 [ 254 ] {0d586b1b-0b76-47bb-a63c-067960455c82} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5081 | 2025.02.21 14:36:20.858206 [ 254 ] {0d586b1b-0b76-47bb-a63c-067960455c82} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5082 | 2025.02.21 14:36:20.858390 [ 32 ] {} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5083 | 2025.02.21 14:36:20.858463 [ 254 ] {0d586b1b-0b76-47bb-a63c-067960455c82} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002498 sec., 15612.489991993596 rows/sec., 27.98 MiB/sec. | ||
| 5084 | 2025.02.21 14:36:20.858473 [ 32 ] {} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5085 | 2025.02.21 14:36:20.858543 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5086 | 2025.02.21 14:36:20.858863 [ 254 ] {0d586b1b-0b76-47bb-a63c-067960455c82} <Debug> TCPHandler: Processed in 0.003082152 sec. | ||
| 5087 | 2025.02.21 14:36:20.858905 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 5088 | 2025.02.21 14:36:20.859066 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5089 | 2025.02.21 14:36:20.859354 [ 256 ] {9f68c9e8-0048-4f6d-bb95-45467485115d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5090 | 2025.02.21 14:36:20.859502 [ 256 ] {9f68c9e8-0048-4f6d-bb95-45467485115d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5091 | 2025.02.21 14:36:20.859634 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5092 | 2025.02.21 14:36:20.859905 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 5093 | 2025.02.21 14:36:20.860689 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 5094 | 2025.02.21 14:36:20.861557 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 5095 | 2025.02.21 14:36:20.861627 [ 256 ] {9f68c9e8-0048-4f6d-bb95-45467485115d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5096 | 2025.02.21 14:36:20.861704 [ 256 ] {9f68c9e8-0048-4f6d-bb95-45467485115d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5097 | 2025.02.21 14:36:20.862263 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 5098 | 2025.02.21 14:36:20.862995 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 5099 | 2025.02.21 14:36:20.863314 [ 256 ] {9f68c9e8-0048-4f6d-bb95-45467485115d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 5100 | 2025.02.21 14:36:20.863613 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 5101 | 2025.02.21 14:36:20.864318 [ 256 ] {9f68c9e8-0048-4f6d-bb95-45467485115d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5102 | 2025.02.21 14:36:20.865232 [ 256 ] {9f68c9e8-0048-4f6d-bb95-45467485115d} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.005918 sec., 3717.4721189591082 rows/sec., 258.58 KiB/sec. | ||
| 5103 | 2025.02.21 14:36:20.865652 [ 256 ] {9f68c9e8-0048-4f6d-bb95-45467485115d} <Debug> TCPHandler: Processed in 0.00668546 sec. | ||
| 5104 | 2025.02.21 14:36:20.882587 [ 191 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 711 rows, containing 19 columns (19 merged, 0 gathered) in 0.023882335 sec., 29770.958325473617 rows/sec., 53.35 MiB/sec. | ||
| 5105 | 2025.02.21 14:36:20.883515 [ 200 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5106 | 2025.02.21 14:36:20.883946 [ 200 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5107 | 2025.02.21 14:36:20.884027 [ 200 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5108 | 2025.02.21 14:36:20.884185 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.69 MiB. | ||
| 5109 | 2025.02.21 14:36:21.001163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.80 MiB, peak 202.48 MiB, free memory in arenas 0.00 B, will set to 196.21 MiB (RSS), difference: 1.40 MiB | ||
| 5110 | 2025.02.21 14:36:22.437276 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 712 | ||
| 5111 | 2025.02.21 14:36:22.440502 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5112 | 2025.02.21 14:36:22.440565 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5113 | 2025.02.21 14:36:22.442042 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5114 | 2025.02.21 14:36:22.442351 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5115 | 2025.02.21 14:36:22.443625 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 712 | ||
| 5116 | 2025.02.21 14:36:24.207720 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5117 | 2025.02.21 14:36:24.207920 [ 254 ] {58bbf270-0852-429b-8915-87bd0a41d910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5118 | 2025.02.21 14:36:24.208000 [ 254 ] {58bbf270-0852-429b-8915-87bd0a41d910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5119 | 2025.02.21 14:36:24.208788 [ 254 ] {58bbf270-0852-429b-8915-87bd0a41d910} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5120 | 2025.02.21 14:36:24.208834 [ 254 ] {58bbf270-0852-429b-8915-87bd0a41d910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5121 | 2025.02.21 14:36:24.209272 [ 254 ] {58bbf270-0852-429b-8915-87bd0a41d910} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5122 | 2025.02.21 14:36:24.209531 [ 254 ] {58bbf270-0852-429b-8915-87bd0a41d910} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5123 | 2025.02.21 14:36:24.209731 [ 254 ] {58bbf270-0852-429b-8915-87bd0a41d910} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001866 sec., 30010.718113612005 rows/sec., 2.29 MiB/sec. | ||
| 5124 | 2025.02.21 14:36:24.209797 [ 254 ] {58bbf270-0852-429b-8915-87bd0a41d910} <Debug> TCPHandler: Processed in 0.002212056 sec. | ||
| 5125 | 2025.02.21 14:36:24.210101 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5126 | 2025.02.21 14:36:24.210396 [ 256 ] {04187232-f0b0-4eb2-8191-ece55df9f1a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5127 | 2025.02.21 14:36:24.210472 [ 256 ] {04187232-f0b0-4eb2-8191-ece55df9f1a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5128 | 2025.02.21 14:36:24.211244 [ 256 ] {04187232-f0b0-4eb2-8191-ece55df9f1a1} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5129 | 2025.02.21 14:36:24.211291 [ 256 ] {04187232-f0b0-4eb2-8191-ece55df9f1a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5130 | 2025.02.21 14:36:24.211735 [ 256 ] {04187232-f0b0-4eb2-8191-ece55df9f1a1} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5131 | 2025.02.21 14:36:24.211988 [ 256 ] {04187232-f0b0-4eb2-8191-ece55df9f1a1} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5132 | 2025.02.21 14:36:24.212229 [ 256 ] {04187232-f0b0-4eb2-8191-ece55df9f1a1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001908 sec., 33542.976939203356 rows/sec., 2.62 MiB/sec. | ||
| 5133 | 2025.02.21 14:36:24.212294 [ 256 ] {04187232-f0b0-4eb2-8191-ece55df9f1a1} <Debug> TCPHandler: Processed in 0.002386701 sec. | ||
| 5134 | 2025.02.21 14:36:24.212439 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5135 | 2025.02.21 14:36:24.212585 [ 254 ] {a8953658-b9ed-4f28-9a9d-c5dea0bf467d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5136 | 2025.02.21 14:36:24.212652 [ 254 ] {a8953658-b9ed-4f28-9a9d-c5dea0bf467d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5137 | 2025.02.21 14:36:24.213305 [ 254 ] {a8953658-b9ed-4f28-9a9d-c5dea0bf467d} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5138 | 2025.02.21 14:36:24.213349 [ 254 ] {a8953658-b9ed-4f28-9a9d-c5dea0bf467d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5139 | 2025.02.21 14:36:24.213740 [ 254 ] {a8953658-b9ed-4f28-9a9d-c5dea0bf467d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5140 | 2025.02.21 14:36:24.213981 [ 254 ] {a8953658-b9ed-4f28-9a9d-c5dea0bf467d} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5141 | 2025.02.21 14:36:24.214160 [ 254 ] {a8953658-b9ed-4f28-9a9d-c5dea0bf467d} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001611 sec., 60831.78150217256 rows/sec., 4.24 MiB/sec. | ||
| 5142 | 2025.02.21 14:36:24.214216 [ 254 ] {a8953658-b9ed-4f28-9a9d-c5dea0bf467d} <Debug> TCPHandler: Processed in 0.001844655 sec. | ||
| 5143 | 2025.02.21 14:36:24.214391 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5144 | 2025.02.21 14:36:24.214623 [ 256 ] {f72259ae-d67b-460c-a71a-5c40064db000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5145 | 2025.02.21 14:36:24.214721 [ 256 ] {f72259ae-d67b-460c-a71a-5c40064db000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5146 | 2025.02.21 14:36:24.215494 [ 256 ] {f72259ae-d67b-460c-a71a-5c40064db000} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5147 | 2025.02.21 14:36:24.215534 [ 256 ] {f72259ae-d67b-460c-a71a-5c40064db000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5148 | 2025.02.21 14:36:24.215920 [ 256 ] {f72259ae-d67b-460c-a71a-5c40064db000} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 5149 | 2025.02.21 14:36:24.216153 [ 256 ] {f72259ae-d67b-460c-a71a-5c40064db000} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5150 | 2025.02.21 14:36:24.216366 [ 256 ] {f72259ae-d67b-460c-a71a-5c40064db000} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001805 sec., 21052.63157894737 rows/sec., 1.41 MiB/sec. | ||
| 5151 | 2025.02.21 14:36:24.216419 [ 256 ] {f72259ae-d67b-460c-a71a-5c40064db000} <Debug> TCPHandler: Processed in 0.002124193 sec. | ||
| 5152 | 2025.02.21 14:36:24.884321 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 5153 | 2025.02.21 14:36:24.885144 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5154 | 2025.02.21 14:36:24.885193 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5155 | 2025.02.21 14:36:24.885720 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5156 | 2025.02.21 14:36:24.885965 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5157 | 2025.02.21 14:36:24.886190 [ 30 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5158 | 2025.02.21 14:36:24.886229 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 5159 | 2025.02.21 14:36:24.886283 [ 30 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5160 | 2025.02.21 14:36:24.886316 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5161 | 2025.02.21 14:36:24.886472 [ 188 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 5162 | 2025.02.21 14:36:24.886648 [ 188 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5163 | 2025.02.21 14:36:24.886697 [ 188 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 5164 | 2025.02.21 14:36:24.886792 [ 188 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part | ||
| 5165 | 2025.02.21 14:36:24.886890 [ 188 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part | ||
| 5166 | 2025.02.21 14:36:24.887097 [ 188 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part | ||
| 5167 | 2025.02.21 14:36:24.887345 [ 188 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part | ||
| 5168 | 2025.02.21 14:36:24.887540 [ 188 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part | ||
| 5169 | 2025.02.21 14:36:24.890103 [ 191 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003707601 sec., 3833476.1480536875 rows/sec., 54.84 MiB/sec. | ||
| 5170 | 2025.02.21 14:36:24.890572 [ 195 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5171 | 2025.02.21 14:36:24.890931 [ 195 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_31_6} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5172 | 2025.02.21 14:36:24.891031 [ 195 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_31_6} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5173 | 2025.02.21 14:36:24.891151 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 5174 | 2025.02.21 14:36:25.886019 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 5175 | 2025.02.21 14:36:25.907456 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5176 | 2025.02.21 14:36:25.907522 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5177 | 2025.02.21 14:36:25.915150 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5178 | 2025.02.21 14:36:25.915935 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5179 | 2025.02.21 14:36:25.916230 [ 52 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5180 | 2025.02.21 14:36:25.916292 [ 52 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5181 | 2025.02.21 14:36:25.916329 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5182 | 2025.02.21 14:36:25.916756 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 5183 | 2025.02.21 14:36:25.933515 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 5184 | 2025.02.21 14:36:25.934745 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5185 | 2025.02.21 14:36:25.936080 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 5186 | 2025.02.21 14:36:25.941248 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 5187 | 2025.02.21 14:36:25.946651 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part | ||
| 5188 | 2025.02.21 14:36:25.952582 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 7 rows starting from the beginning of the part | ||
| 5189 | 2025.02.21 14:36:25.959634 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 5190 | 2025.02.21 14:36:25.964388 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 5191 | 2025.02.21 14:36:26.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.95 MiB, peak 206.95 MiB, free memory in arenas 0.00 B, will set to 197.56 MiB (RSS), difference: -9.38 MiB | ||
| 5192 | 2025.02.21 14:36:26.023236 [ 187 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.106770095 sec., 2191.624911451095 rows/sec., 11.33 MiB/sec. | ||
| 5193 | 2025.02.21 14:36:26.026529 [ 187 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5194 | 2025.02.21 14:36:26.029694 [ 187 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_31_6} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5195 | 2025.02.21 14:36:26.029849 [ 187 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_31_6} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5196 | 2025.02.21 14:36:26.032432 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5197 | 2025.02.21 14:36:27.001156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 188.14 MiB, peak 206.95 MiB, free memory in arenas 0.00 B, will set to 198.57 MiB (RSS), difference: 10.42 MiB | ||
| 5198 | 2025.02.21 14:36:29.210758 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5199 | 2025.02.21 14:36:29.210971 [ 254 ] {23ca3fdb-e44e-4e7c-8bcb-985b8c366643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5200 | 2025.02.21 14:36:29.211056 [ 254 ] {23ca3fdb-e44e-4e7c-8bcb-985b8c366643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5201 | 2025.02.21 14:36:29.211878 [ 254 ] {23ca3fdb-e44e-4e7c-8bcb-985b8c366643} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5202 | 2025.02.21 14:36:29.211935 [ 254 ] {23ca3fdb-e44e-4e7c-8bcb-985b8c366643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5203 | 2025.02.21 14:36:29.212389 [ 254 ] {23ca3fdb-e44e-4e7c-8bcb-985b8c366643} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5204 | 2025.02.21 14:36:29.212647 [ 254 ] {23ca3fdb-e44e-4e7c-8bcb-985b8c366643} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5205 | 2025.02.21 14:36:29.212876 [ 130 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5206 | 2025.02.21 14:36:29.212904 [ 254 ] {23ca3fdb-e44e-4e7c-8bcb-985b8c366643} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001984 sec., 28225.8064516129 rows/sec., 2.15 MiB/sec. | ||
| 5207 | 2025.02.21 14:36:29.213008 [ 130 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5208 | 2025.02.21 14:36:29.213095 [ 254 ] {23ca3fdb-e44e-4e7c-8bcb-985b8c366643} <Debug> TCPHandler: Processed in 0.002472783 sec. | ||
| 5209 | 2025.02.21 14:36:29.213104 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5210 | 2025.02.21 14:36:29.213483 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5211 | 2025.02.21 14:36:29.213519 [ 195 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 5212 | 2025.02.21 14:36:29.214175 [ 256 ] {addb9b5d-1e1b-4ad9-8c55-92b17b2f51b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5213 | 2025.02.21 14:36:29.214500 [ 195 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5214 | 2025.02.21 14:36:29.214504 [ 256 ] {addb9b5d-1e1b-4ad9-8c55-92b17b2f51b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5215 | 2025.02.21 14:36:29.214657 [ 195 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1405 rows starting from the beginning of the part | ||
| 5216 | 2025.02.21 14:36:29.215193 [ 195 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 134 rows starting from the beginning of the part | ||
| 5217 | 2025.02.21 14:36:29.215412 [ 195 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 5218 | 2025.02.21 14:36:29.215900 [ 195 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1395 rows starting from the beginning of the part | ||
| 5219 | 2025.02.21 14:36:29.216114 [ 195 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 5220 | 2025.02.21 14:36:29.216366 [ 195 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 5221 | 2025.02.21 14:36:29.217266 [ 256 ] {addb9b5d-1e1b-4ad9-8c55-92b17b2f51b8} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5222 | 2025.02.21 14:36:29.217318 [ 256 ] {addb9b5d-1e1b-4ad9-8c55-92b17b2f51b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5223 | 2025.02.21 14:36:29.217969 [ 256 ] {addb9b5d-1e1b-4ad9-8c55-92b17b2f51b8} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5224 | 2025.02.21 14:36:29.218257 [ 256 ] {addb9b5d-1e1b-4ad9-8c55-92b17b2f51b8} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5225 | 2025.02.21 14:36:29.218450 [ 130 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5226 | 2025.02.21 14:36:29.218531 [ 130 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5227 | 2025.02.21 14:36:29.218566 [ 256 ] {addb9b5d-1e1b-4ad9-8c55-92b17b2f51b8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004643 sec., 13784.191255653672 rows/sec., 1.08 MiB/sec. | ||
| 5228 | 2025.02.21 14:36:29.218641 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5229 | 2025.02.21 14:36:29.218907 [ 256 ] {addb9b5d-1e1b-4ad9-8c55-92b17b2f51b8} <Debug> TCPHandler: Processed in 0.005662609 sec. | ||
| 5230 | 2025.02.21 14:36:29.219180 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 5231 | 2025.02.21 14:36:29.219258 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5232 | 2025.02.21 14:36:29.219576 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3102 rows, containing 5 columns (5 merged, 0 gathered) in 0.006286448 sec., 493442.4018141882 rows/sec., 42.98 MiB/sec. | ||
| 5233 | 2025.02.21 14:36:29.219626 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5234 | 2025.02.21 14:36:29.219700 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 631 rows starting from the beginning of the part | ||
| 5235 | 2025.02.21 14:36:29.219704 [ 254 ] {ff8c6a2e-47a7-4af2-940c-1a34310b8029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5236 | 2025.02.21 14:36:29.219967 [ 254 ] {ff8c6a2e-47a7-4af2-940c-1a34310b8029} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5237 | 2025.02.21 14:36:29.220030 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5238 | 2025.02.21 14:36:29.220069 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 103 rows starting from the beginning of the part | ||
| 5239 | 2025.02.21 14:36:29.220731 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 5240 | 2025.02.21 14:36:29.221376 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 597 rows starting from the beginning of the part | ||
| 5241 | 2025.02.21 14:36:29.221895 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 5242 | 2025.02.21 14:36:29.222209 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_51_10} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5243 | 2025.02.21 14:36:29.222450 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 5244 | 2025.02.21 14:36:29.222650 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_51_10} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5245 | 2025.02.21 14:36:29.223121 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 5246 | 2025.02.21 14:36:29.223906 [ 254 ] {ff8c6a2e-47a7-4af2-940c-1a34310b8029} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5247 | 2025.02.21 14:36:29.223971 [ 254 ] {ff8c6a2e-47a7-4af2-940c-1a34310b8029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5248 | 2025.02.21 14:36:29.225127 [ 254 ] {ff8c6a2e-47a7-4af2-940c-1a34310b8029} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5249 | 2025.02.21 14:36:29.225708 [ 254 ] {ff8c6a2e-47a7-4af2-940c-1a34310b8029} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5250 | 2025.02.21 14:36:29.225785 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1523 rows, containing 5 columns (5 merged, 0 gathered) in 0.006916897 sec., 220185.43864394684 rows/sec., 17.53 MiB/sec. | ||
| 5251 | 2025.02.21 14:36:29.226009 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5252 | 2025.02.21 14:36:29.226132 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5253 | 2025.02.21 14:36:29.226215 [ 254 ] {ff8c6a2e-47a7-4af2-940c-1a34310b8029} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006612 sec., 24198.427102238355 rows/sec., 1.69 MiB/sec. | ||
| 5254 | 2025.02.21 14:36:29.226225 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5255 | 2025.02.21 14:36:29.226520 [ 254 ] {ff8c6a2e-47a7-4af2-940c-1a34310b8029} <Debug> TCPHandler: Processed in 0.007473824 sec. | ||
| 5256 | 2025.02.21 14:36:29.226493 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5257 | 2025.02.21 14:36:29.226761 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 5258 | 2025.02.21 14:36:29.226810 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5259 | 2025.02.21 14:36:29.227165 [ 256 ] {5093fb50-dde0-4720-88bb-5bc6bb098b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5260 | 2025.02.21 14:36:29.227176 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5261 | 2025.02.21 14:36:29.227262 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13346 rows starting from the beginning of the part | ||
| 5262 | 2025.02.21 14:36:29.227321 [ 256 ] {5093fb50-dde0-4720-88bb-5bc6bb098b62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5263 | 2025.02.21 14:36:29.227660 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_51_10} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5264 | 2025.02.21 14:36:29.227719 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
| 5265 | 2025.02.21 14:36:29.228137 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_51_10} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5266 | 2025.02.21 14:36:29.228317 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 5267 | 2025.02.21 14:36:29.228546 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 5268 | 2025.02.21 14:36:29.228806 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 945 rows starting from the beginning of the part | ||
| 5269 | 2025.02.21 14:36:29.229122 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 98 rows starting from the beginning of the part | ||
| 5270 | 2025.02.21 14:36:29.229372 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 5271 | 2025.02.21 14:36:29.229921 [ 256 ] {5093fb50-dde0-4720-88bb-5bc6bb098b62} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5272 | 2025.02.21 14:36:29.229966 [ 256 ] {5093fb50-dde0-4720-88bb-5bc6bb098b62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5273 | 2025.02.21 14:36:29.230487 [ 256 ] {5093fb50-dde0-4720-88bb-5bc6bb098b62} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 5274 | 2025.02.21 14:36:29.230852 [ 256 ] {5093fb50-dde0-4720-88bb-5bc6bb098b62} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5275 | 2025.02.21 14:36:29.231083 [ 130 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 5276 | 2025.02.21 14:36:29.231187 [ 130 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5277 | 2025.02.21 14:36:29.231241 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5278 | 2025.02.21 14:36:29.231264 [ 256 ] {5093fb50-dde0-4720-88bb-5bc6bb098b62} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004208 sec., 14258.555133079848 rows/sec., 983.99 KiB/sec. | ||
| 5279 | 2025.02.21 14:36:29.231670 [ 256 ] {5093fb50-dde0-4720-88bb-5bc6bb098b62} <Debug> TCPHandler: Processed in 0.00501645 sec. | ||
| 5280 | 2025.02.21 14:36:29.231843 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 5281 | 2025.02.21 14:36:29.232257 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5282 | 2025.02.21 14:36:29.232332 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2388 rows starting from the beginning of the part | ||
| 5283 | 2025.02.21 14:36:29.232684 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
| 5284 | 2025.02.21 14:36:29.233014 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 5285 | 2025.02.21 14:36:29.233183 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 22 rows starting from the beginning of the part | ||
| 5286 | 2025.02.21 14:36:29.233526 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 38 rows starting from the beginning of the part | ||
| 5287 | 2025.02.21 14:36:29.233604 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 5288 | 2025.02.21 14:36:29.236164 [ 194 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2628 rows, containing 4 columns (4 merged, 0 gathered) in 0.004755583 sec., 552613.633281135 rows/sec., 37.24 MiB/sec. | ||
| 5289 | 2025.02.21 14:36:29.236261 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14869 rows, containing 5 columns (5 merged, 0 gathered) in 0.009787003 sec., 1519259.7774824428 rows/sec., 104.08 MiB/sec. | ||
| 5290 | 2025.02.21 14:36:29.236517 [ 194 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5291 | 2025.02.21 14:36:29.236833 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 5292 | 2025.02.21 14:36:29.236921 [ 201 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_51_10} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5293 | 2025.02.21 14:36:29.237133 [ 201 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_51_10} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5294 | 2025.02.21 14:36:29.237321 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 5295 | 2025.02.21 14:36:29.237404 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5296 | 2025.02.21 14:36:29.237507 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 5297 | 2025.02.21 14:36:29.237608 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB. | ||
| 5298 | 2025.02.21 14:36:32.232172 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5299 | 2025.02.21 14:36:32.232242 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5300 | 2025.02.21 14:36:32.336133 [ 82 ] {} <Debug> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5301 | 2025.02.21 14:36:32.336191 [ 82 ] {} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5302 | 2025.02.21 14:36:32.336215 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5303 | 2025.02.21 14:36:32.336387 [ 193 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::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 | ||
| 5304 | 2025.02.21 14:36:32.336576 [ 193 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5305 | 2025.02.21 14:36:32.336614 [ 193 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 254 rows starting from the beginning of the part | ||
| 5306 | 2025.02.21 14:36:32.336696 [ 193 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 252 rows starting from the beginning of the part | ||
| 5307 | 2025.02.21 14:36:32.336946 [ 193 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 252 rows starting from the beginning of the part | ||
| 5308 | 2025.02.21 14:36:32.337166 [ 193 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 252 rows starting from the beginning of the part | ||
| 5309 | 2025.02.21 14:36:32.337363 [ 193 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 252 rows starting from the beginning of the part | ||
| 5310 | 2025.02.21 14:36:32.338680 [ 197 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1262 rows, containing 5 columns (5 merged, 0 gathered) in 0.002407841 sec., 524120.98639403516 rows/sec., 38.25 MiB/sec. | ||
| 5311 | 2025.02.21 14:36:32.338820 [ 197 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5312 | 2025.02.21 14:36:32.339104 [ 197 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_9_2} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5313 | 2025.02.21 14:36:32.339192 [ 197 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_9_2} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5314 | 2025.02.21 14:36:32.339272 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 5315 | 2025.02.21 14:36:32.387315 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 5316 | 2025.02.21 14:36:32.388002 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5317 | 2025.02.21 14:36:32.388055 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5318 | 2025.02.21 14:36:32.388603 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5319 | 2025.02.21 14:36:32.388873 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5320 | 2025.02.21 14:36:32.389129 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 5321 | 2025.02.21 14:36:32.444738 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 728 | ||
| 5322 | 2025.02.21 14:36:32.447401 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5323 | 2025.02.21 14:36:32.447443 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5324 | 2025.02.21 14:36:32.448842 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5325 | 2025.02.21 14:36:32.449151 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5326 | 2025.02.21 14:36:32.450255 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 728 | ||
| 5327 | 2025.02.21 14:36:33.001583 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001059042 sec. | ||
| 5328 | 2025.02.21 14:36:33.434535 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 5329 | 2025.02.21 14:36:33.454137 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5330 | 2025.02.21 14:36:33.454198 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5331 | 2025.02.21 14:36:33.461055 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5332 | 2025.02.21 14:36:33.461791 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5333 | 2025.02.21 14:36:33.465150 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 5334 | 2025.02.21 14:36:34.212568 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5335 | 2025.02.21 14:36:34.212775 [ 254 ] {7295ffcc-71d2-4e25-bd09-9d6ca1a0de94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5336 | 2025.02.21 14:36:34.212847 [ 254 ] {7295ffcc-71d2-4e25-bd09-9d6ca1a0de94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5337 | 2025.02.21 14:36:34.213646 [ 254 ] {7295ffcc-71d2-4e25-bd09-9d6ca1a0de94} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5338 | 2025.02.21 14:36:34.213697 [ 254 ] {7295ffcc-71d2-4e25-bd09-9d6ca1a0de94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5339 | 2025.02.21 14:36:34.214150 [ 254 ] {7295ffcc-71d2-4e25-bd09-9d6ca1a0de94} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 5340 | 2025.02.21 14:36:34.214406 [ 254 ] {7295ffcc-71d2-4e25-bd09-9d6ca1a0de94} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5341 | 2025.02.21 14:36:34.214624 [ 254 ] {7295ffcc-71d2-4e25-bd09-9d6ca1a0de94} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001897 sec., 70637.8492356352 rows/sec., 6.08 MiB/sec. | ||
| 5342 | 2025.02.21 14:36:34.214723 [ 254 ] {7295ffcc-71d2-4e25-bd09-9d6ca1a0de94} <Debug> TCPHandler: Processed in 0.002289568 sec. | ||
| 5343 | 2025.02.21 14:36:34.215034 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5344 | 2025.02.21 14:36:34.215254 [ 256 ] {544d1feb-51bb-4da3-9533-12e78a75ee92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5345 | 2025.02.21 14:36:34.215339 [ 256 ] {544d1feb-51bb-4da3-9533-12e78a75ee92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5346 | 2025.02.21 14:36:34.216150 [ 256 ] {544d1feb-51bb-4da3-9533-12e78a75ee92} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5347 | 2025.02.21 14:36:34.216201 [ 256 ] {544d1feb-51bb-4da3-9533-12e78a75ee92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5348 | 2025.02.21 14:36:34.216641 [ 256 ] {544d1feb-51bb-4da3-9533-12e78a75ee92} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5349 | 2025.02.21 14:36:34.216902 [ 256 ] {544d1feb-51bb-4da3-9533-12e78a75ee92} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5350 | 2025.02.21 14:36:34.217153 [ 256 ] {544d1feb-51bb-4da3-9533-12e78a75ee92} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001958 sec., 19918.283963227783 rows/sec., 1.46 MiB/sec. | ||
| 5351 | 2025.02.21 14:36:34.217279 [ 256 ] {544d1feb-51bb-4da3-9533-12e78a75ee92} <Debug> TCPHandler: Processed in 0.002441703 sec. | ||
| 5352 | 2025.02.21 14:36:34.217421 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5353 | 2025.02.21 14:36:34.217547 [ 254 ] {5d6470e8-cef8-4337-8584-db2a9c274cdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5354 | 2025.02.21 14:36:34.217599 [ 254 ] {5d6470e8-cef8-4337-8584-db2a9c274cdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5355 | 2025.02.21 14:36:34.218337 [ 254 ] {5d6470e8-cef8-4337-8584-db2a9c274cdd} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5356 | 2025.02.21 14:36:34.218381 [ 254 ] {5d6470e8-cef8-4337-8584-db2a9c274cdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5357 | 2025.02.21 14:36:34.218766 [ 254 ] {5d6470e8-cef8-4337-8584-db2a9c274cdd} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 5358 | 2025.02.21 14:36:34.219007 [ 254 ] {5d6470e8-cef8-4337-8584-db2a9c274cdd} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5359 | 2025.02.21 14:36:34.219192 [ 254 ] {5d6470e8-cef8-4337-8584-db2a9c274cdd} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001676 sec., 61455.84725536993 rows/sec., 4.80 MiB/sec. | ||
| 5360 | 2025.02.21 14:36:34.219250 [ 254 ] {5d6470e8-cef8-4337-8584-db2a9c274cdd} <Debug> TCPHandler: Processed in 0.001885786 sec. | ||
| 5361 | 2025.02.21 14:36:34.219392 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5362 | 2025.02.21 14:36:34.219519 [ 256 ] {760bf6d6-e5b2-4810-bede-e12b0ce2cd04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5363 | 2025.02.21 14:36:34.219577 [ 256 ] {760bf6d6-e5b2-4810-bede-e12b0ce2cd04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5364 | 2025.02.21 14:36:34.220547 [ 256 ] {760bf6d6-e5b2-4810-bede-e12b0ce2cd04} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5365 | 2025.02.21 14:36:34.220623 [ 256 ] {760bf6d6-e5b2-4810-bede-e12b0ce2cd04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5366 | 2025.02.21 14:36:34.221060 [ 256 ] {760bf6d6-e5b2-4810-bede-e12b0ce2cd04} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 5367 | 2025.02.21 14:36:34.221314 [ 256 ] {760bf6d6-e5b2-4810-bede-e12b0ce2cd04} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5368 | 2025.02.21 14:36:34.221523 [ 256 ] {760bf6d6-e5b2-4810-bede-e12b0ce2cd04} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002034 sec., 78662.73352999018 rows/sec., 5.48 MiB/sec. | ||
| 5369 | 2025.02.21 14:36:34.221580 [ 256 ] {760bf6d6-e5b2-4810-bede-e12b0ce2cd04} <Debug> TCPHandler: Processed in 0.002247737 sec. | ||
| 5370 | 2025.02.21 14:36:34.221711 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5371 | 2025.02.21 14:36:34.221835 [ 254 ] {266a5cb7-6f67-4ad4-939b-8cdbfe3dd95c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5372 | 2025.02.21 14:36:34.221919 [ 254 ] {266a5cb7-6f67-4ad4-939b-8cdbfe3dd95c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5373 | 2025.02.21 14:36:34.223117 [ 254 ] {266a5cb7-6f67-4ad4-939b-8cdbfe3dd95c} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5374 | 2025.02.21 14:36:34.223157 [ 254 ] {266a5cb7-6f67-4ad4-939b-8cdbfe3dd95c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5375 | 2025.02.21 14:36:34.223834 [ 254 ] {266a5cb7-6f67-4ad4-939b-8cdbfe3dd95c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5376 | 2025.02.21 14:36:34.224087 [ 254 ] {266a5cb7-6f67-4ad4-939b-8cdbfe3dd95c} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5377 | 2025.02.21 14:36:34.224368 [ 254 ] {266a5cb7-6f67-4ad4-939b-8cdbfe3dd95c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002534 sec., 15390.686661404894 rows/sec., 27.58 MiB/sec. | ||
| 5378 | 2025.02.21 14:36:34.224729 [ 254 ] {266a5cb7-6f67-4ad4-939b-8cdbfe3dd95c} <Debug> TCPHandler: Processed in 0.003072302 sec. | ||
| 5379 | 2025.02.21 14:36:34.224934 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5380 | 2025.02.21 14:36:34.225161 [ 256 ] {92ee0b92-1c77-4029-a3f5-80ff81051245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5381 | 2025.02.21 14:36:34.225256 [ 256 ] {92ee0b92-1c77-4029-a3f5-80ff81051245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5382 | 2025.02.21 14:36:34.225949 [ 256 ] {92ee0b92-1c77-4029-a3f5-80ff81051245} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5383 | 2025.02.21 14:36:34.225987 [ 256 ] {92ee0b92-1c77-4029-a3f5-80ff81051245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5384 | 2025.02.21 14:36:34.226360 [ 256 ] {92ee0b92-1c77-4029-a3f5-80ff81051245} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 5385 | 2025.02.21 14:36:34.226617 [ 256 ] {92ee0b92-1c77-4029-a3f5-80ff81051245} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5386 | 2025.02.21 14:36:34.226833 [ 256 ] {92ee0b92-1c77-4029-a3f5-80ff81051245} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001728 sec., 34722.222222222226 rows/sec., 2.34 MiB/sec. | ||
| 5387 | 2025.02.21 14:36:34.226886 [ 256 ] {92ee0b92-1c77-4029-a3f5-80ff81051245} <Debug> TCPHandler: Processed in 0.002064702 sec. | ||
| 5388 | 2025.02.21 14:36:39.210906 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5389 | 2025.02.21 14:36:39.211111 [ 254 ] {c57ab9fb-3593-4379-a267-639bfe62e719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5390 | 2025.02.21 14:36:39.211188 [ 254 ] {c57ab9fb-3593-4379-a267-639bfe62e719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5391 | 2025.02.21 14:36:39.211925 [ 254 ] {c57ab9fb-3593-4379-a267-639bfe62e719} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5392 | 2025.02.21 14:36:39.211973 [ 254 ] {c57ab9fb-3593-4379-a267-639bfe62e719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5393 | 2025.02.21 14:36:39.212404 [ 254 ] {c57ab9fb-3593-4379-a267-639bfe62e719} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 5394 | 2025.02.21 14:36:39.212658 [ 254 ] {c57ab9fb-3593-4379-a267-639bfe62e719} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5395 | 2025.02.21 14:36:39.212890 [ 254 ] {c57ab9fb-3593-4379-a267-639bfe62e719} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001829 sec., 30617.823947512305 rows/sec., 2.34 MiB/sec. | ||
| 5396 | 2025.02.21 14:36:39.212950 [ 254 ] {c57ab9fb-3593-4379-a267-639bfe62e719} <Debug> TCPHandler: Processed in 0.002168645 sec. | ||
| 5397 | 2025.02.21 14:36:39.213253 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5398 | 2025.02.21 14:36:39.213559 [ 256 ] {e67c07c2-acfd-4295-98aa-d4f225c5095f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5399 | 2025.02.21 14:36:39.213677 [ 256 ] {e67c07c2-acfd-4295-98aa-d4f225c5095f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5400 | 2025.02.21 14:36:39.214533 [ 256 ] {e67c07c2-acfd-4295-98aa-d4f225c5095f} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5401 | 2025.02.21 14:36:39.214578 [ 256 ] {e67c07c2-acfd-4295-98aa-d4f225c5095f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5402 | 2025.02.21 14:36:39.215022 [ 256 ] {e67c07c2-acfd-4295-98aa-d4f225c5095f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 5403 | 2025.02.21 14:36:39.215284 [ 256 ] {e67c07c2-acfd-4295-98aa-d4f225c5095f} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5404 | 2025.02.21 14:36:39.215521 [ 256 ] {e67c07c2-acfd-4295-98aa-d4f225c5095f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002048 sec., 31250 rows/sec., 2.44 MiB/sec. | ||
| 5405 | 2025.02.21 14:36:39.215589 [ 256 ] {e67c07c2-acfd-4295-98aa-d4f225c5095f} <Debug> TCPHandler: Processed in 0.002529306 sec. | ||
| 5406 | 2025.02.21 14:36:39.215731 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5407 | 2025.02.21 14:36:39.215858 [ 254 ] {0c3de04c-3260-4c19-ad25-a91f3e13e248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5408 | 2025.02.21 14:36:39.215912 [ 254 ] {0c3de04c-3260-4c19-ad25-a91f3e13e248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5409 | 2025.02.21 14:36:39.216528 [ 254 ] {0c3de04c-3260-4c19-ad25-a91f3e13e248} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5410 | 2025.02.21 14:36:39.216568 [ 254 ] {0c3de04c-3260-4c19-ad25-a91f3e13e248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5411 | 2025.02.21 14:36:39.216978 [ 254 ] {0c3de04c-3260-4c19-ad25-a91f3e13e248} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 5412 | 2025.02.21 14:36:39.217214 [ 254 ] {0c3de04c-3260-4c19-ad25-a91f3e13e248} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5413 | 2025.02.21 14:36:39.217464 [ 254 ] {0c3de04c-3260-4c19-ad25-a91f3e13e248} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001627 sec., 98340.50399508298 rows/sec., 6.85 MiB/sec. | ||
| 5414 | 2025.02.21 14:36:39.217587 [ 254 ] {0c3de04c-3260-4c19-ad25-a91f3e13e248} <Debug> TCPHandler: Processed in 0.001908458 sec. | ||
| 5415 | 2025.02.21 14:36:39.217843 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5416 | 2025.02.21 14:36:39.218003 [ 256 ] {0d88c01e-1ac0-4fd4-af15-0b0fb246713f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5417 | 2025.02.21 14:36:39.218069 [ 256 ] {0d88c01e-1ac0-4fd4-af15-0b0fb246713f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5418 | 2025.02.21 14:36:39.218669 [ 256 ] {0d88c01e-1ac0-4fd4-af15-0b0fb246713f} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5419 | 2025.02.21 14:36:39.218716 [ 256 ] {0d88c01e-1ac0-4fd4-af15-0b0fb246713f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5420 | 2025.02.21 14:36:39.219115 [ 256 ] {0d88c01e-1ac0-4fd4-af15-0b0fb246713f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 5421 | 2025.02.21 14:36:39.219371 [ 256 ] {0d88c01e-1ac0-4fd4-af15-0b0fb246713f} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5422 | 2025.02.21 14:36:39.219582 [ 256 ] {0d88c01e-1ac0-4fd4-af15-0b0fb246713f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001616 sec., 37128.71287128713 rows/sec., 2.50 MiB/sec. | ||
| 5423 | 2025.02.21 14:36:39.219637 [ 256 ] {0d88c01e-1ac0-4fd4-af15-0b0fb246713f} <Debug> TCPHandler: Processed in 0.001927388 sec. | ||
| 5424 | 2025.02.21 14:36:39.890188 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
| 5425 | 2025.02.21 14:36:39.890843 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5426 | 2025.02.21 14:36:39.890896 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5427 | 2025.02.21 14:36:39.891448 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5428 | 2025.02.21 14:36:39.891708 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5429 | 2025.02.21 14:36:39.892013 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
| 5430 | 2025.02.21 14:36:40.966230 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 5431 | 2025.02.21 14:36:40.996487 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5432 | 2025.02.21 14:36:40.996571 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5433 | 2025.02.21 14:36:41.000403 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.95 MiB, peak 208.44 MiB, free memory in arenas 0.00 B, will set to 200.43 MiB (RSS), difference: -4.52 MiB | ||
| 5434 | 2025.02.21 14:36:41.005447 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5435 | 2025.02.21 14:36:41.006769 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5436 | 2025.02.21 14:36:41.014260 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 5437 | 2025.02.21 14:36:42.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.43 MiB, peak 208.44 MiB, free memory in arenas 0.00 B, will set to 200.58 MiB (RSS), difference: 4.15 MiB | ||
| 5438 | 2025.02.21 14:36:42.451289 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 748 | ||
| 5439 | 2025.02.21 14:36:42.454075 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5440 | 2025.02.21 14:36:42.454127 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5441 | 2025.02.21 14:36:42.455594 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5442 | 2025.02.21 14:36:42.455899 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5443 | 2025.02.21 14:36:42.457516 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 748 | ||
| 5444 | 2025.02.21 14:36:44.212485 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5445 | 2025.02.21 14:36:44.212696 [ 254 ] {0f6d0610-8344-4b94-9687-4e771f57eafc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5446 | 2025.02.21 14:36:44.212779 [ 254 ] {0f6d0610-8344-4b94-9687-4e771f57eafc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5447 | 2025.02.21 14:36:44.213678 [ 254 ] {0f6d0610-8344-4b94-9687-4e771f57eafc} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5448 | 2025.02.21 14:36:44.213733 [ 254 ] {0f6d0610-8344-4b94-9687-4e771f57eafc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5449 | 2025.02.21 14:36:44.214194 [ 254 ] {0f6d0610-8344-4b94-9687-4e771f57eafc} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 5450 | 2025.02.21 14:36:44.214450 [ 254 ] {0f6d0610-8344-4b94-9687-4e771f57eafc} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5451 | 2025.02.21 14:36:44.214705 [ 254 ] {0f6d0610-8344-4b94-9687-4e771f57eafc} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002062 sec., 64985.45101842871 rows/sec., 5.59 MiB/sec. | ||
| 5452 | 2025.02.21 14:36:44.214808 [ 254 ] {0f6d0610-8344-4b94-9687-4e771f57eafc} <Debug> TCPHandler: Processed in 0.002462764 sec. | ||
| 5453 | 2025.02.21 14:36:44.215082 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5454 | 2025.02.21 14:36:44.215278 [ 256 ] {5db39421-fa56-4bab-b56c-c60219c597b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5455 | 2025.02.21 14:36:44.215355 [ 256 ] {5db39421-fa56-4bab-b56c-c60219c597b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5456 | 2025.02.21 14:36:44.216136 [ 256 ] {5db39421-fa56-4bab-b56c-c60219c597b8} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5457 | 2025.02.21 14:36:44.216188 [ 256 ] {5db39421-fa56-4bab-b56c-c60219c597b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5458 | 2025.02.21 14:36:44.216639 [ 256 ] {5db39421-fa56-4bab-b56c-c60219c597b8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5459 | 2025.02.21 14:36:44.216923 [ 256 ] {5db39421-fa56-4bab-b56c-c60219c597b8} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5460 | 2025.02.21 14:36:44.217203 [ 256 ] {5db39421-fa56-4bab-b56c-c60219c597b8} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001969 sec., 19807.008633824276 rows/sec., 1.45 MiB/sec. | ||
| 5461 | 2025.02.21 14:36:44.217405 [ 256 ] {5db39421-fa56-4bab-b56c-c60219c597b8} <Debug> TCPHandler: Processed in 0.002468264 sec. | ||
| 5462 | 2025.02.21 14:36:44.217587 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5463 | 2025.02.21 14:36:44.217718 [ 254 ] {b766ee14-9641-463a-a755-eb3b3ed36ce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5464 | 2025.02.21 14:36:44.217771 [ 254 ] {b766ee14-9641-463a-a755-eb3b3ed36ce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5465 | 2025.02.21 14:36:44.218477 [ 254 ] {b766ee14-9641-463a-a755-eb3b3ed36ce5} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5466 | 2025.02.21 14:36:44.218518 [ 254 ] {b766ee14-9641-463a-a755-eb3b3ed36ce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5467 | 2025.02.21 14:36:44.218894 [ 254 ] {b766ee14-9641-463a-a755-eb3b3ed36ce5} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 5468 | 2025.02.21 14:36:44.219137 [ 254 ] {b766ee14-9641-463a-a755-eb3b3ed36ce5} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5469 | 2025.02.21 14:36:44.219351 [ 254 ] {b766ee14-9641-463a-a755-eb3b3ed36ce5} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001662 sec., 61973.525872442835 rows/sec., 4.84 MiB/sec. | ||
| 5470 | 2025.02.21 14:36:44.219409 [ 254 ] {b766ee14-9641-463a-a755-eb3b3ed36ce5} <Debug> TCPHandler: Processed in 0.001886497 sec. | ||
| 5471 | 2025.02.21 14:36:44.219611 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5472 | 2025.02.21 14:36:44.219755 [ 256 ] {e07732f0-6681-4b51-b34f-0519b24bf4f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5473 | 2025.02.21 14:36:44.219822 [ 256 ] {e07732f0-6681-4b51-b34f-0519b24bf4f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5474 | 2025.02.21 14:36:44.220438 [ 256 ] {e07732f0-6681-4b51-b34f-0519b24bf4f8} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5475 | 2025.02.21 14:36:44.220478 [ 256 ] {e07732f0-6681-4b51-b34f-0519b24bf4f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5476 | 2025.02.21 14:36:44.220888 [ 256 ] {e07732f0-6681-4b51-b34f-0519b24bf4f8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 5477 | 2025.02.21 14:36:44.221143 [ 256 ] {e07732f0-6681-4b51-b34f-0519b24bf4f8} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5478 | 2025.02.21 14:36:44.221359 [ 256 ] {e07732f0-6681-4b51-b34f-0519b24bf4f8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001636 sec., 97799.51100244498 rows/sec., 6.81 MiB/sec. | ||
| 5479 | 2025.02.21 14:36:44.221411 [ 256 ] {e07732f0-6681-4b51-b34f-0519b24bf4f8} <Debug> TCPHandler: Processed in 0.001870126 sec. | ||
| 5480 | 2025.02.21 14:36:44.221555 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5481 | 2025.02.21 14:36:44.221689 [ 254 ] {1a240c14-6582-4b2b-8f7b-e8dd81e22836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5482 | 2025.02.21 14:36:44.221784 [ 254 ] {1a240c14-6582-4b2b-8f7b-e8dd81e22836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5483 | 2025.02.21 14:36:44.223018 [ 254 ] {1a240c14-6582-4b2b-8f7b-e8dd81e22836} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5484 | 2025.02.21 14:36:44.223059 [ 254 ] {1a240c14-6582-4b2b-8f7b-e8dd81e22836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5485 | 2025.02.21 14:36:44.223731 [ 254 ] {1a240c14-6582-4b2b-8f7b-e8dd81e22836} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5486 | 2025.02.21 14:36:44.223985 [ 254 ] {1a240c14-6582-4b2b-8f7b-e8dd81e22836} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5487 | 2025.02.21 14:36:44.224226 [ 254 ] {1a240c14-6582-4b2b-8f7b-e8dd81e22836} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002565 sec., 15204.678362573099 rows/sec., 27.25 MiB/sec. | ||
| 5488 | 2025.02.21 14:36:44.224340 [ 254 ] {1a240c14-6582-4b2b-8f7b-e8dd81e22836} <Debug> TCPHandler: Processed in 0.002843875 sec. | ||
| 5489 | 2025.02.21 14:36:44.224511 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5490 | 2025.02.21 14:36:44.224654 [ 256 ] {486584c8-4d0e-4f0e-ac0d-d567e44a6df9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5491 | 2025.02.21 14:36:44.224716 [ 256 ] {486584c8-4d0e-4f0e-ac0d-d567e44a6df9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5492 | 2025.02.21 14:36:44.225266 [ 256 ] {486584c8-4d0e-4f0e-ac0d-d567e44a6df9} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5493 | 2025.02.21 14:36:44.225307 [ 256 ] {486584c8-4d0e-4f0e-ac0d-d567e44a6df9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5494 | 2025.02.21 14:36:44.225694 [ 256 ] {486584c8-4d0e-4f0e-ac0d-d567e44a6df9} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 5495 | 2025.02.21 14:36:44.225945 [ 256 ] {486584c8-4d0e-4f0e-ac0d-d567e44a6df9} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5496 | 2025.02.21 14:36:44.226170 [ 256 ] {486584c8-4d0e-4f0e-ac0d-d567e44a6df9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001546 sec., 38809.831824062094 rows/sec., 2.62 MiB/sec. | ||
| 5497 | 2025.02.21 14:36:44.226223 [ 256 ] {486584c8-4d0e-4f0e-ac0d-d567e44a6df9} <Debug> TCPHandler: Processed in 0.001781353 sec. | ||
| 5498 | 2025.02.21 14:36:47.232486 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5499 | 2025.02.21 14:36:47.232558 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5500 | 2025.02.21 14:36:47.393115 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
| 5501 | 2025.02.21 14:36:47.393940 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5502 | 2025.02.21 14:36:47.393984 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5503 | 2025.02.21 14:36:47.394516 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5504 | 2025.02.21 14:36:47.394771 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5505 | 2025.02.21 14:36:47.395070 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 5506 | 2025.02.21 14:36:48.515287 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 5507 | 2025.02.21 14:36:48.536726 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5508 | 2025.02.21 14:36:48.536792 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5509 | 2025.02.21 14:36:48.544335 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5510 | 2025.02.21 14:36:48.545115 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5511 | 2025.02.21 14:36:48.549364 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 5512 | 2025.02.21 14:36:49.211049 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5513 | 2025.02.21 14:36:49.211237 [ 254 ] {05e0664c-3169-42e5-86f7-624e0301c3f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5514 | 2025.02.21 14:36:49.211308 [ 254 ] {05e0664c-3169-42e5-86f7-624e0301c3f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5515 | 2025.02.21 14:36:49.212074 [ 254 ] {05e0664c-3169-42e5-86f7-624e0301c3f2} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5516 | 2025.02.21 14:36:49.212119 [ 254 ] {05e0664c-3169-42e5-86f7-624e0301c3f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5517 | 2025.02.21 14:36:49.212566 [ 254 ] {05e0664c-3169-42e5-86f7-624e0301c3f2} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 5518 | 2025.02.21 14:36:49.212812 [ 254 ] {05e0664c-3169-42e5-86f7-624e0301c3f2} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5519 | 2025.02.21 14:36:49.213028 [ 254 ] {05e0664c-3169-42e5-86f7-624e0301c3f2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001839 sec., 30451.332245785754 rows/sec., 2.32 MiB/sec. | ||
| 5520 | 2025.02.21 14:36:49.213085 [ 254 ] {05e0664c-3169-42e5-86f7-624e0301c3f2} <Debug> TCPHandler: Processed in 0.002168055 sec. | ||
| 5521 | 2025.02.21 14:36:49.213425 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5522 | 2025.02.21 14:36:49.213730 [ 256 ] {629ceea5-1915-4f70-a98b-f643aa42a5be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5523 | 2025.02.21 14:36:49.213848 [ 256 ] {629ceea5-1915-4f70-a98b-f643aa42a5be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5524 | 2025.02.21 14:36:49.214751 [ 256 ] {629ceea5-1915-4f70-a98b-f643aa42a5be} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5525 | 2025.02.21 14:36:49.214803 [ 256 ] {629ceea5-1915-4f70-a98b-f643aa42a5be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5526 | 2025.02.21 14:36:49.215258 [ 256 ] {629ceea5-1915-4f70-a98b-f643aa42a5be} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 5527 | 2025.02.21 14:36:49.215534 [ 256 ] {629ceea5-1915-4f70-a98b-f643aa42a5be} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5528 | 2025.02.21 14:36:49.215779 [ 256 ] {629ceea5-1915-4f70-a98b-f643aa42a5be} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002135 sec., 29976.580796252925 rows/sec., 2.34 MiB/sec. | ||
| 5529 | 2025.02.21 14:36:49.215843 [ 256 ] {629ceea5-1915-4f70-a98b-f643aa42a5be} <Debug> TCPHandler: Processed in 0.002608898 sec. | ||
| 5530 | 2025.02.21 14:36:49.215978 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5531 | 2025.02.21 14:36:49.216097 [ 254 ] {45da3c80-691a-4577-8efc-9fa91ab04481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5532 | 2025.02.21 14:36:49.216151 [ 254 ] {45da3c80-691a-4577-8efc-9fa91ab04481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5533 | 2025.02.21 14:36:49.216744 [ 254 ] {45da3c80-691a-4577-8efc-9fa91ab04481} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5534 | 2025.02.21 14:36:49.216783 [ 254 ] {45da3c80-691a-4577-8efc-9fa91ab04481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5535 | 2025.02.21 14:36:49.217196 [ 254 ] {45da3c80-691a-4577-8efc-9fa91ab04481} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 5536 | 2025.02.21 14:36:49.217434 [ 254 ] {45da3c80-691a-4577-8efc-9fa91ab04481} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5537 | 2025.02.21 14:36:49.217664 [ 254 ] {45da3c80-691a-4577-8efc-9fa91ab04481} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001591 sec., 100565.6819610308 rows/sec., 7.00 MiB/sec. | ||
| 5538 | 2025.02.21 14:36:49.217727 [ 254 ] {45da3c80-691a-4577-8efc-9fa91ab04481} <Debug> TCPHandler: Processed in 0.001802274 sec. | ||
| 5539 | 2025.02.21 14:36:49.217929 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5540 | 2025.02.21 14:36:49.218071 [ 256 ] {3d552411-794c-482f-8ce5-0f83a9ac5605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5541 | 2025.02.21 14:36:49.218159 [ 256 ] {3d552411-794c-482f-8ce5-0f83a9ac5605} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5542 | 2025.02.21 14:36:49.219079 [ 256 ] {3d552411-794c-482f-8ce5-0f83a9ac5605} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5543 | 2025.02.21 14:36:49.219162 [ 256 ] {3d552411-794c-482f-8ce5-0f83a9ac5605} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5544 | 2025.02.21 14:36:49.219557 [ 256 ] {3d552411-794c-482f-8ce5-0f83a9ac5605} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 5545 | 2025.02.21 14:36:49.219810 [ 256 ] {3d552411-794c-482f-8ce5-0f83a9ac5605} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5546 | 2025.02.21 14:36:49.220041 [ 256 ] {3d552411-794c-482f-8ce5-0f83a9ac5605} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002003 sec., 29955.067398901647 rows/sec., 2.02 MiB/sec. | ||
| 5547 | 2025.02.21 14:36:49.220095 [ 256 ] {3d552411-794c-482f-8ce5-0f83a9ac5605} <Debug> TCPHandler: Processed in 0.002263877 sec. | ||
| 5548 | 2025.02.21 14:36:50.838140 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5549 | 2025.02.21 14:36:50.838334 [ 254 ] {3d0376ca-8f2c-429d-a834-30a79d3a5cd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5550 | 2025.02.21 14:36:50.838406 [ 254 ] {3d0376ca-8f2c-429d-a834-30a79d3a5cd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5551 | 2025.02.21 14:36:50.839214 [ 254 ] {3d0376ca-8f2c-429d-a834-30a79d3a5cd2} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5552 | 2025.02.21 14:36:50.839268 [ 254 ] {3d0376ca-8f2c-429d-a834-30a79d3a5cd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5553 | 2025.02.21 14:36:50.839697 [ 254 ] {3d0376ca-8f2c-429d-a834-30a79d3a5cd2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5554 | 2025.02.21 14:36:50.839942 [ 254 ] {3d0376ca-8f2c-429d-a834-30a79d3a5cd2} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5555 | 2025.02.21 14:36:50.840229 [ 254 ] {3d0376ca-8f2c-429d-a834-30a79d3a5cd2} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001947 sec., 12326.656394453004 rows/sec., 1.02 MiB/sec. | ||
| 5556 | 2025.02.21 14:36:50.840400 [ 254 ] {3d0376ca-8f2c-429d-a834-30a79d3a5cd2} <Debug> TCPHandler: Processed in 0.002394031 sec. | ||
| 5557 | 2025.02.21 14:36:50.840650 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5558 | 2025.02.21 14:36:50.840864 [ 256 ] {4abef0c6-5e6c-44bf-9304-af623e498522} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5559 | 2025.02.21 14:36:50.840946 [ 256 ] {4abef0c6-5e6c-44bf-9304-af623e498522} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5560 | 2025.02.21 14:36:50.841724 [ 256 ] {4abef0c6-5e6c-44bf-9304-af623e498522} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5561 | 2025.02.21 14:36:50.841766 [ 256 ] {4abef0c6-5e6c-44bf-9304-af623e498522} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5562 | 2025.02.21 14:36:50.842186 [ 256 ] {4abef0c6-5e6c-44bf-9304-af623e498522} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5563 | 2025.02.21 14:36:50.842442 [ 256 ] {4abef0c6-5e6c-44bf-9304-af623e498522} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5564 | 2025.02.21 14:36:50.842675 [ 256 ] {4abef0c6-5e6c-44bf-9304-af623e498522} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001867 sec., 8569.89823245849 rows/sec., 698.81 KiB/sec. | ||
| 5565 | 2025.02.21 14:36:50.842747 [ 256 ] {4abef0c6-5e6c-44bf-9304-af623e498522} <Debug> TCPHandler: Processed in 0.002238367 sec. | ||
| 5566 | 2025.02.21 14:36:50.842920 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5567 | 2025.02.21 14:36:50.843066 [ 254 ] {124e4a05-b53d-49fb-ba12-bb10deed6d73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5568 | 2025.02.21 14:36:50.843128 [ 254 ] {124e4a05-b53d-49fb-ba12-bb10deed6d73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5569 | 2025.02.21 14:36:50.844558 [ 254 ] {124e4a05-b53d-49fb-ba12-bb10deed6d73} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5570 | 2025.02.21 14:36:50.844600 [ 254 ] {124e4a05-b53d-49fb-ba12-bb10deed6d73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5571 | 2025.02.21 14:36:50.845055 [ 254 ] {124e4a05-b53d-49fb-ba12-bb10deed6d73} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 5572 | 2025.02.21 14:36:50.845305 [ 254 ] {124e4a05-b53d-49fb-ba12-bb10deed6d73} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5573 | 2025.02.21 14:36:50.845488 [ 155 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 5574 | 2025.02.21 14:36:50.845562 [ 155 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5575 | 2025.02.21 14:36:50.845571 [ 254 ] {124e4a05-b53d-49fb-ba12-bb10deed6d73} <Debug> executeQuery: Read 1402 rows, 119.95 KiB in 0.002528 sec., 554588.6075949367 rows/sec., 46.34 MiB/sec. | ||
| 5576 | 2025.02.21 14:36:50.845602 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5577 | 2025.02.21 14:36:50.845769 [ 254 ] {124e4a05-b53d-49fb-ba12-bb10deed6d73} <Debug> TCPHandler: Processed in 0.002908397 sec. | ||
| 5578 | 2025.02.21 14:36:50.846002 [ 193 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 5579 | 2025.02.21 14:36:50.846030 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5580 | 2025.02.21 14:36:50.846400 [ 256 ] {fc5fd05e-046f-4f0d-b67f-7ba1f44a8876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5581 | 2025.02.21 14:36:50.846582 [ 256 ] {fc5fd05e-046f-4f0d-b67f-7ba1f44a8876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5582 | 2025.02.21 14:36:50.846687 [ 193 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5583 | 2025.02.21 14:36:50.846877 [ 193 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1405 rows starting from the beginning of the part | ||
| 5584 | 2025.02.21 14:36:50.847385 [ 193 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 134 rows starting from the beginning of the part | ||
| 5585 | 2025.02.21 14:36:50.847639 [ 193 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 5586 | 2025.02.21 14:36:50.847917 [ 193 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 134 rows starting from the beginning of the part | ||
| 5587 | 2025.02.21 14:36:50.848185 [ 193 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 5588 | 2025.02.21 14:36:50.848548 [ 193 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1402 rows starting from the beginning of the part | ||
| 5589 | 2025.02.21 14:36:50.850149 [ 256 ] {fc5fd05e-046f-4f0d-b67f-7ba1f44a8876} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5590 | 2025.02.21 14:36:50.850220 [ 256 ] {fc5fd05e-046f-4f0d-b67f-7ba1f44a8876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5591 | 2025.02.21 14:36:50.851291 [ 256 ] {fc5fd05e-046f-4f0d-b67f-7ba1f44a8876} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5592 | 2025.02.21 14:36:50.851581 [ 256 ] {fc5fd05e-046f-4f0d-b67f-7ba1f44a8876} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5593 | 2025.02.21 14:36:50.851889 [ 256 ] {fc5fd05e-046f-4f0d-b67f-7ba1f44a8876} <Debug> executeQuery: Read 67 rows, 5.01 KiB in 0.005621 sec., 11919.587262053015 rows/sec., 891.43 KiB/sec. | ||
| 5594 | 2025.02.21 14:36:50.852046 [ 256 ] {fc5fd05e-046f-4f0d-b67f-7ba1f44a8876} <Debug> TCPHandler: Processed in 0.006158974 sec. | ||
| 5595 | 2025.02.21 14:36:50.852300 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5596 | 2025.02.21 14:36:50.852386 [ 201 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3187 rows, containing 5 columns (5 merged, 0 gathered) in 0.006658379 sec., 478645.0275660187 rows/sec., 41.79 MiB/sec. | ||
| 5597 | 2025.02.21 14:36:50.852483 [ 254 ] {f8fcc439-27f8-4d02-a76b-fd1cb7ed1907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5598 | 2025.02.21 14:36:50.852557 [ 254 ] {f8fcc439-27f8-4d02-a76b-fd1cb7ed1907} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5599 | 2025.02.21 14:36:50.852792 [ 201 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 5600 | 2025.02.21 14:36:50.853412 [ 201 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_56_11} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5601 | 2025.02.21 14:36:50.853629 [ 201 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_56_11} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 5602 | 2025.02.21 14:36:50.853813 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 5603 | 2025.02.21 14:36:50.853951 [ 254 ] {f8fcc439-27f8-4d02-a76b-fd1cb7ed1907} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5604 | 2025.02.21 14:36:50.853997 [ 254 ] {f8fcc439-27f8-4d02-a76b-fd1cb7ed1907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5605 | 2025.02.21 14:36:50.854372 [ 254 ] {f8fcc439-27f8-4d02-a76b-fd1cb7ed1907} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5606 | 2025.02.21 14:36:50.854610 [ 254 ] {f8fcc439-27f8-4d02-a76b-fd1cb7ed1907} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5607 | 2025.02.21 14:36:50.854919 [ 254 ] {f8fcc439-27f8-4d02-a76b-fd1cb7ed1907} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002468 sec., 102106.96920583468 rows/sec., 7.06 MiB/sec. | ||
| 5608 | 2025.02.21 14:36:50.855049 [ 254 ] {f8fcc439-27f8-4d02-a76b-fd1cb7ed1907} <Debug> TCPHandler: Processed in 0.002898527 sec. | ||
| 5609 | 2025.02.21 14:36:50.855204 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5610 | 2025.02.21 14:36:50.855347 [ 256 ] {4f482949-19ab-45f8-af11-87f0ecc8bb2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5611 | 2025.02.21 14:36:50.855406 [ 256 ] {4f482949-19ab-45f8-af11-87f0ecc8bb2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5612 | 2025.02.21 14:36:50.856100 [ 256 ] {4f482949-19ab-45f8-af11-87f0ecc8bb2b} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5613 | 2025.02.21 14:36:50.856146 [ 256 ] {4f482949-19ab-45f8-af11-87f0ecc8bb2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5614 | 2025.02.21 14:36:50.856509 [ 256 ] {4f482949-19ab-45f8-af11-87f0ecc8bb2b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5615 | 2025.02.21 14:36:50.856755 [ 256 ] {4f482949-19ab-45f8-af11-87f0ecc8bb2b} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5616 | 2025.02.21 14:36:50.856964 [ 256 ] {4f482949-19ab-45f8-af11-87f0ecc8bb2b} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001649 sec., 7277.137659187386 rows/sec., 568.53 KiB/sec. | ||
| 5617 | 2025.02.21 14:36:50.857021 [ 256 ] {4f482949-19ab-45f8-af11-87f0ecc8bb2b} <Debug> TCPHandler: Processed in 0.001884266 sec. | ||
| 5618 | 2025.02.21 14:36:50.857167 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5619 | 2025.02.21 14:36:50.857305 [ 254 ] {ec23da9e-0252-4934-a1af-881e2aa44bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5620 | 2025.02.21 14:36:50.857363 [ 254 ] {ec23da9e-0252-4934-a1af-881e2aa44bd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5621 | 2025.02.21 14:36:50.858323 [ 254 ] {ec23da9e-0252-4934-a1af-881e2aa44bd0} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5622 | 2025.02.21 14:36:50.858362 [ 254 ] {ec23da9e-0252-4934-a1af-881e2aa44bd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5623 | 2025.02.21 14:36:50.858750 [ 254 ] {ec23da9e-0252-4934-a1af-881e2aa44bd0} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 5624 | 2025.02.21 14:36:50.858985 [ 254 ] {ec23da9e-0252-4934-a1af-881e2aa44bd0} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5625 | 2025.02.21 14:36:50.859149 [ 155 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 5626 | 2025.02.21 14:36:50.859208 [ 155 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5627 | 2025.02.21 14:36:50.859225 [ 254 ] {ec23da9e-0252-4934-a1af-881e2aa44bd0} <Debug> executeQuery: Read 611 rows, 47.09 KiB in 0.001943 sec., 314462.17189912504 rows/sec., 23.67 MiB/sec. | ||
| 5628 | 2025.02.21 14:36:50.859241 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5629 | 2025.02.21 14:36:50.859372 [ 254 ] {ec23da9e-0252-4934-a1af-881e2aa44bd0} <Debug> TCPHandler: Processed in 0.002262687 sec. | ||
| 5630 | 2025.02.21 14:36:50.859442 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 5631 | 2025.02.21 14:36:50.859537 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5632 | 2025.02.21 14:36:50.859605 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5633 | 2025.02.21 14:36:50.859662 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 631 rows starting from the beginning of the part | ||
| 5634 | 2025.02.21 14:36:50.859774 [ 256 ] {a1f5e554-ad05-4acc-8609-164becb4f9bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5635 | 2025.02.21 14:36:50.859982 [ 256 ] {a1f5e554-ad05-4acc-8609-164becb4f9bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5636 | 2025.02.21 14:36:50.859997 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 103 rows starting from the beginning of the part | ||
| 5637 | 2025.02.21 14:36:50.860391 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 5638 | 2025.02.21 14:36:50.860689 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 103 rows starting from the beginning of the part | ||
| 5639 | 2025.02.21 14:36:50.860999 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 5640 | 2025.02.21 14:36:50.861305 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 611 rows starting from the beginning of the part | ||
| 5641 | 2025.02.21 14:36:50.863181 [ 256 ] {a1f5e554-ad05-4acc-8609-164becb4f9bf} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5642 | 2025.02.21 14:36:50.863258 [ 256 ] {a1f5e554-ad05-4acc-8609-164becb4f9bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5643 | 2025.02.21 14:36:50.864078 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1576 rows, containing 5 columns (5 merged, 0 gathered) in 0.004710811 sec., 334549.6136440201 rows/sec., 26.67 MiB/sec. | ||
| 5644 | 2025.02.21 14:36:50.864156 [ 256 ] {a1f5e554-ad05-4acc-8609-164becb4f9bf} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 5645 | 2025.02.21 14:36:50.864273 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 5646 | 2025.02.21 14:36:50.864642 [ 256 ] {a1f5e554-ad05-4acc-8609-164becb4f9bf} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5647 | 2025.02.21 14:36:50.864771 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_56_11} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5648 | 2025.02.21 14:36:50.864920 [ 155 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 5649 | 2025.02.21 14:36:50.865032 [ 155 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5650 | 2025.02.21 14:36:50.865083 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_56_11} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 5651 | 2025.02.21 14:36:50.865098 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5652 | 2025.02.21 14:36:50.865179 [ 256 ] {a1f5e554-ad05-4acc-8609-164becb4f9bf} <Debug> executeQuery: Read 952 rows, 65.79 KiB in 0.005456 sec., 174486.8035190616 rows/sec., 11.78 MiB/sec. | ||
| 5653 | 2025.02.21 14:36:50.865692 [ 256 ] {a1f5e554-ad05-4acc-8609-164becb4f9bf} <Debug> TCPHandler: Processed in 0.006232546 sec. | ||
| 5654 | 2025.02.21 14:36:50.865743 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 5655 | 2025.02.21 14:36:50.865966 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 5656 | 2025.02.21 14:36:50.866019 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5657 | 2025.02.21 14:36:50.866445 [ 254 ] {10fbe817-c8c0-442f-a3e1-e6bf890192f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5658 | 2025.02.21 14:36:50.866595 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5659 | 2025.02.21 14:36:50.866730 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14869 rows starting from the beginning of the part | ||
| 5660 | 2025.02.21 14:36:50.866831 [ 254 ] {10fbe817-c8c0-442f-a3e1-e6bf890192f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5661 | 2025.02.21 14:36:50.867065 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part | ||
| 5662 | 2025.02.21 14:36:50.867548 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 5663 | 2025.02.21 14:36:50.867936 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
| 5664 | 2025.02.21 14:36:50.868364 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 5665 | 2025.02.21 14:36:50.868773 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 952 rows starting from the beginning of the part | ||
| 5666 | 2025.02.21 14:36:50.870918 [ 254 ] {10fbe817-c8c0-442f-a3e1-e6bf890192f8} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5667 | 2025.02.21 14:36:50.870972 [ 254 ] {10fbe817-c8c0-442f-a3e1-e6bf890192f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5668 | 2025.02.21 14:36:50.872327 [ 254 ] {10fbe817-c8c0-442f-a3e1-e6bf890192f8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5669 | 2025.02.21 14:36:50.872637 [ 254 ] {10fbe817-c8c0-442f-a3e1-e6bf890192f8} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5670 | 2025.02.21 14:36:50.873200 [ 254 ] {10fbe817-c8c0-442f-a3e1-e6bf890192f8} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.006905 sec., 5648.0811006517015 rows/sec., 10.12 MiB/sec. | ||
| 5671 | 2025.02.21 14:36:50.873346 [ 254 ] {10fbe817-c8c0-442f-a3e1-e6bf890192f8} <Debug> TCPHandler: Processed in 0.007507394 sec. | ||
| 5672 | 2025.02.21 14:36:50.873503 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5673 | 2025.02.21 14:36:50.873649 [ 256 ] {972516cd-10d3-44f5-8346-feafada335e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5674 | 2025.02.21 14:36:50.873719 [ 256 ] {972516cd-10d3-44f5-8346-feafada335e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5675 | 2025.02.21 14:36:50.874433 [ 256 ] {972516cd-10d3-44f5-8346-feafada335e5} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5676 | 2025.02.21 14:36:50.874470 [ 256 ] {972516cd-10d3-44f5-8346-feafada335e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5677 | 2025.02.21 14:36:50.875173 [ 256 ] {972516cd-10d3-44f5-8346-feafada335e5} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 5678 | 2025.02.21 14:36:50.875493 [ 256 ] {972516cd-10d3-44f5-8346-feafada335e5} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5679 | 2025.02.21 14:36:50.875695 [ 155 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 5680 | 2025.02.21 14:36:50.875795 [ 155 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5681 | 2025.02.21 14:36:50.875871 [ 155 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5682 | 2025.02.21 14:36:50.876136 [ 256 ] {972516cd-10d3-44f5-8346-feafada335e5} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.002451 sec., 8975.92819257446 rows/sec., 624.35 KiB/sec. | ||
| 5683 | 2025.02.21 14:36:50.876506 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 5684 | 2025.02.21 14:36:50.876587 [ 256 ] {972516cd-10d3-44f5-8346-feafada335e5} <Debug> TCPHandler: Processed in 0.003147904 sec. | ||
| 5685 | 2025.02.21 14:36:50.876618 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16461 rows, containing 5 columns (5 merged, 0 gathered) in 0.01135887 sec., 1449175.8423153008 rows/sec., 99.25 MiB/sec. | ||
| 5686 | 2025.02.21 14:36:50.876834 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5687 | 2025.02.21 14:36:50.876866 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2628 rows starting from the beginning of the part | ||
| 5688 | 2025.02.21 14:36:50.876976 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 5689 | 2025.02.21 14:36:50.877008 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
| 5690 | 2025.02.21 14:36:50.877323 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 5691 | 2025.02.21 14:36:50.877656 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
| 5692 | 2025.02.21 14:36:50.877944 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 5693 | 2025.02.21 14:36:50.878045 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5694 | 2025.02.21 14:36:50.878171 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 22 rows starting from the beginning of the part | ||
| 5695 | 2025.02.21 14:36:50.878554 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 5696 | 2025.02.21 14:36:50.878760 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.41 MiB. | ||
| 5697 | 2025.02.21 14:36:50.879794 [ 188 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2890 rows, containing 4 columns (4 merged, 0 gathered) in 0.003740342 sec., 772656.6180311855 rows/sec., 52.07 MiB/sec. | ||
| 5698 | 2025.02.21 14:36:50.880075 [ 188 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 5699 | 2025.02.21 14:36:50.880366 [ 188 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_56_11} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5700 | 2025.02.21 14:36:50.880449 [ 188 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_56_11} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 5701 | 2025.02.21 14:36:50.880534 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 5702 | 2025.02.21 14:36:52.458552 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 788 | ||
| 5703 | 2025.02.21 14:36:52.461780 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5704 | 2025.02.21 14:36:52.461831 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5705 | 2025.02.21 14:36:52.463357 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5706 | 2025.02.21 14:36:52.463664 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5707 | 2025.02.21 14:36:52.464167 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 788 | ||
| 5708 | 2025.02.21 14:36:54.207494 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5709 | 2025.02.21 14:36:54.207707 [ 254 ] {4f0ad9b8-d3ab-4726-9a6b-f525b00077ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5710 | 2025.02.21 14:36:54.207789 [ 254 ] {4f0ad9b8-d3ab-4726-9a6b-f525b00077ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5711 | 2025.02.21 14:36:54.208601 [ 254 ] {4f0ad9b8-d3ab-4726-9a6b-f525b00077ec} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5712 | 2025.02.21 14:36:54.208657 [ 254 ] {4f0ad9b8-d3ab-4726-9a6b-f525b00077ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5713 | 2025.02.21 14:36:54.209097 [ 254 ] {4f0ad9b8-d3ab-4726-9a6b-f525b00077ec} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 5714 | 2025.02.21 14:36:54.209347 [ 254 ] {4f0ad9b8-d3ab-4726-9a6b-f525b00077ec} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5715 | 2025.02.21 14:36:54.209585 [ 254 ] {4f0ad9b8-d3ab-4726-9a6b-f525b00077ec} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001936 sec., 28925.619834710742 rows/sec., 2.21 MiB/sec. | ||
| 5716 | 2025.02.21 14:36:54.209655 [ 254 ] {4f0ad9b8-d3ab-4726-9a6b-f525b00077ec} <Debug> TCPHandler: Processed in 0.002299289 sec. | ||
| 5717 | 2025.02.21 14:36:54.209905 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5718 | 2025.02.21 14:36:54.210124 [ 256 ] {3182ba8e-8cd4-46d4-9376-853cd417120c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5719 | 2025.02.21 14:36:54.210208 [ 256 ] {3182ba8e-8cd4-46d4-9376-853cd417120c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5720 | 2025.02.21 14:36:54.211002 [ 256 ] {3182ba8e-8cd4-46d4-9376-853cd417120c} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5721 | 2025.02.21 14:36:54.211052 [ 256 ] {3182ba8e-8cd4-46d4-9376-853cd417120c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5722 | 2025.02.21 14:36:54.211511 [ 256 ] {3182ba8e-8cd4-46d4-9376-853cd417120c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 5723 | 2025.02.21 14:36:54.211779 [ 256 ] {3182ba8e-8cd4-46d4-9376-853cd417120c} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5724 | 2025.02.21 14:36:54.212027 [ 256 ] {3182ba8e-8cd4-46d4-9376-853cd417120c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001962 sec., 32619.77573904179 rows/sec., 2.55 MiB/sec. | ||
| 5725 | 2025.02.21 14:36:54.212095 [ 256 ] {3182ba8e-8cd4-46d4-9376-853cd417120c} <Debug> TCPHandler: Processed in 0.002335479 sec. | ||
| 5726 | 2025.02.21 14:36:54.212247 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5727 | 2025.02.21 14:36:54.212394 [ 254 ] {766c5e2d-8411-4c39-b29a-666df2d6923b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5728 | 2025.02.21 14:36:54.212461 [ 254 ] {766c5e2d-8411-4c39-b29a-666df2d6923b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5729 | 2025.02.21 14:36:54.213138 [ 254 ] {766c5e2d-8411-4c39-b29a-666df2d6923b} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5730 | 2025.02.21 14:36:54.213186 [ 254 ] {766c5e2d-8411-4c39-b29a-666df2d6923b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5731 | 2025.02.21 14:36:54.213598 [ 254 ] {766c5e2d-8411-4c39-b29a-666df2d6923b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 5732 | 2025.02.21 14:36:54.213856 [ 254 ] {766c5e2d-8411-4c39-b29a-666df2d6923b} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5733 | 2025.02.21 14:36:54.214068 [ 254 ] {766c5e2d-8411-4c39-b29a-666df2d6923b} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.00171 sec., 57309.94152046784 rows/sec., 4.00 MiB/sec. | ||
| 5734 | 2025.02.21 14:36:54.214124 [ 254 ] {766c5e2d-8411-4c39-b29a-666df2d6923b} <Debug> TCPHandler: Processed in 0.001947958 sec. | ||
| 5735 | 2025.02.21 14:36:54.214296 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5736 | 2025.02.21 14:36:54.214533 [ 256 ] {03a6609b-bfab-4f8b-a421-3e329acd8e1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5737 | 2025.02.21 14:36:54.214633 [ 256 ] {03a6609b-bfab-4f8b-a421-3e329acd8e1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5738 | 2025.02.21 14:36:54.215426 [ 256 ] {03a6609b-bfab-4f8b-a421-3e329acd8e1d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5739 | 2025.02.21 14:36:54.215467 [ 256 ] {03a6609b-bfab-4f8b-a421-3e329acd8e1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5740 | 2025.02.21 14:36:54.215859 [ 256 ] {03a6609b-bfab-4f8b-a421-3e329acd8e1d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 5741 | 2025.02.21 14:36:54.216112 [ 256 ] {03a6609b-bfab-4f8b-a421-3e329acd8e1d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5742 | 2025.02.21 14:36:54.216324 [ 256 ] {03a6609b-bfab-4f8b-a421-3e329acd8e1d} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001853 sec., 20507.285483000538 rows/sec., 1.38 MiB/sec. | ||
| 5743 | 2025.02.21 14:36:54.216378 [ 256 ] {03a6609b-bfab-4f8b-a421-3e329acd8e1d} <Debug> TCPHandler: Processed in 0.002160285 sec. | ||
| 5744 | 2025.02.21 14:36:54.896138 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
| 5745 | 2025.02.21 14:36:54.896793 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5746 | 2025.02.21 14:36:54.896843 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5747 | 2025.02.21 14:36:54.897374 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5748 | 2025.02.21 14:36:54.897635 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5749 | 2025.02.21 14:36:54.897897 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
| 5750 | 2025.02.21 14:36:56.050356 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 5751 | 2025.02.21 14:36:56.072088 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5752 | 2025.02.21 14:36:56.072157 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5753 | 2025.02.21 14:36:56.079845 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5754 | 2025.02.21 14:36:56.080638 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5755 | 2025.02.21 14:36:56.083644 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 5756 | 2025.02.21 14:36:59.210165 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5757 | 2025.02.21 14:36:59.210400 [ 254 ] {6c018793-919e-4d5b-bb74-21331e0a751a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5758 | 2025.02.21 14:36:59.210481 [ 254 ] {6c018793-919e-4d5b-bb74-21331e0a751a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5759 | 2025.02.21 14:36:59.211257 [ 254 ] {6c018793-919e-4d5b-bb74-21331e0a751a} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5760 | 2025.02.21 14:36:59.211313 [ 254 ] {6c018793-919e-4d5b-bb74-21331e0a751a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5761 | 2025.02.21 14:36:59.211766 [ 254 ] {6c018793-919e-4d5b-bb74-21331e0a751a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 5762 | 2025.02.21 14:36:59.212024 [ 254 ] {6c018793-919e-4d5b-bb74-21331e0a751a} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5763 | 2025.02.21 14:36:59.212276 [ 254 ] {6c018793-919e-4d5b-bb74-21331e0a751a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001935 sec., 28940.568475452194 rows/sec., 2.21 MiB/sec. | ||
| 5764 | 2025.02.21 14:36:59.212343 [ 254 ] {6c018793-919e-4d5b-bb74-21331e0a751a} <Debug> TCPHandler: Processed in 0.002326149 sec. | ||
| 5765 | 2025.02.21 14:36:59.212596 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5766 | 2025.02.21 14:36:59.212814 [ 256 ] {bd5a5c02-b696-4ee7-a318-18c1cb2bc5b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5767 | 2025.02.21 14:36:59.212898 [ 256 ] {bd5a5c02-b696-4ee7-a318-18c1cb2bc5b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5768 | 2025.02.21 14:36:59.213748 [ 256 ] {bd5a5c02-b696-4ee7-a318-18c1cb2bc5b1} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5769 | 2025.02.21 14:36:59.213795 [ 256 ] {bd5a5c02-b696-4ee7-a318-18c1cb2bc5b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5770 | 2025.02.21 14:36:59.214261 [ 256 ] {bd5a5c02-b696-4ee7-a318-18c1cb2bc5b1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 5771 | 2025.02.21 14:36:59.214524 [ 256 ] {bd5a5c02-b696-4ee7-a318-18c1cb2bc5b1} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5772 | 2025.02.21 14:36:59.214799 [ 256 ] {bd5a5c02-b696-4ee7-a318-18c1cb2bc5b1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002042 sec., 31341.821743388835 rows/sec., 2.45 MiB/sec. | ||
| 5773 | 2025.02.21 14:36:59.214870 [ 256 ] {bd5a5c02-b696-4ee7-a318-18c1cb2bc5b1} <Debug> TCPHandler: Processed in 0.002416122 sec. | ||
| 5774 | 2025.02.21 14:36:59.215022 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5775 | 2025.02.21 14:36:59.215170 [ 254 ] {6262fc23-51fe-415b-811c-14c7a3e8ae4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5776 | 2025.02.21 14:36:59.215238 [ 254 ] {6262fc23-51fe-415b-811c-14c7a3e8ae4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5777 | 2025.02.21 14:36:59.215886 [ 254 ] {6262fc23-51fe-415b-811c-14c7a3e8ae4c} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5778 | 2025.02.21 14:36:59.215928 [ 254 ] {6262fc23-51fe-415b-811c-14c7a3e8ae4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5779 | 2025.02.21 14:36:59.216338 [ 254 ] {6262fc23-51fe-415b-811c-14c7a3e8ae4c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 5780 | 2025.02.21 14:36:59.216587 [ 254 ] {6262fc23-51fe-415b-811c-14c7a3e8ae4c} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5781 | 2025.02.21 14:36:59.216852 [ 254 ] {6262fc23-51fe-415b-811c-14c7a3e8ae4c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001712 sec., 93457.94392523365 rows/sec., 6.51 MiB/sec. | ||
| 5782 | 2025.02.21 14:36:59.216962 [ 254 ] {6262fc23-51fe-415b-811c-14c7a3e8ae4c} <Debug> TCPHandler: Processed in 0.00201115 sec. | ||
| 5783 | 2025.02.21 14:36:59.217252 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5784 | 2025.02.21 14:36:59.217501 [ 256 ] {4fcd6fa0-fd4b-424f-bb6e-644e866ad4ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5785 | 2025.02.21 14:36:59.217559 [ 256 ] {4fcd6fa0-fd4b-424f-bb6e-644e866ad4ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5786 | 2025.02.21 14:36:59.218085 [ 256 ] {4fcd6fa0-fd4b-424f-bb6e-644e866ad4ca} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5787 | 2025.02.21 14:36:59.218126 [ 256 ] {4fcd6fa0-fd4b-424f-bb6e-644e866ad4ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5788 | 2025.02.21 14:36:59.218521 [ 256 ] {4fcd6fa0-fd4b-424f-bb6e-644e866ad4ca} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 5789 | 2025.02.21 14:36:59.218770 [ 256 ] {4fcd6fa0-fd4b-424f-bb6e-644e866ad4ca} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5790 | 2025.02.21 14:36:59.219000 [ 256 ] {4fcd6fa0-fd4b-424f-bb6e-644e866ad4ca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00153 sec., 39215.686274509804 rows/sec., 2.64 MiB/sec. | ||
| 5791 | 2025.02.21 14:36:59.219089 [ 256 ] {4fcd6fa0-fd4b-424f-bb6e-644e866ad4ca} <Debug> TCPHandler: Processed in 0.0020149 sec. | ||
| 5792 | 2025.02.21 14:37:02.146029 [ 60 ] {} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 5793 | 2025.02.21 14:37:02.146148 [ 60 ] {} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5794 | 2025.02.21 14:37:02.146194 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5795 | 2025.02.21 14:37:02.146470 [ 196 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::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 | ||
| 5796 | 2025.02.21 14:37:02.146924 [ 196 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5797 | 2025.02.21 14:37:02.146970 [ 196 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 69 rows starting from the beginning of the part | ||
| 5798 | 2025.02.21 14:37:02.147069 [ 196 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 53 rows starting from the beginning of the part | ||
| 5799 | 2025.02.21 14:37:02.147351 [ 196 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 39 rows starting from the beginning of the part | ||
| 5800 | 2025.02.21 14:37:02.147688 [ 196 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 39 rows starting from the beginning of the part | ||
| 5801 | 2025.02.21 14:37:02.147812 [ 196 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 67 rows starting from the beginning of the part | ||
| 5802 | 2025.02.21 14:37:02.148974 [ 187 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 267 rows, containing 5 columns (5 merged, 0 gathered) in 0.00268118 sec., 99583.01941682394 rows/sec., 7.69 MiB/sec. | ||
| 5803 | 2025.02.21 14:37:02.149183 [ 187 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 5804 | 2025.02.21 14:37:02.149533 [ 187 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_24_5} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5805 | 2025.02.21 14:37:02.149627 [ 187 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_24_5} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 5806 | 2025.02.21 14:37:02.149733 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 5807 | 2025.02.21 14:37:02.232605 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5808 | 2025.02.21 14:37:02.232677 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5809 | 2025.02.21 14:37:02.398957 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
| 5810 | 2025.02.21 14:37:02.399642 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5811 | 2025.02.21 14:37:02.399686 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5812 | 2025.02.21 14:37:02.400219 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5813 | 2025.02.21 14:37:02.400468 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5814 | 2025.02.21 14:37:02.400713 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 5815 | 2025.02.21 14:37:02.400728 [ 60 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5816 | 2025.02.21 14:37:02.400816 [ 60 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5817 | 2025.02.21 14:37:02.400857 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5818 | 2025.02.21 14:37:02.401026 [ 196 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 5819 | 2025.02.21 14:37:02.401222 [ 196 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5820 | 2025.02.21 14:37:02.401286 [ 196 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part | ||
| 5821 | 2025.02.21 14:37:02.401451 [ 196 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part | ||
| 5822 | 2025.02.21 14:37:02.401643 [ 196 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part | ||
| 5823 | 2025.02.21 14:37:02.401755 [ 196 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part | ||
| 5824 | 2025.02.21 14:37:02.401936 [ 196 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part | ||
| 5825 | 2025.02.21 14:37:02.402222 [ 196 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part | ||
| 5826 | 2025.02.21 14:37:02.404856 [ 191 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003914668 sec., 4222835.755164934 rows/sec., 60.41 MiB/sec. | ||
| 5827 | 2025.02.21 14:37:02.404967 [ 191 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5828 | 2025.02.21 14:37:02.405269 [ 191 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_36_7} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5829 | 2025.02.21 14:37:02.405348 [ 191 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_36_7} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5830 | 2025.02.21 14:37:02.405455 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 5831 | 2025.02.21 14:37:02.465283 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 804 | ||
| 5832 | 2025.02.21 14:37:02.468130 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5833 | 2025.02.21 14:37:02.468194 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5834 | 2025.02.21 14:37:02.469695 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5835 | 2025.02.21 14:37:02.470023 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5836 | 2025.02.21 14:37:02.470240 [ 56 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5837 | 2025.02.21 14:37:02.470337 [ 56 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5838 | 2025.02.21 14:37:02.470407 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5839 | 2025.02.21 14:37:02.471080 [ 195 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 5840 | 2025.02.21 14:37:02.472555 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 804 | ||
| 5841 | 2025.02.21 14:37:02.472914 [ 195 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5842 | 2025.02.21 14:37:02.473093 [ 195 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 672 rows starting from the beginning of the part | ||
| 5843 | 2025.02.21 14:37:02.473768 [ 195 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part | ||
| 5844 | 2025.02.21 14:37:02.474572 [ 195 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 5845 | 2025.02.21 14:37:02.475243 [ 195 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 20 rows starting from the beginning of the part | ||
| 5846 | 2025.02.21 14:37:02.475890 [ 195 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part | ||
| 5847 | 2025.02.21 14:37:02.476512 [ 195 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 5848 | 2025.02.21 14:37:02.484823 [ 194 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 804 rows, containing 72 columns (72 merged, 0 gathered) in 0.014256906 sec., 56393.72245282392 rows/sec., 46.27 MiB/sec. | ||
| 5849 | 2025.02.21 14:37:02.486365 [ 194 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5850 | 2025.02.21 14:37:02.487180 [ 194 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_26_5} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5851 | 2025.02.21 14:37:02.487274 [ 194 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_26_5} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5852 | 2025.02.21 14:37:02.487643 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.08 MiB. | ||
| 5853 | 2025.02.21 14:37:03.584629 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 5854 | 2025.02.21 14:37:03.605662 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5855 | 2025.02.21 14:37:03.605707 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5856 | 2025.02.21 14:37:03.613705 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5857 | 2025.02.21 14:37:03.614511 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5858 | 2025.02.21 14:37:03.614927 [ 62 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5859 | 2025.02.21 14:37:03.615060 [ 62 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5860 | 2025.02.21 14:37:03.615135 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5861 | 2025.02.21 14:37:03.615412 [ 188 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 5862 | 2025.02.21 14:37:03.624203 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 5863 | 2025.02.21 14:37:03.625282 [ 188 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5864 | 2025.02.21 14:37:03.626189 [ 188 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 5865 | 2025.02.21 14:37:03.630584 [ 188 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 5866 | 2025.02.21 14:37:03.635132 [ 188 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 5867 | 2025.02.21 14:37:03.640042 [ 188 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 5868 | 2025.02.21 14:37:03.645375 [ 188 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 5869 | 2025.02.21 14:37:03.649817 [ 188 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 5870 | 2025.02.21 14:37:03.708907 [ 194 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.093647903 sec., 2904.496430635505 rows/sec., 15.02 MiB/sec. | ||
| 5871 | 2025.02.21 14:37:03.711952 [ 194 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5872 | 2025.02.21 14:37:03.715055 [ 194 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_36_7} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5873 | 2025.02.21 14:37:03.715213 [ 194 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_36_7} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5874 | 2025.02.21 14:37:03.717759 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 5875 | 2025.02.21 14:37:04.212447 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5876 | 2025.02.21 14:37:04.212658 [ 254 ] {5442ea7d-6700-4f3d-ad4e-eebb187a9b9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5877 | 2025.02.21 14:37:04.212730 [ 254 ] {5442ea7d-6700-4f3d-ad4e-eebb187a9b9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5878 | 2025.02.21 14:37:04.214132 [ 254 ] {5442ea7d-6700-4f3d-ad4e-eebb187a9b9a} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5879 | 2025.02.21 14:37:04.214217 [ 254 ] {5442ea7d-6700-4f3d-ad4e-eebb187a9b9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5880 | 2025.02.21 14:37:04.214723 [ 254 ] {5442ea7d-6700-4f3d-ad4e-eebb187a9b9a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 5881 | 2025.02.21 14:37:04.215000 [ 254 ] {5442ea7d-6700-4f3d-ad4e-eebb187a9b9a} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5882 | 2025.02.21 14:37:04.215227 [ 254 ] {5442ea7d-6700-4f3d-ad4e-eebb187a9b9a} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002624 sec., 51067.07317073171 rows/sec., 4.39 MiB/sec. | ||
| 5883 | 2025.02.21 14:37:04.215295 [ 254 ] {5442ea7d-6700-4f3d-ad4e-eebb187a9b9a} <Debug> TCPHandler: Processed in 0.002987659 sec. | ||
| 5884 | 2025.02.21 14:37:04.215552 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5885 | 2025.02.21 14:37:04.215770 [ 256 ] {6392b733-d476-4855-bc2d-65bf29c49bf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5886 | 2025.02.21 14:37:04.215855 [ 256 ] {6392b733-d476-4855-bc2d-65bf29c49bf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5887 | 2025.02.21 14:37:04.216716 [ 256 ] {6392b733-d476-4855-bc2d-65bf29c49bf6} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5888 | 2025.02.21 14:37:04.216768 [ 256 ] {6392b733-d476-4855-bc2d-65bf29c49bf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5889 | 2025.02.21 14:37:04.217223 [ 256 ] {6392b733-d476-4855-bc2d-65bf29c49bf6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5890 | 2025.02.21 14:37:04.217485 [ 256 ] {6392b733-d476-4855-bc2d-65bf29c49bf6} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5891 | 2025.02.21 14:37:04.217730 [ 256 ] {6392b733-d476-4855-bc2d-65bf29c49bf6} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00202 sec., 19306.930693069306 rows/sec., 1.42 MiB/sec. | ||
| 5892 | 2025.02.21 14:37:04.217800 [ 256 ] {6392b733-d476-4855-bc2d-65bf29c49bf6} <Debug> TCPHandler: Processed in 0.002380011 sec. | ||
| 5893 | 2025.02.21 14:37:04.217965 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5894 | 2025.02.21 14:37:04.218113 [ 254 ] {d2e14bb6-3d83-4ed0-9717-0d279d70d645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5895 | 2025.02.21 14:37:04.218175 [ 254 ] {d2e14bb6-3d83-4ed0-9717-0d279d70d645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5896 | 2025.02.21 14:37:04.218871 [ 254 ] {d2e14bb6-3d83-4ed0-9717-0d279d70d645} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5897 | 2025.02.21 14:37:04.218911 [ 254 ] {d2e14bb6-3d83-4ed0-9717-0d279d70d645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5898 | 2025.02.21 14:37:04.219301 [ 254 ] {d2e14bb6-3d83-4ed0-9717-0d279d70d645} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 5899 | 2025.02.21 14:37:04.219545 [ 254 ] {d2e14bb6-3d83-4ed0-9717-0d279d70d645} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5900 | 2025.02.21 14:37:04.219739 [ 254 ] {d2e14bb6-3d83-4ed0-9717-0d279d70d645} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001654 sec., 62273.276904474 rows/sec., 4.86 MiB/sec. | ||
| 5901 | 2025.02.21 14:37:04.219839 [ 254 ] {d2e14bb6-3d83-4ed0-9717-0d279d70d645} <Debug> TCPHandler: Processed in 0.001943748 sec. | ||
| 5902 | 2025.02.21 14:37:04.220095 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5903 | 2025.02.21 14:37:04.220273 [ 256 ] {fa647741-f8a3-483d-8d51-471170428170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5904 | 2025.02.21 14:37:04.220342 [ 256 ] {fa647741-f8a3-483d-8d51-471170428170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5905 | 2025.02.21 14:37:04.220976 [ 256 ] {fa647741-f8a3-483d-8d51-471170428170} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5906 | 2025.02.21 14:37:04.221019 [ 256 ] {fa647741-f8a3-483d-8d51-471170428170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5907 | 2025.02.21 14:37:04.221450 [ 256 ] {fa647741-f8a3-483d-8d51-471170428170} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 5908 | 2025.02.21 14:37:04.221704 [ 256 ] {fa647741-f8a3-483d-8d51-471170428170} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5909 | 2025.02.21 14:37:04.221948 [ 256 ] {fa647741-f8a3-483d-8d51-471170428170} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001705 sec., 93841.642228739 rows/sec., 6.54 MiB/sec. | ||
| 5910 | 2025.02.21 14:37:04.222070 [ 256 ] {fa647741-f8a3-483d-8d51-471170428170} <Debug> TCPHandler: Processed in 0.002145084 sec. | ||
| 5911 | 2025.02.21 14:37:04.222312 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5912 | 2025.02.21 14:37:04.222639 [ 254 ] {8ed324f2-e555-4a4c-a9c6-85b204b31aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5913 | 2025.02.21 14:37:04.222733 [ 254 ] {8ed324f2-e555-4a4c-a9c6-85b204b31aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5914 | 2025.02.21 14:37:04.223911 [ 254 ] {8ed324f2-e555-4a4c-a9c6-85b204b31aea} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5915 | 2025.02.21 14:37:04.223949 [ 254 ] {8ed324f2-e555-4a4c-a9c6-85b204b31aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5916 | 2025.02.21 14:37:04.224660 [ 254 ] {8ed324f2-e555-4a4c-a9c6-85b204b31aea} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5917 | 2025.02.21 14:37:04.224928 [ 254 ] {8ed324f2-e555-4a4c-a9c6-85b204b31aea} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5918 | 2025.02.21 14:37:04.225187 [ 254 ] {8ed324f2-e555-4a4c-a9c6-85b204b31aea} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002654 sec., 14694.8003014318 rows/sec., 26.33 MiB/sec. | ||
| 5919 | 2025.02.21 14:37:04.225645 [ 254 ] {8ed324f2-e555-4a4c-a9c6-85b204b31aea} <Debug> TCPHandler: Processed in 0.003479684 sec. | ||
| 5920 | 2025.02.21 14:37:04.225881 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5921 | 2025.02.21 14:37:04.226094 [ 256 ] {a6483dcc-401e-4ab4-8baf-411b9afa387d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5922 | 2025.02.21 14:37:04.226184 [ 256 ] {a6483dcc-401e-4ab4-8baf-411b9afa387d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5923 | 2025.02.21 14:37:04.226850 [ 256 ] {a6483dcc-401e-4ab4-8baf-411b9afa387d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5924 | 2025.02.21 14:37:04.226891 [ 256 ] {a6483dcc-401e-4ab4-8baf-411b9afa387d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5925 | 2025.02.21 14:37:04.227279 [ 256 ] {a6483dcc-401e-4ab4-8baf-411b9afa387d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 5926 | 2025.02.21 14:37:04.227526 [ 256 ] {a6483dcc-401e-4ab4-8baf-411b9afa387d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5927 | 2025.02.21 14:37:04.227748 [ 256 ] {a6483dcc-401e-4ab4-8baf-411b9afa387d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001706 sec., 35169.98827667057 rows/sec., 2.37 MiB/sec. | ||
| 5928 | 2025.02.21 14:37:04.227804 [ 256 ] {a6483dcc-401e-4ab4-8baf-411b9afa387d} <Debug> TCPHandler: Processed in 0.00202769 sec. | ||
| 5929 | 2025.02.21 14:37:09.209966 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5930 | 2025.02.21 14:37:09.210171 [ 254 ] {08b40ead-00fd-4b27-8ac6-6e688534663a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5931 | 2025.02.21 14:37:09.210245 [ 254 ] {08b40ead-00fd-4b27-8ac6-6e688534663a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5932 | 2025.02.21 14:37:09.211014 [ 254 ] {08b40ead-00fd-4b27-8ac6-6e688534663a} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5933 | 2025.02.21 14:37:09.211065 [ 254 ] {08b40ead-00fd-4b27-8ac6-6e688534663a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5934 | 2025.02.21 14:37:09.211498 [ 254 ] {08b40ead-00fd-4b27-8ac6-6e688534663a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 5935 | 2025.02.21 14:37:09.211757 [ 254 ] {08b40ead-00fd-4b27-8ac6-6e688534663a} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5936 | 2025.02.21 14:37:09.211992 [ 254 ] {08b40ead-00fd-4b27-8ac6-6e688534663a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001871 sec., 29930.51843933725 rows/sec., 2.29 MiB/sec. | ||
| 5937 | 2025.02.21 14:37:09.212059 [ 254 ] {08b40ead-00fd-4b27-8ac6-6e688534663a} <Debug> TCPHandler: Processed in 0.002222567 sec. | ||
| 5938 | 2025.02.21 14:37:09.212322 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5939 | 2025.02.21 14:37:09.212541 [ 256 ] {675343de-de5e-407b-b325-4a69885b23e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5940 | 2025.02.21 14:37:09.212623 [ 256 ] {675343de-de5e-407b-b325-4a69885b23e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5941 | 2025.02.21 14:37:09.213420 [ 256 ] {675343de-de5e-407b-b325-4a69885b23e3} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5942 | 2025.02.21 14:37:09.213467 [ 256 ] {675343de-de5e-407b-b325-4a69885b23e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5943 | 2025.02.21 14:37:09.213925 [ 256 ] {675343de-de5e-407b-b325-4a69885b23e3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 5944 | 2025.02.21 14:37:09.214196 [ 256 ] {675343de-de5e-407b-b325-4a69885b23e3} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5945 | 2025.02.21 14:37:09.214431 [ 256 ] {675343de-de5e-407b-b325-4a69885b23e3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001949 sec., 32837.35248845562 rows/sec., 2.56 MiB/sec. | ||
| 5946 | 2025.02.21 14:37:09.214535 [ 256 ] {675343de-de5e-407b-b325-4a69885b23e3} <Debug> TCPHandler: Processed in 0.002358651 sec. | ||
| 5947 | 2025.02.21 14:37:09.214772 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5948 | 2025.02.21 14:37:09.214948 [ 254 ] {f8e2c438-4ee4-47d4-a458-8a61b9c2a630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5949 | 2025.02.21 14:37:09.215015 [ 254 ] {f8e2c438-4ee4-47d4-a458-8a61b9c2a630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5950 | 2025.02.21 14:37:09.215699 [ 254 ] {f8e2c438-4ee4-47d4-a458-8a61b9c2a630} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5951 | 2025.02.21 14:37:09.215742 [ 254 ] {f8e2c438-4ee4-47d4-a458-8a61b9c2a630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5952 | 2025.02.21 14:37:09.216157 [ 254 ] {f8e2c438-4ee4-47d4-a458-8a61b9c2a630} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 5953 | 2025.02.21 14:37:09.216398 [ 254 ] {f8e2c438-4ee4-47d4-a458-8a61b9c2a630} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5954 | 2025.02.21 14:37:09.216622 [ 254 ] {f8e2c438-4ee4-47d4-a458-8a61b9c2a630} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001711 sec., 93512.56575102279 rows/sec., 6.51 MiB/sec. | ||
| 5955 | 2025.02.21 14:37:09.216685 [ 254 ] {f8e2c438-4ee4-47d4-a458-8a61b9c2a630} <Debug> TCPHandler: Processed in 0.002057891 sec. | ||
| 5956 | 2025.02.21 14:37:09.216914 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5957 | 2025.02.21 14:37:09.217070 [ 256 ] {9c40e6c5-5930-4a5e-b8fb-a1a348610e48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5958 | 2025.02.21 14:37:09.217136 [ 256 ] {9c40e6c5-5930-4a5e-b8fb-a1a348610e48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5959 | 2025.02.21 14:37:09.217737 [ 256 ] {9c40e6c5-5930-4a5e-b8fb-a1a348610e48} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5960 | 2025.02.21 14:37:09.217776 [ 256 ] {9c40e6c5-5930-4a5e-b8fb-a1a348610e48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5961 | 2025.02.21 14:37:09.218168 [ 256 ] {9c40e6c5-5930-4a5e-b8fb-a1a348610e48} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 5962 | 2025.02.21 14:37:09.218431 [ 256 ] {9c40e6c5-5930-4a5e-b8fb-a1a348610e48} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5963 | 2025.02.21 14:37:09.218653 [ 256 ] {9c40e6c5-5930-4a5e-b8fb-a1a348610e48} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001608 sec., 37313.432835820895 rows/sec., 2.51 MiB/sec. | ||
| 5964 | 2025.02.21 14:37:09.218764 [ 256 ] {9c40e6c5-5930-4a5e-b8fb-a1a348610e48} <Debug> TCPHandler: Processed in 0.001972119 sec. | ||
| 5965 | 2025.02.21 14:37:09.901760 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
| 5966 | 2025.02.21 14:37:09.902414 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5967 | 2025.02.21 14:37:09.902466 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5968 | 2025.02.21 14:37:09.903089 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5969 | 2025.02.21 14:37:09.903354 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5970 | 2025.02.21 14:37:09.903622 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
| 5971 | 2025.02.21 14:37:11.125202 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 5972 | 2025.02.21 14:37:11.146972 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5973 | 2025.02.21 14:37:11.147040 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5974 | 2025.02.21 14:37:11.154041 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5975 | 2025.02.21 14:37:11.154775 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5976 | 2025.02.21 14:37:11.157484 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 5977 | 2025.02.21 14:37:12.473593 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 824 | ||
| 5978 | 2025.02.21 14:37:12.476426 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5979 | 2025.02.21 14:37:12.476478 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5980 | 2025.02.21 14:37:12.477962 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5981 | 2025.02.21 14:37:12.478283 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5982 | 2025.02.21 14:37:12.479187 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 824 | ||
| 5983 | 2025.02.21 14:37:14.212123 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5984 | 2025.02.21 14:37:14.212335 [ 254 ] {590e7a90-0edd-41db-b022-e2d4feccc639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5985 | 2025.02.21 14:37:14.212418 [ 254 ] {590e7a90-0edd-41db-b022-e2d4feccc639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5986 | 2025.02.21 14:37:14.213314 [ 254 ] {590e7a90-0edd-41db-b022-e2d4feccc639} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5987 | 2025.02.21 14:37:14.213365 [ 254 ] {590e7a90-0edd-41db-b022-e2d4feccc639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5988 | 2025.02.21 14:37:14.213811 [ 254 ] {590e7a90-0edd-41db-b022-e2d4feccc639} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 5989 | 2025.02.21 14:37:14.214073 [ 254 ] {590e7a90-0edd-41db-b022-e2d4feccc639} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5990 | 2025.02.21 14:37:14.214290 [ 83 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 5991 | 2025.02.21 14:37:14.214356 [ 254 ] {590e7a90-0edd-41db-b022-e2d4feccc639} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.00207 sec., 64734.29951690822 rows/sec., 5.57 MiB/sec. | ||
| 5992 | 2025.02.21 14:37:14.214387 [ 83 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5993 | 2025.02.21 14:37:14.214462 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 5994 | 2025.02.21 14:37:14.214498 [ 254 ] {590e7a90-0edd-41db-b022-e2d4feccc639} <Debug> TCPHandler: Processed in 0.002505575 sec. | ||
| 5995 | 2025.02.21 14:37:14.214747 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 5996 | 2025.02.21 14:37:14.214847 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5997 | 2025.02.21 14:37:14.214985 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5998 | 2025.02.21 14:37:14.215031 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1405 rows starting from the beginning of the part | ||
| 5999 | 2025.02.21 14:37:14.215095 [ 256 ] {d3636e10-785b-465b-b744-158b28dd3d1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6000 | 2025.02.21 14:37:14.215137 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 6001 | 2025.02.21 14:37:14.215258 [ 256 ] {d3636e10-785b-465b-b744-158b28dd3d1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6002 | 2025.02.21 14:37:14.215494 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 6003 | 2025.02.21 14:37:14.216023 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 134 rows starting from the beginning of the part | ||
| 6004 | 2025.02.21 14:37:14.216222 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 6005 | 2025.02.21 14:37:14.216626 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 134 rows starting from the beginning of the part | ||
| 6006 | 2025.02.21 14:37:14.217779 [ 256 ] {d3636e10-785b-465b-b744-158b28dd3d1f} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6007 | 2025.02.21 14:37:14.217829 [ 256 ] {d3636e10-785b-465b-b744-158b28dd3d1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6008 | 2025.02.21 14:37:14.218469 [ 256 ] {d3636e10-785b-465b-b744-158b28dd3d1f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6009 | 2025.02.21 14:37:14.218838 [ 256 ] {d3636e10-785b-465b-b744-158b28dd3d1f} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6010 | 2025.02.21 14:37:14.218845 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1841 rows, containing 5 columns (5 merged, 0 gathered) in 0.004237457 sec., 434458.6859524474 rows/sec., 37.83 MiB/sec. | ||
| 6011 | 2025.02.21 14:37:14.219201 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6012 | 2025.02.21 14:37:14.219211 [ 256 ] {d3636e10-785b-465b-b744-158b28dd3d1f} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.004178 sec., 9334.609861177596 rows/sec., 701.92 KiB/sec. | ||
| 6013 | 2025.02.21 14:37:14.219413 [ 256 ] {d3636e10-785b-465b-b744-158b28dd3d1f} <Debug> TCPHandler: Processed in 0.004769842 sec. | ||
| 6014 | 2025.02.21 14:37:14.219601 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6015 | 2025.02.21 14:37:14.219767 [ 254 ] {a4867bfa-320a-4c99-9c16-97724f710534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6016 | 2025.02.21 14:37:14.219774 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_61_12} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6017 | 2025.02.21 14:37:14.219832 [ 254 ] {a4867bfa-320a-4c99-9c16-97724f710534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6018 | 2025.02.21 14:37:14.219946 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_61_12} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6019 | 2025.02.21 14:37:14.220065 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 6020 | 2025.02.21 14:37:14.220550 [ 254 ] {a4867bfa-320a-4c99-9c16-97724f710534} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6021 | 2025.02.21 14:37:14.220592 [ 254 ] {a4867bfa-320a-4c99-9c16-97724f710534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6022 | 2025.02.21 14:37:14.220983 [ 254 ] {a4867bfa-320a-4c99-9c16-97724f710534} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6023 | 2025.02.21 14:37:14.221228 [ 254 ] {a4867bfa-320a-4c99-9c16-97724f710534} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6024 | 2025.02.21 14:37:14.221389 [ 83 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6025 | 2025.02.21 14:37:14.221451 [ 83 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6026 | 2025.02.21 14:37:14.221493 [ 254 ] {a4867bfa-320a-4c99-9c16-97724f710534} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001768 sec., 58257.9185520362 rows/sec., 4.55 MiB/sec. | ||
| 6027 | 2025.02.21 14:37:14.221500 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6028 | 2025.02.21 14:37:14.221666 [ 254 ] {a4867bfa-320a-4c99-9c16-97724f710534} <Debug> TCPHandler: Processed in 0.002135574 sec. | ||
| 6029 | 2025.02.21 14:37:14.221771 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 6030 | 2025.02.21 14:37:14.221861 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6031 | 2025.02.21 14:37:14.222165 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6032 | 2025.02.21 14:37:14.222274 [ 256 ] {6e7e675c-ded1-4167-9155-a1f69ff7102b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6033 | 2025.02.21 14:37:14.222293 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 631 rows starting from the beginning of the part | ||
| 6034 | 2025.02.21 14:37:14.222446 [ 256 ] {6e7e675c-ded1-4167-9155-a1f69ff7102b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6035 | 2025.02.21 14:37:14.222793 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 6036 | 2025.02.21 14:37:14.223132 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 6037 | 2025.02.21 14:37:14.223549 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 103 rows starting from the beginning of the part | ||
| 6038 | 2025.02.21 14:37:14.223876 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 6039 | 2025.02.21 14:37:14.224164 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 103 rows starting from the beginning of the part | ||
| 6040 | 2025.02.21 14:37:14.225586 [ 256 ] {6e7e675c-ded1-4167-9155-a1f69ff7102b} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6041 | 2025.02.21 14:37:14.225652 [ 256 ] {6e7e675c-ded1-4167-9155-a1f69ff7102b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6042 | 2025.02.21 14:37:14.226718 [ 256 ] {6e7e675c-ded1-4167-9155-a1f69ff7102b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6043 | 2025.02.21 14:37:14.227230 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1029 rows, containing 5 columns (5 merged, 0 gathered) in 0.005574207 sec., 184600.2489681492 rows/sec., 14.81 MiB/sec. | ||
| 6044 | 2025.02.21 14:37:14.227244 [ 256 ] {6e7e675c-ded1-4167-9155-a1f69ff7102b} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6045 | 2025.02.21 14:37:14.227513 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6046 | 2025.02.21 14:37:14.227617 [ 83 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6047 | 2025.02.21 14:37:14.227765 [ 256 ] {6e7e675c-ded1-4167-9155-a1f69ff7102b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005606 sec., 28540.849090260435 rows/sec., 1.99 MiB/sec. | ||
| 6048 | 2025.02.21 14:37:14.227808 [ 83 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6049 | 2025.02.21 14:37:14.227988 [ 256 ] {6e7e675c-ded1-4167-9155-a1f69ff7102b} <Debug> TCPHandler: Processed in 0.006212856 sec. | ||
| 6050 | 2025.02.21 14:37:14.228006 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6051 | 2025.02.21 14:37:14.228251 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6052 | 2025.02.21 14:37:14.228497 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 6053 | 2025.02.21 14:37:14.228526 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_61_12} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6054 | 2025.02.21 14:37:14.228647 [ 254 ] {c90416e1-0556-4a0a-8ce8-7bd239672e16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6055 | 2025.02.21 14:37:14.228914 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_61_12} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6056 | 2025.02.21 14:37:14.229105 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6057 | 2025.02.21 14:37:14.229239 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 16461 rows starting from the beginning of the part | ||
| 6058 | 2025.02.21 14:37:14.229246 [ 254 ] {c90416e1-0556-4a0a-8ce8-7bd239672e16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6059 | 2025.02.21 14:37:14.229326 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 6060 | 2025.02.21 14:37:14.229741 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 98 rows starting from the beginning of the part | ||
| 6061 | 2025.02.21 14:37:14.230205 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 6062 | 2025.02.21 14:37:14.230749 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part | ||
| 6063 | 2025.02.21 14:37:14.231354 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 6064 | 2025.02.21 14:37:14.231839 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part | ||
| 6065 | 2025.02.21 14:37:14.233920 [ 254 ] {c90416e1-0556-4a0a-8ce8-7bd239672e16} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6066 | 2025.02.21 14:37:14.233970 [ 254 ] {c90416e1-0556-4a0a-8ce8-7bd239672e16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6067 | 2025.02.21 14:37:14.235388 [ 254 ] {c90416e1-0556-4a0a-8ce8-7bd239672e16} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6068 | 2025.02.21 14:37:14.235685 [ 254 ] {c90416e1-0556-4a0a-8ce8-7bd239672e16} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6069 | 2025.02.21 14:37:14.236184 [ 83 ] {} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6070 | 2025.02.21 14:37:14.236370 [ 83 ] {} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6071 | 2025.02.21 14:37:14.236476 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6072 | 2025.02.21 14:37:14.236528 [ 254 ] {c90416e1-0556-4a0a-8ce8-7bd239672e16} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007992 sec., 4879.87987987988 rows/sec., 8.74 MiB/sec. | ||
| 6073 | 2025.02.21 14:37:14.236859 [ 192 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 6074 | 2025.02.21 14:37:14.236937 [ 254 ] {c90416e1-0556-4a0a-8ce8-7bd239672e16} <Debug> TCPHandler: Processed in 0.008823324 sec. | ||
| 6075 | 2025.02.21 14:37:14.237290 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6076 | 2025.02.21 14:37:14.237809 [ 256 ] {2f0af648-03d6-47ac-8498-39da06d8fc65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6077 | 2025.02.21 14:37:14.238189 [ 192 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6078 | 2025.02.21 14:37:14.238215 [ 256 ] {2f0af648-03d6-47ac-8498-39da06d8fc65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6079 | 2025.02.21 14:37:14.238442 [ 192 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 6080 | 2025.02.21 14:37:14.239477 [ 192 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 6081 | 2025.02.21 14:37:14.240624 [ 192 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 6082 | 2025.02.21 14:37:14.240936 [ 200 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17199 rows, containing 5 columns (5 merged, 0 gathered) in 0.012778352 sec., 1345948.2099100102 rows/sec., 92.25 MiB/sec. | ||
| 6083 | 2025.02.21 14:37:14.241536 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6084 | 2025.02.21 14:37:14.241639 [ 192 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 6085 | 2025.02.21 14:37:14.242682 [ 192 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 6086 | 2025.02.21 14:37:14.242741 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6087 | 2025.02.21 14:37:14.243097 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6088 | 2025.02.21 14:37:14.243509 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.09 MiB. | ||
| 6089 | 2025.02.21 14:37:14.243588 [ 256 ] {2f0af648-03d6-47ac-8498-39da06d8fc65} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6090 | 2025.02.21 14:37:14.243672 [ 192 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 6091 | 2025.02.21 14:37:14.243679 [ 256 ] {2f0af648-03d6-47ac-8498-39da06d8fc65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6092 | 2025.02.21 14:37:14.245181 [ 256 ] {2f0af648-03d6-47ac-8498-39da06d8fc65} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 6093 | 2025.02.21 14:37:14.245763 [ 256 ] {2f0af648-03d6-47ac-8498-39da06d8fc65} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6094 | 2025.02.21 14:37:14.246037 [ 83 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 6095 | 2025.02.21 14:37:14.246090 [ 83 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6096 | 2025.02.21 14:37:14.246115 [ 256 ] {2f0af648-03d6-47ac-8498-39da06d8fc65} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008485 sec., 7071.302298173247 rows/sec., 487.99 KiB/sec. | ||
| 6097 | 2025.02.21 14:37:14.246130 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6098 | 2025.02.21 14:37:14.246299 [ 256 ] {2f0af648-03d6-47ac-8498-39da06d8fc65} <Debug> TCPHandler: Processed in 0.009240536 sec. | ||
| 6099 | 2025.02.21 14:37:14.246432 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 6100 | 2025.02.21 14:37:14.246632 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6101 | 2025.02.21 14:37:14.246677 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2890 rows starting from the beginning of the part | ||
| 6102 | 2025.02.21 14:37:14.246871 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 38 rows starting from the beginning of the part | ||
| 6103 | 2025.02.21 14:37:14.247234 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 6104 | 2025.02.21 14:37:14.247454 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
| 6105 | 2025.02.21 14:37:14.247769 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 6106 | 2025.02.21 14:37:14.248082 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
| 6107 | 2025.02.21 14:37:14.251763 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3168 rows, containing 4 columns (4 merged, 0 gathered) in 0.005492914 sec., 576743.0547793029 rows/sec., 38.87 MiB/sec. | ||
| 6108 | 2025.02.21 14:37:14.252122 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 6109 | 2025.02.21 14:37:14.252850 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_61_12} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6110 | 2025.02.21 14:37:14.252947 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_61_12} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 6111 | 2025.02.21 14:37:14.253026 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 6112 | 2025.02.21 14:37:14.260332 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 906 rows, containing 19 columns (19 merged, 0 gathered) in 0.023697719 sec., 38231.52768416235 rows/sec., 68.51 MiB/sec. | ||
| 6113 | 2025.02.21 14:37:14.261705 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6114 | 2025.02.21 14:37:14.262148 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6115 | 2025.02.21 14:37:14.262230 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6116 | 2025.02.21 14:37:14.262391 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB. | ||
| 6117 | 2025.02.21 14:37:15.001168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.46 MiB, peak 216.41 MiB, free memory in arenas 0.00 B, will set to 209.46 MiB (RSS), difference: 3.99 MiB | ||
| 6118 | 2025.02.21 14:37:17.232733 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6119 | 2025.02.21 14:37:17.232808 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6120 | 2025.02.21 14:37:17.404652 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
| 6121 | 2025.02.21 14:37:17.405316 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6122 | 2025.02.21 14:37:17.405359 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6123 | 2025.02.21 14:37:17.405908 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6124 | 2025.02.21 14:37:17.406173 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6125 | 2025.02.21 14:37:17.406376 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 6126 | 2025.02.21 14:37:18.658463 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 6127 | 2025.02.21 14:37:18.678903 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6128 | 2025.02.21 14:37:18.678966 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6129 | 2025.02.21 14:37:18.686446 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6130 | 2025.02.21 14:37:18.687215 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6131 | 2025.02.21 14:37:18.690243 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 6132 | 2025.02.21 14:37:19.210959 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6133 | 2025.02.21 14:37:19.211255 [ 254 ] {55004ef6-99f0-412f-8a03-1f17fdf70366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6134 | 2025.02.21 14:37:19.211366 [ 254 ] {55004ef6-99f0-412f-8a03-1f17fdf70366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6135 | 2025.02.21 14:37:19.212457 [ 254 ] {55004ef6-99f0-412f-8a03-1f17fdf70366} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6136 | 2025.02.21 14:37:19.212508 [ 254 ] {55004ef6-99f0-412f-8a03-1f17fdf70366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6137 | 2025.02.21 14:37:19.212959 [ 254 ] {55004ef6-99f0-412f-8a03-1f17fdf70366} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 6138 | 2025.02.21 14:37:19.213212 [ 254 ] {55004ef6-99f0-412f-8a03-1f17fdf70366} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6139 | 2025.02.21 14:37:19.213475 [ 254 ] {55004ef6-99f0-412f-8a03-1f17fdf70366} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002287 sec., 24486.226497595104 rows/sec., 1.87 MiB/sec. | ||
| 6140 | 2025.02.21 14:37:19.213595 [ 254 ] {55004ef6-99f0-412f-8a03-1f17fdf70366} <Debug> TCPHandler: Processed in 0.002773173 sec. | ||
| 6141 | 2025.02.21 14:37:19.214001 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6142 | 2025.02.21 14:37:19.214313 [ 256 ] {236c1a13-bb80-489d-a3fc-cc3225b5e895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6143 | 2025.02.21 14:37:19.214425 [ 256 ] {236c1a13-bb80-489d-a3fc-cc3225b5e895} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6144 | 2025.02.21 14:37:19.215440 [ 256 ] {236c1a13-bb80-489d-a3fc-cc3225b5e895} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6145 | 2025.02.21 14:37:19.215484 [ 256 ] {236c1a13-bb80-489d-a3fc-cc3225b5e895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6146 | 2025.02.21 14:37:19.215931 [ 256 ] {236c1a13-bb80-489d-a3fc-cc3225b5e895} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 6147 | 2025.02.21 14:37:19.216193 [ 256 ] {236c1a13-bb80-489d-a3fc-cc3225b5e895} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6148 | 2025.02.21 14:37:19.216458 [ 256 ] {236c1a13-bb80-489d-a3fc-cc3225b5e895} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002225 sec., 28764.044943820227 rows/sec., 2.25 MiB/sec. | ||
| 6149 | 2025.02.21 14:37:19.216550 [ 256 ] {236c1a13-bb80-489d-a3fc-cc3225b5e895} <Debug> TCPHandler: Processed in 0.002809384 sec. | ||
| 6150 | 2025.02.21 14:37:19.216755 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6151 | 2025.02.21 14:37:19.216917 [ 254 ] {c9079697-90a3-4d04-a1a0-1df611c9d973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6152 | 2025.02.21 14:37:19.216983 [ 254 ] {c9079697-90a3-4d04-a1a0-1df611c9d973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6153 | 2025.02.21 14:37:19.217568 [ 254 ] {c9079697-90a3-4d04-a1a0-1df611c9d973} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6154 | 2025.02.21 14:37:19.217608 [ 254 ] {c9079697-90a3-4d04-a1a0-1df611c9d973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6155 | 2025.02.21 14:37:19.218029 [ 254 ] {c9079697-90a3-4d04-a1a0-1df611c9d973} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 6156 | 2025.02.21 14:37:19.218272 [ 254 ] {c9079697-90a3-4d04-a1a0-1df611c9d973} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6157 | 2025.02.21 14:37:19.218480 [ 254 ] {c9079697-90a3-4d04-a1a0-1df611c9d973} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001599 sec., 100062.53908692933 rows/sec., 6.97 MiB/sec. | ||
| 6158 | 2025.02.21 14:37:19.218535 [ 254 ] {c9079697-90a3-4d04-a1a0-1df611c9d973} <Debug> TCPHandler: Processed in 0.001900477 sec. | ||
| 6159 | 2025.02.21 14:37:19.218692 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6160 | 2025.02.21 14:37:19.218816 [ 256 ] {cd5a875a-c4b9-44ba-9178-1af9f9629c90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6161 | 2025.02.21 14:37:19.218871 [ 256 ] {cd5a875a-c4b9-44ba-9178-1af9f9629c90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6162 | 2025.02.21 14:37:19.219388 [ 256 ] {cd5a875a-c4b9-44ba-9178-1af9f9629c90} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6163 | 2025.02.21 14:37:19.219427 [ 256 ] {cd5a875a-c4b9-44ba-9178-1af9f9629c90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6164 | 2025.02.21 14:37:19.219806 [ 256 ] {cd5a875a-c4b9-44ba-9178-1af9f9629c90} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 6165 | 2025.02.21 14:37:19.220040 [ 256 ] {cd5a875a-c4b9-44ba-9178-1af9f9629c90} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6166 | 2025.02.21 14:37:19.220264 [ 256 ] {cd5a875a-c4b9-44ba-9178-1af9f9629c90} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001477 sec., 40622.88422477996 rows/sec., 2.74 MiB/sec. | ||
| 6167 | 2025.02.21 14:37:19.220317 [ 256 ] {cd5a875a-c4b9-44ba-9178-1af9f9629c90} <Debug> TCPHandler: Processed in 0.0016852 sec. | ||
| 6168 | 2025.02.21 14:37:20.838537 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6169 | 2025.02.21 14:37:20.838745 [ 254 ] {e4091eaf-c4c8-4ffc-bf0b-17a834be6cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6170 | 2025.02.21 14:37:20.838830 [ 254 ] {e4091eaf-c4c8-4ffc-bf0b-17a834be6cc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6171 | 2025.02.21 14:37:20.839587 [ 254 ] {e4091eaf-c4c8-4ffc-bf0b-17a834be6cc1} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6172 | 2025.02.21 14:37:20.839638 [ 254 ] {e4091eaf-c4c8-4ffc-bf0b-17a834be6cc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6173 | 2025.02.21 14:37:20.840073 [ 254 ] {e4091eaf-c4c8-4ffc-bf0b-17a834be6cc1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6174 | 2025.02.21 14:37:20.840325 [ 254 ] {e4091eaf-c4c8-4ffc-bf0b-17a834be6cc1} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6175 | 2025.02.21 14:37:20.840469 [ 99 ] {} <Debug> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6176 | 2025.02.21 14:37:20.840509 [ 99 ] {} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6177 | 2025.02.21 14:37:20.840522 [ 254 ] {e4091eaf-c4c8-4ffc-bf0b-17a834be6cc1} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001834 sec., 13086.150490730644 rows/sec., 1.09 MiB/sec. | ||
| 6178 | 2025.02.21 14:37:20.840533 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6179 | 2025.02.21 14:37:20.840606 [ 254 ] {e4091eaf-c4c8-4ffc-bf0b-17a834be6cc1} <Debug> TCPHandler: Processed in 0.002209687 sec. | ||
| 6180 | 2025.02.21 14:37:20.840658 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::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 | ||
| 6181 | 2025.02.21 14:37:20.840778 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6182 | 2025.02.21 14:37:20.840807 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 24 rows starting from the beginning of the part | ||
| 6183 | 2025.02.21 14:37:20.840886 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6184 | 2025.02.21 14:37:20.840936 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part | ||
| 6185 | 2025.02.21 14:37:20.841319 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part | ||
| 6186 | 2025.02.21 14:37:20.841376 [ 256 ] {1f480973-91e8-4c46-b3f9-3f3f258bee03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6187 | 2025.02.21 14:37:20.841563 [ 256 ] {1f480973-91e8-4c46-b3f9-3f3f258bee03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6188 | 2025.02.21 14:37:20.841611 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part | ||
| 6189 | 2025.02.21 14:37:20.842003 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part | ||
| 6190 | 2025.02.21 14:37:20.844035 [ 256 ] {1f480973-91e8-4c46-b3f9-3f3f258bee03} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6191 | 2025.02.21 14:37:20.844125 [ 256 ] {1f480973-91e8-4c46-b3f9-3f3f258bee03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6192 | 2025.02.21 14:37:20.844688 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.004078002 sec., 29426.174876814675 rows/sec., 2.55 MiB/sec. | ||
| 6193 | 2025.02.21 14:37:20.844877 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6194 | 2025.02.21 14:37:20.845151 [ 256 ] {1f480973-91e8-4c46-b3f9-3f3f258bee03} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6195 | 2025.02.21 14:37:20.845401 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_9_2} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6196 | 2025.02.21 14:37:20.845521 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_9_2} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6197 | 2025.02.21 14:37:20.845671 [ 256 ] {1f480973-91e8-4c46-b3f9-3f3f258bee03} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6198 | 2025.02.21 14:37:20.845685 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 6199 | 2025.02.21 14:37:20.846000 [ 256 ] {1f480973-91e8-4c46-b3f9-3f3f258bee03} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004774 sec., 418.93590280687056 rows/sec., 34.16 KiB/sec. | ||
| 6200 | 2025.02.21 14:37:20.846102 [ 256 ] {1f480973-91e8-4c46-b3f9-3f3f258bee03} <Debug> TCPHandler: Processed in 0.005390391 sec. | ||
| 6201 | 2025.02.21 14:37:20.846277 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6202 | 2025.02.21 14:37:20.846421 [ 254 ] {31d8bd7b-9abe-4774-a958-a108ca0732dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6203 | 2025.02.21 14:37:20.846483 [ 254 ] {31d8bd7b-9abe-4774-a958-a108ca0732dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6204 | 2025.02.21 14:37:20.847870 [ 254 ] {31d8bd7b-9abe-4774-a958-a108ca0732dc} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6205 | 2025.02.21 14:37:20.847909 [ 254 ] {31d8bd7b-9abe-4774-a958-a108ca0732dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6206 | 2025.02.21 14:37:20.848363 [ 254 ] {31d8bd7b-9abe-4774-a958-a108ca0732dc} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 6207 | 2025.02.21 14:37:20.848609 [ 254 ] {31d8bd7b-9abe-4774-a958-a108ca0732dc} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6208 | 2025.02.21 14:37:20.848790 [ 254 ] {31d8bd7b-9abe-4774-a958-a108ca0732dc} <Debug> executeQuery: Read 1395 rows, 119.43 KiB in 0.002401 sec., 581007.9133694294 rows/sec., 48.58 MiB/sec. | ||
| 6209 | 2025.02.21 14:37:20.848841 [ 254 ] {31d8bd7b-9abe-4774-a958-a108ca0732dc} <Debug> TCPHandler: Processed in 0.002632779 sec. | ||
| 6210 | 2025.02.21 14:37:20.849002 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6211 | 2025.02.21 14:37:20.849127 [ 256 ] {f57fca84-69f4-4191-b808-1cf5044306f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6212 | 2025.02.21 14:37:20.849181 [ 256 ] {f57fca84-69f4-4191-b808-1cf5044306f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6213 | 2025.02.21 14:37:20.849816 [ 256 ] {f57fca84-69f4-4191-b808-1cf5044306f9} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6214 | 2025.02.21 14:37:20.849856 [ 256 ] {f57fca84-69f4-4191-b808-1cf5044306f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6215 | 2025.02.21 14:37:20.850237 [ 256 ] {f57fca84-69f4-4191-b808-1cf5044306f9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6216 | 2025.02.21 14:37:20.850485 [ 256 ] {f57fca84-69f4-4191-b808-1cf5044306f9} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6217 | 2025.02.21 14:37:20.850738 [ 256 ] {f57fca84-69f4-4191-b808-1cf5044306f9} <Debug> executeQuery: Read 53 rows, 4.03 KiB in 0.001634 sec., 32435.740514075886 rows/sec., 2.41 MiB/sec. | ||
| 6218 | 2025.02.21 14:37:20.850926 [ 256 ] {f57fca84-69f4-4191-b808-1cf5044306f9} <Debug> TCPHandler: Processed in 0.001981859 sec. | ||
| 6219 | 2025.02.21 14:37:20.851126 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6220 | 2025.02.21 14:37:20.851262 [ 254 ] {86bcf98e-fbaf-4fb0-b7cb-10aed1a4ba93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6221 | 2025.02.21 14:37:20.851320 [ 254 ] {86bcf98e-fbaf-4fb0-b7cb-10aed1a4ba93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6222 | 2025.02.21 14:37:20.852152 [ 254 ] {86bcf98e-fbaf-4fb0-b7cb-10aed1a4ba93} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6223 | 2025.02.21 14:37:20.852191 [ 254 ] {86bcf98e-fbaf-4fb0-b7cb-10aed1a4ba93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6224 | 2025.02.21 14:37:20.852552 [ 254 ] {86bcf98e-fbaf-4fb0-b7cb-10aed1a4ba93} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6225 | 2025.02.21 14:37:20.852798 [ 254 ] {86bcf98e-fbaf-4fb0-b7cb-10aed1a4ba93} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6226 | 2025.02.21 14:37:20.853051 [ 254 ] {86bcf98e-fbaf-4fb0-b7cb-10aed1a4ba93} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001797 sec., 140233.72287145242 rows/sec., 9.70 MiB/sec. | ||
| 6227 | 2025.02.21 14:37:20.853183 [ 254 ] {86bcf98e-fbaf-4fb0-b7cb-10aed1a4ba93} <Debug> TCPHandler: Processed in 0.002161665 sec. | ||
| 6228 | 2025.02.21 14:37:20.853336 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6229 | 2025.02.21 14:37:20.853458 [ 256 ] {f26b8ccc-1c02-433a-b856-0a8c3e8afce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6230 | 2025.02.21 14:37:20.853509 [ 256 ] {f26b8ccc-1c02-433a-b856-0a8c3e8afce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6231 | 2025.02.21 14:37:20.854101 [ 256 ] {f26b8ccc-1c02-433a-b856-0a8c3e8afce6} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6232 | 2025.02.21 14:37:20.854139 [ 256 ] {f26b8ccc-1c02-433a-b856-0a8c3e8afce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6233 | 2025.02.21 14:37:20.854519 [ 256 ] {f26b8ccc-1c02-433a-b856-0a8c3e8afce6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6234 | 2025.02.21 14:37:20.854755 [ 256 ] {f26b8ccc-1c02-433a-b856-0a8c3e8afce6} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6235 | 2025.02.21 14:37:20.854913 [ 99 ] {} <Debug> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6236 | 2025.02.21 14:37:20.854975 [ 99 ] {} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6237 | 2025.02.21 14:37:20.855011 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6238 | 2025.02.21 14:37:20.855018 [ 256 ] {f26b8ccc-1c02-433a-b856-0a8c3e8afce6} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001576 sec., 7614.213197969543 rows/sec., 594.86 KiB/sec. | ||
| 6239 | 2025.02.21 14:37:20.855158 [ 256 ] {f26b8ccc-1c02-433a-b856-0a8c3e8afce6} <Debug> TCPHandler: Processed in 0.001878226 sec. | ||
| 6240 | 2025.02.21 14:37:20.855198 [ 199 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::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 | ||
| 6241 | 2025.02.21 14:37:20.855346 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6242 | 2025.02.21 14:37:20.855371 [ 199 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6243 | 2025.02.21 14:37:20.855426 [ 199 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part | ||
| 6244 | 2025.02.21 14:37:20.855717 [ 254 ] {ab346cb8-bc5f-47d4-b7e8-0ae1bc9b8790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6245 | 2025.02.21 14:37:20.855742 [ 199 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part | ||
| 6246 | 2025.02.21 14:37:20.855872 [ 254 ] {ab346cb8-bc5f-47d4-b7e8-0ae1bc9b8790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6247 | 2025.02.21 14:37:20.856011 [ 199 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part | ||
| 6248 | 2025.02.21 14:37:20.856390 [ 199 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part | ||
| 6249 | 2025.02.21 14:37:20.856673 [ 199 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part | ||
| 6250 | 2025.02.21 14:37:20.858891 [ 254 ] {ab346cb8-bc5f-47d4-b7e8-0ae1bc9b8790} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6251 | 2025.02.21 14:37:20.858954 [ 199 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.003862985 sec., 15532.030282281707 rows/sec., 1.24 MiB/sec. | ||
| 6252 | 2025.02.21 14:37:20.858962 [ 254 ] {ab346cb8-bc5f-47d4-b7e8-0ae1bc9b8790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6253 | 2025.02.21 14:37:20.859271 [ 198 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6254 | 2025.02.21 14:37:20.859705 [ 254 ] {ab346cb8-bc5f-47d4-b7e8-0ae1bc9b8790} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 6255 | 2025.02.21 14:37:20.859997 [ 198 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_9_2} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6256 | 2025.02.21 14:37:20.860200 [ 198 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_9_2} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6257 | 2025.02.21 14:37:20.860197 [ 254 ] {ab346cb8-bc5f-47d4-b7e8-0ae1bc9b8790} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6258 | 2025.02.21 14:37:20.860370 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6259 | 2025.02.21 14:37:20.860558 [ 254 ] {ab346cb8-bc5f-47d4-b7e8-0ae1bc9b8790} <Debug> executeQuery: Read 597 rows, 45.95 KiB in 0.005042 sec., 118405.39468464896 rows/sec., 8.90 MiB/sec. | ||
| 6260 | 2025.02.21 14:37:20.860735 [ 254 ] {ab346cb8-bc5f-47d4-b7e8-0ae1bc9b8790} <Debug> TCPHandler: Processed in 0.005484074 sec. | ||
| 6261 | 2025.02.21 14:37:20.860983 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6262 | 2025.02.21 14:37:20.861110 [ 256 ] {5cf71c6e-a932-4c89-89f4-0da5764d0be1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6263 | 2025.02.21 14:37:20.861167 [ 256 ] {5cf71c6e-a932-4c89-89f4-0da5764d0be1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6264 | 2025.02.21 14:37:20.861953 [ 256 ] {5cf71c6e-a932-4c89-89f4-0da5764d0be1} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6265 | 2025.02.21 14:37:20.861994 [ 256 ] {5cf71c6e-a932-4c89-89f4-0da5764d0be1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6266 | 2025.02.21 14:37:20.862461 [ 256 ] {5cf71c6e-a932-4c89-89f4-0da5764d0be1} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 6267 | 2025.02.21 14:37:20.862706 [ 256 ] {5cf71c6e-a932-4c89-89f4-0da5764d0be1} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6268 | 2025.02.21 14:37:20.862941 [ 256 ] {5cf71c6e-a932-4c89-89f4-0da5764d0be1} <Debug> executeQuery: Read 945 rows, 65.30 KiB in 0.001854 sec., 509708.7378640777 rows/sec., 34.40 MiB/sec. | ||
| 6269 | 2025.02.21 14:37:20.863015 [ 256 ] {5cf71c6e-a932-4c89-89f4-0da5764d0be1} <Debug> TCPHandler: Processed in 0.002159415 sec. | ||
| 6270 | 2025.02.21 14:37:20.863236 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6271 | 2025.02.21 14:37:20.863390 [ 254 ] {c38fb2e1-ff71-4885-af5b-147f15cfc076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6272 | 2025.02.21 14:37:20.863485 [ 254 ] {c38fb2e1-ff71-4885-af5b-147f15cfc076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6273 | 2025.02.21 14:37:20.864720 [ 254 ] {c38fb2e1-ff71-4885-af5b-147f15cfc076} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6274 | 2025.02.21 14:37:20.864758 [ 254 ] {c38fb2e1-ff71-4885-af5b-147f15cfc076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6275 | 2025.02.21 14:37:20.865422 [ 254 ] {c38fb2e1-ff71-4885-af5b-147f15cfc076} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6276 | 2025.02.21 14:37:20.865674 [ 254 ] {c38fb2e1-ff71-4885-af5b-147f15cfc076} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6277 | 2025.02.21 14:37:20.865866 [ 254 ] {c38fb2e1-ff71-4885-af5b-147f15cfc076} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002506 sec., 15562.649640861931 rows/sec., 27.89 MiB/sec. | ||
| 6278 | 2025.02.21 14:37:20.865956 [ 254 ] {c38fb2e1-ff71-4885-af5b-147f15cfc076} <Debug> TCPHandler: Processed in 0.002852245 sec. | ||
| 6279 | 2025.02.21 14:37:20.866099 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6280 | 2025.02.21 14:37:20.866220 [ 256 ] {4862e7fc-eda1-4570-857f-a1269d8752e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6281 | 2025.02.21 14:37:20.866272 [ 256 ] {4862e7fc-eda1-4570-857f-a1269d8752e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6282 | 2025.02.21 14:37:20.866761 [ 256 ] {4862e7fc-eda1-4570-857f-a1269d8752e1} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6283 | 2025.02.21 14:37:20.866800 [ 256 ] {4862e7fc-eda1-4570-857f-a1269d8752e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6284 | 2025.02.21 14:37:20.867180 [ 256 ] {4862e7fc-eda1-4570-857f-a1269d8752e1} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 6285 | 2025.02.21 14:37:20.867418 [ 256 ] {4862e7fc-eda1-4570-857f-a1269d8752e1} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6286 | 2025.02.21 14:37:20.867628 [ 256 ] {4862e7fc-eda1-4570-857f-a1269d8752e1} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001433 sec., 15352.407536636427 rows/sec., 1.04 MiB/sec. | ||
| 6287 | 2025.02.21 14:37:20.867678 [ 256 ] {4862e7fc-eda1-4570-857f-a1269d8752e1} <Debug> TCPHandler: Processed in 0.00164129 sec. | ||
| 6288 | 2025.02.21 14:37:22.480219 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 864 | ||
| 6289 | 2025.02.21 14:37:22.483467 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6290 | 2025.02.21 14:37:22.483519 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6291 | 2025.02.21 14:37:22.485031 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6292 | 2025.02.21 14:37:22.485364 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6293 | 2025.02.21 14:37:22.485950 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 864 | ||
| 6294 | 2025.02.21 14:37:24.207147 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6295 | 2025.02.21 14:37:24.207339 [ 254 ] {fcea250a-553d-4d4e-9278-9a7e4fcffcae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6296 | 2025.02.21 14:37:24.207410 [ 254 ] {fcea250a-553d-4d4e-9278-9a7e4fcffcae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6297 | 2025.02.21 14:37:24.208200 [ 254 ] {fcea250a-553d-4d4e-9278-9a7e4fcffcae} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6298 | 2025.02.21 14:37:24.208245 [ 254 ] {fcea250a-553d-4d4e-9278-9a7e4fcffcae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6299 | 2025.02.21 14:37:24.208695 [ 254 ] {fcea250a-553d-4d4e-9278-9a7e4fcffcae} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 6300 | 2025.02.21 14:37:24.208965 [ 254 ] {fcea250a-553d-4d4e-9278-9a7e4fcffcae} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6301 | 2025.02.21 14:37:24.209165 [ 254 ] {fcea250a-553d-4d4e-9278-9a7e4fcffcae} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001879 sec., 29803.086748270358 rows/sec., 2.28 MiB/sec. | ||
| 6302 | 2025.02.21 14:37:24.209231 [ 254 ] {fcea250a-553d-4d4e-9278-9a7e4fcffcae} <Debug> TCPHandler: Processed in 0.002214836 sec. | ||
| 6303 | 2025.02.21 14:37:24.209506 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6304 | 2025.02.21 14:37:24.209726 [ 256 ] {79f78cef-ffa1-4452-98e9-0bc64054d06a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6305 | 2025.02.21 14:37:24.209808 [ 256 ] {79f78cef-ffa1-4452-98e9-0bc64054d06a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6306 | 2025.02.21 14:37:24.211008 [ 256 ] {79f78cef-ffa1-4452-98e9-0bc64054d06a} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6307 | 2025.02.21 14:37:24.211063 [ 256 ] {79f78cef-ffa1-4452-98e9-0bc64054d06a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6308 | 2025.02.21 14:37:24.211535 [ 256 ] {79f78cef-ffa1-4452-98e9-0bc64054d06a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 6309 | 2025.02.21 14:37:24.211796 [ 256 ] {79f78cef-ffa1-4452-98e9-0bc64054d06a} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6310 | 2025.02.21 14:37:24.212033 [ 256 ] {79f78cef-ffa1-4452-98e9-0bc64054d06a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002367 sec., 27038.44528939586 rows/sec., 2.11 MiB/sec. | ||
| 6311 | 2025.02.21 14:37:24.212102 [ 256 ] {79f78cef-ffa1-4452-98e9-0bc64054d06a} <Debug> TCPHandler: Processed in 0.002739242 sec. | ||
| 6312 | 2025.02.21 14:37:24.212254 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6313 | 2025.02.21 14:37:24.212400 [ 254 ] {4087e6f5-5e49-4f38-a0b4-747ff63525f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6314 | 2025.02.21 14:37:24.212469 [ 254 ] {4087e6f5-5e49-4f38-a0b4-747ff63525f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6315 | 2025.02.21 14:37:24.213133 [ 254 ] {4087e6f5-5e49-4f38-a0b4-747ff63525f4} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6316 | 2025.02.21 14:37:24.213175 [ 254 ] {4087e6f5-5e49-4f38-a0b4-747ff63525f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6317 | 2025.02.21 14:37:24.213587 [ 254 ] {4087e6f5-5e49-4f38-a0b4-747ff63525f4} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 6318 | 2025.02.21 14:37:24.213831 [ 254 ] {4087e6f5-5e49-4f38-a0b4-747ff63525f4} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6319 | 2025.02.21 14:37:24.214054 [ 254 ] {4087e6f5-5e49-4f38-a0b4-747ff63525f4} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001684 sec., 58194.774346793354 rows/sec., 4.06 MiB/sec. | ||
| 6320 | 2025.02.21 14:37:24.214164 [ 254 ] {4087e6f5-5e49-4f38-a0b4-747ff63525f4} <Debug> TCPHandler: Processed in 0.001973719 sec. | ||
| 6321 | 2025.02.21 14:37:24.214408 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6322 | 2025.02.21 14:37:24.214689 [ 256 ] {915fd8a6-8fb5-46f2-8ac2-2abab464cbe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6323 | 2025.02.21 14:37:24.214789 [ 256 ] {915fd8a6-8fb5-46f2-8ac2-2abab464cbe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6324 | 2025.02.21 14:37:24.215491 [ 256 ] {915fd8a6-8fb5-46f2-8ac2-2abab464cbe5} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6325 | 2025.02.21 14:37:24.215529 [ 256 ] {915fd8a6-8fb5-46f2-8ac2-2abab464cbe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6326 | 2025.02.21 14:37:24.215917 [ 256 ] {915fd8a6-8fb5-46f2-8ac2-2abab464cbe5} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 6327 | 2025.02.21 14:37:24.216158 [ 256 ] {915fd8a6-8fb5-46f2-8ac2-2abab464cbe5} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6328 | 2025.02.21 14:37:24.216338 [ 256 ] {915fd8a6-8fb5-46f2-8ac2-2abab464cbe5} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.00171 sec., 22222.222222222223 rows/sec., 1.49 MiB/sec. | ||
| 6329 | 2025.02.21 14:37:24.216390 [ 256 ] {915fd8a6-8fb5-46f2-8ac2-2abab464cbe5} <Debug> TCPHandler: Processed in 0.002139354 sec. | ||
| 6330 | 2025.02.21 14:37:24.907410 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
| 6331 | 2025.02.21 14:37:24.908037 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6332 | 2025.02.21 14:37:24.908075 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6333 | 2025.02.21 14:37:24.908598 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6334 | 2025.02.21 14:37:24.908846 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6335 | 2025.02.21 14:37:24.909033 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
| 6336 | 2025.02.21 14:37:26.191243 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 6337 | 2025.02.21 14:37:26.212773 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6338 | 2025.02.21 14:37:26.212835 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6339 | 2025.02.21 14:37:26.220163 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6340 | 2025.02.21 14:37:26.220928 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6341 | 2025.02.21 14:37:26.223938 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 6342 | 2025.02.21 14:37:29.210331 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6343 | 2025.02.21 14:37:29.210564 [ 254 ] {23102259-6363-48f9-aa43-d9d25efb0fa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6344 | 2025.02.21 14:37:29.210650 [ 254 ] {23102259-6363-48f9-aa43-d9d25efb0fa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6345 | 2025.02.21 14:37:29.211521 [ 254 ] {23102259-6363-48f9-aa43-d9d25efb0fa4} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6346 | 2025.02.21 14:37:29.211577 [ 254 ] {23102259-6363-48f9-aa43-d9d25efb0fa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6347 | 2025.02.21 14:37:29.212046 [ 254 ] {23102259-6363-48f9-aa43-d9d25efb0fa4} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 6348 | 2025.02.21 14:37:29.212296 [ 254 ] {23102259-6363-48f9-aa43-d9d25efb0fa4} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6349 | 2025.02.21 14:37:29.212578 [ 254 ] {23102259-6363-48f9-aa43-d9d25efb0fa4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002066 sec., 27105.5179090029 rows/sec., 2.07 MiB/sec. | ||
| 6350 | 2025.02.21 14:37:29.212749 [ 254 ] {23102259-6363-48f9-aa43-d9d25efb0fa4} <Debug> TCPHandler: Processed in 0.002551217 sec. | ||
| 6351 | 2025.02.21 14:37:29.213082 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6352 | 2025.02.21 14:37:29.213276 [ 256 ] {042e8494-29c3-485e-9bf8-291b11caaa4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6353 | 2025.02.21 14:37:29.213350 [ 256 ] {042e8494-29c3-485e-9bf8-291b11caaa4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6354 | 2025.02.21 14:37:29.214137 [ 256 ] {042e8494-29c3-485e-9bf8-291b11caaa4f} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6355 | 2025.02.21 14:37:29.214191 [ 256 ] {042e8494-29c3-485e-9bf8-291b11caaa4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6356 | 2025.02.21 14:37:29.214634 [ 256 ] {042e8494-29c3-485e-9bf8-291b11caaa4f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 6357 | 2025.02.21 14:37:29.214896 [ 256 ] {042e8494-29c3-485e-9bf8-291b11caaa4f} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6358 | 2025.02.21 14:37:29.215197 [ 256 ] {042e8494-29c3-485e-9bf8-291b11caaa4f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001961 sec., 32636.40999490056 rows/sec., 2.55 MiB/sec. | ||
| 6359 | 2025.02.21 14:37:29.215303 [ 256 ] {042e8494-29c3-485e-9bf8-291b11caaa4f} <Debug> TCPHandler: Processed in 0.002406612 sec. | ||
| 6360 | 2025.02.21 14:37:29.215567 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6361 | 2025.02.21 14:37:29.215918 [ 254 ] {41258c19-8873-4d44-8b39-4d1c83353aa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6362 | 2025.02.21 14:37:29.216018 [ 254 ] {41258c19-8873-4d44-8b39-4d1c83353aa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6363 | 2025.02.21 14:37:29.216656 [ 254 ] {41258c19-8873-4d44-8b39-4d1c83353aa1} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6364 | 2025.02.21 14:37:29.216697 [ 254 ] {41258c19-8873-4d44-8b39-4d1c83353aa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6365 | 2025.02.21 14:37:29.217104 [ 254 ] {41258c19-8873-4d44-8b39-4d1c83353aa1} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 6366 | 2025.02.21 14:37:29.217356 [ 254 ] {41258c19-8873-4d44-8b39-4d1c83353aa1} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6367 | 2025.02.21 14:37:29.217608 [ 254 ] {41258c19-8873-4d44-8b39-4d1c83353aa1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001802 sec., 88790.23307436182 rows/sec., 6.18 MiB/sec. | ||
| 6368 | 2025.02.21 14:37:29.217773 [ 254 ] {41258c19-8873-4d44-8b39-4d1c83353aa1} <Debug> TCPHandler: Processed in 0.002355251 sec. | ||
| 6369 | 2025.02.21 14:37:29.218076 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6370 | 2025.02.21 14:37:29.218305 [ 256 ] {d82a7b81-27a9-42c6-9174-65a6313f7c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6371 | 2025.02.21 14:37:29.218383 [ 256 ] {d82a7b81-27a9-42c6-9174-65a6313f7c9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6372 | 2025.02.21 14:37:29.218900 [ 256 ] {d82a7b81-27a9-42c6-9174-65a6313f7c9a} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6373 | 2025.02.21 14:37:29.218941 [ 256 ] {d82a7b81-27a9-42c6-9174-65a6313f7c9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6374 | 2025.02.21 14:37:29.219325 [ 256 ] {d82a7b81-27a9-42c6-9174-65a6313f7c9a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 6375 | 2025.02.21 14:37:29.219563 [ 256 ] {d82a7b81-27a9-42c6-9174-65a6313f7c9a} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6376 | 2025.02.21 14:37:29.219802 [ 256 ] {d82a7b81-27a9-42c6-9174-65a6313f7c9a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00155 sec., 38709.67741935484 rows/sec., 2.61 MiB/sec. | ||
| 6377 | 2025.02.21 14:37:29.219893 [ 256 ] {d82a7b81-27a9-42c6-9174-65a6313f7c9a} <Debug> TCPHandler: Processed in 0.00201822 sec. | ||
| 6378 | 2025.02.21 14:37:32.232850 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6379 | 2025.02.21 14:37:32.232922 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6380 | 2025.02.21 14:37:32.410061 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
| 6381 | 2025.02.21 14:37:32.410737 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6382 | 2025.02.21 14:37:32.410788 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6383 | 2025.02.21 14:37:32.411320 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6384 | 2025.02.21 14:37:32.411582 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6385 | 2025.02.21 14:37:32.411845 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 6386 | 2025.02.21 14:37:32.487037 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 880 | ||
| 6387 | 2025.02.21 14:37:32.489794 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6388 | 2025.02.21 14:37:32.489844 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6389 | 2025.02.21 14:37:32.491331 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6390 | 2025.02.21 14:37:32.491664 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6391 | 2025.02.21 14:37:32.492272 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 880 | ||
| 6392 | 2025.02.21 14:37:33.724912 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 6393 | 2025.02.21 14:37:33.746463 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6394 | 2025.02.21 14:37:33.746529 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6395 | 2025.02.21 14:37:33.753814 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6396 | 2025.02.21 14:37:33.754569 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6397 | 2025.02.21 14:37:33.757452 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 6398 | 2025.02.21 14:37:34.211612 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6399 | 2025.02.21 14:37:34.211820 [ 254 ] {5e494f45-4a31-4d25-96ec-d7a177e8c3ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6400 | 2025.02.21 14:37:34.211905 [ 254 ] {5e494f45-4a31-4d25-96ec-d7a177e8c3ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6401 | 2025.02.21 14:37:34.212824 [ 254 ] {5e494f45-4a31-4d25-96ec-d7a177e8c3ca} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6402 | 2025.02.21 14:37:34.212876 [ 254 ] {5e494f45-4a31-4d25-96ec-d7a177e8c3ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6403 | 2025.02.21 14:37:34.213329 [ 254 ] {5e494f45-4a31-4d25-96ec-d7a177e8c3ca} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 6404 | 2025.02.21 14:37:34.213591 [ 254 ] {5e494f45-4a31-4d25-96ec-d7a177e8c3ca} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6405 | 2025.02.21 14:37:34.213802 [ 148 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 6406 | 2025.02.21 14:37:34.213869 [ 254 ] {5e494f45-4a31-4d25-96ec-d7a177e8c3ca} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.0021 sec., 63809.52380952382 rows/sec., 5.49 MiB/sec. | ||
| 6407 | 2025.02.21 14:37:34.213879 [ 148 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6408 | 2025.02.21 14:37:34.213958 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6409 | 2025.02.21 14:37:34.214032 [ 254 ] {5e494f45-4a31-4d25-96ec-d7a177e8c3ca} <Debug> TCPHandler: Processed in 0.002555177 sec. | ||
| 6410 | 2025.02.21 14:37:34.214295 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 6411 | 2025.02.21 14:37:34.214541 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6412 | 2025.02.21 14:37:34.214813 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6413 | 2025.02.21 14:37:34.214954 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1405 rows starting from the beginning of the part | ||
| 6414 | 2025.02.21 14:37:34.215204 [ 256 ] {2d30cac9-57db-4010-9cfe-abe8e04d5ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6415 | 2025.02.21 14:37:34.215300 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 6416 | 2025.02.21 14:37:34.215381 [ 256 ] {2d30cac9-57db-4010-9cfe-abe8e04d5ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6417 | 2025.02.21 14:37:34.215619 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1395 rows starting from the beginning of the part | ||
| 6418 | 2025.02.21 14:37:34.215981 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 6419 | 2025.02.21 14:37:34.216302 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 6420 | 2025.02.21 14:37:34.216704 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 134 rows starting from the beginning of the part | ||
| 6421 | 2025.02.21 14:37:34.218196 [ 256 ] {2d30cac9-57db-4010-9cfe-abe8e04d5ecb} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6422 | 2025.02.21 14:37:34.218270 [ 256 ] {2d30cac9-57db-4010-9cfe-abe8e04d5ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6423 | 2025.02.21 14:37:34.219291 [ 256 ] {2d30cac9-57db-4010-9cfe-abe8e04d5ecb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6424 | 2025.02.21 14:37:34.219638 [ 256 ] {2d30cac9-57db-4010-9cfe-abe8e04d5ecb} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6425 | 2025.02.21 14:37:34.220452 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3102 rows, containing 5 columns (5 merged, 0 gathered) in 0.00638114 sec., 486120.034978076 rows/sec., 42.34 MiB/sec. | ||
| 6426 | 2025.02.21 14:37:34.220580 [ 256 ] {2d30cac9-57db-4010-9cfe-abe8e04d5ecb} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.005518 sec., 7067.7781805001805 rows/sec., 531.46 KiB/sec. | ||
| 6427 | 2025.02.21 14:37:34.220788 [ 256 ] {2d30cac9-57db-4010-9cfe-abe8e04d5ecb} <Debug> TCPHandler: Processed in 0.006461174 sec. | ||
| 6428 | 2025.02.21 14:37:34.220840 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 6429 | 2025.02.21 14:37:34.221002 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6430 | 2025.02.21 14:37:34.221228 [ 254 ] {ad2c1345-41ef-449f-b6c4-a8713bf4bee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6431 | 2025.02.21 14:37:34.221307 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_66_13} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6432 | 2025.02.21 14:37:34.221331 [ 254 ] {ad2c1345-41ef-449f-b6c4-a8713bf4bee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6433 | 2025.02.21 14:37:34.221533 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_66_13} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 6434 | 2025.02.21 14:37:34.221693 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 6435 | 2025.02.21 14:37:34.222309 [ 254 ] {ad2c1345-41ef-449f-b6c4-a8713bf4bee4} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6436 | 2025.02.21 14:37:34.222358 [ 254 ] {ad2c1345-41ef-449f-b6c4-a8713bf4bee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6437 | 2025.02.21 14:37:34.222799 [ 254 ] {ad2c1345-41ef-449f-b6c4-a8713bf4bee4} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 6438 | 2025.02.21 14:37:34.223046 [ 254 ] {ad2c1345-41ef-449f-b6c4-a8713bf4bee4} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6439 | 2025.02.21 14:37:34.223224 [ 148 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 6440 | 2025.02.21 14:37:34.223284 [ 148 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6441 | 2025.02.21 14:37:34.223304 [ 254 ] {ad2c1345-41ef-449f-b6c4-a8713bf4bee4} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002138 sec., 48175.865294667914 rows/sec., 3.76 MiB/sec. | ||
| 6442 | 2025.02.21 14:37:34.223325 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6443 | 2025.02.21 14:37:34.223506 [ 254 ] {ad2c1345-41ef-449f-b6c4-a8713bf4bee4} <Debug> TCPHandler: Processed in 0.002590068 sec. | ||
| 6444 | 2025.02.21 14:37:34.223786 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6445 | 2025.02.21 14:37:34.223778 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 6446 | 2025.02.21 14:37:34.224190 [ 256 ] {eda2f998-235d-4928-a6ba-179fbfe3ac77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6447 | 2025.02.21 14:37:34.224357 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6448 | 2025.02.21 14:37:34.224398 [ 256 ] {eda2f998-235d-4928-a6ba-179fbfe3ac77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6449 | 2025.02.21 14:37:34.224501 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 631 rows starting from the beginning of the part | ||
| 6450 | 2025.02.21 14:37:34.225063 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 6451 | 2025.02.21 14:37:34.225363 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 597 rows starting from the beginning of the part | ||
| 6452 | 2025.02.21 14:37:34.225787 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 6453 | 2025.02.21 14:37:34.225942 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 6454 | 2025.02.21 14:37:34.226370 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 103 rows starting from the beginning of the part | ||
| 6455 | 2025.02.21 14:37:34.227212 [ 256 ] {eda2f998-235d-4928-a6ba-179fbfe3ac77} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6456 | 2025.02.21 14:37:34.227259 [ 256 ] {eda2f998-235d-4928-a6ba-179fbfe3ac77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6457 | 2025.02.21 14:37:34.227830 [ 256 ] {eda2f998-235d-4928-a6ba-179fbfe3ac77} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 6458 | 2025.02.21 14:37:34.228119 [ 256 ] {eda2f998-235d-4928-a6ba-179fbfe3ac77} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6459 | 2025.02.21 14:37:34.228359 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 6460 | 2025.02.21 14:37:34.228421 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6461 | 2025.02.21 14:37:34.228441 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1523 rows, containing 5 columns (5 merged, 0 gathered) in 0.00499647 sec., 304815.1995308688 rows/sec., 24.27 MiB/sec. | ||
| 6462 | 2025.02.21 14:37:34.228465 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6463 | 2025.02.21 14:37:34.228531 [ 256 ] {eda2f998-235d-4928-a6ba-179fbfe3ac77} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004461 sec., 35866.397668684156 rows/sec., 2.50 MiB/sec. | ||
| 6464 | 2025.02.21 14:37:34.228781 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 6465 | 2025.02.21 14:37:34.228952 [ 256 ] {eda2f998-235d-4928-a6ba-179fbfe3ac77} <Debug> TCPHandler: Processed in 0.005310939 sec. | ||
| 6466 | 2025.02.21 14:37:34.229098 [ 194 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 6467 | 2025.02.21 14:37:34.229217 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6468 | 2025.02.21 14:37:34.229581 [ 254 ] {39144bf1-f1da-4b68-95e8-f1e6cf9e0e74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6469 | 2025.02.21 14:37:34.229592 [ 194 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6470 | 2025.02.21 14:37:34.229699 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_66_13} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6471 | 2025.02.21 14:37:34.229749 [ 194 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17199 rows starting from the beginning of the part | ||
| 6472 | 2025.02.21 14:37:34.229942 [ 254 ] {39144bf1-f1da-4b68-95e8-f1e6cf9e0e74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6473 | 2025.02.21 14:37:34.230161 [ 194 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 6474 | 2025.02.21 14:37:34.230592 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_66_13} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 6475 | 2025.02.21 14:37:34.230857 [ 194 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 945 rows starting from the beginning of the part | ||
| 6476 | 2025.02.21 14:37:34.231181 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 6477 | 2025.02.21 14:37:34.231328 [ 194 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 98 rows starting from the beginning of the part | ||
| 6478 | 2025.02.21 14:37:34.231717 [ 194 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 6479 | 2025.02.21 14:37:34.232116 [ 194 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
| 6480 | 2025.02.21 14:37:34.234575 [ 254 ] {39144bf1-f1da-4b68-95e8-f1e6cf9e0e74} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6481 | 2025.02.21 14:37:34.234621 [ 254 ] {39144bf1-f1da-4b68-95e8-f1e6cf9e0e74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6482 | 2025.02.21 14:37:34.236512 [ 254 ] {39144bf1-f1da-4b68-95e8-f1e6cf9e0e74} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6483 | 2025.02.21 14:37:34.236870 [ 254 ] {39144bf1-f1da-4b68-95e8-f1e6cf9e0e74} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6484 | 2025.02.21 14:37:34.237232 [ 254 ] {39144bf1-f1da-4b68-95e8-f1e6cf9e0e74} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007769 sec., 5019.951087656069 rows/sec., 9.00 MiB/sec. | ||
| 6485 | 2025.02.21 14:37:34.237626 [ 254 ] {39144bf1-f1da-4b68-95e8-f1e6cf9e0e74} <Debug> TCPHandler: Processed in 0.008545506 sec. | ||
| 6486 | 2025.02.21 14:37:34.237790 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6487 | 2025.02.21 14:37:34.237941 [ 256 ] {f63a8f01-7d1a-405f-9a3f-1c18b5c05747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6488 | 2025.02.21 14:37:34.238004 [ 256 ] {f63a8f01-7d1a-405f-9a3f-1c18b5c05747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6489 | 2025.02.21 14:37:34.238660 [ 256 ] {f63a8f01-7d1a-405f-9a3f-1c18b5c05747} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6490 | 2025.02.21 14:37:34.238697 [ 256 ] {f63a8f01-7d1a-405f-9a3f-1c18b5c05747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6491 | 2025.02.21 14:37:34.239338 [ 256 ] {f63a8f01-7d1a-405f-9a3f-1c18b5c05747} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 6492 | 2025.02.21 14:37:34.239601 [ 256 ] {f63a8f01-7d1a-405f-9a3f-1c18b5c05747} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6493 | 2025.02.21 14:37:34.239765 [ 148 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 6494 | 2025.02.21 14:37:34.239816 [ 148 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6495 | 2025.02.21 14:37:34.239858 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6496 | 2025.02.21 14:37:34.239874 [ 256 ] {f63a8f01-7d1a-405f-9a3f-1c18b5c05747} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001958 sec., 30643.513789581204 rows/sec., 2.07 MiB/sec. | ||
| 6497 | 2025.02.21 14:37:34.240107 [ 256 ] {f63a8f01-7d1a-405f-9a3f-1c18b5c05747} <Debug> TCPHandler: Processed in 0.002379781 sec. | ||
| 6498 | 2025.02.21 14:37:34.240253 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 6499 | 2025.02.21 14:37:34.240455 [ 195 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18722 rows, containing 5 columns (5 merged, 0 gathered) in 0.011875315 sec., 1576547.653683292 rows/sec., 108.03 MiB/sec. | ||
| 6500 | 2025.02.21 14:37:34.240478 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6501 | 2025.02.21 14:37:34.240524 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3168 rows starting from the beginning of the part | ||
| 6502 | 2025.02.21 14:37:34.240710 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 6503 | 2025.02.21 14:37:34.240859 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 6504 | 2025.02.21 14:37:34.240952 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 22 rows starting from the beginning of the part | ||
| 6505 | 2025.02.21 14:37:34.241286 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 38 rows starting from the beginning of the part | ||
| 6506 | 2025.02.21 14:37:34.241468 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 6507 | 2025.02.21 14:37:34.241704 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
| 6508 | 2025.02.21 14:37:34.241839 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6509 | 2025.02.21 14:37:34.242181 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 6510 | 2025.02.21 14:37:34.242348 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.21 MiB. | ||
| 6511 | 2025.02.21 14:37:34.243595 [ 190 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3408 rows, containing 4 columns (4 merged, 0 gathered) in 0.003660539 sec., 931010.433162985 rows/sec., 62.74 MiB/sec. | ||
| 6512 | 2025.02.21 14:37:34.243936 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 6513 | 2025.02.21 14:37:34.244268 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_66_13} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6514 | 2025.02.21 14:37:34.244357 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_66_13} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 6515 | 2025.02.21 14:37:34.244436 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 6516 | 2025.02.21 14:37:39.209897 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6517 | 2025.02.21 14:37:39.210120 [ 254 ] {26170da8-9948-49c8-9306-4508b8d52a94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6518 | 2025.02.21 14:37:39.210202 [ 254 ] {26170da8-9948-49c8-9306-4508b8d52a94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6519 | 2025.02.21 14:37:39.211036 [ 254 ] {26170da8-9948-49c8-9306-4508b8d52a94} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6520 | 2025.02.21 14:37:39.211086 [ 254 ] {26170da8-9948-49c8-9306-4508b8d52a94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6521 | 2025.02.21 14:37:39.211530 [ 254 ] {26170da8-9948-49c8-9306-4508b8d52a94} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 6522 | 2025.02.21 14:37:39.211780 [ 254 ] {26170da8-9948-49c8-9306-4508b8d52a94} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6523 | 2025.02.21 14:37:39.212009 [ 254 ] {26170da8-9948-49c8-9306-4508b8d52a94} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001949 sec., 28732.683427398668 rows/sec., 2.19 MiB/sec. | ||
| 6524 | 2025.02.21 14:37:39.212076 [ 254 ] {26170da8-9948-49c8-9306-4508b8d52a94} <Debug> TCPHandler: Processed in 0.002315899 sec. | ||
| 6525 | 2025.02.21 14:37:39.212338 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6526 | 2025.02.21 14:37:39.212539 [ 256 ] {f0af63c9-f68b-4790-a3b1-acaee0021512} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6527 | 2025.02.21 14:37:39.212616 [ 256 ] {f0af63c9-f68b-4790-a3b1-acaee0021512} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6528 | 2025.02.21 14:37:39.213430 [ 256 ] {f0af63c9-f68b-4790-a3b1-acaee0021512} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6529 | 2025.02.21 14:37:39.213483 [ 256 ] {f0af63c9-f68b-4790-a3b1-acaee0021512} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6530 | 2025.02.21 14:37:39.213950 [ 256 ] {f0af63c9-f68b-4790-a3b1-acaee0021512} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 6531 | 2025.02.21 14:37:39.214208 [ 256 ] {f0af63c9-f68b-4790-a3b1-acaee0021512} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6532 | 2025.02.21 14:37:39.214449 [ 256 ] {f0af63c9-f68b-4790-a3b1-acaee0021512} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001965 sec., 32569.974554707376 rows/sec., 2.54 MiB/sec. | ||
| 6533 | 2025.02.21 14:37:39.214520 [ 256 ] {f0af63c9-f68b-4790-a3b1-acaee0021512} <Debug> TCPHandler: Processed in 0.00232398 sec. | ||
| 6534 | 2025.02.21 14:37:39.214689 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6535 | 2025.02.21 14:37:39.214836 [ 254 ] {ab659a93-15ba-46d1-ba80-0dbe89215b3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6536 | 2025.02.21 14:37:39.214904 [ 254 ] {ab659a93-15ba-46d1-ba80-0dbe89215b3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6537 | 2025.02.21 14:37:39.215599 [ 254 ] {ab659a93-15ba-46d1-ba80-0dbe89215b3e} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6538 | 2025.02.21 14:37:39.215639 [ 254 ] {ab659a93-15ba-46d1-ba80-0dbe89215b3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6539 | 2025.02.21 14:37:39.216059 [ 254 ] {ab659a93-15ba-46d1-ba80-0dbe89215b3e} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 6540 | 2025.02.21 14:37:39.216300 [ 254 ] {ab659a93-15ba-46d1-ba80-0dbe89215b3e} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6541 | 2025.02.21 14:37:39.216549 [ 254 ] {ab659a93-15ba-46d1-ba80-0dbe89215b3e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001743 sec., 91795.75444635686 rows/sec., 6.39 MiB/sec. | ||
| 6542 | 2025.02.21 14:37:39.216622 [ 254 ] {ab659a93-15ba-46d1-ba80-0dbe89215b3e} <Debug> TCPHandler: Processed in 0.00200225 sec. | ||
| 6543 | 2025.02.21 14:37:39.216914 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6544 | 2025.02.21 14:37:39.217091 [ 256 ] {9d0fe000-dae0-4103-a7c9-c325be2e630a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6545 | 2025.02.21 14:37:39.217158 [ 256 ] {9d0fe000-dae0-4103-a7c9-c325be2e630a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6546 | 2025.02.21 14:37:39.217762 [ 256 ] {9d0fe000-dae0-4103-a7c9-c325be2e630a} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6547 | 2025.02.21 14:37:39.217805 [ 256 ] {9d0fe000-dae0-4103-a7c9-c325be2e630a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6548 | 2025.02.21 14:37:39.218214 [ 256 ] {9d0fe000-dae0-4103-a7c9-c325be2e630a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 6549 | 2025.02.21 14:37:39.218460 [ 256 ] {9d0fe000-dae0-4103-a7c9-c325be2e630a} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6550 | 2025.02.21 14:37:39.218692 [ 256 ] {9d0fe000-dae0-4103-a7c9-c325be2e630a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001638 sec., 36630.03663003663 rows/sec., 2.47 MiB/sec. | ||
| 6551 | 2025.02.21 14:37:39.218757 [ 256 ] {9d0fe000-dae0-4103-a7c9-c325be2e630a} <Debug> TCPHandler: Processed in 0.002030151 sec. | ||
| 6552 | 2025.02.21 14:37:39.912940 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
| 6553 | 2025.02.21 14:37:39.913605 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6554 | 2025.02.21 14:37:39.913658 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6555 | 2025.02.21 14:37:39.914220 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6556 | 2025.02.21 14:37:39.914489 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6557 | 2025.02.21 14:37:39.914768 [ 141 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6558 | 2025.02.21 14:37:39.914784 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
| 6559 | 2025.02.21 14:37:39.914887 [ 141 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6560 | 2025.02.21 14:37:39.914937 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6561 | 2025.02.21 14:37:39.915269 [ 191 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 6562 | 2025.02.21 14:37:39.915925 [ 191 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6563 | 2025.02.21 14:37:39.916186 [ 191 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 6564 | 2025.02.21 14:37:39.916481 [ 191 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part | ||
| 6565 | 2025.02.21 14:37:39.916629 [ 191 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part | ||
| 6566 | 2025.02.21 14:37:39.916872 [ 191 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part | ||
| 6567 | 2025.02.21 14:37:39.917032 [ 191 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part | ||
| 6568 | 2025.02.21 14:37:39.917105 [ 191 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part | ||
| 6569 | 2025.02.21 14:37:39.919718 [ 190 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.00468579 sec., 4009569.357568308 rows/sec., 57.36 MiB/sec. | ||
| 6570 | 2025.02.21 14:37:39.920093 [ 190 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6571 | 2025.02.21 14:37:39.920418 [ 190 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_41_8} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6572 | 2025.02.21 14:37:39.920515 [ 190 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_41_8} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6573 | 2025.02.21 14:37:39.920637 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB. | ||
| 6574 | 2025.02.21 14:37:41.258434 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 6575 | 2025.02.21 14:37:41.280147 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6576 | 2025.02.21 14:37:41.280219 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6577 | 2025.02.21 14:37:41.287757 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6578 | 2025.02.21 14:37:41.288560 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6579 | 2025.02.21 14:37:41.288977 [ 140 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6580 | 2025.02.21 14:37:41.289115 [ 140 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6581 | 2025.02.21 14:37:41.289182 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6582 | 2025.02.21 14:37:41.290282 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 6583 | 2025.02.21 14:37:41.311879 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 6584 | 2025.02.21 14:37:41.312737 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6585 | 2025.02.21 14:37:41.314218 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 6586 | 2025.02.21 14:37:41.319683 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 6587 | 2025.02.21 14:37:41.325595 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 6588 | 2025.02.21 14:37:41.331068 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 6589 | 2025.02.21 14:37:41.336845 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 6590 | 2025.02.21 14:37:41.341523 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 6591 | 2025.02.21 14:37:41.407745 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.118397353 sec., 2609.8556443233997 rows/sec., 13.50 MiB/sec. | ||
| 6592 | 2025.02.21 14:37:41.411083 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6593 | 2025.02.21 14:37:41.414322 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_41_8} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6594 | 2025.02.21 14:37:41.414461 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_41_8} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6595 | 2025.02.21 14:37:41.416940 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.95 MiB. | ||
| 6596 | 2025.02.21 14:37:42.001166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.64 MiB, peak 225.06 MiB, free memory in arenas 0.00 B, will set to 213.39 MiB (RSS), difference: 1.75 MiB | ||
| 6597 | 2025.02.21 14:37:42.493282 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 900 | ||
| 6598 | 2025.02.21 14:37:42.496078 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6599 | 2025.02.21 14:37:42.496118 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6600 | 2025.02.21 14:37:42.497606 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6601 | 2025.02.21 14:37:42.497908 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6602 | 2025.02.21 14:37:42.498994 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 900 | ||
| 6603 | 2025.02.21 14:37:44.212318 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6604 | 2025.02.21 14:37:44.212533 [ 254 ] {ea117b92-80eb-42a2-8bc1-1fc177e207bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6605 | 2025.02.21 14:37:44.212613 [ 254 ] {ea117b92-80eb-42a2-8bc1-1fc177e207bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6606 | 2025.02.21 14:37:44.213430 [ 254 ] {ea117b92-80eb-42a2-8bc1-1fc177e207bd} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6607 | 2025.02.21 14:37:44.213482 [ 254 ] {ea117b92-80eb-42a2-8bc1-1fc177e207bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6608 | 2025.02.21 14:37:44.213928 [ 254 ] {ea117b92-80eb-42a2-8bc1-1fc177e207bd} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 6609 | 2025.02.21 14:37:44.214191 [ 254 ] {ea117b92-80eb-42a2-8bc1-1fc177e207bd} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6610 | 2025.02.21 14:37:44.214443 [ 254 ] {ea117b92-80eb-42a2-8bc1-1fc177e207bd} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001969 sec., 68054.85017775522 rows/sec., 5.86 MiB/sec. | ||
| 6611 | 2025.02.21 14:37:44.214500 [ 254 ] {ea117b92-80eb-42a2-8bc1-1fc177e207bd} <Debug> TCPHandler: Processed in 0.00231917 sec. | ||
| 6612 | 2025.02.21 14:37:44.214814 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6613 | 2025.02.21 14:37:44.215132 [ 256 ] {3591008d-2dc5-49c6-ac1b-8d2b1546a3c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6614 | 2025.02.21 14:37:44.215251 [ 256 ] {3591008d-2dc5-49c6-ac1b-8d2b1546a3c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6615 | 2025.02.21 14:37:44.216251 [ 256 ] {3591008d-2dc5-49c6-ac1b-8d2b1546a3c7} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6616 | 2025.02.21 14:37:44.216306 [ 256 ] {3591008d-2dc5-49c6-ac1b-8d2b1546a3c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6617 | 2025.02.21 14:37:44.216759 [ 256 ] {3591008d-2dc5-49c6-ac1b-8d2b1546a3c7} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6618 | 2025.02.21 14:37:44.217018 [ 256 ] {3591008d-2dc5-49c6-ac1b-8d2b1546a3c7} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6619 | 2025.02.21 14:37:44.217234 [ 137 ] {} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 6620 | 2025.02.21 14:37:44.217296 [ 256 ] {3591008d-2dc5-49c6-ac1b-8d2b1546a3c7} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.002252 sec., 17317.939609236233 rows/sec., 1.27 MiB/sec. | ||
| 6621 | 2025.02.21 14:37:44.217360 [ 137 ] {} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6622 | 2025.02.21 14:37:44.217439 [ 256 ] {3591008d-2dc5-49c6-ac1b-8d2b1546a3c7} <Debug> TCPHandler: Processed in 0.002812695 sec. | ||
| 6623 | 2025.02.21 14:37:44.217454 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6624 | 2025.02.21 14:37:44.217726 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6625 | 2025.02.21 14:37:44.217864 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::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 | ||
| 6626 | 2025.02.21 14:37:44.218164 [ 254 ] {96fa3470-081d-4979-afd2-e23df4fb4e16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6627 | 2025.02.21 14:37:44.218402 [ 254 ] {96fa3470-081d-4979-afd2-e23df4fb4e16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6628 | 2025.02.21 14:37:44.218459 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6629 | 2025.02.21 14:37:44.218582 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 69 rows starting from the beginning of the part | ||
| 6630 | 2025.02.21 14:37:44.218843 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 39 rows starting from the beginning of the part | ||
| 6631 | 2025.02.21 14:37:44.219123 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 39 rows starting from the beginning of the part | ||
| 6632 | 2025.02.21 14:37:44.219492 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 53 rows starting from the beginning of the part | ||
| 6633 | 2025.02.21 14:37:44.219814 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 39 rows starting from the beginning of the part | ||
| 6634 | 2025.02.21 14:37:44.220178 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 39 rows starting from the beginning of the part | ||
| 6635 | 2025.02.21 14:37:44.221672 [ 254 ] {96fa3470-081d-4979-afd2-e23df4fb4e16} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6636 | 2025.02.21 14:37:44.221743 [ 254 ] {96fa3470-081d-4979-afd2-e23df4fb4e16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6637 | 2025.02.21 14:37:44.222816 [ 254 ] {96fa3470-081d-4979-afd2-e23df4fb4e16} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 6638 | 2025.02.21 14:37:44.223235 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 278 rows, containing 5 columns (5 merged, 0 gathered) in 0.005590347 sec., 49728.57677707663 rows/sec., 3.84 MiB/sec. | ||
| 6639 | 2025.02.21 14:37:44.223350 [ 254 ] {96fa3470-081d-4979-afd2-e23df4fb4e16} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6640 | 2025.02.21 14:37:44.223481 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 6641 | 2025.02.21 14:37:44.223857 [ 254 ] {96fa3470-081d-4979-afd2-e23df4fb4e16} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.005836 sec., 17649.074708704593 rows/sec., 1.38 MiB/sec. | ||
| 6642 | 2025.02.21 14:37:44.224282 [ 254 ] {96fa3470-081d-4979-afd2-e23df4fb4e16} <Debug> TCPHandler: Processed in 0.006723791 sec. | ||
| 6643 | 2025.02.21 14:37:44.224381 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_29_6} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6644 | 2025.02.21 14:37:44.224720 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_29_6} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 6645 | 2025.02.21 14:37:44.224793 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6646 | 2025.02.21 14:37:44.224865 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6647 | 2025.02.21 14:37:44.225057 [ 256 ] {740229da-f5c7-467b-8022-efebe40abe2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6648 | 2025.02.21 14:37:44.225168 [ 256 ] {740229da-f5c7-467b-8022-efebe40abe2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6649 | 2025.02.21 14:37:44.226031 [ 256 ] {740229da-f5c7-467b-8022-efebe40abe2a} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6650 | 2025.02.21 14:37:44.226074 [ 256 ] {740229da-f5c7-467b-8022-efebe40abe2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6651 | 2025.02.21 14:37:44.226491 [ 256 ] {740229da-f5c7-467b-8022-efebe40abe2a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 6652 | 2025.02.21 14:37:44.226745 [ 256 ] {740229da-f5c7-467b-8022-efebe40abe2a} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6653 | 2025.02.21 14:37:44.227016 [ 256 ] {740229da-f5c7-467b-8022-efebe40abe2a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00201 sec., 79601.99004975124 rows/sec., 5.54 MiB/sec. | ||
| 6654 | 2025.02.21 14:37:44.227125 [ 256 ] {740229da-f5c7-467b-8022-efebe40abe2a} <Debug> TCPHandler: Processed in 0.002679791 sec. | ||
| 6655 | 2025.02.21 14:37:44.227370 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6656 | 2025.02.21 14:37:44.227540 [ 254 ] {758992a0-f602-4f9c-8a26-32dd10aa33c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6657 | 2025.02.21 14:37:44.227633 [ 254 ] {758992a0-f602-4f9c-8a26-32dd10aa33c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6658 | 2025.02.21 14:37:44.228871 [ 254 ] {758992a0-f602-4f9c-8a26-32dd10aa33c1} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6659 | 2025.02.21 14:37:44.228910 [ 254 ] {758992a0-f602-4f9c-8a26-32dd10aa33c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6660 | 2025.02.21 14:37:44.229604 [ 254 ] {758992a0-f602-4f9c-8a26-32dd10aa33c1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6661 | 2025.02.21 14:37:44.229875 [ 254 ] {758992a0-f602-4f9c-8a26-32dd10aa33c1} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6662 | 2025.02.21 14:37:44.230178 [ 254 ] {758992a0-f602-4f9c-8a26-32dd10aa33c1} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002666 sec., 14628.657164291073 rows/sec., 26.21 MiB/sec. | ||
| 6663 | 2025.02.21 14:37:44.230664 [ 254 ] {758992a0-f602-4f9c-8a26-32dd10aa33c1} <Debug> TCPHandler: Processed in 0.003418183 sec. | ||
| 6664 | 2025.02.21 14:37:44.230895 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6665 | 2025.02.21 14:37:44.231120 [ 256 ] {a71a7380-5dcb-4d8a-a67d-63c37f5737f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6666 | 2025.02.21 14:37:44.231217 [ 256 ] {a71a7380-5dcb-4d8a-a67d-63c37f5737f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6667 | 2025.02.21 14:37:44.231964 [ 256 ] {a71a7380-5dcb-4d8a-a67d-63c37f5737f1} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6668 | 2025.02.21 14:37:44.232005 [ 256 ] {a71a7380-5dcb-4d8a-a67d-63c37f5737f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6669 | 2025.02.21 14:37:44.232397 [ 256 ] {a71a7380-5dcb-4d8a-a67d-63c37f5737f1} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 6670 | 2025.02.21 14:37:44.232643 [ 256 ] {a71a7380-5dcb-4d8a-a67d-63c37f5737f1} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6671 | 2025.02.21 14:37:44.232880 [ 256 ] {a71a7380-5dcb-4d8a-a67d-63c37f5737f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001815 sec., 33057.85123966942 rows/sec., 2.23 MiB/sec. | ||
| 6672 | 2025.02.21 14:37:44.232934 [ 256 ] {a71a7380-5dcb-4d8a-a67d-63c37f5737f1} <Debug> TCPHandler: Processed in 0.002153385 sec. | ||
| 6673 | 2025.02.21 14:37:47.232963 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6674 | 2025.02.21 14:37:47.233030 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6675 | 2025.02.21 14:37:47.415872 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
| 6676 | 2025.02.21 14:37:47.416531 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6677 | 2025.02.21 14:37:47.416568 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6678 | 2025.02.21 14:37:47.417126 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6679 | 2025.02.21 14:37:47.417387 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6680 | 2025.02.21 14:37:47.417568 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 6681 | 2025.02.21 14:37:48.812898 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 6682 | 2025.02.21 14:37:48.832029 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6683 | 2025.02.21 14:37:48.832096 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6684 | 2025.02.21 14:37:48.839012 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6685 | 2025.02.21 14:37:48.839780 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6686 | 2025.02.21 14:37:48.842994 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 6687 | 2025.02.21 14:37:49.209604 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6688 | 2025.02.21 14:37:49.209814 [ 254 ] {8629e3ad-f502-4b9b-a18e-0c3f4d05c902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6689 | 2025.02.21 14:37:49.209892 [ 254 ] {8629e3ad-f502-4b9b-a18e-0c3f4d05c902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6690 | 2025.02.21 14:37:49.210722 [ 254 ] {8629e3ad-f502-4b9b-a18e-0c3f4d05c902} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6691 | 2025.02.21 14:37:49.210775 [ 254 ] {8629e3ad-f502-4b9b-a18e-0c3f4d05c902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6692 | 2025.02.21 14:37:49.211215 [ 254 ] {8629e3ad-f502-4b9b-a18e-0c3f4d05c902} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 6693 | 2025.02.21 14:37:49.211486 [ 254 ] {8629e3ad-f502-4b9b-a18e-0c3f4d05c902} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6694 | 2025.02.21 14:37:49.211761 [ 254 ] {8629e3ad-f502-4b9b-a18e-0c3f4d05c902} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002008 sec., 27888.446215139444 rows/sec., 2.13 MiB/sec. | ||
| 6695 | 2025.02.21 14:37:49.211832 [ 254 ] {8629e3ad-f502-4b9b-a18e-0c3f4d05c902} <Debug> TCPHandler: Processed in 0.002371791 sec. | ||
| 6696 | 2025.02.21 14:37:49.212068 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6697 | 2025.02.21 14:37:49.212260 [ 256 ] {70da02b7-40e1-46e1-90b1-de567f951445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6698 | 2025.02.21 14:37:49.212332 [ 256 ] {70da02b7-40e1-46e1-90b1-de567f951445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6699 | 2025.02.21 14:37:49.213081 [ 256 ] {70da02b7-40e1-46e1-90b1-de567f951445} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6700 | 2025.02.21 14:37:49.213121 [ 256 ] {70da02b7-40e1-46e1-90b1-de567f951445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6701 | 2025.02.21 14:37:49.213561 [ 256 ] {70da02b7-40e1-46e1-90b1-de567f951445} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 6702 | 2025.02.21 14:37:49.213810 [ 256 ] {70da02b7-40e1-46e1-90b1-de567f951445} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6703 | 2025.02.21 14:37:49.214006 [ 256 ] {70da02b7-40e1-46e1-90b1-de567f951445} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0018 sec., 35555.555555555555 rows/sec., 2.78 MiB/sec. | ||
| 6704 | 2025.02.21 14:37:49.214061 [ 256 ] {70da02b7-40e1-46e1-90b1-de567f951445} <Debug> TCPHandler: Processed in 0.002124834 sec. | ||
| 6705 | 2025.02.21 14:37:49.214219 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6706 | 2025.02.21 14:37:49.214373 [ 254 ] {ef7b235e-9aa5-442c-94fe-28e300ab1f09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6707 | 2025.02.21 14:37:49.214442 [ 254 ] {ef7b235e-9aa5-442c-94fe-28e300ab1f09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6708 | 2025.02.21 14:37:49.215127 [ 254 ] {ef7b235e-9aa5-442c-94fe-28e300ab1f09} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6709 | 2025.02.21 14:37:49.215169 [ 254 ] {ef7b235e-9aa5-442c-94fe-28e300ab1f09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6710 | 2025.02.21 14:37:49.215595 [ 254 ] {ef7b235e-9aa5-442c-94fe-28e300ab1f09} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 6711 | 2025.02.21 14:37:49.215838 [ 254 ] {ef7b235e-9aa5-442c-94fe-28e300ab1f09} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6712 | 2025.02.21 14:37:49.216052 [ 254 ] {ef7b235e-9aa5-442c-94fe-28e300ab1f09} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001715 sec., 93294.46064139942 rows/sec., 6.50 MiB/sec. | ||
| 6713 | 2025.02.21 14:37:49.216106 [ 254 ] {ef7b235e-9aa5-442c-94fe-28e300ab1f09} <Debug> TCPHandler: Processed in 0.001958479 sec. | ||
| 6714 | 2025.02.21 14:37:49.216291 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6715 | 2025.02.21 14:37:49.216437 [ 256 ] {d045cacb-2d62-4008-abca-16493ecef35c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6716 | 2025.02.21 14:37:49.216500 [ 256 ] {d045cacb-2d62-4008-abca-16493ecef35c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6717 | 2025.02.21 14:37:49.217059 [ 256 ] {d045cacb-2d62-4008-abca-16493ecef35c} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6718 | 2025.02.21 14:37:49.217096 [ 256 ] {d045cacb-2d62-4008-abca-16493ecef35c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6719 | 2025.02.21 14:37:49.217478 [ 256 ] {d045cacb-2d62-4008-abca-16493ecef35c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 6720 | 2025.02.21 14:37:49.217724 [ 256 ] {d045cacb-2d62-4008-abca-16493ecef35c} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6721 | 2025.02.21 14:37:49.217902 [ 256 ] {d045cacb-2d62-4008-abca-16493ecef35c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001502 sec., 39946.73768308921 rows/sec., 2.69 MiB/sec. | ||
| 6722 | 2025.02.21 14:37:49.217952 [ 256 ] {d045cacb-2d62-4008-abca-16493ecef35c} <Debug> TCPHandler: Processed in 0.001727412 sec. | ||
| 6723 | 2025.02.21 14:37:50.837440 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6724 | 2025.02.21 14:37:50.837629 [ 254 ] {9ab5baf1-9da8-485a-99cb-7d8a30da3dbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6725 | 2025.02.21 14:37:50.837701 [ 254 ] {9ab5baf1-9da8-485a-99cb-7d8a30da3dbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6726 | 2025.02.21 14:37:50.838448 [ 254 ] {9ab5baf1-9da8-485a-99cb-7d8a30da3dbc} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6727 | 2025.02.21 14:37:50.838500 [ 254 ] {9ab5baf1-9da8-485a-99cb-7d8a30da3dbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6728 | 2025.02.21 14:37:50.838927 [ 254 ] {9ab5baf1-9da8-485a-99cb-7d8a30da3dbc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6729 | 2025.02.21 14:37:50.839172 [ 254 ] {9ab5baf1-9da8-485a-99cb-7d8a30da3dbc} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6730 | 2025.02.21 14:37:50.839399 [ 254 ] {9ab5baf1-9da8-485a-99cb-7d8a30da3dbc} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001807 sec., 13281.682346430547 rows/sec., 1.10 MiB/sec. | ||
| 6731 | 2025.02.21 14:37:50.839619 [ 254 ] {9ab5baf1-9da8-485a-99cb-7d8a30da3dbc} <Debug> TCPHandler: Processed in 0.002306749 sec. | ||
| 6732 | 2025.02.21 14:37:50.839880 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6733 | 2025.02.21 14:37:50.840094 [ 256 ] {993c18f4-06e7-4015-bdd3-963a8f576ce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6734 | 2025.02.21 14:37:50.840180 [ 256 ] {993c18f4-06e7-4015-bdd3-963a8f576ce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6735 | 2025.02.21 14:37:50.841020 [ 256 ] {993c18f4-06e7-4015-bdd3-963a8f576ce9} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6736 | 2025.02.21 14:37:50.841068 [ 256 ] {993c18f4-06e7-4015-bdd3-963a8f576ce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6737 | 2025.02.21 14:37:50.841515 [ 256 ] {993c18f4-06e7-4015-bdd3-963a8f576ce9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6738 | 2025.02.21 14:37:50.841779 [ 256 ] {993c18f4-06e7-4015-bdd3-963a8f576ce9} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6739 | 2025.02.21 14:37:50.842077 [ 256 ] {993c18f4-06e7-4015-bdd3-963a8f576ce9} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.002032 sec., 7874.0157480314965 rows/sec., 642.07 KiB/sec. | ||
| 6740 | 2025.02.21 14:37:50.842249 [ 256 ] {993c18f4-06e7-4015-bdd3-963a8f576ce9} <Debug> TCPHandler: Processed in 0.002511366 sec. | ||
| 6741 | 2025.02.21 14:37:50.842407 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6742 | 2025.02.21 14:37:50.842555 [ 254 ] {8d01c5e3-8355-4948-b2b2-2456ae037863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6743 | 2025.02.21 14:37:50.842618 [ 254 ] {8d01c5e3-8355-4948-b2b2-2456ae037863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6744 | 2025.02.21 14:37:50.843761 [ 254 ] {8d01c5e3-8355-4948-b2b2-2456ae037863} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6745 | 2025.02.21 14:37:50.843800 [ 254 ] {8d01c5e3-8355-4948-b2b2-2456ae037863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6746 | 2025.02.21 14:37:50.844247 [ 254 ] {8d01c5e3-8355-4948-b2b2-2456ae037863} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 6747 | 2025.02.21 14:37:50.844493 [ 254 ] {8d01c5e3-8355-4948-b2b2-2456ae037863} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6748 | 2025.02.21 14:37:50.844678 [ 254 ] {8d01c5e3-8355-4948-b2b2-2456ae037863} <Debug> executeQuery: Read 1402 rows, 119.95 KiB in 0.00216 sec., 649074.074074074 rows/sec., 54.23 MiB/sec. | ||
| 6749 | 2025.02.21 14:37:50.844734 [ 254 ] {8d01c5e3-8355-4948-b2b2-2456ae037863} <Debug> TCPHandler: Processed in 0.002398022 sec. | ||
| 6750 | 2025.02.21 14:37:50.844887 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6751 | 2025.02.21 14:37:50.845031 [ 256 ] {60bda4bc-96e6-4794-81bd-8092cb1f0f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6752 | 2025.02.21 14:37:50.845093 [ 256 ] {60bda4bc-96e6-4794-81bd-8092cb1f0f30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6753 | 2025.02.21 14:37:50.845827 [ 256 ] {60bda4bc-96e6-4794-81bd-8092cb1f0f30} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6754 | 2025.02.21 14:37:50.845875 [ 256 ] {60bda4bc-96e6-4794-81bd-8092cb1f0f30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6755 | 2025.02.21 14:37:50.846255 [ 256 ] {60bda4bc-96e6-4794-81bd-8092cb1f0f30} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6756 | 2025.02.21 14:37:50.846496 [ 256 ] {60bda4bc-96e6-4794-81bd-8092cb1f0f30} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6757 | 2025.02.21 14:37:50.846709 [ 256 ] {60bda4bc-96e6-4794-81bd-8092cb1f0f30} <Debug> executeQuery: Read 67 rows, 5.01 KiB in 0.001713 sec., 39112.667834208994 rows/sec., 2.86 MiB/sec. | ||
| 6758 | 2025.02.21 14:37:50.846766 [ 256 ] {60bda4bc-96e6-4794-81bd-8092cb1f0f30} <Debug> TCPHandler: Processed in 0.001950379 sec. | ||
| 6759 | 2025.02.21 14:37:50.846899 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6760 | 2025.02.21 14:37:50.847041 [ 254 ] {9ae7b9ed-3d01-4ddc-8c43-ec378cd9dc7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6761 | 2025.02.21 14:37:50.847102 [ 254 ] {9ae7b9ed-3d01-4ddc-8c43-ec378cd9dc7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6762 | 2025.02.21 14:37:50.847874 [ 254 ] {9ae7b9ed-3d01-4ddc-8c43-ec378cd9dc7a} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6763 | 2025.02.21 14:37:50.847919 [ 254 ] {9ae7b9ed-3d01-4ddc-8c43-ec378cd9dc7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6764 | 2025.02.21 14:37:50.848296 [ 254 ] {9ae7b9ed-3d01-4ddc-8c43-ec378cd9dc7a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6765 | 2025.02.21 14:37:50.848532 [ 254 ] {9ae7b9ed-3d01-4ddc-8c43-ec378cd9dc7a} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6766 | 2025.02.21 14:37:50.848771 [ 254 ] {9ae7b9ed-3d01-4ddc-8c43-ec378cd9dc7a} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001761 sec., 143100.51107325385 rows/sec., 9.90 MiB/sec. | ||
| 6767 | 2025.02.21 14:37:50.848989 [ 254 ] {9ae7b9ed-3d01-4ddc-8c43-ec378cd9dc7a} <Debug> TCPHandler: Processed in 0.002139384 sec. | ||
| 6768 | 2025.02.21 14:37:50.849134 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6769 | 2025.02.21 14:37:50.849251 [ 256 ] {81846275-9cef-4272-ba79-5919f91ed176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6770 | 2025.02.21 14:37:50.849301 [ 256 ] {81846275-9cef-4272-ba79-5919f91ed176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6771 | 2025.02.21 14:37:50.849877 [ 256 ] {81846275-9cef-4272-ba79-5919f91ed176} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6772 | 2025.02.21 14:37:50.849915 [ 256 ] {81846275-9cef-4272-ba79-5919f91ed176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6773 | 2025.02.21 14:37:50.850269 [ 256 ] {81846275-9cef-4272-ba79-5919f91ed176} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6774 | 2025.02.21 14:37:50.850519 [ 256 ] {81846275-9cef-4272-ba79-5919f91ed176} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6775 | 2025.02.21 14:37:50.850841 [ 256 ] {81846275-9cef-4272-ba79-5919f91ed176} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001585 sec., 7570.977917981072 rows/sec., 591.48 KiB/sec. | ||
| 6776 | 2025.02.21 14:37:50.850982 [ 256 ] {81846275-9cef-4272-ba79-5919f91ed176} <Debug> TCPHandler: Processed in 0.001906087 sec. | ||
| 6777 | 2025.02.21 14:37:50.851130 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6778 | 2025.02.21 14:37:50.851272 [ 254 ] {84a84cd9-eb7b-41b6-85c8-3f0939b13340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6779 | 2025.02.21 14:37:50.851330 [ 254 ] {84a84cd9-eb7b-41b6-85c8-3f0939b13340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6780 | 2025.02.21 14:37:50.852125 [ 254 ] {84a84cd9-eb7b-41b6-85c8-3f0939b13340} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6781 | 2025.02.21 14:37:50.852165 [ 254 ] {84a84cd9-eb7b-41b6-85c8-3f0939b13340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6782 | 2025.02.21 14:37:50.852574 [ 254 ] {84a84cd9-eb7b-41b6-85c8-3f0939b13340} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 6783 | 2025.02.21 14:37:50.852818 [ 254 ] {84a84cd9-eb7b-41b6-85c8-3f0939b13340} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6784 | 2025.02.21 14:37:50.853001 [ 254 ] {84a84cd9-eb7b-41b6-85c8-3f0939b13340} <Debug> executeQuery: Read 611 rows, 47.09 KiB in 0.001761 sec., 346961.953435548 rows/sec., 26.11 MiB/sec. | ||
| 6785 | 2025.02.21 14:37:50.853056 [ 254 ] {84a84cd9-eb7b-41b6-85c8-3f0939b13340} <Debug> TCPHandler: Processed in 0.00199228 sec. | ||
| 6786 | 2025.02.21 14:37:50.853197 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6787 | 2025.02.21 14:37:50.853337 [ 256 ] {b0075aa1-5157-4bcb-8058-9f1b7ce86215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6788 | 2025.02.21 14:37:50.853400 [ 256 ] {b0075aa1-5157-4bcb-8058-9f1b7ce86215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6789 | 2025.02.21 14:37:50.854247 [ 256 ] {b0075aa1-5157-4bcb-8058-9f1b7ce86215} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6790 | 2025.02.21 14:37:50.854286 [ 256 ] {b0075aa1-5157-4bcb-8058-9f1b7ce86215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6791 | 2025.02.21 14:37:50.854732 [ 256 ] {b0075aa1-5157-4bcb-8058-9f1b7ce86215} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 6792 | 2025.02.21 14:37:50.854978 [ 256 ] {b0075aa1-5157-4bcb-8058-9f1b7ce86215} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6793 | 2025.02.21 14:37:50.855193 [ 256 ] {b0075aa1-5157-4bcb-8058-9f1b7ce86215} <Debug> executeQuery: Read 952 rows, 65.79 KiB in 0.001887 sec., 504504.5045045045 rows/sec., 34.05 MiB/sec. | ||
| 6794 | 2025.02.21 14:37:50.855244 [ 256 ] {b0075aa1-5157-4bcb-8058-9f1b7ce86215} <Debug> TCPHandler: Processed in 0.002115703 sec. | ||
| 6795 | 2025.02.21 14:37:50.855392 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6796 | 2025.02.21 14:37:50.855527 [ 254 ] {c9f3f281-521d-4040-9440-8102038f605b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6797 | 2025.02.21 14:37:50.855620 [ 254 ] {c9f3f281-521d-4040-9440-8102038f605b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6798 | 2025.02.21 14:37:50.856811 [ 254 ] {c9f3f281-521d-4040-9440-8102038f605b} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6799 | 2025.02.21 14:37:50.856848 [ 254 ] {c9f3f281-521d-4040-9440-8102038f605b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6800 | 2025.02.21 14:37:50.857517 [ 254 ] {c9f3f281-521d-4040-9440-8102038f605b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6801 | 2025.02.21 14:37:50.857770 [ 254 ] {c9f3f281-521d-4040-9440-8102038f605b} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6802 | 2025.02.21 14:37:50.857970 [ 254 ] {c9f3f281-521d-4040-9440-8102038f605b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002473 sec., 15770.319450060655 rows/sec., 28.26 MiB/sec. | ||
| 6803 | 2025.02.21 14:37:50.858079 [ 254 ] {c9f3f281-521d-4040-9440-8102038f605b} <Debug> TCPHandler: Processed in 0.002752802 sec. | ||
| 6804 | 2025.02.21 14:37:50.858231 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6805 | 2025.02.21 14:37:50.858372 [ 256 ] {3676f5a7-dca7-4ba6-bda7-38732a7a49b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6806 | 2025.02.21 14:37:50.858431 [ 256 ] {3676f5a7-dca7-4ba6-bda7-38732a7a49b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6807 | 2025.02.21 14:37:50.858988 [ 256 ] {3676f5a7-dca7-4ba6-bda7-38732a7a49b4} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6808 | 2025.02.21 14:37:50.859027 [ 256 ] {3676f5a7-dca7-4ba6-bda7-38732a7a49b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6809 | 2025.02.21 14:37:50.859406 [ 256 ] {3676f5a7-dca7-4ba6-bda7-38732a7a49b4} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 6810 | 2025.02.21 14:37:50.859643 [ 256 ] {3676f5a7-dca7-4ba6-bda7-38732a7a49b4} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6811 | 2025.02.21 14:37:50.859861 [ 256 ] {3676f5a7-dca7-4ba6-bda7-38732a7a49b4} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.00152 sec., 14473.684210526315 rows/sec., 1006.76 KiB/sec. | ||
| 6812 | 2025.02.21 14:37:50.859910 [ 256 ] {3676f5a7-dca7-4ba6-bda7-38732a7a49b4} <Debug> TCPHandler: Processed in 0.001747222 sec. | ||
| 6813 | 2025.02.21 14:37:52.500020 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 940 | ||
| 6814 | 2025.02.21 14:37:52.503253 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6815 | 2025.02.21 14:37:52.503312 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6816 | 2025.02.21 14:37:52.504806 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6817 | 2025.02.21 14:37:52.505119 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6818 | 2025.02.21 14:37:52.505370 [ 129 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6819 | 2025.02.21 14:37:52.505526 [ 129 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6820 | 2025.02.21 14:37:52.505628 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6821 | 2025.02.21 14:37:52.505992 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 6822 | 2025.02.21 14:37:52.506328 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 940 | ||
| 6823 | 2025.02.21 14:37:52.506717 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6824 | 2025.02.21 14:37:52.506839 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 804 rows starting from the beginning of the part | ||
| 6825 | 2025.02.21 14:37:52.507396 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 20 rows starting from the beginning of the part | ||
| 6826 | 2025.02.21 14:37:52.507948 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part | ||
| 6827 | 2025.02.21 14:37:52.508465 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 6828 | 2025.02.21 14:37:52.508957 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 20 rows starting from the beginning of the part | ||
| 6829 | 2025.02.21 14:37:52.509500 [ 189 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part | ||
| 6830 | 2025.02.21 14:37:52.517268 [ 198 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 940 rows, containing 72 columns (72 merged, 0 gathered) in 0.011446982 sec., 82117.71452073568 rows/sec., 66.04 MiB/sec. | ||
| 6831 | 2025.02.21 14:37:52.518754 [ 188 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6832 | 2025.02.21 14:37:52.519601 [ 188 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_31_6} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6833 | 2025.02.21 14:37:52.519705 [ 188 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_31_6} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6834 | 2025.02.21 14:37:52.520046 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. | ||
| 6835 | 2025.02.21 14:37:54.206691 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6836 | 2025.02.21 14:37:54.206879 [ 254 ] {3525f96d-0e1f-40a9-a1fc-532753b9feee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6837 | 2025.02.21 14:37:54.206951 [ 254 ] {3525f96d-0e1f-40a9-a1fc-532753b9feee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6838 | 2025.02.21 14:37:54.207688 [ 254 ] {3525f96d-0e1f-40a9-a1fc-532753b9feee} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6839 | 2025.02.21 14:37:54.207733 [ 254 ] {3525f96d-0e1f-40a9-a1fc-532753b9feee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6840 | 2025.02.21 14:37:54.208185 [ 254 ] {3525f96d-0e1f-40a9-a1fc-532753b9feee} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 6841 | 2025.02.21 14:37:54.208437 [ 254 ] {3525f96d-0e1f-40a9-a1fc-532753b9feee} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6842 | 2025.02.21 14:37:54.208584 [ 127 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 6843 | 2025.02.21 14:37:54.208636 [ 127 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6844 | 2025.02.21 14:37:54.208643 [ 254 ] {3525f96d-0e1f-40a9-a1fc-532753b9feee} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001814 sec., 30871.003307607494 rows/sec., 2.36 MiB/sec. | ||
| 6845 | 2025.02.21 14:37:54.208664 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6846 | 2025.02.21 14:37:54.208745 [ 254 ] {3525f96d-0e1f-40a9-a1fc-532753b9feee} <Debug> TCPHandler: Processed in 0.002180615 sec. | ||
| 6847 | 2025.02.21 14:37:54.208802 [ 193 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 6848 | 2025.02.21 14:37:54.208932 [ 193 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6849 | 2025.02.21 14:37:54.208963 [ 193 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1405 rows starting from the beginning of the part | ||
| 6850 | 2025.02.21 14:37:54.209031 [ 193 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 6851 | 2025.02.21 14:37:54.209117 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6852 | 2025.02.21 14:37:54.209393 [ 193 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 134 rows starting from the beginning of the part | ||
| 6853 | 2025.02.21 14:37:54.209830 [ 193 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 6854 | 2025.02.21 14:37:54.210210 [ 193 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1402 rows starting from the beginning of the part | ||
| 6855 | 2025.02.21 14:37:54.210457 [ 256 ] {86c76264-a059-462a-9e69-70b979788c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6856 | 2025.02.21 14:37:54.210519 [ 193 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 6857 | 2025.02.21 14:37:54.210624 [ 256 ] {86c76264-a059-462a-9e69-70b979788c96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6858 | 2025.02.21 14:37:54.212980 [ 256 ] {86c76264-a059-462a-9e69-70b979788c96} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6859 | 2025.02.21 14:37:54.213059 [ 256 ] {86c76264-a059-462a-9e69-70b979788c96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 6860 | 2025.02.21 14:37:54.213875 [ 256 ] {86c76264-a059-462a-9e69-70b979788c96} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 6861 | 2025.02.21 14:37:54.214309 [ 193 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3109 rows, containing 5 columns (5 merged, 0 gathered) in 0.005568127 sec., 558356.5173711017 rows/sec., 48.62 MiB/sec. | ||
| 6862 | 2025.02.21 14:37:54.214427 [ 256 ] {86c76264-a059-462a-9e69-70b979788c96} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6863 | 2025.02.21 14:37:54.214611 [ 193 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 6864 | 2025.02.21 14:37:54.214678 [ 127 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 6865 | 2025.02.21 14:37:54.214789 [ 127 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6866 | 2025.02.21 14:37:54.214864 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6867 | 2025.02.21 14:37:54.215029 [ 256 ] {86c76264-a059-462a-9e69-70b979788c96} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004995 sec., 12812.812812812812 rows/sec., 1.00 MiB/sec. | ||
| 6868 | 2025.02.21 14:37:54.215250 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 6869 | 2025.02.21 14:37:54.215331 [ 256 ] {86c76264-a059-462a-9e69-70b979788c96} <Debug> TCPHandler: Processed in 0.006461683 sec. | ||
| 6870 | 2025.02.21 14:37:54.215630 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6871 | 2025.02.21 14:37:54.215659 [ 193 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_71_14} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6872 | 2025.02.21 14:37:54.215655 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6873 | 2025.02.21 14:37:54.215796 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 631 rows starting from the beginning of the part | ||
| 6874 | 2025.02.21 14:37:54.215928 [ 193 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_71_14} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 6875 | 2025.02.21 14:37:54.215944 [ 254 ] {791fe6c6-5884-4f51-bd2f-9662d78163e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6876 | 2025.02.21 14:37:54.216257 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 6877 | 2025.02.21 14:37:54.216335 [ 254 ] {791fe6c6-5884-4f51-bd2f-9662d78163e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6878 | 2025.02.21 14:37:54.216358 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 6879 | 2025.02.21 14:37:54.216713 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 103 rows starting from the beginning of the part | ||
| 6880 | 2025.02.21 14:37:54.217065 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 6881 | 2025.02.21 14:37:54.217410 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 611 rows starting from the beginning of the part | ||
| 6882 | 2025.02.21 14:37:54.217785 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 6883 | 2025.02.21 14:37:54.219116 [ 254 ] {791fe6c6-5884-4f51-bd2f-9662d78163e4} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6884 | 2025.02.21 14:37:54.219207 [ 254 ] {791fe6c6-5884-4f51-bd2f-9662d78163e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 6885 | 2025.02.21 14:37:54.220402 [ 254 ] {791fe6c6-5884-4f51-bd2f-9662d78163e4} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 6886 | 2025.02.21 14:37:54.220957 [ 254 ] {791fe6c6-5884-4f51-bd2f-9662d78163e4} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6887 | 2025.02.21 14:37:54.220977 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1537 rows, containing 5 columns (5 merged, 0 gathered) in 0.005984619 sec., 256825.0376506842 rows/sec., 20.46 MiB/sec. | ||
| 6888 | 2025.02.21 14:37:54.221232 [ 127 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 6889 | 2025.02.21 14:37:54.221286 [ 127 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6890 | 2025.02.21 14:37:54.221343 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6891 | 2025.02.21 14:37:54.221392 [ 254 ] {791fe6c6-5884-4f51-bd2f-9662d78163e4} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.005544 sec., 17676.767676767675 rows/sec., 1.23 MiB/sec. | ||
| 6892 | 2025.02.21 14:37:54.221394 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 6893 | 2025.02.21 14:37:54.221710 [ 254 ] {791fe6c6-5884-4f51-bd2f-9662d78163e4} <Debug> TCPHandler: Processed in 0.006256627 sec. | ||
| 6894 | 2025.02.21 14:37:54.222232 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6895 | 2025.02.21 14:37:54.222464 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 6896 | 2025.02.21 14:37:54.222701 [ 196 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_71_14} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6897 | 2025.02.21 14:37:54.223048 [ 256 ] {7c11e7a7-8b6e-4c19-bcbc-f49f644a28b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6898 | 2025.02.21 14:37:54.223300 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6899 | 2025.02.21 14:37:54.223331 [ 196 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_71_14} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 6900 | 2025.02.21 14:37:54.223334 [ 256 ] {7c11e7a7-8b6e-4c19-bcbc-f49f644a28b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6901 | 2025.02.21 14:37:54.223491 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 18722 rows starting from the beginning of the part | ||
| 6902 | 2025.02.21 14:37:54.223846 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 6903 | 2025.02.21 14:37:54.224182 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 6904 | 2025.02.21 14:37:54.224551 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part | ||
| 6905 | 2025.02.21 14:37:54.224839 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 6906 | 2025.02.21 14:37:54.225175 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 952 rows starting from the beginning of the part | ||
| 6907 | 2025.02.21 14:37:54.225385 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 98 rows starting from the beginning of the part | ||
| 6908 | 2025.02.21 14:37:54.226132 [ 256 ] {7c11e7a7-8b6e-4c19-bcbc-f49f644a28b5} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6909 | 2025.02.21 14:37:54.226176 [ 256 ] {7c11e7a7-8b6e-4c19-bcbc-f49f644a28b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 6910 | 2025.02.21 14:37:54.226695 [ 256 ] {7c11e7a7-8b6e-4c19-bcbc-f49f644a28b5} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 6911 | 2025.02.21 14:37:54.226998 [ 256 ] {7c11e7a7-8b6e-4c19-bcbc-f49f644a28b5} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6912 | 2025.02.21 14:37:54.227207 [ 127 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 6913 | 2025.02.21 14:37:54.227314 [ 127 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6914 | 2025.02.21 14:37:54.227377 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 6915 | 2025.02.21 14:37:54.227391 [ 256 ] {7c11e7a7-8b6e-4c19-bcbc-f49f644a28b5} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.004577 sec., 8302.381472580291 rows/sec., 570.32 KiB/sec. | ||
| 6916 | 2025.02.21 14:37:54.227815 [ 256 ] {7c11e7a7-8b6e-4c19-bcbc-f49f644a28b5} <Debug> TCPHandler: Processed in 0.005973959 sec. | ||
| 6917 | 2025.02.21 14:37:54.227961 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 6918 | 2025.02.21 14:37:54.228354 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6919 | 2025.02.21 14:37:54.228414 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3408 rows starting from the beginning of the part | ||
| 6920 | 2025.02.21 14:37:54.228716 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 6921 | 2025.02.21 14:37:54.229078 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
| 6922 | 2025.02.21 14:37:54.229225 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 6923 | 2025.02.21 14:37:54.229293 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 22 rows starting from the beginning of the part | ||
| 6924 | 2025.02.21 14:37:54.229594 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 38 rows starting from the beginning of the part | ||
| 6925 | 2025.02.21 14:37:54.234528 [ 194 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3648 rows, containing 4 columns (4 merged, 0 gathered) in 0.00699872 sec., 521238.16926523705 rows/sec., 35.13 MiB/sec. | ||
| 6926 | 2025.02.21 14:37:54.235056 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 6927 | 2025.02.21 14:37:54.235397 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_71_14} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6928 | 2025.02.21 14:37:54.235491 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_71_14} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 6929 | 2025.02.21 14:37:54.235600 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 6930 | 2025.02.21 14:37:54.235916 [ 194 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20252 rows, containing 5 columns (5 merged, 0 gathered) in 0.014199765 sec., 1426220.7860482198 rows/sec., 97.70 MiB/sec. | ||
| 6931 | 2025.02.21 14:37:54.236347 [ 187 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 6932 | 2025.02.21 14:37:54.236738 [ 187 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6933 | 2025.02.21 14:37:54.236852 [ 187 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 6934 | 2025.02.21 14:37:54.236974 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 6935 | 2025.02.21 14:37:54.918613 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
| 6936 | 2025.02.21 14:37:54.919283 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6937 | 2025.02.21 14:37:54.919336 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6938 | 2025.02.21 14:37:54.919884 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6939 | 2025.02.21 14:37:54.920156 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6940 | 2025.02.21 14:37:54.920445 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
| 6941 | 2025.02.21 14:37:56.343974 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 6942 | 2025.02.21 14:37:56.364141 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6943 | 2025.02.21 14:37:56.364201 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 6944 | 2025.02.21 14:37:56.371510 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6945 | 2025.02.21 14:37:56.372271 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6946 | 2025.02.21 14:37:56.375919 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 6947 | 2025.02.21 14:37:59.210129 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6948 | 2025.02.21 14:37:59.210341 [ 254 ] {059e45a5-85e4-4798-a506-a151681971f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6949 | 2025.02.21 14:37:59.210415 [ 254 ] {059e45a5-85e4-4798-a506-a151681971f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6950 | 2025.02.21 14:37:59.211253 [ 254 ] {059e45a5-85e4-4798-a506-a151681971f8} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6951 | 2025.02.21 14:37:59.211308 [ 254 ] {059e45a5-85e4-4798-a506-a151681971f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 6952 | 2025.02.21 14:37:59.211785 [ 254 ] {059e45a5-85e4-4798-a506-a151681971f8} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 6953 | 2025.02.21 14:37:59.212048 [ 254 ] {059e45a5-85e4-4798-a506-a151681971f8} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6954 | 2025.02.21 14:37:59.212297 [ 254 ] {059e45a5-85e4-4798-a506-a151681971f8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00201 sec., 27860.696517412933 rows/sec., 2.13 MiB/sec. | ||
| 6955 | 2025.02.21 14:37:59.212374 [ 254 ] {059e45a5-85e4-4798-a506-a151681971f8} <Debug> TCPHandler: Processed in 0.002374721 sec. | ||
| 6956 | 2025.02.21 14:37:59.212634 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6957 | 2025.02.21 14:37:59.212832 [ 256 ] {7a2e9130-7209-47e8-91d0-526e9af74429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6958 | 2025.02.21 14:37:59.212908 [ 256 ] {7a2e9130-7209-47e8-91d0-526e9af74429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6959 | 2025.02.21 14:37:59.213709 [ 256 ] {7a2e9130-7209-47e8-91d0-526e9af74429} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6960 | 2025.02.21 14:37:59.213755 [ 256 ] {7a2e9130-7209-47e8-91d0-526e9af74429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 6961 | 2025.02.21 14:37:59.214218 [ 256 ] {7a2e9130-7209-47e8-91d0-526e9af74429} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 6962 | 2025.02.21 14:37:59.214488 [ 256 ] {7a2e9130-7209-47e8-91d0-526e9af74429} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6963 | 2025.02.21 14:37:59.214695 [ 256 ] {7a2e9130-7209-47e8-91d0-526e9af74429} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001916 sec., 33402.92275574113 rows/sec., 2.61 MiB/sec. | ||
| 6964 | 2025.02.21 14:37:59.214762 [ 256 ] {7a2e9130-7209-47e8-91d0-526e9af74429} <Debug> TCPHandler: Processed in 0.002281069 sec. | ||
| 6965 | 2025.02.21 14:37:59.214901 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6966 | 2025.02.21 14:37:59.215035 [ 254 ] {95821239-1409-4c6a-be01-a7f2928a6eab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6967 | 2025.02.21 14:37:59.215094 [ 254 ] {95821239-1409-4c6a-be01-a7f2928a6eab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6968 | 2025.02.21 14:37:59.215687 [ 254 ] {95821239-1409-4c6a-be01-a7f2928a6eab} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6969 | 2025.02.21 14:37:59.215728 [ 254 ] {95821239-1409-4c6a-be01-a7f2928a6eab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 6970 | 2025.02.21 14:37:59.216141 [ 254 ] {95821239-1409-4c6a-be01-a7f2928a6eab} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 6971 | 2025.02.21 14:37:59.216380 [ 254 ] {95821239-1409-4c6a-be01-a7f2928a6eab} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6972 | 2025.02.21 14:37:59.216620 [ 254 ] {95821239-1409-4c6a-be01-a7f2928a6eab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001616 sec., 99009.900990099 rows/sec., 6.90 MiB/sec. | ||
| 6973 | 2025.02.21 14:37:59.216708 [ 254 ] {95821239-1409-4c6a-be01-a7f2928a6eab} <Debug> TCPHandler: Processed in 0.001867426 sec. | ||
| 6974 | 2025.02.21 14:37:59.216929 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6975 | 2025.02.21 14:37:59.217137 [ 256 ] {16e5802b-70b8-44f9-9088-b9fa730f3d33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6976 | 2025.02.21 14:37:59.217195 [ 256 ] {16e5802b-70b8-44f9-9088-b9fa730f3d33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6977 | 2025.02.21 14:37:59.217712 [ 256 ] {16e5802b-70b8-44f9-9088-b9fa730f3d33} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6978 | 2025.02.21 14:37:59.217751 [ 256 ] {16e5802b-70b8-44f9-9088-b9fa730f3d33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 6979 | 2025.02.21 14:37:59.218147 [ 256 ] {16e5802b-70b8-44f9-9088-b9fa730f3d33} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 6980 | 2025.02.21 14:37:59.218402 [ 256 ] {16e5802b-70b8-44f9-9088-b9fa730f3d33} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6981 | 2025.02.21 14:37:59.218584 [ 256 ] {16e5802b-70b8-44f9-9088-b9fa730f3d33} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001487 sec., 40349.69737726967 rows/sec., 2.72 MiB/sec. | ||
| 6982 | 2025.02.21 14:37:59.218634 [ 256 ] {16e5802b-70b8-44f9-9088-b9fa730f3d33} <Debug> TCPHandler: Processed in 0.001841595 sec. | ||
| 6983 | 2025.02.21 14:38:02.233074 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6984 | 2025.02.21 14:38:02.233149 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6985 | 2025.02.21 14:38:02.421477 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
| 6986 | 2025.02.21 14:38:02.422150 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6987 | 2025.02.21 14:38:02.422195 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 6988 | 2025.02.21 14:38:02.422750 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6989 | 2025.02.21 14:38:02.423018 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6990 | 2025.02.21 14:38:02.423258 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 6991 | 2025.02.21 14:38:02.507431 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 956 | ||
| 6992 | 2025.02.21 14:38:02.510250 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6993 | 2025.02.21 14:38:02.510323 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 6994 | 2025.02.21 14:38:02.511825 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6995 | 2025.02.21 14:38:02.512161 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6996 | 2025.02.21 14:38:02.512863 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 956 | ||
| 6997 | 2025.02.21 14:38:03.053004 [ 114 ] {} <Debug> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6998 | 2025.02.21 14:38:03.053069 [ 114 ] {} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6999 | 2025.02.21 14:38:03.053091 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7000 | 2025.02.21 14:38:03.053294 [ 200 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 7001 | 2025.02.21 14:38:03.053491 [ 200 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7002 | 2025.02.21 14:38:03.053536 [ 200 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 7003 | 2025.02.21 14:38:03.053668 [ 200 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 7004 | 2025.02.21 14:38:03.053833 [ 200 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 7005 | 2025.02.21 14:38:03.054133 [ 200 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 7006 | 2025.02.21 14:38:03.054411 [ 200 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 7007 | 2025.02.21 14:38:03.055519 [ 194 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.00234073 sec., 23069.726111085 rows/sec., 1.93 MiB/sec. | ||
| 7008 | 2025.02.21 14:38:03.055740 [ 191 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 7009 | 2025.02.21 14:38:03.056159 [ 191 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_9_2} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7010 | 2025.02.21 14:38:03.056266 [ 191 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_9_2} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 7011 | 2025.02.21 14:38:03.056375 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7012 | 2025.02.21 14:38:03.876895 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 7013 | 2025.02.21 14:38:03.898485 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7014 | 2025.02.21 14:38:03.898543 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7015 | 2025.02.21 14:38:03.905932 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7016 | 2025.02.21 14:38:03.906740 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7017 | 2025.02.21 14:38:03.910615 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 7018 | 2025.02.21 14:38:04.212111 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7019 | 2025.02.21 14:38:04.212319 [ 254 ] {5da68e60-5e71-493d-b93a-e28b54c07344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7020 | 2025.02.21 14:38:04.212397 [ 254 ] {5da68e60-5e71-493d-b93a-e28b54c07344} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7021 | 2025.02.21 14:38:04.213244 [ 254 ] {5da68e60-5e71-493d-b93a-e28b54c07344} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7022 | 2025.02.21 14:38:04.213293 [ 254 ] {5da68e60-5e71-493d-b93a-e28b54c07344} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7023 | 2025.02.21 14:38:04.213755 [ 254 ] {5da68e60-5e71-493d-b93a-e28b54c07344} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 7024 | 2025.02.21 14:38:04.214014 [ 254 ] {5da68e60-5e71-493d-b93a-e28b54c07344} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7025 | 2025.02.21 14:38:04.214243 [ 254 ] {5da68e60-5e71-493d-b93a-e28b54c07344} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001982 sec., 67608.47628657921 rows/sec., 5.82 MiB/sec. | ||
| 7026 | 2025.02.21 14:38:04.214309 [ 254 ] {5da68e60-5e71-493d-b93a-e28b54c07344} <Debug> TCPHandler: Processed in 0.00233843 sec. | ||
| 7027 | 2025.02.21 14:38:04.214600 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7028 | 2025.02.21 14:38:04.214905 [ 256 ] {0aa19dd1-d148-4c72-a492-b99b8abb854e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7029 | 2025.02.21 14:38:04.215023 [ 256 ] {0aa19dd1-d148-4c72-a492-b99b8abb854e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7030 | 2025.02.21 14:38:04.215929 [ 256 ] {0aa19dd1-d148-4c72-a492-b99b8abb854e} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7031 | 2025.02.21 14:38:04.215981 [ 256 ] {0aa19dd1-d148-4c72-a492-b99b8abb854e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7032 | 2025.02.21 14:38:04.216426 [ 256 ] {0aa19dd1-d148-4c72-a492-b99b8abb854e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7033 | 2025.02.21 14:38:04.216680 [ 256 ] {0aa19dd1-d148-4c72-a492-b99b8abb854e} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7034 | 2025.02.21 14:38:04.216941 [ 256 ] {0aa19dd1-d148-4c72-a492-b99b8abb854e} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.002122 sec., 18378.887841658812 rows/sec., 1.35 MiB/sec. | ||
| 7035 | 2025.02.21 14:38:04.217013 [ 256 ] {0aa19dd1-d148-4c72-a492-b99b8abb854e} <Debug> TCPHandler: Processed in 0.002603168 sec. | ||
| 7036 | 2025.02.21 14:38:04.217171 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7037 | 2025.02.21 14:38:04.217324 [ 254 ] {6508bfe7-0d90-4796-9302-02c9bce092cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7038 | 2025.02.21 14:38:04.217383 [ 254 ] {6508bfe7-0d90-4796-9302-02c9bce092cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7039 | 2025.02.21 14:38:04.218114 [ 254 ] {6508bfe7-0d90-4796-9302-02c9bce092cd} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7040 | 2025.02.21 14:38:04.218157 [ 254 ] {6508bfe7-0d90-4796-9302-02c9bce092cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7041 | 2025.02.21 14:38:04.218545 [ 254 ] {6508bfe7-0d90-4796-9302-02c9bce092cd} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 7042 | 2025.02.21 14:38:04.218782 [ 254 ] {6508bfe7-0d90-4796-9302-02c9bce092cd} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7043 | 2025.02.21 14:38:04.219031 [ 254 ] {6508bfe7-0d90-4796-9302-02c9bce092cd} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.00174 sec., 59195.402298850575 rows/sec., 4.62 MiB/sec. | ||
| 7044 | 2025.02.21 14:38:04.219096 [ 254 ] {6508bfe7-0d90-4796-9302-02c9bce092cd} <Debug> TCPHandler: Processed in 0.00200601 sec. | ||
| 7045 | 2025.02.21 14:38:04.219251 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7046 | 2025.02.21 14:38:04.219420 [ 256 ] {2a728fd1-cb91-4407-bdf7-f093239ea9c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7047 | 2025.02.21 14:38:04.219522 [ 256 ] {2a728fd1-cb91-4407-bdf7-f093239ea9c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7048 | 2025.02.21 14:38:04.220469 [ 256 ] {2a728fd1-cb91-4407-bdf7-f093239ea9c3} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7049 | 2025.02.21 14:38:04.220512 [ 256 ] {2a728fd1-cb91-4407-bdf7-f093239ea9c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7050 | 2025.02.21 14:38:04.220925 [ 256 ] {2a728fd1-cb91-4407-bdf7-f093239ea9c3} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 7051 | 2025.02.21 14:38:04.221169 [ 256 ] {2a728fd1-cb91-4407-bdf7-f093239ea9c3} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7052 | 2025.02.21 14:38:04.221409 [ 256 ] {2a728fd1-cb91-4407-bdf7-f093239ea9c3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002048 sec., 78125 rows/sec., 5.44 MiB/sec. | ||
| 7053 | 2025.02.21 14:38:04.221467 [ 256 ] {2a728fd1-cb91-4407-bdf7-f093239ea9c3} <Debug> TCPHandler: Processed in 0.002274848 sec. | ||
| 7054 | 2025.02.21 14:38:04.221626 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7055 | 2025.02.21 14:38:04.221768 [ 254 ] {bc6b2ce5-de2a-41b1-90d4-745fc0c520e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7056 | 2025.02.21 14:38:04.221865 [ 254 ] {bc6b2ce5-de2a-41b1-90d4-745fc0c520e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7057 | 2025.02.21 14:38:04.223149 [ 254 ] {bc6b2ce5-de2a-41b1-90d4-745fc0c520e7} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7058 | 2025.02.21 14:38:04.223188 [ 254 ] {bc6b2ce5-de2a-41b1-90d4-745fc0c520e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7059 | 2025.02.21 14:38:04.223890 [ 254 ] {bc6b2ce5-de2a-41b1-90d4-745fc0c520e7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7060 | 2025.02.21 14:38:04.224161 [ 254 ] {bc6b2ce5-de2a-41b1-90d4-745fc0c520e7} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7061 | 2025.02.21 14:38:04.224368 [ 113 ] {} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7062 | 2025.02.21 14:38:04.224449 [ 254 ] {bc6b2ce5-de2a-41b1-90d4-745fc0c520e7} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002705 sec., 14417.744916820702 rows/sec., 25.84 MiB/sec. | ||
| 7063 | 2025.02.21 14:38:04.224470 [ 113 ] {} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7064 | 2025.02.21 14:38:04.224563 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7065 | 2025.02.21 14:38:04.224818 [ 254 ] {bc6b2ce5-de2a-41b1-90d4-745fc0c520e7} <Debug> TCPHandler: Processed in 0.003266447 sec. | ||
| 7066 | 2025.02.21 14:38:04.224858 [ 200 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 7067 | 2025.02.21 14:38:04.225081 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7068 | 2025.02.21 14:38:04.225247 [ 200 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7069 | 2025.02.21 14:38:04.225450 [ 200 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 7070 | 2025.02.21 14:38:04.225457 [ 256 ] {3409d8c1-e8ef-4d03-9193-3fde10d4068c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7071 | 2025.02.21 14:38:04.225583 [ 256 ] {3409d8c1-e8ef-4d03-9193-3fde10d4068c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7072 | 2025.02.21 14:38:04.226185 [ 200 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 7073 | 2025.02.21 14:38:04.227101 [ 200 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 7074 | 2025.02.21 14:38:04.227745 [ 200 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 7075 | 2025.02.21 14:38:04.228485 [ 200 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 7076 | 2025.02.21 14:38:04.228555 [ 256 ] {3409d8c1-e8ef-4d03-9193-3fde10d4068c} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7077 | 2025.02.21 14:38:04.228648 [ 256 ] {3409d8c1-e8ef-4d03-9193-3fde10d4068c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7078 | 2025.02.21 14:38:04.229077 [ 200 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 7079 | 2025.02.21 14:38:04.230551 [ 256 ] {3409d8c1-e8ef-4d03-9193-3fde10d4068c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 7080 | 2025.02.21 14:38:04.231058 [ 256 ] {3409d8c1-e8ef-4d03-9193-3fde10d4068c} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7081 | 2025.02.21 14:38:04.231558 [ 256 ] {3409d8c1-e8ef-4d03-9193-3fde10d4068c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006222 sec., 9643.201542912248 rows/sec., 665.48 KiB/sec. | ||
| 7082 | 2025.02.21 14:38:04.231633 [ 256 ] {3409d8c1-e8ef-4d03-9193-3fde10d4068c} <Debug> TCPHandler: Processed in 0.00671143 sec. | ||
| 7083 | 2025.02.21 14:38:04.237112 [ 191 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1101 rows, containing 19 columns (19 merged, 0 gathered) in 0.01237203 sec., 88991.05482285446 rows/sec., 159.47 MiB/sec. | ||
| 7084 | 2025.02.21 14:38:04.238775 [ 191 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7085 | 2025.02.21 14:38:04.239199 [ 191 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7086 | 2025.02.21 14:38:04.239294 [ 191 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7087 | 2025.02.21 14:38:04.239458 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.57 MiB. | ||
| 7088 | 2025.02.21 14:38:05.000194 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.09 MiB, peak 225.06 MiB, free memory in arenas 0.00 B, will set to 217.05 MiB (RSS), difference: 1.96 MiB | ||
| 7089 | 2025.02.21 14:38:09.209534 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7090 | 2025.02.21 14:38:09.209767 [ 254 ] {c5c83bcb-f882-4618-9997-52afa1fe5025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7091 | 2025.02.21 14:38:09.209852 [ 254 ] {c5c83bcb-f882-4618-9997-52afa1fe5025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7092 | 2025.02.21 14:38:09.210673 [ 254 ] {c5c83bcb-f882-4618-9997-52afa1fe5025} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7093 | 2025.02.21 14:38:09.210727 [ 254 ] {c5c83bcb-f882-4618-9997-52afa1fe5025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7094 | 2025.02.21 14:38:09.211170 [ 254 ] {c5c83bcb-f882-4618-9997-52afa1fe5025} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 7095 | 2025.02.21 14:38:09.211419 [ 254 ] {c5c83bcb-f882-4618-9997-52afa1fe5025} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7096 | 2025.02.21 14:38:09.211650 [ 254 ] {c5c83bcb-f882-4618-9997-52afa1fe5025} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001942 sec., 28836.25128733265 rows/sec., 2.20 MiB/sec. | ||
| 7097 | 2025.02.21 14:38:09.211711 [ 254 ] {c5c83bcb-f882-4618-9997-52afa1fe5025} <Debug> TCPHandler: Processed in 0.00232016 sec. | ||
| 7098 | 2025.02.21 14:38:09.212006 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7099 | 2025.02.21 14:38:09.212311 [ 256 ] {daf00521-dbb4-4700-b14e-81824a3984a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7100 | 2025.02.21 14:38:09.212426 [ 256 ] {daf00521-dbb4-4700-b14e-81824a3984a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7101 | 2025.02.21 14:38:09.213240 [ 256 ] {daf00521-dbb4-4700-b14e-81824a3984a4} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7102 | 2025.02.21 14:38:09.213283 [ 256 ] {daf00521-dbb4-4700-b14e-81824a3984a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7103 | 2025.02.21 14:38:09.213722 [ 256 ] {daf00521-dbb4-4700-b14e-81824a3984a4} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 7104 | 2025.02.21 14:38:09.213970 [ 256 ] {daf00521-dbb4-4700-b14e-81824a3984a4} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7105 | 2025.02.21 14:38:09.214197 [ 256 ] {daf00521-dbb4-4700-b14e-81824a3984a4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001969 sec., 32503.80904012189 rows/sec., 2.54 MiB/sec. | ||
| 7106 | 2025.02.21 14:38:09.214256 [ 256 ] {daf00521-dbb4-4700-b14e-81824a3984a4} <Debug> TCPHandler: Processed in 0.002435433 sec. | ||
| 7107 | 2025.02.21 14:38:09.214396 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7108 | 2025.02.21 14:38:09.214533 [ 254 ] {e5ec7c5f-75d0-4c3f-a1cb-2e4d1271bae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7109 | 2025.02.21 14:38:09.214601 [ 254 ] {e5ec7c5f-75d0-4c3f-a1cb-2e4d1271bae4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7110 | 2025.02.21 14:38:09.215269 [ 254 ] {e5ec7c5f-75d0-4c3f-a1cb-2e4d1271bae4} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7111 | 2025.02.21 14:38:09.215315 [ 254 ] {e5ec7c5f-75d0-4c3f-a1cb-2e4d1271bae4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7112 | 2025.02.21 14:38:09.215733 [ 254 ] {e5ec7c5f-75d0-4c3f-a1cb-2e4d1271bae4} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 7113 | 2025.02.21 14:38:09.215966 [ 254 ] {e5ec7c5f-75d0-4c3f-a1cb-2e4d1271bae4} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7114 | 2025.02.21 14:38:09.216175 [ 254 ] {e5ec7c5f-75d0-4c3f-a1cb-2e4d1271bae4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001678 sec., 95351.60905840286 rows/sec., 6.64 MiB/sec. | ||
| 7115 | 2025.02.21 14:38:09.216231 [ 254 ] {e5ec7c5f-75d0-4c3f-a1cb-2e4d1271bae4} <Debug> TCPHandler: Processed in 0.001890877 sec. | ||
| 7116 | 2025.02.21 14:38:09.216373 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7117 | 2025.02.21 14:38:09.216517 [ 256 ] {6c875d62-7424-4fb8-8759-f5a82244867a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7118 | 2025.02.21 14:38:09.216615 [ 256 ] {6c875d62-7424-4fb8-8759-f5a82244867a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7119 | 2025.02.21 14:38:09.217516 [ 256 ] {6c875d62-7424-4fb8-8759-f5a82244867a} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7120 | 2025.02.21 14:38:09.217557 [ 256 ] {6c875d62-7424-4fb8-8759-f5a82244867a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7121 | 2025.02.21 14:38:09.217939 [ 256 ] {6c875d62-7424-4fb8-8759-f5a82244867a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 7122 | 2025.02.21 14:38:09.218176 [ 256 ] {6c875d62-7424-4fb8-8759-f5a82244867a} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7123 | 2025.02.21 14:38:09.218418 [ 256 ] {6c875d62-7424-4fb8-8759-f5a82244867a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001951 sec., 30753.459764223473 rows/sec., 2.07 MiB/sec. | ||
| 7124 | 2025.02.21 14:38:09.218488 [ 256 ] {6c875d62-7424-4fb8-8759-f5a82244867a} <Debug> TCPHandler: Processed in 0.002171096 sec. | ||
| 7125 | 2025.02.21 14:38:09.924302 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
| 7126 | 2025.02.21 14:38:09.925003 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7127 | 2025.02.21 14:38:09.925058 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7128 | 2025.02.21 14:38:09.925574 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7129 | 2025.02.21 14:38:09.925819 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7130 | 2025.02.21 14:38:09.926085 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
| 7131 | 2025.02.21 14:38:11.411551 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 7132 | 2025.02.21 14:38:11.432723 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7133 | 2025.02.21 14:38:11.432789 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7134 | 2025.02.21 14:38:11.440020 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7135 | 2025.02.21 14:38:11.440800 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7136 | 2025.02.21 14:38:11.444559 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 7137 | 2025.02.21 14:38:12.513805 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 976 | ||
| 7138 | 2025.02.21 14:38:12.516718 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7139 | 2025.02.21 14:38:12.516785 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7140 | 2025.02.21 14:38:12.518261 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7141 | 2025.02.21 14:38:12.518566 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7142 | 2025.02.21 14:38:12.519136 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 976 | ||
| 7143 | 2025.02.21 14:38:14.211447 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7144 | 2025.02.21 14:38:14.211650 [ 254 ] {df8cd8f7-b954-4365-ac99-11af680270fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7145 | 2025.02.21 14:38:14.211724 [ 254 ] {df8cd8f7-b954-4365-ac99-11af680270fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7146 | 2025.02.21 14:38:14.212527 [ 254 ] {df8cd8f7-b954-4365-ac99-11af680270fb} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7147 | 2025.02.21 14:38:14.212582 [ 254 ] {df8cd8f7-b954-4365-ac99-11af680270fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7148 | 2025.02.21 14:38:14.213044 [ 254 ] {df8cd8f7-b954-4365-ac99-11af680270fb} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 7149 | 2025.02.21 14:38:14.213305 [ 254 ] {df8cd8f7-b954-4365-ac99-11af680270fb} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7150 | 2025.02.21 14:38:14.213561 [ 254 ] {df8cd8f7-b954-4365-ac99-11af680270fb} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001965 sec., 68193.38422391858 rows/sec., 5.87 MiB/sec. | ||
| 7151 | 2025.02.21 14:38:14.213629 [ 254 ] {df8cd8f7-b954-4365-ac99-11af680270fb} <Debug> TCPHandler: Processed in 0.002322769 sec. | ||
| 7152 | 2025.02.21 14:38:14.213870 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7153 | 2025.02.21 14:38:14.214086 [ 256 ] {40afb716-9d80-4c3a-b1c9-9dc30252c513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7154 | 2025.02.21 14:38:14.214166 [ 256 ] {40afb716-9d80-4c3a-b1c9-9dc30252c513} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7155 | 2025.02.21 14:38:14.214969 [ 256 ] {40afb716-9d80-4c3a-b1c9-9dc30252c513} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7156 | 2025.02.21 14:38:14.215014 [ 256 ] {40afb716-9d80-4c3a-b1c9-9dc30252c513} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7157 | 2025.02.21 14:38:14.215455 [ 256 ] {40afb716-9d80-4c3a-b1c9-9dc30252c513} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7158 | 2025.02.21 14:38:14.215712 [ 256 ] {40afb716-9d80-4c3a-b1c9-9dc30252c513} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7159 | 2025.02.21 14:38:14.215961 [ 256 ] {40afb716-9d80-4c3a-b1c9-9dc30252c513} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001922 sec., 20291.363163371487 rows/sec., 1.49 MiB/sec. | ||
| 7160 | 2025.02.21 14:38:14.216157 [ 256 ] {40afb716-9d80-4c3a-b1c9-9dc30252c513} <Debug> TCPHandler: Processed in 0.002424032 sec. | ||
| 7161 | 2025.02.21 14:38:14.216387 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7162 | 2025.02.21 14:38:14.216531 [ 254 ] {36a32b68-72d0-435e-a3fe-4fe0ec27fb1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7163 | 2025.02.21 14:38:14.216594 [ 254 ] {36a32b68-72d0-435e-a3fe-4fe0ec27fb1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7164 | 2025.02.21 14:38:14.217333 [ 254 ] {36a32b68-72d0-435e-a3fe-4fe0ec27fb1f} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7165 | 2025.02.21 14:38:14.217383 [ 254 ] {36a32b68-72d0-435e-a3fe-4fe0ec27fb1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7166 | 2025.02.21 14:38:14.217787 [ 254 ] {36a32b68-72d0-435e-a3fe-4fe0ec27fb1f} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 7167 | 2025.02.21 14:38:14.218022 [ 254 ] {36a32b68-72d0-435e-a3fe-4fe0ec27fb1f} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7168 | 2025.02.21 14:38:14.218239 [ 254 ] {36a32b68-72d0-435e-a3fe-4fe0ec27fb1f} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001741 sec., 59161.4014933946 rows/sec., 4.62 MiB/sec. | ||
| 7169 | 2025.02.21 14:38:14.218294 [ 254 ] {36a32b68-72d0-435e-a3fe-4fe0ec27fb1f} <Debug> TCPHandler: Processed in 0.002033471 sec. | ||
| 7170 | 2025.02.21 14:38:14.218430 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7171 | 2025.02.21 14:38:14.218567 [ 256 ] {aa6418cc-0029-4c64-bf7c-7f3fa76a2b3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7172 | 2025.02.21 14:38:14.218636 [ 256 ] {aa6418cc-0029-4c64-bf7c-7f3fa76a2b3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7173 | 2025.02.21 14:38:14.219325 [ 256 ] {aa6418cc-0029-4c64-bf7c-7f3fa76a2b3d} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7174 | 2025.02.21 14:38:14.219372 [ 256 ] {aa6418cc-0029-4c64-bf7c-7f3fa76a2b3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7175 | 2025.02.21 14:38:14.219792 [ 256 ] {aa6418cc-0029-4c64-bf7c-7f3fa76a2b3d} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 7176 | 2025.02.21 14:38:14.220033 [ 256 ] {aa6418cc-0029-4c64-bf7c-7f3fa76a2b3d} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7177 | 2025.02.21 14:38:14.220221 [ 256 ] {aa6418cc-0029-4c64-bf7c-7f3fa76a2b3d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001689 sec., 94730.60982830077 rows/sec., 6.60 MiB/sec. | ||
| 7178 | 2025.02.21 14:38:14.220278 [ 256 ] {aa6418cc-0029-4c64-bf7c-7f3fa76a2b3d} <Debug> TCPHandler: Processed in 0.001907777 sec. | ||
| 7179 | 2025.02.21 14:38:14.220409 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7180 | 2025.02.21 14:38:14.220537 [ 254 ] {619ca712-833e-4aea-92ef-a19ccd5f9bf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7181 | 2025.02.21 14:38:14.220633 [ 254 ] {619ca712-833e-4aea-92ef-a19ccd5f9bf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7182 | 2025.02.21 14:38:14.221955 [ 254 ] {619ca712-833e-4aea-92ef-a19ccd5f9bf4} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7183 | 2025.02.21 14:38:14.221997 [ 254 ] {619ca712-833e-4aea-92ef-a19ccd5f9bf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7184 | 2025.02.21 14:38:14.222705 [ 254 ] {619ca712-833e-4aea-92ef-a19ccd5f9bf4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7185 | 2025.02.21 14:38:14.222975 [ 254 ] {619ca712-833e-4aea-92ef-a19ccd5f9bf4} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7186 | 2025.02.21 14:38:14.223238 [ 254 ] {619ca712-833e-4aea-92ef-a19ccd5f9bf4} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002734 sec., 14264.813460131676 rows/sec., 25.56 MiB/sec. | ||
| 7187 | 2025.02.21 14:38:14.223567 [ 254 ] {619ca712-833e-4aea-92ef-a19ccd5f9bf4} <Debug> TCPHandler: Processed in 0.003214046 sec. | ||
| 7188 | 2025.02.21 14:38:14.223740 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7189 | 2025.02.21 14:38:14.223883 [ 256 ] {97478546-ba55-4f38-8ab5-4b463d196e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7190 | 2025.02.21 14:38:14.223944 [ 256 ] {97478546-ba55-4f38-8ab5-4b463d196e34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7191 | 2025.02.21 14:38:14.224581 [ 256 ] {97478546-ba55-4f38-8ab5-4b463d196e34} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7192 | 2025.02.21 14:38:14.224628 [ 256 ] {97478546-ba55-4f38-8ab5-4b463d196e34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7193 | 2025.02.21 14:38:14.225055 [ 256 ] {97478546-ba55-4f38-8ab5-4b463d196e34} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 7194 | 2025.02.21 14:38:14.225296 [ 256 ] {97478546-ba55-4f38-8ab5-4b463d196e34} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7195 | 2025.02.21 14:38:14.225477 [ 256 ] {97478546-ba55-4f38-8ab5-4b463d196e34} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001627 sec., 36877.68899815612 rows/sec., 2.49 MiB/sec. | ||
| 7196 | 2025.02.21 14:38:14.225532 [ 256 ] {97478546-ba55-4f38-8ab5-4b463d196e34} <Debug> TCPHandler: Processed in 0.001864816 sec. | ||
| 7197 | 2025.02.21 14:38:17.233189 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7198 | 2025.02.21 14:38:17.233262 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7199 | 2025.02.21 14:38:17.426912 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 | ||
| 7200 | 2025.02.21 14:38:17.427581 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7201 | 2025.02.21 14:38:17.427627 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7202 | 2025.02.21 14:38:17.428136 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7203 | 2025.02.21 14:38:17.428389 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7204 | 2025.02.21 14:38:17.428606 [ 94 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7205 | 2025.02.21 14:38:17.428637 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 7206 | 2025.02.21 14:38:17.428684 [ 94 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7207 | 2025.02.21 14:38:17.428716 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7208 | 2025.02.21 14:38:17.428858 [ 197 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 7209 | 2025.02.21 14:38:17.429023 [ 197 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7210 | 2025.02.21 14:38:17.429067 [ 197 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part | ||
| 7211 | 2025.02.21 14:38:17.429147 [ 197 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part | ||
| 7212 | 2025.02.21 14:38:17.429365 [ 197 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part | ||
| 7213 | 2025.02.21 14:38:17.429604 [ 197 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part | ||
| 7214 | 2025.02.21 14:38:17.429766 [ 197 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part | ||
| 7215 | 2025.02.21 14:38:17.429891 [ 197 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part | ||
| 7216 | 2025.02.21 14:38:17.432431 [ 192 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003635379 sec., 5805722.0443865685 rows/sec., 83.05 MiB/sec. | ||
| 7217 | 2025.02.21 14:38:17.432784 [ 189 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7218 | 2025.02.21 14:38:17.433136 [ 189 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_46_9} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7219 | 2025.02.21 14:38:17.433235 [ 189 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_46_9} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7220 | 2025.02.21 14:38:17.433346 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. | ||
| 7221 | 2025.02.21 14:38:18.945346 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 7222 | 2025.02.21 14:38:18.967954 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7223 | 2025.02.21 14:38:18.968005 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7224 | 2025.02.21 14:38:18.975818 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7225 | 2025.02.21 14:38:18.976624 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7226 | 2025.02.21 14:38:18.976912 [ 93 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7227 | 2025.02.21 14:38:18.976984 [ 93 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7228 | 2025.02.21 14:38:18.977036 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7229 | 2025.02.21 14:38:18.977291 [ 201 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 7230 | 2025.02.21 14:38:18.985870 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 7231 | 2025.02.21 14:38:18.987092 [ 201 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7232 | 2025.02.21 14:38:18.988010 [ 201 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 7233 | 2025.02.21 14:38:18.992698 [ 201 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 7234 | 2025.02.21 14:38:18.997557 [ 201 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 7235 | 2025.02.21 14:38:19.003508 [ 201 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 7236 | 2025.02.21 14:38:19.008896 [ 201 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 7237 | 2025.02.21 14:38:19.013458 [ 201 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 7238 | 2025.02.21 14:38:19.071802 [ 197 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.094674813 sec., 3665.1775588930923 rows/sec., 18.95 MiB/sec. | ||
| 7239 | 2025.02.21 14:38:19.073764 [ 188 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7240 | 2025.02.21 14:38:19.076098 [ 188 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_46_9} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7241 | 2025.02.21 14:38:19.076199 [ 188 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_46_9} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7242 | 2025.02.21 14:38:19.077487 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 7243 | 2025.02.21 14:38:19.209006 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7244 | 2025.02.21 14:38:19.209212 [ 254 ] {d7bc885c-d01e-4b75-ae02-dc0fffd4fdef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7245 | 2025.02.21 14:38:19.209297 [ 254 ] {d7bc885c-d01e-4b75-ae02-dc0fffd4fdef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7246 | 2025.02.21 14:38:19.210148 [ 254 ] {d7bc885c-d01e-4b75-ae02-dc0fffd4fdef} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7247 | 2025.02.21 14:38:19.210197 [ 254 ] {d7bc885c-d01e-4b75-ae02-dc0fffd4fdef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7248 | 2025.02.21 14:38:19.210643 [ 254 ] {d7bc885c-d01e-4b75-ae02-dc0fffd4fdef} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 7249 | 2025.02.21 14:38:19.210904 [ 254 ] {d7bc885c-d01e-4b75-ae02-dc0fffd4fdef} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7250 | 2025.02.21 14:38:19.211118 [ 93 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 7251 | 2025.02.21 14:38:19.211181 [ 254 ] {d7bc885c-d01e-4b75-ae02-dc0fffd4fdef} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00202 sec., 27722.772277227723 rows/sec., 2.12 MiB/sec. | ||
| 7252 | 2025.02.21 14:38:19.211276 [ 93 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7253 | 2025.02.21 14:38:19.211359 [ 254 ] {d7bc885c-d01e-4b75-ae02-dc0fffd4fdef} <Debug> TCPHandler: Processed in 0.002495545 sec. | ||
| 7254 | 2025.02.21 14:38:19.211368 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7255 | 2025.02.21 14:38:19.211611 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 7256 | 2025.02.21 14:38:19.211744 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7257 | 2025.02.21 14:38:19.211785 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7258 | 2025.02.21 14:38:19.211858 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1405 rows starting from the beginning of the part | ||
| 7259 | 2025.02.21 14:38:19.212073 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 7260 | 2025.02.21 14:38:19.212510 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 134 rows starting from the beginning of the part | ||
| 7261 | 2025.02.21 14:38:19.212496 [ 256 ] {6d528b92-d6c0-4d17-a70f-48be738467c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7262 | 2025.02.21 14:38:19.212769 [ 256 ] {6d528b92-d6c0-4d17-a70f-48be738467c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7263 | 2025.02.21 14:38:19.212854 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 7264 | 2025.02.21 14:38:19.213234 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 134 rows starting from the beginning of the part | ||
| 7265 | 2025.02.21 14:38:19.213440 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 7266 | 2025.02.21 14:38:19.215372 [ 256 ] {6d528b92-d6c0-4d17-a70f-48be738467c0} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7267 | 2025.02.21 14:38:19.215461 [ 256 ] {6d528b92-d6c0-4d17-a70f-48be738467c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7268 | 2025.02.21 14:38:19.216408 [ 256 ] {6d528b92-d6c0-4d17-a70f-48be738467c0} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 7269 | 2025.02.21 14:38:19.216596 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1841 rows, containing 5 columns (5 merged, 0 gathered) in 0.005078312 sec., 362522.0348808817 rows/sec., 31.56 MiB/sec. | ||
| 7270 | 2025.02.21 14:38:19.216854 [ 256 ] {6d528b92-d6c0-4d17-a70f-48be738467c0} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7271 | 2025.02.21 14:38:19.217199 [ 190 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 7272 | 2025.02.21 14:38:19.217232 [ 90 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 7273 | 2025.02.21 14:38:19.217384 [ 90 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7274 | 2025.02.21 14:38:19.217403 [ 256 ] {6d528b92-d6c0-4d17-a70f-48be738467c0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005242 sec., 12209.080503624571 rows/sec., 975.82 KiB/sec. | ||
| 7275 | 2025.02.21 14:38:19.217473 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7276 | 2025.02.21 14:38:19.217761 [ 256 ] {6d528b92-d6c0-4d17-a70f-48be738467c0} <Debug> TCPHandler: Processed in 0.006271688 sec. | ||
| 7277 | 2025.02.21 14:38:19.217949 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 7278 | 2025.02.21 14:38:19.218052 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7279 | 2025.02.21 14:38:19.218374 [ 190 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_76_15} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7280 | 2025.02.21 14:38:19.218405 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7281 | 2025.02.21 14:38:19.218428 [ 254 ] {8fe581c8-5eb7-48a7-8655-16f139fe7c6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7282 | 2025.02.21 14:38:19.218560 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 631 rows starting from the beginning of the part | ||
| 7283 | 2025.02.21 14:38:19.218621 [ 254 ] {8fe581c8-5eb7-48a7-8655-16f139fe7c6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7284 | 2025.02.21 14:38:19.218709 [ 190 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_76_15} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 7285 | 2025.02.21 14:38:19.219136 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 7286 | 2025.02.21 14:38:19.219316 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 7287 | 2025.02.21 14:38:19.219663 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 103 rows starting from the beginning of the part | ||
| 7288 | 2025.02.21 14:38:19.220037 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 7289 | 2025.02.21 14:38:19.220356 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 103 rows starting from the beginning of the part | ||
| 7290 | 2025.02.21 14:38:19.220634 [ 195 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 7291 | 2025.02.21 14:38:19.221724 [ 254 ] {8fe581c8-5eb7-48a7-8655-16f139fe7c6a} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7292 | 2025.02.21 14:38:19.221788 [ 254 ] {8fe581c8-5eb7-48a7-8655-16f139fe7c6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7293 | 2025.02.21 14:38:19.222976 [ 254 ] {8fe581c8-5eb7-48a7-8655-16f139fe7c6a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 7294 | 2025.02.21 14:38:19.223473 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1029 rows, containing 5 columns (5 merged, 0 gathered) in 0.005822254 sec., 176735.67659535294 rows/sec., 14.18 MiB/sec. | ||
| 7295 | 2025.02.21 14:38:19.223561 [ 254 ] {8fe581c8-5eb7-48a7-8655-16f139fe7c6a} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7296 | 2025.02.21 14:38:19.223874 [ 90 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 7297 | 2025.02.21 14:38:19.223906 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 7298 | 2025.02.21 14:38:19.223994 [ 90 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7299 | 2025.02.21 14:38:19.224057 [ 254 ] {8fe581c8-5eb7-48a7-8655-16f139fe7c6a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005744 sec., 27855.15320334262 rows/sec., 1.94 MiB/sec. | ||
| 7300 | 2025.02.21 14:38:19.224120 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7301 | 2025.02.21 14:38:19.224474 [ 254 ] {8fe581c8-5eb7-48a7-8655-16f139fe7c6a} <Debug> TCPHandler: Processed in 0.006594537 sec. | ||
| 7302 | 2025.02.21 14:38:19.224778 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 7303 | 2025.02.21 14:38:19.224892 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7304 | 2025.02.21 14:38:19.225054 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_76_15} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7305 | 2025.02.21 14:38:19.225157 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7306 | 2025.02.21 14:38:19.225285 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 20252 rows starting from the beginning of the part | ||
| 7307 | 2025.02.21 14:38:19.225318 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_76_15} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 7308 | 2025.02.21 14:38:19.225397 [ 256 ] {1633d676-b47f-44c3-82ba-b1f0ce7c470b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7309 | 2025.02.21 14:38:19.225625 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 7310 | 2025.02.21 14:38:19.225779 [ 256 ] {1633d676-b47f-44c3-82ba-b1f0ce7c470b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7311 | 2025.02.21 14:38:19.225817 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 7312 | 2025.02.21 14:38:19.226142 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part | ||
| 7313 | 2025.02.21 14:38:19.226555 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 7314 | 2025.02.21 14:38:19.226829 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part | ||
| 7315 | 2025.02.21 14:38:19.227186 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 7316 | 2025.02.21 14:38:19.228357 [ 256 ] {1633d676-b47f-44c3-82ba-b1f0ce7c470b} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7317 | 2025.02.21 14:38:19.228406 [ 256 ] {1633d676-b47f-44c3-82ba-b1f0ce7c470b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7318 | 2025.02.21 14:38:19.228913 [ 256 ] {1633d676-b47f-44c3-82ba-b1f0ce7c470b} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 7319 | 2025.02.21 14:38:19.229413 [ 256 ] {1633d676-b47f-44c3-82ba-b1f0ce7c470b} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7320 | 2025.02.21 14:38:19.229620 [ 90 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 7321 | 2025.02.21 14:38:19.229699 [ 90 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7322 | 2025.02.21 14:38:19.229775 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7323 | 2025.02.21 14:38:19.229768 [ 256 ] {1633d676-b47f-44c3-82ba-b1f0ce7c470b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004523 sec., 13265.531726730047 rows/sec., 915.46 KiB/sec. | ||
| 7324 | 2025.02.21 14:38:19.230417 [ 256 ] {1633d676-b47f-44c3-82ba-b1f0ce7c470b} <Debug> TCPHandler: Processed in 0.005729081 sec. | ||
| 7325 | 2025.02.21 14:38:19.230463 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 7326 | 2025.02.21 14:38:19.231194 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7327 | 2025.02.21 14:38:19.231318 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3648 rows starting from the beginning of the part | ||
| 7328 | 2025.02.21 14:38:19.231820 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 7329 | 2025.02.21 14:38:19.232478 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
| 7330 | 2025.02.21 14:38:19.232980 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 7331 | 2025.02.21 14:38:19.233151 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
| 7332 | 2025.02.21 14:38:19.233281 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 7333 | 2025.02.21 14:38:19.240551 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3948 rows, containing 4 columns (4 merged, 0 gathered) in 0.010647849 sec., 370779.1122883129 rows/sec., 24.99 MiB/sec. | ||
| 7334 | 2025.02.21 14:38:19.241050 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 7335 | 2025.02.21 14:38:19.241403 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_76_15} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7336 | 2025.02.21 14:38:19.241496 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_76_15} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 7337 | 2025.02.21 14:38:19.241745 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 7338 | 2025.02.21 14:38:19.243365 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21052 rows, containing 5 columns (5 merged, 0 gathered) in 0.018960877 sec., 1110286.1961501043 rows/sec., 76.11 MiB/sec. | ||
| 7339 | 2025.02.21 14:38:19.243759 [ 187 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 7340 | 2025.02.21 14:38:19.244091 [ 187 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7341 | 2025.02.21 14:38:19.244176 [ 187 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 7342 | 2025.02.21 14:38:19.244279 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 7343 | 2025.02.21 14:38:20.001157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 218.29 MiB, peak 231.33 MiB, free memory in arenas 0.00 B, will set to 221.65 MiB (RSS), difference: 3.36 MiB | ||
| 7344 | 2025.02.21 14:38:20.837361 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7345 | 2025.02.21 14:38:20.837552 [ 254 ] {e13dd3fd-4ae3-48d7-8db8-2859e886ef8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7346 | 2025.02.21 14:38:20.837623 [ 254 ] {e13dd3fd-4ae3-48d7-8db8-2859e886ef8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7347 | 2025.02.21 14:38:20.838357 [ 254 ] {e13dd3fd-4ae3-48d7-8db8-2859e886ef8d} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7348 | 2025.02.21 14:38:20.838409 [ 254 ] {e13dd3fd-4ae3-48d7-8db8-2859e886ef8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7349 | 2025.02.21 14:38:20.838842 [ 254 ] {e13dd3fd-4ae3-48d7-8db8-2859e886ef8d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7350 | 2025.02.21 14:38:20.839094 [ 254 ] {e13dd3fd-4ae3-48d7-8db8-2859e886ef8d} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7351 | 2025.02.21 14:38:20.839341 [ 254 ] {e13dd3fd-4ae3-48d7-8db8-2859e886ef8d} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00184 sec., 13043.478260869564 rows/sec., 1.08 MiB/sec. | ||
| 7352 | 2025.02.21 14:38:20.839465 [ 254 ] {e13dd3fd-4ae3-48d7-8db8-2859e886ef8d} <Debug> TCPHandler: Processed in 0.002235877 sec. | ||
| 7353 | 2025.02.21 14:38:20.839772 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7354 | 2025.02.21 14:38:20.839994 [ 256 ] {a3c95a87-62eb-4091-b4da-2de780bab651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7355 | 2025.02.21 14:38:20.840082 [ 256 ] {a3c95a87-62eb-4091-b4da-2de780bab651} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7356 | 2025.02.21 14:38:20.840910 [ 256 ] {a3c95a87-62eb-4091-b4da-2de780bab651} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7357 | 2025.02.21 14:38:20.840965 [ 256 ] {a3c95a87-62eb-4091-b4da-2de780bab651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7358 | 2025.02.21 14:38:20.841427 [ 256 ] {a3c95a87-62eb-4091-b4da-2de780bab651} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7359 | 2025.02.21 14:38:20.841686 [ 256 ] {a3c95a87-62eb-4091-b4da-2de780bab651} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7360 | 2025.02.21 14:38:20.841987 [ 256 ] {a3c95a87-62eb-4091-b4da-2de780bab651} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002045 sec., 977.9951100244499 rows/sec., 79.75 KiB/sec. | ||
| 7361 | 2025.02.21 14:38:20.842179 [ 256 ] {a3c95a87-62eb-4091-b4da-2de780bab651} <Debug> TCPHandler: Processed in 0.002556266 sec. | ||
| 7362 | 2025.02.21 14:38:20.842365 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7363 | 2025.02.21 14:38:20.842482 [ 254 ] {55852ac7-65aa-49bb-9b04-791f63d6c4e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7364 | 2025.02.21 14:38:20.842534 [ 254 ] {55852ac7-65aa-49bb-9b04-791f63d6c4e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7365 | 2025.02.21 14:38:20.843682 [ 254 ] {55852ac7-65aa-49bb-9b04-791f63d6c4e0} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7366 | 2025.02.21 14:38:20.843721 [ 254 ] {55852ac7-65aa-49bb-9b04-791f63d6c4e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7367 | 2025.02.21 14:38:20.844182 [ 254 ] {55852ac7-65aa-49bb-9b04-791f63d6c4e0} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 7368 | 2025.02.21 14:38:20.844432 [ 254 ] {55852ac7-65aa-49bb-9b04-791f63d6c4e0} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7369 | 2025.02.21 14:38:20.844660 [ 254 ] {55852ac7-65aa-49bb-9b04-791f63d6c4e0} <Debug> executeQuery: Read 1395 rows, 119.43 KiB in 0.0022 sec., 634090.9090909091 rows/sec., 53.02 MiB/sec. | ||
| 7370 | 2025.02.21 14:38:20.844718 [ 254 ] {55852ac7-65aa-49bb-9b04-791f63d6c4e0} <Debug> TCPHandler: Processed in 0.002412402 sec. | ||
| 7371 | 2025.02.21 14:38:20.844946 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7372 | 2025.02.21 14:38:20.845156 [ 256 ] {4123e80b-b1b7-487a-92e5-2c2be481560f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7373 | 2025.02.21 14:38:20.845229 [ 256 ] {4123e80b-b1b7-487a-92e5-2c2be481560f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7374 | 2025.02.21 14:38:20.845961 [ 256 ] {4123e80b-b1b7-487a-92e5-2c2be481560f} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7375 | 2025.02.21 14:38:20.846003 [ 256 ] {4123e80b-b1b7-487a-92e5-2c2be481560f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7376 | 2025.02.21 14:38:20.846378 [ 256 ] {4123e80b-b1b7-487a-92e5-2c2be481560f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7377 | 2025.02.21 14:38:20.846621 [ 256 ] {4123e80b-b1b7-487a-92e5-2c2be481560f} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7378 | 2025.02.21 14:38:20.846839 [ 256 ] {4123e80b-b1b7-487a-92e5-2c2be481560f} <Debug> executeQuery: Read 53 rows, 4.03 KiB in 0.001727 sec., 30689.056166763174 rows/sec., 2.28 MiB/sec. | ||
| 7379 | 2025.02.21 14:38:20.846895 [ 256 ] {4123e80b-b1b7-487a-92e5-2c2be481560f} <Debug> TCPHandler: Processed in 0.002086742 sec. | ||
| 7380 | 2025.02.21 14:38:20.847047 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7381 | 2025.02.21 14:38:20.847186 [ 254 ] {1a9f6580-5cd2-426b-8236-81206318600e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7382 | 2025.02.21 14:38:20.847243 [ 254 ] {1a9f6580-5cd2-426b-8236-81206318600e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7383 | 2025.02.21 14:38:20.848004 [ 254 ] {1a9f6580-5cd2-426b-8236-81206318600e} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7384 | 2025.02.21 14:38:20.848044 [ 254 ] {1a9f6580-5cd2-426b-8236-81206318600e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7385 | 2025.02.21 14:38:20.848421 [ 254 ] {1a9f6580-5cd2-426b-8236-81206318600e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7386 | 2025.02.21 14:38:20.848673 [ 254 ] {1a9f6580-5cd2-426b-8236-81206318600e} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7387 | 2025.02.21 14:38:20.848940 [ 254 ] {1a9f6580-5cd2-426b-8236-81206318600e} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001774 sec., 142051.86020293122 rows/sec., 9.82 MiB/sec. | ||
| 7388 | 2025.02.21 14:38:20.849143 [ 254 ] {1a9f6580-5cd2-426b-8236-81206318600e} <Debug> TCPHandler: Processed in 0.002160395 sec. | ||
| 7389 | 2025.02.21 14:38:20.849343 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7390 | 2025.02.21 14:38:20.849512 [ 256 ] {1708152b-ce83-46c4-bb2b-d7fc9868c08d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7391 | 2025.02.21 14:38:20.849582 [ 256 ] {1708152b-ce83-46c4-bb2b-d7fc9868c08d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7392 | 2025.02.21 14:38:20.850405 [ 256 ] {1708152b-ce83-46c4-bb2b-d7fc9868c08d} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7393 | 2025.02.21 14:38:20.850462 [ 256 ] {1708152b-ce83-46c4-bb2b-d7fc9868c08d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7394 | 2025.02.21 14:38:20.850870 [ 256 ] {1708152b-ce83-46c4-bb2b-d7fc9868c08d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7395 | 2025.02.21 14:38:20.851119 [ 256 ] {1708152b-ce83-46c4-bb2b-d7fc9868c08d} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7396 | 2025.02.21 14:38:20.851369 [ 256 ] {1708152b-ce83-46c4-bb2b-d7fc9868c08d} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001894 sec., 6335.797254487856 rows/sec., 494.98 KiB/sec. | ||
| 7397 | 2025.02.21 14:38:20.851563 [ 256 ] {1708152b-ce83-46c4-bb2b-d7fc9868c08d} <Debug> TCPHandler: Processed in 0.002302069 sec. | ||
| 7398 | 2025.02.21 14:38:20.851704 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7399 | 2025.02.21 14:38:20.851821 [ 254 ] {99b4f7b0-377a-4188-8fea-10521873be36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7400 | 2025.02.21 14:38:20.851870 [ 254 ] {99b4f7b0-377a-4188-8fea-10521873be36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7401 | 2025.02.21 14:38:20.852732 [ 254 ] {99b4f7b0-377a-4188-8fea-10521873be36} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7402 | 2025.02.21 14:38:20.852771 [ 254 ] {99b4f7b0-377a-4188-8fea-10521873be36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7403 | 2025.02.21 14:38:20.853159 [ 254 ] {99b4f7b0-377a-4188-8fea-10521873be36} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 7404 | 2025.02.21 14:38:20.853404 [ 254 ] {99b4f7b0-377a-4188-8fea-10521873be36} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7405 | 2025.02.21 14:38:20.853606 [ 254 ] {99b4f7b0-377a-4188-8fea-10521873be36} <Debug> executeQuery: Read 597 rows, 45.95 KiB in 0.001808 sec., 330199.1150442478 rows/sec., 24.82 MiB/sec. | ||
| 7406 | 2025.02.21 14:38:20.853658 [ 254 ] {99b4f7b0-377a-4188-8fea-10521873be36} <Debug> TCPHandler: Processed in 0.00201202 sec. | ||
| 7407 | 2025.02.21 14:38:20.853816 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7408 | 2025.02.21 14:38:20.853957 [ 256 ] {62ef0bdc-d4b9-448d-8641-65420c2bbdbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7409 | 2025.02.21 14:38:20.854020 [ 256 ] {62ef0bdc-d4b9-448d-8641-65420c2bbdbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7410 | 2025.02.21 14:38:20.854851 [ 256 ] {62ef0bdc-d4b9-448d-8641-65420c2bbdbb} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7411 | 2025.02.21 14:38:20.854890 [ 256 ] {62ef0bdc-d4b9-448d-8641-65420c2bbdbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7412 | 2025.02.21 14:38:20.855342 [ 256 ] {62ef0bdc-d4b9-448d-8641-65420c2bbdbb} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 7413 | 2025.02.21 14:38:20.855585 [ 256 ] {62ef0bdc-d4b9-448d-8641-65420c2bbdbb} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7414 | 2025.02.21 14:38:20.855794 [ 256 ] {62ef0bdc-d4b9-448d-8641-65420c2bbdbb} <Debug> executeQuery: Read 945 rows, 65.30 KiB in 0.00187 sec., 505347.5935828877 rows/sec., 34.10 MiB/sec. | ||
| 7415 | 2025.02.21 14:38:20.855852 [ 256 ] {62ef0bdc-d4b9-448d-8641-65420c2bbdbb} <Debug> TCPHandler: Processed in 0.002102222 sec. | ||
| 7416 | 2025.02.21 14:38:20.856004 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7417 | 2025.02.21 14:38:20.856143 [ 254 ] {34fa3ec4-386b-41a4-b67d-6defa65807eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7418 | 2025.02.21 14:38:20.856237 [ 254 ] {34fa3ec4-386b-41a4-b67d-6defa65807eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7419 | 2025.02.21 14:38:20.857449 [ 254 ] {34fa3ec4-386b-41a4-b67d-6defa65807eb} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7420 | 2025.02.21 14:38:20.857487 [ 254 ] {34fa3ec4-386b-41a4-b67d-6defa65807eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7421 | 2025.02.21 14:38:20.858163 [ 254 ] {34fa3ec4-386b-41a4-b67d-6defa65807eb} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7422 | 2025.02.21 14:38:20.858421 [ 254 ] {34fa3ec4-386b-41a4-b67d-6defa65807eb} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7423 | 2025.02.21 14:38:20.858708 [ 254 ] {34fa3ec4-386b-41a4-b67d-6defa65807eb} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002594 sec., 15034.695451040863 rows/sec., 26.94 MiB/sec. | ||
| 7424 | 2025.02.21 14:38:20.859253 [ 254 ] {34fa3ec4-386b-41a4-b67d-6defa65807eb} <Debug> TCPHandler: Processed in 0.003316369 sec. | ||
| 7425 | 2025.02.21 14:38:20.859409 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7426 | 2025.02.21 14:38:20.859547 [ 256 ] {b080aa49-c7f6-43b3-8bf0-a596c767399e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7427 | 2025.02.21 14:38:20.859607 [ 256 ] {b080aa49-c7f6-43b3-8bf0-a596c767399e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7428 | 2025.02.21 14:38:20.860172 [ 256 ] {b080aa49-c7f6-43b3-8bf0-a596c767399e} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7429 | 2025.02.21 14:38:20.860218 [ 256 ] {b080aa49-c7f6-43b3-8bf0-a596c767399e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7430 | 2025.02.21 14:38:20.860646 [ 256 ] {b080aa49-c7f6-43b3-8bf0-a596c767399e} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 7431 | 2025.02.21 14:38:20.860895 [ 256 ] {b080aa49-c7f6-43b3-8bf0-a596c767399e} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7432 | 2025.02.21 14:38:20.861077 [ 256 ] {b080aa49-c7f6-43b3-8bf0-a596c767399e} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001554 sec., 14157.014157014157 rows/sec., 984.73 KiB/sec. | ||
| 7433 | 2025.02.21 14:38:20.861178 [ 256 ] {b080aa49-c7f6-43b3-8bf0-a596c767399e} <Debug> TCPHandler: Processed in 0.001834135 sec. | ||
| 7434 | 2025.02.21 14:38:22.519987 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1016 | ||
| 7435 | 2025.02.21 14:38:22.523194 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7436 | 2025.02.21 14:38:22.523254 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7437 | 2025.02.21 14:38:22.524766 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7438 | 2025.02.21 14:38:22.525087 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7439 | 2025.02.21 14:38:22.526432 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1016 | ||
| 7440 | 2025.02.21 14:38:24.206772 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7441 | 2025.02.21 14:38:24.206961 [ 254 ] {11290739-3934-45d9-8d92-f585fdac4e9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7442 | 2025.02.21 14:38:24.207033 [ 254 ] {11290739-3934-45d9-8d92-f585fdac4e9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7443 | 2025.02.21 14:38:24.207813 [ 254 ] {11290739-3934-45d9-8d92-f585fdac4e9b} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7444 | 2025.02.21 14:38:24.207862 [ 254 ] {11290739-3934-45d9-8d92-f585fdac4e9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7445 | 2025.02.21 14:38:24.208304 [ 254 ] {11290739-3934-45d9-8d92-f585fdac4e9b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 7446 | 2025.02.21 14:38:24.208560 [ 254 ] {11290739-3934-45d9-8d92-f585fdac4e9b} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7447 | 2025.02.21 14:38:24.208804 [ 254 ] {11290739-3934-45d9-8d92-f585fdac4e9b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001893 sec., 29582.673005810884 rows/sec., 2.26 MiB/sec. | ||
| 7448 | 2025.02.21 14:38:24.208872 [ 254 ] {11290739-3934-45d9-8d92-f585fdac4e9b} <Debug> TCPHandler: Processed in 0.002227347 sec. | ||
| 7449 | 2025.02.21 14:38:24.209196 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7450 | 2025.02.21 14:38:24.209502 [ 256 ] {91d344eb-fbee-482e-a368-b5e026d373a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7451 | 2025.02.21 14:38:24.209617 [ 256 ] {91d344eb-fbee-482e-a368-b5e026d373a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7452 | 2025.02.21 14:38:24.210441 [ 256 ] {91d344eb-fbee-482e-a368-b5e026d373a8} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7453 | 2025.02.21 14:38:24.210489 [ 256 ] {91d344eb-fbee-482e-a368-b5e026d373a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7454 | 2025.02.21 14:38:24.210950 [ 256 ] {91d344eb-fbee-482e-a368-b5e026d373a8} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 7455 | 2025.02.21 14:38:24.211209 [ 256 ] {91d344eb-fbee-482e-a368-b5e026d373a8} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7456 | 2025.02.21 14:38:24.211465 [ 256 ] {91d344eb-fbee-482e-a368-b5e026d373a8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002054 sec., 31158.714703018504 rows/sec., 2.43 MiB/sec. | ||
| 7457 | 2025.02.21 14:38:24.211534 [ 256 ] {91d344eb-fbee-482e-a368-b5e026d373a8} <Debug> TCPHandler: Processed in 0.002526566 sec. | ||
| 7458 | 2025.02.21 14:38:24.211682 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7459 | 2025.02.21 14:38:24.211829 [ 254 ] {60edd4b9-2559-46dc-bf3b-e57fcb7129a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7460 | 2025.02.21 14:38:24.211897 [ 254 ] {60edd4b9-2559-46dc-bf3b-e57fcb7129a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7461 | 2025.02.21 14:38:24.212554 [ 254 ] {60edd4b9-2559-46dc-bf3b-e57fcb7129a5} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7462 | 2025.02.21 14:38:24.212602 [ 254 ] {60edd4b9-2559-46dc-bf3b-e57fcb7129a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7463 | 2025.02.21 14:38:24.213023 [ 254 ] {60edd4b9-2559-46dc-bf3b-e57fcb7129a5} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 7464 | 2025.02.21 14:38:24.213266 [ 254 ] {60edd4b9-2559-46dc-bf3b-e57fcb7129a5} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7465 | 2025.02.21 14:38:24.213487 [ 254 ] {60edd4b9-2559-46dc-bf3b-e57fcb7129a5} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001693 sec., 57885.410513880684 rows/sec., 4.04 MiB/sec. | ||
| 7466 | 2025.02.21 14:38:24.213545 [ 254 ] {60edd4b9-2559-46dc-bf3b-e57fcb7129a5} <Debug> TCPHandler: Processed in 0.001931328 sec. | ||
| 7467 | 2025.02.21 14:38:24.213705 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7468 | 2025.02.21 14:38:24.213935 [ 256 ] {92c57aab-c2ee-4bf3-a7b4-3dc3810af83e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7469 | 2025.02.21 14:38:24.214033 [ 256 ] {92c57aab-c2ee-4bf3-a7b4-3dc3810af83e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7470 | 2025.02.21 14:38:24.214839 [ 256 ] {92c57aab-c2ee-4bf3-a7b4-3dc3810af83e} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7471 | 2025.02.21 14:38:24.214879 [ 256 ] {92c57aab-c2ee-4bf3-a7b4-3dc3810af83e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7472 | 2025.02.21 14:38:24.215261 [ 256 ] {92c57aab-c2ee-4bf3-a7b4-3dc3810af83e} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 7473 | 2025.02.21 14:38:24.215501 [ 256 ] {92c57aab-c2ee-4bf3-a7b4-3dc3810af83e} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7474 | 2025.02.21 14:38:24.215707 [ 256 ] {92c57aab-c2ee-4bf3-a7b4-3dc3810af83e} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001832 sec., 20742.358078602618 rows/sec., 1.39 MiB/sec. | ||
| 7475 | 2025.02.21 14:38:24.215763 [ 256 ] {92c57aab-c2ee-4bf3-a7b4-3dc3810af83e} <Debug> TCPHandler: Processed in 0.002141584 sec. | ||
| 7476 | 2025.02.21 14:38:24.929666 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 | ||
| 7477 | 2025.02.21 14:38:24.930339 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7478 | 2025.02.21 14:38:24.930390 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7479 | 2025.02.21 14:38:24.930962 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7480 | 2025.02.21 14:38:24.931224 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7481 | 2025.02.21 14:38:24.931463 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 | ||
| 7482 | 2025.02.21 14:38:26.486851 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 7483 | 2025.02.21 14:38:26.505179 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7484 | 2025.02.21 14:38:26.505238 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7485 | 2025.02.21 14:38:26.512186 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7486 | 2025.02.21 14:38:26.512919 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7487 | 2025.02.21 14:38:26.515455 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 7488 | 2025.02.21 14:38:29.209555 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7489 | 2025.02.21 14:38:29.209794 [ 254 ] {c1449e16-17d8-4754-924d-4de3bc7581b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7490 | 2025.02.21 14:38:29.209870 [ 254 ] {c1449e16-17d8-4754-924d-4de3bc7581b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7491 | 2025.02.21 14:38:29.210632 [ 254 ] {c1449e16-17d8-4754-924d-4de3bc7581b7} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7492 | 2025.02.21 14:38:29.210689 [ 254 ] {c1449e16-17d8-4754-924d-4de3bc7581b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7493 | 2025.02.21 14:38:29.211150 [ 254 ] {c1449e16-17d8-4754-924d-4de3bc7581b7} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 7494 | 2025.02.21 14:38:29.211412 [ 254 ] {c1449e16-17d8-4754-924d-4de3bc7581b7} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7495 | 2025.02.21 14:38:29.211684 [ 254 ] {c1449e16-17d8-4754-924d-4de3bc7581b7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00194 sec., 28865.979381443296 rows/sec., 2.20 MiB/sec. | ||
| 7496 | 2025.02.21 14:38:29.211807 [ 254 ] {c1449e16-17d8-4754-924d-4de3bc7581b7} <Debug> TCPHandler: Processed in 0.002393742 sec. | ||
| 7497 | 2025.02.21 14:38:29.212139 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7498 | 2025.02.21 14:38:29.212442 [ 256 ] {8bbc17f1-43de-4434-9613-292da4c54675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7499 | 2025.02.21 14:38:29.212558 [ 256 ] {8bbc17f1-43de-4434-9613-292da4c54675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7500 | 2025.02.21 14:38:29.213443 [ 256 ] {8bbc17f1-43de-4434-9613-292da4c54675} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7501 | 2025.02.21 14:38:29.213489 [ 256 ] {8bbc17f1-43de-4434-9613-292da4c54675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7502 | 2025.02.21 14:38:29.213931 [ 256 ] {8bbc17f1-43de-4434-9613-292da4c54675} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 7503 | 2025.02.21 14:38:29.214181 [ 256 ] {8bbc17f1-43de-4434-9613-292da4c54675} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7504 | 2025.02.21 14:38:29.214418 [ 256 ] {8bbc17f1-43de-4434-9613-292da4c54675} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00206 sec., 31067.961165048542 rows/sec., 2.42 MiB/sec. | ||
| 7505 | 2025.02.21 14:38:29.214481 [ 256 ] {8bbc17f1-43de-4434-9613-292da4c54675} <Debug> TCPHandler: Processed in 0.002560426 sec. | ||
| 7506 | 2025.02.21 14:38:29.214623 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7507 | 2025.02.21 14:38:29.214750 [ 254 ] {de36c4b2-3d3a-493d-86b8-db281a011591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7508 | 2025.02.21 14:38:29.214810 [ 254 ] {de36c4b2-3d3a-493d-86b8-db281a011591} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7509 | 2025.02.21 14:38:29.215449 [ 254 ] {de36c4b2-3d3a-493d-86b8-db281a011591} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7510 | 2025.02.21 14:38:29.215491 [ 254 ] {de36c4b2-3d3a-493d-86b8-db281a011591} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7511 | 2025.02.21 14:38:29.215902 [ 254 ] {de36c4b2-3d3a-493d-86b8-db281a011591} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 7512 | 2025.02.21 14:38:29.216150 [ 254 ] {de36c4b2-3d3a-493d-86b8-db281a011591} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7513 | 2025.02.21 14:38:29.216369 [ 254 ] {de36c4b2-3d3a-493d-86b8-db281a011591} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001648 sec., 97087.3786407767 rows/sec., 6.76 MiB/sec. | ||
| 7514 | 2025.02.21 14:38:29.216427 [ 254 ] {de36c4b2-3d3a-493d-86b8-db281a011591} <Debug> TCPHandler: Processed in 0.001865686 sec. | ||
| 7515 | 2025.02.21 14:38:29.216592 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7516 | 2025.02.21 14:38:29.216716 [ 256 ] {df900767-d291-4676-8c83-c3afb1af0a65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7517 | 2025.02.21 14:38:29.216772 [ 256 ] {df900767-d291-4676-8c83-c3afb1af0a65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7518 | 2025.02.21 14:38:29.217364 [ 256 ] {df900767-d291-4676-8c83-c3afb1af0a65} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7519 | 2025.02.21 14:38:29.217411 [ 256 ] {df900767-d291-4676-8c83-c3afb1af0a65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7520 | 2025.02.21 14:38:29.217850 [ 256 ] {df900767-d291-4676-8c83-c3afb1af0a65} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 7521 | 2025.02.21 14:38:29.218083 [ 256 ] {df900767-d291-4676-8c83-c3afb1af0a65} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7522 | 2025.02.21 14:38:29.218291 [ 256 ] {df900767-d291-4676-8c83-c3afb1af0a65} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001604 sec., 37406.48379052369 rows/sec., 2.52 MiB/sec. | ||
| 7523 | 2025.02.21 14:38:29.218344 [ 256 ] {df900767-d291-4676-8c83-c3afb1af0a65} <Debug> TCPHandler: Processed in 0.001813074 sec. | ||
| 7524 | 2025.02.21 14:38:32.233309 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7525 | 2025.02.21 14:38:32.233420 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7526 | 2025.02.21 14:38:32.432494 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 | ||
| 7527 | 2025.02.21 14:38:32.433191 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7528 | 2025.02.21 14:38:32.433243 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7529 | 2025.02.21 14:38:32.433806 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7530 | 2025.02.21 14:38:32.434073 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7531 | 2025.02.21 14:38:32.434330 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 7532 | 2025.02.21 14:38:32.527530 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1032 | ||
| 7533 | 2025.02.21 14:38:32.530291 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7534 | 2025.02.21 14:38:32.530353 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7535 | 2025.02.21 14:38:32.531829 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7536 | 2025.02.21 14:38:32.532156 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7537 | 2025.02.21 14:38:32.532812 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1032 | ||
| 7538 | 2025.02.21 14:38:32.657854 [ 72 ] {} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 7539 | 2025.02.21 14:38:32.657941 [ 72 ] {} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7540 | 2025.02.21 14:38:32.657983 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7541 | 2025.02.21 14:38:32.658182 [ 186 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::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 | ||
| 7542 | 2025.02.21 14:38:32.658565 [ 186 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7543 | 2025.02.21 14:38:32.658635 [ 186 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 69 rows starting from the beginning of the part | ||
| 7544 | 2025.02.21 14:38:32.658720 [ 186 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 67 rows starting from the beginning of the part | ||
| 7545 | 2025.02.21 14:38:32.659013 [ 186 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 39 rows starting from the beginning of the part | ||
| 7546 | 2025.02.21 14:38:32.659184 [ 186 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 39 rows starting from the beginning of the part | ||
| 7547 | 2025.02.21 14:38:32.659406 [ 186 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 53 rows starting from the beginning of the part | ||
| 7548 | 2025.02.21 14:38:32.660539 [ 187 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 267 rows, containing 5 columns (5 merged, 0 gathered) in 0.002463824 sec., 108368.13019111755 rows/sec., 8.36 MiB/sec. | ||
| 7549 | 2025.02.21 14:38:32.660733 [ 199 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 7550 | 2025.02.21 14:38:32.661049 [ 199 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_33_7} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7551 | 2025.02.21 14:38:32.661129 [ 199 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_33_7} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 7552 | 2025.02.21 14:38:32.661205 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7553 | 2025.02.21 14:38:33.001889 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001364521 sec. | ||
| 7554 | 2025.02.21 14:38:33.462596 [ 72 ] {} <Debug> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 7555 | 2025.02.21 14:38:33.462662 [ 72 ] {} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7556 | 2025.02.21 14:38:33.462686 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7557 | 2025.02.21 14:38:33.462849 [ 194 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::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 | ||
| 7558 | 2025.02.21 14:38:33.463008 [ 194 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7559 | 2025.02.21 14:38:33.463047 [ 194 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 254 rows starting from the beginning of the part | ||
| 7560 | 2025.02.21 14:38:33.463134 [ 194 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 252 rows starting from the beginning of the part | ||
| 7561 | 2025.02.21 14:38:33.463265 [ 194 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 252 rows starting from the beginning of the part | ||
| 7562 | 2025.02.21 14:38:33.463371 [ 194 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 252 rows starting from the beginning of the part | ||
| 7563 | 2025.02.21 14:38:33.463459 [ 194 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 252 rows starting from the beginning of the part | ||
| 7564 | 2025.02.21 14:38:33.464610 [ 199 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1262 rows, containing 5 columns (5 merged, 0 gathered) in 0.001846395 sec., 683494.051922801 rows/sec., 49.88 MiB/sec. | ||
| 7565 | 2025.02.21 14:38:33.464812 [ 187 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 7566 | 2025.02.21 14:38:33.465130 [ 187 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_13_3} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7567 | 2025.02.21 14:38:33.465212 [ 187 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_13_3} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 7568 | 2025.02.21 14:38:33.465294 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 7569 | 2025.02.21 14:38:34.016431 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 7570 | 2025.02.21 14:38:34.037324 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7571 | 2025.02.21 14:38:34.037385 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7572 | 2025.02.21 14:38:34.044863 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7573 | 2025.02.21 14:38:34.045662 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7574 | 2025.02.21 14:38:34.049545 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 7575 | 2025.02.21 14:38:34.210783 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7576 | 2025.02.21 14:38:34.210992 [ 254 ] {9976d22c-a23d-4ba6-a91c-e08a83bb9485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7577 | 2025.02.21 14:38:34.211075 [ 254 ] {9976d22c-a23d-4ba6-a91c-e08a83bb9485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7578 | 2025.02.21 14:38:34.211992 [ 254 ] {9976d22c-a23d-4ba6-a91c-e08a83bb9485} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7579 | 2025.02.21 14:38:34.212042 [ 254 ] {9976d22c-a23d-4ba6-a91c-e08a83bb9485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7580 | 2025.02.21 14:38:34.212510 [ 254 ] {9976d22c-a23d-4ba6-a91c-e08a83bb9485} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 7581 | 2025.02.21 14:38:34.212771 [ 254 ] {9976d22c-a23d-4ba6-a91c-e08a83bb9485} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7582 | 2025.02.21 14:38:34.213045 [ 254 ] {9976d22c-a23d-4ba6-a91c-e08a83bb9485} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002102 sec., 63748.8106565176 rows/sec., 5.49 MiB/sec. | ||
| 7583 | 2025.02.21 14:38:34.213164 [ 254 ] {9976d22c-a23d-4ba6-a91c-e08a83bb9485} <Debug> TCPHandler: Processed in 0.002516755 sec. | ||
| 7584 | 2025.02.21 14:38:34.213475 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7585 | 2025.02.21 14:38:34.213670 [ 256 ] {bd22b06e-f07d-46b8-825e-ed111f0669a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7586 | 2025.02.21 14:38:34.213747 [ 256 ] {bd22b06e-f07d-46b8-825e-ed111f0669a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7587 | 2025.02.21 14:38:34.214521 [ 256 ] {bd22b06e-f07d-46b8-825e-ed111f0669a5} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7588 | 2025.02.21 14:38:34.214566 [ 256 ] {bd22b06e-f07d-46b8-825e-ed111f0669a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7589 | 2025.02.21 14:38:34.215011 [ 256 ] {bd22b06e-f07d-46b8-825e-ed111f0669a5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7590 | 2025.02.21 14:38:34.215279 [ 256 ] {bd22b06e-f07d-46b8-825e-ed111f0669a5} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7591 | 2025.02.21 14:38:34.215520 [ 256 ] {bd22b06e-f07d-46b8-825e-ed111f0669a5} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001903 sec., 20493.956910141882 rows/sec., 1.50 MiB/sec. | ||
| 7592 | 2025.02.21 14:38:34.215721 [ 256 ] {bd22b06e-f07d-46b8-825e-ed111f0669a5} <Debug> TCPHandler: Processed in 0.002395601 sec. | ||
| 7593 | 2025.02.21 14:38:34.215917 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7594 | 2025.02.21 14:38:34.216065 [ 254 ] {30ca4280-d7e8-48fa-8ec1-93db60c9bdd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7595 | 2025.02.21 14:38:34.216125 [ 254 ] {30ca4280-d7e8-48fa-8ec1-93db60c9bdd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7596 | 2025.02.21 14:38:34.216849 [ 254 ] {30ca4280-d7e8-48fa-8ec1-93db60c9bdd9} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7597 | 2025.02.21 14:38:34.216898 [ 254 ] {30ca4280-d7e8-48fa-8ec1-93db60c9bdd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7598 | 2025.02.21 14:38:34.217292 [ 254 ] {30ca4280-d7e8-48fa-8ec1-93db60c9bdd9} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 7599 | 2025.02.21 14:38:34.217539 [ 254 ] {30ca4280-d7e8-48fa-8ec1-93db60c9bdd9} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7600 | 2025.02.21 14:38:34.217784 [ 254 ] {30ca4280-d7e8-48fa-8ec1-93db60c9bdd9} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001751 sec., 58823.529411764706 rows/sec., 4.59 MiB/sec. | ||
| 7601 | 2025.02.21 14:38:34.217861 [ 254 ] {30ca4280-d7e8-48fa-8ec1-93db60c9bdd9} <Debug> TCPHandler: Processed in 0.002032101 sec. | ||
| 7602 | 2025.02.21 14:38:34.218100 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7603 | 2025.02.21 14:38:34.218473 [ 256 ] {d2cefdd4-4264-406d-bc4d-db4609c06dca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7604 | 2025.02.21 14:38:34.218636 [ 256 ] {d2cefdd4-4264-406d-bc4d-db4609c06dca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7605 | 2025.02.21 14:38:34.219316 [ 256 ] {d2cefdd4-4264-406d-bc4d-db4609c06dca} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7606 | 2025.02.21 14:38:34.219357 [ 256 ] {d2cefdd4-4264-406d-bc4d-db4609c06dca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7607 | 2025.02.21 14:38:34.219776 [ 256 ] {d2cefdd4-4264-406d-bc4d-db4609c06dca} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 7608 | 2025.02.21 14:38:34.220023 [ 256 ] {d2cefdd4-4264-406d-bc4d-db4609c06dca} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7609 | 2025.02.21 14:38:34.220214 [ 256 ] {d2cefdd4-4264-406d-bc4d-db4609c06dca} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001892 sec., 84566.59619450317 rows/sec., 5.89 MiB/sec. | ||
| 7610 | 2025.02.21 14:38:34.220282 [ 256 ] {d2cefdd4-4264-406d-bc4d-db4609c06dca} <Debug> TCPHandler: Processed in 0.00233553 sec. | ||
| 7611 | 2025.02.21 14:38:34.220435 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7612 | 2025.02.21 14:38:34.220575 [ 254 ] {2ad0571d-bda4-4c8b-93c2-e0eef3e59225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7613 | 2025.02.21 14:38:34.220671 [ 254 ] {2ad0571d-bda4-4c8b-93c2-e0eef3e59225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7614 | 2025.02.21 14:38:34.222109 [ 254 ] {2ad0571d-bda4-4c8b-93c2-e0eef3e59225} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7615 | 2025.02.21 14:38:34.222151 [ 254 ] {2ad0571d-bda4-4c8b-93c2-e0eef3e59225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7616 | 2025.02.21 14:38:34.222860 [ 254 ] {2ad0571d-bda4-4c8b-93c2-e0eef3e59225} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7617 | 2025.02.21 14:38:34.223128 [ 254 ] {2ad0571d-bda4-4c8b-93c2-e0eef3e59225} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7618 | 2025.02.21 14:38:34.223375 [ 254 ] {2ad0571d-bda4-4c8b-93c2-e0eef3e59225} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00283 sec., 13780.918727915194 rows/sec., 24.69 MiB/sec. | ||
| 7619 | 2025.02.21 14:38:34.223498 [ 254 ] {2ad0571d-bda4-4c8b-93c2-e0eef3e59225} <Debug> TCPHandler: Processed in 0.003133394 sec. | ||
| 7620 | 2025.02.21 14:38:34.223643 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7621 | 2025.02.21 14:38:34.223770 [ 256 ] {86ed80bd-d13a-417d-a51c-2693a8413a95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7622 | 2025.02.21 14:38:34.223824 [ 256 ] {86ed80bd-d13a-417d-a51c-2693a8413a95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7623 | 2025.02.21 14:38:34.224336 [ 256 ] {86ed80bd-d13a-417d-a51c-2693a8413a95} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7624 | 2025.02.21 14:38:34.224373 [ 256 ] {86ed80bd-d13a-417d-a51c-2693a8413a95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7625 | 2025.02.21 14:38:34.224760 [ 256 ] {86ed80bd-d13a-417d-a51c-2693a8413a95} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 7626 | 2025.02.21 14:38:34.225002 [ 256 ] {86ed80bd-d13a-417d-a51c-2693a8413a95} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7627 | 2025.02.21 14:38:34.225190 [ 256 ] {86ed80bd-d13a-417d-a51c-2693a8413a95} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00145 sec., 41379.31034482759 rows/sec., 2.79 MiB/sec. | ||
| 7628 | 2025.02.21 14:38:34.225254 [ 256 ] {86ed80bd-d13a-417d-a51c-2693a8413a95} <Debug> TCPHandler: Processed in 0.00167113 sec. | ||
| 7629 | 2025.02.21 14:38:39.209494 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7630 | 2025.02.21 14:38:39.209723 [ 254 ] {15bc4355-4065-4045-85a3-95aec0300108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7631 | 2025.02.21 14:38:39.209808 [ 254 ] {15bc4355-4065-4045-85a3-95aec0300108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7632 | 2025.02.21 14:38:39.210589 [ 254 ] {15bc4355-4065-4045-85a3-95aec0300108} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7633 | 2025.02.21 14:38:39.210642 [ 254 ] {15bc4355-4065-4045-85a3-95aec0300108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7634 | 2025.02.21 14:38:39.211071 [ 254 ] {15bc4355-4065-4045-85a3-95aec0300108} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 7635 | 2025.02.21 14:38:39.211344 [ 254 ] {15bc4355-4065-4045-85a3-95aec0300108} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7636 | 2025.02.21 14:38:39.211570 [ 65 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 7637 | 2025.02.21 14:38:39.211581 [ 254 ] {15bc4355-4065-4045-85a3-95aec0300108} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00191 sec., 29319.37172774869 rows/sec., 2.24 MiB/sec. | ||
| 7638 | 2025.02.21 14:38:39.211672 [ 65 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7639 | 2025.02.21 14:38:39.211744 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7640 | 2025.02.21 14:38:39.211769 [ 254 ] {15bc4355-4065-4045-85a3-95aec0300108} <Debug> TCPHandler: Processed in 0.002404963 sec. | ||
| 7641 | 2025.02.21 14:38:39.212069 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 7642 | 2025.02.21 14:38:39.212190 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7643 | 2025.02.21 14:38:39.212736 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7644 | 2025.02.21 14:38:39.212886 [ 256 ] {f0bc3a10-b14d-40b1-989a-c4a1c029731f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7645 | 2025.02.21 14:38:39.212902 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1405 rows starting from the beginning of the part | ||
| 7646 | 2025.02.21 14:38:39.213220 [ 256 ] {f0bc3a10-b14d-40b1-989a-c4a1c029731f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7647 | 2025.02.21 14:38:39.213257 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1395 rows starting from the beginning of the part | ||
| 7648 | 2025.02.21 14:38:39.213701 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 7649 | 2025.02.21 14:38:39.214042 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 7650 | 2025.02.21 14:38:39.214425 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 134 rows starting from the beginning of the part | ||
| 7651 | 2025.02.21 14:38:39.214831 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 7652 | 2025.02.21 14:38:39.216251 [ 256 ] {f0bc3a10-b14d-40b1-989a-c4a1c029731f} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7653 | 2025.02.21 14:38:39.216351 [ 256 ] {f0bc3a10-b14d-40b1-989a-c4a1c029731f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7654 | 2025.02.21 14:38:39.217501 [ 256 ] {f0bc3a10-b14d-40b1-989a-c4a1c029731f} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 7655 | 2025.02.21 14:38:39.217833 [ 256 ] {f0bc3a10-b14d-40b1-989a-c4a1c029731f} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7656 | 2025.02.21 14:38:39.218055 [ 65 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 7657 | 2025.02.21 14:38:39.218153 [ 65 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7658 | 2025.02.21 14:38:39.218225 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7659 | 2025.02.21 14:38:39.218693 [ 200 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 7660 | 2025.02.21 14:38:39.219284 [ 200 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7661 | 2025.02.21 14:38:39.219408 [ 200 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 631 rows starting from the beginning of the part | ||
| 7662 | 2025.02.21 14:38:39.219423 [ 191 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3102 rows, containing 5 columns (5 merged, 0 gathered) in 0.007562906 sec., 410159.79836322175 rows/sec., 35.73 MiB/sec. | ||
| 7663 | 2025.02.21 14:38:39.219471 [ 256 ] {f0bc3a10-b14d-40b1-989a-c4a1c029731f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006333 sec., 10105.795041844307 rows/sec., 807.71 KiB/sec. | ||
| 7664 | 2025.02.21 14:38:39.219887 [ 200 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 597 rows starting from the beginning of the part | ||
| 7665 | 2025.02.21 14:38:39.220244 [ 200 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 7666 | 2025.02.21 14:38:39.220650 [ 200 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 7667 | 2025.02.21 14:38:39.220743 [ 191 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 7668 | 2025.02.21 14:38:39.220848 [ 256 ] {f0bc3a10-b14d-40b1-989a-c4a1c029731f} <Debug> TCPHandler: Processed in 0.008948168 sec. | ||
| 7669 | 2025.02.21 14:38:39.221285 [ 200 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 103 rows starting from the beginning of the part | ||
| 7670 | 2025.02.21 14:38:39.221289 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7671 | 2025.02.21 14:38:39.221899 [ 200 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 7672 | 2025.02.21 14:38:39.221988 [ 254 ] {6f788f2a-5bfd-4365-8b70-b24e568c97bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7673 | 2025.02.21 14:38:39.222224 [ 254 ] {6f788f2a-5bfd-4365-8b70-b24e568c97bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7674 | 2025.02.21 14:38:39.222871 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_81_16} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7675 | 2025.02.21 14:38:39.223332 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_81_16} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 7676 | 2025.02.21 14:38:39.223659 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 7677 | 2025.02.21 14:38:39.224218 [ 254 ] {6f788f2a-5bfd-4365-8b70-b24e568c97bf} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7678 | 2025.02.21 14:38:39.224275 [ 254 ] {6f788f2a-5bfd-4365-8b70-b24e568c97bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7679 | 2025.02.21 14:38:39.224833 [ 200 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1523 rows, containing 5 columns (5 merged, 0 gathered) in 0.006436103 sec., 236633.87612037905 rows/sec., 18.84 MiB/sec. | ||
| 7680 | 2025.02.21 14:38:39.224838 [ 254 ] {6f788f2a-5bfd-4365-8b70-b24e568c97bf} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 7681 | 2025.02.21 14:38:39.224984 [ 200 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 7682 | 2025.02.21 14:38:39.225161 [ 254 ] {6f788f2a-5bfd-4365-8b70-b24e568c97bf} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7683 | 2025.02.21 14:38:39.225337 [ 200 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_81_16} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7684 | 2025.02.21 14:38:39.225442 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 7685 | 2025.02.21 14:38:39.225554 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7686 | 2025.02.21 14:38:39.225569 [ 254 ] {6f788f2a-5bfd-4365-8b70-b24e568c97bf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003815 sec., 41939.71166448231 rows/sec., 2.92 MiB/sec. | ||
| 7687 | 2025.02.21 14:38:39.225576 [ 200 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_81_16} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 7688 | 2025.02.21 14:38:39.225612 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7689 | 2025.02.21 14:38:39.225966 [ 254 ] {6f788f2a-5bfd-4365-8b70-b24e568c97bf} <Debug> TCPHandler: Processed in 0.004954279 sec. | ||
| 7690 | 2025.02.21 14:38:39.226040 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 7691 | 2025.02.21 14:38:39.226198 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 7692 | 2025.02.21 14:38:39.226228 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7693 | 2025.02.21 14:38:39.226660 [ 256 ] {0d1ccaf1-5d11-40f7-862f-97effda58e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7694 | 2025.02.21 14:38:39.226883 [ 256 ] {0d1ccaf1-5d11-40f7-862f-97effda58e92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7695 | 2025.02.21 14:38:39.226885 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7696 | 2025.02.21 14:38:39.227113 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 21052 rows starting from the beginning of the part | ||
| 7697 | 2025.02.21 14:38:39.227595 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 945 rows starting from the beginning of the part | ||
| 7698 | 2025.02.21 14:38:39.228019 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 98 rows starting from the beginning of the part | ||
| 7699 | 2025.02.21 14:38:39.228368 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 7700 | 2025.02.21 14:38:39.228591 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part | ||
| 7701 | 2025.02.21 14:38:39.228922 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 7702 | 2025.02.21 14:38:39.229693 [ 256 ] {0d1ccaf1-5d11-40f7-862f-97effda58e92} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7703 | 2025.02.21 14:38:39.229753 [ 256 ] {0d1ccaf1-5d11-40f7-862f-97effda58e92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7704 | 2025.02.21 14:38:39.230713 [ 256 ] {0d1ccaf1-5d11-40f7-862f-97effda58e92} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 7705 | 2025.02.21 14:38:39.231042 [ 256 ] {0d1ccaf1-5d11-40f7-862f-97effda58e92} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7706 | 2025.02.21 14:38:39.231303 [ 64 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 7707 | 2025.02.21 14:38:39.231424 [ 64 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7708 | 2025.02.21 14:38:39.231499 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7709 | 2025.02.21 14:38:39.231509 [ 256 ] {0d1ccaf1-5d11-40f7-862f-97effda58e92} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004955 sec., 12108.980827447023 rows/sec., 835.65 KiB/sec. | ||
| 7710 | 2025.02.21 14:38:39.231949 [ 188 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 7711 | 2025.02.21 14:38:39.232112 [ 256 ] {0d1ccaf1-5d11-40f7-862f-97effda58e92} <Debug> TCPHandler: Processed in 0.00603968 sec. | ||
| 7712 | 2025.02.21 14:38:39.232481 [ 188 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7713 | 2025.02.21 14:38:39.232568 [ 188 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 3948 rows starting from the beginning of the part | ||
| 7714 | 2025.02.21 14:38:39.232860 [ 188 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 22 rows starting from the beginning of the part | ||
| 7715 | 2025.02.21 14:38:39.233153 [ 188 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 38 rows starting from the beginning of the part | ||
| 7716 | 2025.02.21 14:38:39.233422 [ 188 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 7717 | 2025.02.21 14:38:39.233609 [ 188 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
| 7718 | 2025.02.21 14:38:39.233892 [ 188 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 7719 | 2025.02.21 14:38:39.244011 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4188 rows, containing 4 columns (4 merged, 0 gathered) in 0.012365019 sec., 338697.41728662123 rows/sec., 22.83 MiB/sec. | ||
| 7720 | 2025.02.21 14:38:39.244553 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 7721 | 2025.02.21 14:38:39.244989 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_81_16} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7722 | 2025.02.21 14:38:39.245100 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_81_16} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 7723 | 2025.02.21 14:38:39.245245 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 7724 | 2025.02.21 14:38:39.245869 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22575 rows, containing 5 columns (5 merged, 0 gathered) in 0.02004323 sec., 1126315.4691135113 rows/sec., 77.19 MiB/sec. | ||
| 7725 | 2025.02.21 14:38:39.246240 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 7726 | 2025.02.21 14:38:39.246529 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7727 | 2025.02.21 14:38:39.246609 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 7728 | 2025.02.21 14:38:39.246695 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 7729 | 2025.02.21 14:38:39.935378 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 | ||
| 7730 | 2025.02.21 14:38:39.936053 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7731 | 2025.02.21 14:38:39.936109 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7732 | 2025.02.21 14:38:39.936667 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7733 | 2025.02.21 14:38:39.936938 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7734 | 2025.02.21 14:38:39.937202 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 | ||
| 7735 | 2025.02.21 14:38:40.000248 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 222.07 MiB, peak 232.84 MiB, free memory in arenas 0.00 B, will set to 223.14 MiB (RSS), difference: 1.07 MiB | ||
| 7736 | 2025.02.21 14:38:41.550525 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 7737 | 2025.02.21 14:38:41.571686 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7738 | 2025.02.21 14:38:41.571776 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7739 | 2025.02.21 14:38:41.579146 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7740 | 2025.02.21 14:38:41.579929 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7741 | 2025.02.21 14:38:41.584760 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 7742 | 2025.02.21 14:38:42.533816 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1052 | ||
| 7743 | 2025.02.21 14:38:42.536675 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7744 | 2025.02.21 14:38:42.536733 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7745 | 2025.02.21 14:38:42.538262 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7746 | 2025.02.21 14:38:42.538579 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7747 | 2025.02.21 14:38:42.538794 [ 59 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7748 | 2025.02.21 14:38:42.538917 [ 59 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7749 | 2025.02.21 14:38:42.538973 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7750 | 2025.02.21 14:38:42.539844 [ 188 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 7751 | 2025.02.21 14:38:42.542180 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1052 | ||
| 7752 | 2025.02.21 14:38:42.542463 [ 188 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7753 | 2025.02.21 14:38:42.542643 [ 188 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 940 rows starting from the beginning of the part | ||
| 7754 | 2025.02.21 14:38:42.543307 [ 188 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 7755 | 2025.02.21 14:38:42.543913 [ 188 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 20 rows starting from the beginning of the part | ||
| 7756 | 2025.02.21 14:38:42.544529 [ 188 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part | ||
| 7757 | 2025.02.21 14:38:42.545109 [ 188 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 7758 | 2025.02.21 14:38:42.545692 [ 188 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 20 rows starting from the beginning of the part | ||
| 7759 | 2025.02.21 14:38:42.553832 [ 192 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1052 rows, containing 72 columns (72 merged, 0 gathered) in 0.01471456 sec., 71493.81293086575 rows/sec., 56.76 MiB/sec. | ||
| 7760 | 2025.02.21 14:38:42.555267 [ 195 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7761 | 2025.02.21 14:38:42.556089 [ 195 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_36_7} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7762 | 2025.02.21 14:38:42.556188 [ 195 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_36_7} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7763 | 2025.02.21 14:38:42.556513 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.48 MiB. | ||
| 7764 | 2025.02.21 14:38:44.210577 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7765 | 2025.02.21 14:38:44.210769 [ 254 ] {5d7dd616-57a8-430a-b528-96821f929e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7766 | 2025.02.21 14:38:44.210840 [ 254 ] {5d7dd616-57a8-430a-b528-96821f929e4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7767 | 2025.02.21 14:38:44.211638 [ 254 ] {5d7dd616-57a8-430a-b528-96821f929e4d} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7768 | 2025.02.21 14:38:44.211695 [ 254 ] {5d7dd616-57a8-430a-b528-96821f929e4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7769 | 2025.02.21 14:38:44.212141 [ 254 ] {5d7dd616-57a8-430a-b528-96821f929e4d} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 7770 | 2025.02.21 14:38:44.212406 [ 254 ] {5d7dd616-57a8-430a-b528-96821f929e4d} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7771 | 2025.02.21 14:38:44.212667 [ 254 ] {5d7dd616-57a8-430a-b528-96821f929e4d} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001945 sec., 68894.60154241645 rows/sec., 5.93 MiB/sec. | ||
| 7772 | 2025.02.21 14:38:44.212781 [ 254 ] {5d7dd616-57a8-430a-b528-96821f929e4d} <Debug> TCPHandler: Processed in 0.00233621 sec. | ||
| 7773 | 2025.02.21 14:38:44.213047 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7774 | 2025.02.21 14:38:44.213240 [ 256 ] {a47cdfb7-f904-4923-a78c-71ec13e819e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7775 | 2025.02.21 14:38:44.213310 [ 256 ] {a47cdfb7-f904-4923-a78c-71ec13e819e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7776 | 2025.02.21 14:38:44.214065 [ 256 ] {a47cdfb7-f904-4923-a78c-71ec13e819e8} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7777 | 2025.02.21 14:38:44.214111 [ 256 ] {a47cdfb7-f904-4923-a78c-71ec13e819e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7778 | 2025.02.21 14:38:44.214549 [ 256 ] {a47cdfb7-f904-4923-a78c-71ec13e819e8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7779 | 2025.02.21 14:38:44.214813 [ 256 ] {a47cdfb7-f904-4923-a78c-71ec13e819e8} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7780 | 2025.02.21 14:38:44.215050 [ 256 ] {a47cdfb7-f904-4923-a78c-71ec13e819e8} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001862 sec., 20945.220193340494 rows/sec., 1.54 MiB/sec. | ||
| 7781 | 2025.02.21 14:38:44.215114 [ 256 ] {a47cdfb7-f904-4923-a78c-71ec13e819e8} <Debug> TCPHandler: Processed in 0.002235107 sec. | ||
| 7782 | 2025.02.21 14:38:44.215263 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7783 | 2025.02.21 14:38:44.215413 [ 254 ] {55a60fa0-070c-4049-beef-a91ac493b08a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7784 | 2025.02.21 14:38:44.215474 [ 254 ] {55a60fa0-070c-4049-beef-a91ac493b08a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7785 | 2025.02.21 14:38:44.216206 [ 254 ] {55a60fa0-070c-4049-beef-a91ac493b08a} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7786 | 2025.02.21 14:38:44.216252 [ 254 ] {55a60fa0-070c-4049-beef-a91ac493b08a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7787 | 2025.02.21 14:38:44.216622 [ 254 ] {55a60fa0-070c-4049-beef-a91ac493b08a} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 7788 | 2025.02.21 14:38:44.216869 [ 254 ] {55a60fa0-070c-4049-beef-a91ac493b08a} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7789 | 2025.02.21 14:38:44.217094 [ 254 ] {55a60fa0-070c-4049-beef-a91ac493b08a} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001716 sec., 60023.31002331002 rows/sec., 4.69 MiB/sec. | ||
| 7790 | 2025.02.21 14:38:44.217187 [ 254 ] {55a60fa0-070c-4049-beef-a91ac493b08a} <Debug> TCPHandler: Processed in 0.001990499 sec. | ||
| 7791 | 2025.02.21 14:38:44.217403 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7792 | 2025.02.21 14:38:44.217592 [ 256 ] {c98d189e-8705-4018-9dd8-256210616f23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7793 | 2025.02.21 14:38:44.217661 [ 256 ] {c98d189e-8705-4018-9dd8-256210616f23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7794 | 2025.02.21 14:38:44.218323 [ 256 ] {c98d189e-8705-4018-9dd8-256210616f23} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7795 | 2025.02.21 14:38:44.218364 [ 256 ] {c98d189e-8705-4018-9dd8-256210616f23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7796 | 2025.02.21 14:38:44.218779 [ 256 ] {c98d189e-8705-4018-9dd8-256210616f23} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 7797 | 2025.02.21 14:38:44.219022 [ 256 ] {c98d189e-8705-4018-9dd8-256210616f23} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7798 | 2025.02.21 14:38:44.219246 [ 256 ] {c98d189e-8705-4018-9dd8-256210616f23} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001691 sec., 94618.56889414547 rows/sec., 6.59 MiB/sec. | ||
| 7799 | 2025.02.21 14:38:44.219305 [ 256 ] {c98d189e-8705-4018-9dd8-256210616f23} <Debug> TCPHandler: Processed in 0.002031791 sec. | ||
| 7800 | 2025.02.21 14:38:44.219461 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7801 | 2025.02.21 14:38:44.219609 [ 254 ] {b6346823-4db5-4e90-b39c-2c33d867bd12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7802 | 2025.02.21 14:38:44.219707 [ 254 ] {b6346823-4db5-4e90-b39c-2c33d867bd12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7803 | 2025.02.21 14:38:44.221098 [ 254 ] {b6346823-4db5-4e90-b39c-2c33d867bd12} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7804 | 2025.02.21 14:38:44.221139 [ 254 ] {b6346823-4db5-4e90-b39c-2c33d867bd12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7805 | 2025.02.21 14:38:44.221829 [ 254 ] {b6346823-4db5-4e90-b39c-2c33d867bd12} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7806 | 2025.02.21 14:38:44.222094 [ 254 ] {b6346823-4db5-4e90-b39c-2c33d867bd12} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7807 | 2025.02.21 14:38:44.222407 [ 254 ] {b6346823-4db5-4e90-b39c-2c33d867bd12} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002828 sec., 13790.664780763791 rows/sec., 24.71 MiB/sec. | ||
| 7808 | 2025.02.21 14:38:44.222968 [ 254 ] {b6346823-4db5-4e90-b39c-2c33d867bd12} <Debug> TCPHandler: Processed in 0.003565347 sec. | ||
| 7809 | 2025.02.21 14:38:44.223131 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7810 | 2025.02.21 14:38:44.223275 [ 256 ] {53b4d37e-cbbf-4cea-84b8-b181fad1074f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7811 | 2025.02.21 14:38:44.223338 [ 256 ] {53b4d37e-cbbf-4cea-84b8-b181fad1074f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7812 | 2025.02.21 14:38:44.223912 [ 256 ] {53b4d37e-cbbf-4cea-84b8-b181fad1074f} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7813 | 2025.02.21 14:38:44.223958 [ 256 ] {53b4d37e-cbbf-4cea-84b8-b181fad1074f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7814 | 2025.02.21 14:38:44.224366 [ 256 ] {53b4d37e-cbbf-4cea-84b8-b181fad1074f} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 7815 | 2025.02.21 14:38:44.224605 [ 256 ] {53b4d37e-cbbf-4cea-84b8-b181fad1074f} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7816 | 2025.02.21 14:38:44.224818 [ 256 ] {53b4d37e-cbbf-4cea-84b8-b181fad1074f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001578 sec., 38022.813688212926 rows/sec., 2.56 MiB/sec. | ||
| 7817 | 2025.02.21 14:38:44.224868 [ 256 ] {53b4d37e-cbbf-4cea-84b8-b181fad1074f} <Debug> TCPHandler: Processed in 0.001805734 sec. | ||
| 7818 | 2025.02.21 14:38:47.233470 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7819 | 2025.02.21 14:38:47.233535 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7820 | 2025.02.21 14:38:47.438273 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 | ||
| 7821 | 2025.02.21 14:38:47.438990 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7822 | 2025.02.21 14:38:47.439036 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7823 | 2025.02.21 14:38:47.439572 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7824 | 2025.02.21 14:38:47.439824 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7825 | 2025.02.21 14:38:47.440063 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 7826 | 2025.02.21 14:38:49.085743 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 7827 | 2025.02.21 14:38:49.108469 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7828 | 2025.02.21 14:38:49.108534 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7829 | 2025.02.21 14:38:49.115886 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7830 | 2025.02.21 14:38:49.116675 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7831 | 2025.02.21 14:38:49.119608 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 7832 | 2025.02.21 14:38:49.208805 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7833 | 2025.02.21 14:38:49.208992 [ 254 ] {4ceda5e7-cd9a-4002-81ac-30061e20ca1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7834 | 2025.02.21 14:38:49.209064 [ 254 ] {4ceda5e7-cd9a-4002-81ac-30061e20ca1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7835 | 2025.02.21 14:38:49.209817 [ 254 ] {4ceda5e7-cd9a-4002-81ac-30061e20ca1d} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7836 | 2025.02.21 14:38:49.209865 [ 254 ] {4ceda5e7-cd9a-4002-81ac-30061e20ca1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7837 | 2025.02.21 14:38:49.210315 [ 254 ] {4ceda5e7-cd9a-4002-81ac-30061e20ca1d} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 7838 | 2025.02.21 14:38:49.210615 [ 254 ] {4ceda5e7-cd9a-4002-81ac-30061e20ca1d} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7839 | 2025.02.21 14:38:49.210909 [ 254 ] {4ceda5e7-cd9a-4002-81ac-30061e20ca1d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001942 sec., 28836.25128733265 rows/sec., 2.20 MiB/sec. | ||
| 7840 | 2025.02.21 14:38:49.210965 [ 254 ] {4ceda5e7-cd9a-4002-81ac-30061e20ca1d} <Debug> TCPHandler: Processed in 0.002291379 sec. | ||
| 7841 | 2025.02.21 14:38:49.211254 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7842 | 2025.02.21 14:38:49.211510 [ 256 ] {25a5881f-2d97-4430-a7b1-f6e56b3f017d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7843 | 2025.02.21 14:38:49.211586 [ 256 ] {25a5881f-2d97-4430-a7b1-f6e56b3f017d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7844 | 2025.02.21 14:38:49.212369 [ 256 ] {25a5881f-2d97-4430-a7b1-f6e56b3f017d} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7845 | 2025.02.21 14:38:49.212421 [ 256 ] {25a5881f-2d97-4430-a7b1-f6e56b3f017d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7846 | 2025.02.21 14:38:49.212869 [ 256 ] {25a5881f-2d97-4430-a7b1-f6e56b3f017d} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 7847 | 2025.02.21 14:38:49.213123 [ 256 ] {25a5881f-2d97-4430-a7b1-f6e56b3f017d} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7848 | 2025.02.21 14:38:49.213379 [ 256 ] {25a5881f-2d97-4430-a7b1-f6e56b3f017d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001921 sec., 33315.98125976054 rows/sec., 2.60 MiB/sec. | ||
| 7849 | 2025.02.21 14:38:49.213449 [ 256 ] {25a5881f-2d97-4430-a7b1-f6e56b3f017d} <Debug> TCPHandler: Processed in 0.002374791 sec. | ||
| 7850 | 2025.02.21 14:38:49.213603 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7851 | 2025.02.21 14:38:49.213743 [ 254 ] {cfc861c6-99d5-4b89-aaac-c90af1af419b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7852 | 2025.02.21 14:38:49.213807 [ 254 ] {cfc861c6-99d5-4b89-aaac-c90af1af419b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7853 | 2025.02.21 14:38:49.214468 [ 254 ] {cfc861c6-99d5-4b89-aaac-c90af1af419b} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7854 | 2025.02.21 14:38:49.214513 [ 254 ] {cfc861c6-99d5-4b89-aaac-c90af1af419b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7855 | 2025.02.21 14:38:49.214932 [ 254 ] {cfc861c6-99d5-4b89-aaac-c90af1af419b} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 7856 | 2025.02.21 14:38:49.215175 [ 254 ] {cfc861c6-99d5-4b89-aaac-c90af1af419b} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7857 | 2025.02.21 14:38:49.215389 [ 254 ] {cfc861c6-99d5-4b89-aaac-c90af1af419b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001678 sec., 95351.60905840286 rows/sec., 6.64 MiB/sec. | ||
| 7858 | 2025.02.21 14:38:49.215442 [ 254 ] {cfc861c6-99d5-4b89-aaac-c90af1af419b} <Debug> TCPHandler: Processed in 0.001905837 sec. | ||
| 7859 | 2025.02.21 14:38:49.215584 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7860 | 2025.02.21 14:38:49.215710 [ 256 ] {c00c4edf-b667-40c0-86f0-27e1e15094c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7861 | 2025.02.21 14:38:49.215766 [ 256 ] {c00c4edf-b667-40c0-86f0-27e1e15094c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7862 | 2025.02.21 14:38:49.216301 [ 256 ] {c00c4edf-b667-40c0-86f0-27e1e15094c5} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7863 | 2025.02.21 14:38:49.216342 [ 256 ] {c00c4edf-b667-40c0-86f0-27e1e15094c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7864 | 2025.02.21 14:38:49.216781 [ 256 ] {c00c4edf-b667-40c0-86f0-27e1e15094c5} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 7865 | 2025.02.21 14:38:49.217020 [ 256 ] {c00c4edf-b667-40c0-86f0-27e1e15094c5} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7866 | 2025.02.21 14:38:49.217236 [ 256 ] {c00c4edf-b667-40c0-86f0-27e1e15094c5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001555 sec., 38585.20900321544 rows/sec., 2.60 MiB/sec. | ||
| 7867 | 2025.02.21 14:38:49.217291 [ 256 ] {c00c4edf-b667-40c0-86f0-27e1e15094c5} <Debug> TCPHandler: Processed in 0.001768383 sec. | ||
| 7868 | 2025.02.21 14:38:50.836625 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7869 | 2025.02.21 14:38:50.836838 [ 254 ] {8c7fe753-fd83-4057-ab76-02a455abca59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7870 | 2025.02.21 14:38:50.836917 [ 254 ] {8c7fe753-fd83-4057-ab76-02a455abca59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7871 | 2025.02.21 14:38:50.837699 [ 254 ] {8c7fe753-fd83-4057-ab76-02a455abca59} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7872 | 2025.02.21 14:38:50.837751 [ 254 ] {8c7fe753-fd83-4057-ab76-02a455abca59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7873 | 2025.02.21 14:38:50.838170 [ 254 ] {8c7fe753-fd83-4057-ab76-02a455abca59} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7874 | 2025.02.21 14:38:50.838423 [ 254 ] {8c7fe753-fd83-4057-ab76-02a455abca59} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7875 | 2025.02.21 14:38:50.838664 [ 254 ] {8c7fe753-fd83-4057-ab76-02a455abca59} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00188 sec., 12765.95744680851 rows/sec., 1.06 MiB/sec. | ||
| 7876 | 2025.02.21 14:38:50.838755 [ 254 ] {8c7fe753-fd83-4057-ab76-02a455abca59} <Debug> TCPHandler: Processed in 0.002266548 sec. | ||
| 7877 | 2025.02.21 14:38:50.839020 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7878 | 2025.02.21 14:38:50.839215 [ 256 ] {cfb711ef-6bc7-4c80-b5bc-7187dc0d991e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7879 | 2025.02.21 14:38:50.839290 [ 256 ] {cfb711ef-6bc7-4c80-b5bc-7187dc0d991e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7880 | 2025.02.21 14:38:50.840045 [ 256 ] {cfb711ef-6bc7-4c80-b5bc-7187dc0d991e} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7881 | 2025.02.21 14:38:50.840097 [ 256 ] {cfb711ef-6bc7-4c80-b5bc-7187dc0d991e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7882 | 2025.02.21 14:38:50.840522 [ 256 ] {cfb711ef-6bc7-4c80-b5bc-7187dc0d991e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7883 | 2025.02.21 14:38:50.840779 [ 256 ] {cfb711ef-6bc7-4c80-b5bc-7187dc0d991e} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7884 | 2025.02.21 14:38:50.841076 [ 256 ] {cfb711ef-6bc7-4c80-b5bc-7187dc0d991e} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001909 sec., 8381.351492928234 rows/sec., 683.44 KiB/sec. | ||
| 7885 | 2025.02.21 14:38:50.841251 [ 256 ] {cfb711ef-6bc7-4c80-b5bc-7187dc0d991e} <Debug> TCPHandler: Processed in 0.002375691 sec. | ||
| 7886 | 2025.02.21 14:38:50.841398 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7887 | 2025.02.21 14:38:50.841540 [ 254 ] {a9ec4e4c-04db-40fb-87a5-442efd4bfb6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7888 | 2025.02.21 14:38:50.841599 [ 254 ] {a9ec4e4c-04db-40fb-87a5-442efd4bfb6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7889 | 2025.02.21 14:38:50.842827 [ 254 ] {a9ec4e4c-04db-40fb-87a5-442efd4bfb6c} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7890 | 2025.02.21 14:38:50.842867 [ 254 ] {a9ec4e4c-04db-40fb-87a5-442efd4bfb6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7891 | 2025.02.21 14:38:50.843312 [ 254 ] {a9ec4e4c-04db-40fb-87a5-442efd4bfb6c} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 7892 | 2025.02.21 14:38:50.843555 [ 254 ] {a9ec4e4c-04db-40fb-87a5-442efd4bfb6c} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7893 | 2025.02.21 14:38:50.843759 [ 254 ] {a9ec4e4c-04db-40fb-87a5-442efd4bfb6c} <Debug> executeQuery: Read 1402 rows, 119.95 KiB in 0.00225 sec., 623111.1111111111 rows/sec., 52.06 MiB/sec. | ||
| 7894 | 2025.02.21 14:38:50.843810 [ 254 ] {a9ec4e4c-04db-40fb-87a5-442efd4bfb6c} <Debug> TCPHandler: Processed in 0.002478934 sec. | ||
| 7895 | 2025.02.21 14:38:50.843954 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7896 | 2025.02.21 14:38:50.844094 [ 256 ] {1f13b130-2122-494a-b486-e11cd9bc11bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7897 | 2025.02.21 14:38:50.844153 [ 256 ] {1f13b130-2122-494a-b486-e11cd9bc11bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7898 | 2025.02.21 14:38:50.844799 [ 256 ] {1f13b130-2122-494a-b486-e11cd9bc11bb} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7899 | 2025.02.21 14:38:50.844837 [ 256 ] {1f13b130-2122-494a-b486-e11cd9bc11bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7900 | 2025.02.21 14:38:50.845197 [ 256 ] {1f13b130-2122-494a-b486-e11cd9bc11bb} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7901 | 2025.02.21 14:38:50.845434 [ 256 ] {1f13b130-2122-494a-b486-e11cd9bc11bb} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7902 | 2025.02.21 14:38:50.845654 [ 256 ] {1f13b130-2122-494a-b486-e11cd9bc11bb} <Debug> executeQuery: Read 67 rows, 5.01 KiB in 0.001586 sec., 42244.64060529634 rows/sec., 3.09 MiB/sec. | ||
| 7903 | 2025.02.21 14:38:50.845820 [ 256 ] {1f13b130-2122-494a-b486-e11cd9bc11bb} <Debug> TCPHandler: Processed in 0.001933068 sec. | ||
| 7904 | 2025.02.21 14:38:50.846048 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7905 | 2025.02.21 14:38:50.846194 [ 254 ] {27c1e740-0040-47bb-8f57-a19d651fa420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7906 | 2025.02.21 14:38:50.846250 [ 254 ] {27c1e740-0040-47bb-8f57-a19d651fa420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7907 | 2025.02.21 14:38:50.846919 [ 254 ] {27c1e740-0040-47bb-8f57-a19d651fa420} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7908 | 2025.02.21 14:38:50.846958 [ 254 ] {27c1e740-0040-47bb-8f57-a19d651fa420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7909 | 2025.02.21 14:38:50.847329 [ 254 ] {27c1e740-0040-47bb-8f57-a19d651fa420} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7910 | 2025.02.21 14:38:50.847557 [ 254 ] {27c1e740-0040-47bb-8f57-a19d651fa420} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7911 | 2025.02.21 14:38:50.847820 [ 254 ] {27c1e740-0040-47bb-8f57-a19d651fa420} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001646 sec., 153098.42041312275 rows/sec., 10.59 MiB/sec. | ||
| 7912 | 2025.02.21 14:38:50.848024 [ 254 ] {27c1e740-0040-47bb-8f57-a19d651fa420} <Debug> TCPHandler: Processed in 0.002113693 sec. | ||
| 7913 | 2025.02.21 14:38:50.848181 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7914 | 2025.02.21 14:38:50.848319 [ 256 ] {cc391a93-7c6d-43df-858a-c1157fa1d434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7915 | 2025.02.21 14:38:50.848376 [ 256 ] {cc391a93-7c6d-43df-858a-c1157fa1d434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7916 | 2025.02.21 14:38:50.848960 [ 256 ] {cc391a93-7c6d-43df-858a-c1157fa1d434} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7917 | 2025.02.21 14:38:50.848999 [ 256 ] {cc391a93-7c6d-43df-858a-c1157fa1d434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7918 | 2025.02.21 14:38:50.849358 [ 256 ] {cc391a93-7c6d-43df-858a-c1157fa1d434} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7919 | 2025.02.21 14:38:50.849591 [ 256 ] {cc391a93-7c6d-43df-858a-c1157fa1d434} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7920 | 2025.02.21 14:38:50.849857 [ 256 ] {cc391a93-7c6d-43df-858a-c1157fa1d434} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001539 sec., 7797.270955165692 rows/sec., 609.16 KiB/sec. | ||
| 7921 | 2025.02.21 14:38:50.850013 [ 256 ] {cc391a93-7c6d-43df-858a-c1157fa1d434} <Debug> TCPHandler: Processed in 0.001901527 sec. | ||
| 7922 | 2025.02.21 14:38:50.850139 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7923 | 2025.02.21 14:38:50.850255 [ 254 ] {72ab45ce-36e7-445c-99d4-4333b9027633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7924 | 2025.02.21 14:38:50.850302 [ 254 ] {72ab45ce-36e7-445c-99d4-4333b9027633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7925 | 2025.02.21 14:38:50.851065 [ 254 ] {72ab45ce-36e7-445c-99d4-4333b9027633} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7926 | 2025.02.21 14:38:50.851130 [ 254 ] {72ab45ce-36e7-445c-99d4-4333b9027633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7927 | 2025.02.21 14:38:50.851514 [ 254 ] {72ab45ce-36e7-445c-99d4-4333b9027633} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 7928 | 2025.02.21 14:38:50.851744 [ 254 ] {72ab45ce-36e7-445c-99d4-4333b9027633} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7929 | 2025.02.21 14:38:50.851951 [ 254 ] {72ab45ce-36e7-445c-99d4-4333b9027633} <Debug> executeQuery: Read 611 rows, 47.09 KiB in 0.00172 sec., 355232.5581395349 rows/sec., 26.74 MiB/sec. | ||
| 7930 | 2025.02.21 14:38:50.852002 [ 254 ] {72ab45ce-36e7-445c-99d4-4333b9027633} <Debug> TCPHandler: Processed in 0.001920227 sec. | ||
| 7931 | 2025.02.21 14:38:50.852146 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7932 | 2025.02.21 14:38:50.852267 [ 256 ] {81b47e57-86ed-4b78-9a65-dbc24b72aa99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7933 | 2025.02.21 14:38:50.852322 [ 256 ] {81b47e57-86ed-4b78-9a65-dbc24b72aa99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7934 | 2025.02.21 14:38:50.853092 [ 256 ] {81b47e57-86ed-4b78-9a65-dbc24b72aa99} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7935 | 2025.02.21 14:38:50.853131 [ 256 ] {81b47e57-86ed-4b78-9a65-dbc24b72aa99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7936 | 2025.02.21 14:38:50.853573 [ 256 ] {81b47e57-86ed-4b78-9a65-dbc24b72aa99} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 7937 | 2025.02.21 14:38:50.853812 [ 256 ] {81b47e57-86ed-4b78-9a65-dbc24b72aa99} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7938 | 2025.02.21 14:38:50.853990 [ 256 ] {81b47e57-86ed-4b78-9a65-dbc24b72aa99} <Debug> executeQuery: Read 952 rows, 65.79 KiB in 0.001747 sec., 544934.1728677733 rows/sec., 36.78 MiB/sec. | ||
| 7939 | 2025.02.21 14:38:50.854039 [ 256 ] {81b47e57-86ed-4b78-9a65-dbc24b72aa99} <Debug> TCPHandler: Processed in 0.001951768 sec. | ||
| 7940 | 2025.02.21 14:38:50.854181 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7941 | 2025.02.21 14:38:50.854318 [ 254 ] {9086c29a-ebfe-4a03-9a73-9044286a66a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7942 | 2025.02.21 14:38:50.854410 [ 254 ] {9086c29a-ebfe-4a03-9a73-9044286a66a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7943 | 2025.02.21 14:38:50.855694 [ 254 ] {9086c29a-ebfe-4a03-9a73-9044286a66a3} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7944 | 2025.02.21 14:38:50.855734 [ 254 ] {9086c29a-ebfe-4a03-9a73-9044286a66a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7945 | 2025.02.21 14:38:50.856393 [ 254 ] {9086c29a-ebfe-4a03-9a73-9044286a66a3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7946 | 2025.02.21 14:38:50.856644 [ 254 ] {9086c29a-ebfe-4a03-9a73-9044286a66a3} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7947 | 2025.02.21 14:38:50.856856 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7948 | 2025.02.21 14:38:50.856936 [ 254 ] {9086c29a-ebfe-4a03-9a73-9044286a66a3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002646 sec., 14739.229024943312 rows/sec., 26.41 MiB/sec. | ||
| 7949 | 2025.02.21 14:38:50.856969 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7950 | 2025.02.21 14:38:50.857068 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7951 | 2025.02.21 14:38:50.857274 [ 254 ] {9086c29a-ebfe-4a03-9a73-9044286a66a3} <Debug> TCPHandler: Processed in 0.003154905 sec. | ||
| 7952 | 2025.02.21 14:38:50.857587 [ 197 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 7953 | 2025.02.21 14:38:50.857650 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7954 | 2025.02.21 14:38:50.858116 [ 256 ] {8296ec5a-b045-4f6e-af32-59579166c37d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7955 | 2025.02.21 14:38:50.858362 [ 256 ] {8296ec5a-b045-4f6e-af32-59579166c37d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7956 | 2025.02.21 14:38:50.859311 [ 197 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7957 | 2025.02.21 14:38:50.859525 [ 197 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 7958 | 2025.02.21 14:38:50.860186 [ 197 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 7959 | 2025.02.21 14:38:50.860891 [ 256 ] {8296ec5a-b045-4f6e-af32-59579166c37d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7960 | 2025.02.21 14:38:50.860948 [ 197 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 7961 | 2025.02.21 14:38:50.860970 [ 256 ] {8296ec5a-b045-4f6e-af32-59579166c37d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7962 | 2025.02.21 14:38:50.861766 [ 197 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 7963 | 2025.02.21 14:38:50.862618 [ 197 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 7964 | 2025.02.21 14:38:50.862653 [ 256 ] {8296ec5a-b045-4f6e-af32-59579166c37d} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 7965 | 2025.02.21 14:38:50.863091 [ 197 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 7966 | 2025.02.21 14:38:50.863750 [ 256 ] {8296ec5a-b045-4f6e-af32-59579166c37d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7967 | 2025.02.21 14:38:50.864333 [ 256 ] {8296ec5a-b045-4f6e-af32-59579166c37d} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.006386 sec., 3445.0360162856246 rows/sec., 239.63 KiB/sec. | ||
| 7968 | 2025.02.21 14:38:50.864489 [ 256 ] {8296ec5a-b045-4f6e-af32-59579166c37d} <Debug> TCPHandler: Processed in 0.007088542 sec. | ||
| 7969 | 2025.02.21 14:38:50.870896 [ 195 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 19 columns (19 merged, 0 gathered) in 0.013647908 sec., 94959.60846160451 rows/sec., 170.16 MiB/sec. | ||
| 7970 | 2025.02.21 14:38:50.872453 [ 195 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7971 | 2025.02.21 14:38:50.872877 [ 195 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7972 | 2025.02.21 14:38:50.872961 [ 195 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7973 | 2025.02.21 14:38:50.873118 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.43 MiB. | ||
| 7974 | 2025.02.21 14:38:51.001150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.97 MiB, peak 235.36 MiB, free memory in arenas 0.00 B, will set to 226.12 MiB (RSS), difference: 2.15 MiB | ||
| 7975 | 2025.02.21 14:38:52.543216 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1092 | ||
| 7976 | 2025.02.21 14:38:52.546383 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7977 | 2025.02.21 14:38:52.546437 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7978 | 2025.02.21 14:38:52.547917 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7979 | 2025.02.21 14:38:52.548235 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7980 | 2025.02.21 14:38:52.548747 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1092 | ||
| 7981 | 2025.02.21 14:38:54.205934 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7982 | 2025.02.21 14:38:54.206142 [ 254 ] {68db1b86-ad0b-4a30-8d50-83ee754dadc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7983 | 2025.02.21 14:38:54.206222 [ 254 ] {68db1b86-ad0b-4a30-8d50-83ee754dadc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7984 | 2025.02.21 14:38:54.207009 [ 254 ] {68db1b86-ad0b-4a30-8d50-83ee754dadc0} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7985 | 2025.02.21 14:38:54.207062 [ 254 ] {68db1b86-ad0b-4a30-8d50-83ee754dadc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7986 | 2025.02.21 14:38:54.207502 [ 254 ] {68db1b86-ad0b-4a30-8d50-83ee754dadc0} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 7987 | 2025.02.21 14:38:54.207762 [ 254 ] {68db1b86-ad0b-4a30-8d50-83ee754dadc0} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7988 | 2025.02.21 14:38:54.208016 [ 254 ] {68db1b86-ad0b-4a30-8d50-83ee754dadc0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001926 sec., 29075.80477673936 rows/sec., 2.22 MiB/sec. | ||
| 7989 | 2025.02.21 14:38:54.208108 [ 254 ] {68db1b86-ad0b-4a30-8d50-83ee754dadc0} <Debug> TCPHandler: Processed in 0.002310669 sec. | ||
| 7990 | 2025.02.21 14:38:54.208384 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7991 | 2025.02.21 14:38:54.208590 [ 256 ] {b5628fff-6174-484a-a203-e8a26d2786f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7992 | 2025.02.21 14:38:54.208659 [ 256 ] {b5628fff-6174-484a-a203-e8a26d2786f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7993 | 2025.02.21 14:38:54.209403 [ 256 ] {b5628fff-6174-484a-a203-e8a26d2786f0} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7994 | 2025.02.21 14:38:54.209445 [ 256 ] {b5628fff-6174-484a-a203-e8a26d2786f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 7995 | 2025.02.21 14:38:54.209881 [ 256 ] {b5628fff-6174-484a-a203-e8a26d2786f0} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 7996 | 2025.02.21 14:38:54.210148 [ 256 ] {b5628fff-6174-484a-a203-e8a26d2786f0} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7997 | 2025.02.21 14:38:54.210382 [ 256 ] {b5628fff-6174-484a-a203-e8a26d2786f0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001842 sec., 34744.84256243214 rows/sec., 2.71 MiB/sec. | ||
| 7998 | 2025.02.21 14:38:54.210484 [ 256 ] {b5628fff-6174-484a-a203-e8a26d2786f0} <Debug> TCPHandler: Processed in 0.002269568 sec. | ||
| 7999 | 2025.02.21 14:38:54.210723 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8000 | 2025.02.21 14:38:54.211096 [ 254 ] {69532bc5-8563-4068-960c-5c34ec41e01f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8001 | 2025.02.21 14:38:54.211291 [ 254 ] {69532bc5-8563-4068-960c-5c34ec41e01f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8002 | 2025.02.21 14:38:54.212105 [ 254 ] {69532bc5-8563-4068-960c-5c34ec41e01f} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8003 | 2025.02.21 14:38:54.212145 [ 254 ] {69532bc5-8563-4068-960c-5c34ec41e01f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8004 | 2025.02.21 14:38:54.212538 [ 254 ] {69532bc5-8563-4068-960c-5c34ec41e01f} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 8005 | 2025.02.21 14:38:54.212776 [ 254 ] {69532bc5-8563-4068-960c-5c34ec41e01f} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8006 | 2025.02.21 14:38:54.213000 [ 254 ] {69532bc5-8563-4068-960c-5c34ec41e01f} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.002047 sec., 47874.93893502686 rows/sec., 3.34 MiB/sec. | ||
| 8007 | 2025.02.21 14:38:54.213053 [ 254 ] {69532bc5-8563-4068-960c-5c34ec41e01f} <Debug> TCPHandler: Processed in 0.002478644 sec. | ||
| 8008 | 2025.02.21 14:38:54.213204 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8009 | 2025.02.21 14:38:54.213349 [ 256 ] {db8c82d5-9868-4dd9-924b-9fdc76f7c5c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8010 | 2025.02.21 14:38:54.213412 [ 256 ] {db8c82d5-9868-4dd9-924b-9fdc76f7c5c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8011 | 2025.02.21 14:38:54.213932 [ 256 ] {db8c82d5-9868-4dd9-924b-9fdc76f7c5c7} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8012 | 2025.02.21 14:38:54.213970 [ 256 ] {db8c82d5-9868-4dd9-924b-9fdc76f7c5c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8013 | 2025.02.21 14:38:54.214346 [ 256 ] {db8c82d5-9868-4dd9-924b-9fdc76f7c5c7} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 8014 | 2025.02.21 14:38:54.214583 [ 256 ] {db8c82d5-9868-4dd9-924b-9fdc76f7c5c7} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8015 | 2025.02.21 14:38:54.214810 [ 256 ] {db8c82d5-9868-4dd9-924b-9fdc76f7c5c7} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001485 sec., 25589.22558922559 rows/sec., 1.72 MiB/sec. | ||
| 8016 | 2025.02.21 14:38:54.214864 [ 256 ] {db8c82d5-9868-4dd9-924b-9fdc76f7c5c7} <Debug> TCPHandler: Processed in 0.001730922 sec. | ||
| 8017 | 2025.02.21 14:38:54.941159 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363 | ||
| 8018 | 2025.02.21 14:38:54.942588 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8019 | 2025.02.21 14:38:54.942636 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8020 | 2025.02.21 14:38:54.943159 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8021 | 2025.02.21 14:38:54.943422 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8022 | 2025.02.21 14:38:54.943624 [ 41 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8023 | 2025.02.21 14:38:54.943693 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363 | ||
| 8024 | 2025.02.21 14:38:54.943719 [ 41 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8025 | 2025.02.21 14:38:54.943751 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8026 | 2025.02.21 14:38:54.943944 [ 190 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 8027 | 2025.02.21 14:38:54.944357 [ 190 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8028 | 2025.02.21 14:38:54.944446 [ 190 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 8029 | 2025.02.21 14:38:54.944526 [ 190 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part | ||
| 8030 | 2025.02.21 14:38:54.944617 [ 190 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part | ||
| 8031 | 2025.02.21 14:38:54.944887 [ 190 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part | ||
| 8032 | 2025.02.21 14:38:54.945029 [ 190 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part | ||
| 8033 | 2025.02.21 14:38:54.945184 [ 190 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part | ||
| 8034 | 2025.02.21 14:38:54.947661 [ 195 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.003847695 sec., 6071946.970848781 rows/sec., 86.86 MiB/sec. | ||
| 8035 | 2025.02.21 14:38:54.947944 [ 190 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8036 | 2025.02.21 14:38:54.948234 [ 190 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_51_10} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8037 | 2025.02.21 14:38:54.948322 [ 190 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_51_10} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8038 | 2025.02.21 14:38:54.948419 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 8039 | 2025.02.21 14:38:56.620584 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 8040 | 2025.02.21 14:38:56.643720 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8041 | 2025.02.21 14:38:56.643776 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8042 | 2025.02.21 14:38:56.651037 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8043 | 2025.02.21 14:38:56.651821 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8044 | 2025.02.21 14:38:56.652239 [ 37 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8045 | 2025.02.21 14:38:56.652378 [ 37 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8046 | 2025.02.21 14:38:56.652464 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8047 | 2025.02.21 14:38:56.652914 [ 186 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 8048 | 2025.02.21 14:38:56.668678 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 8049 | 2025.02.21 14:38:56.670119 [ 186 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8050 | 2025.02.21 14:38:56.671588 [ 186 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 8051 | 2025.02.21 14:38:56.677013 [ 186 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 8052 | 2025.02.21 14:38:56.682914 [ 186 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 8053 | 2025.02.21 14:38:56.688803 [ 186 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 8054 | 2025.02.21 14:38:56.694741 [ 186 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 8055 | 2025.02.21 14:38:56.699478 [ 186 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 8056 | 2025.02.21 14:38:56.761246 [ 190 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.10860791 sec., 3544.8615114681793 rows/sec., 18.33 MiB/sec. | ||
| 8057 | 2025.02.21 14:38:56.763552 [ 199 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8058 | 2025.02.21 14:38:56.766139 [ 199 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_51_10} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8059 | 2025.02.21 14:38:56.766274 [ 199 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_51_10} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8060 | 2025.02.21 14:38:56.768021 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 8061 | 2025.02.21 14:38:59.209352 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8062 | 2025.02.21 14:38:59.209562 [ 254 ] {65784a0a-42d6-434e-9d12-e4266b02f569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8063 | 2025.02.21 14:38:59.209645 [ 254 ] {65784a0a-42d6-434e-9d12-e4266b02f569} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8064 | 2025.02.21 14:38:59.210407 [ 254 ] {65784a0a-42d6-434e-9d12-e4266b02f569} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8065 | 2025.02.21 14:38:59.210462 [ 254 ] {65784a0a-42d6-434e-9d12-e4266b02f569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8066 | 2025.02.21 14:38:59.210900 [ 254 ] {65784a0a-42d6-434e-9d12-e4266b02f569} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 8067 | 2025.02.21 14:38:59.211156 [ 254 ] {65784a0a-42d6-434e-9d12-e4266b02f569} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8068 | 2025.02.21 14:38:59.211384 [ 35 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 8069 | 2025.02.21 14:38:59.211418 [ 254 ] {65784a0a-42d6-434e-9d12-e4266b02f569} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001908 sec., 29350.104821802935 rows/sec., 2.24 MiB/sec. | ||
| 8070 | 2025.02.21 14:38:59.211516 [ 35 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8071 | 2025.02.21 14:38:59.211605 [ 254 ] {65784a0a-42d6-434e-9d12-e4266b02f569} <Debug> TCPHandler: Processed in 0.002393171 sec. | ||
| 8072 | 2025.02.21 14:38:59.211614 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8073 | 2025.02.21 14:38:59.211875 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 8074 | 2025.02.21 14:38:59.211906 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8075 | 2025.02.21 14:38:59.212157 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8076 | 2025.02.21 14:38:59.212193 [ 256 ] {622b4c05-e5af-44fd-b5e0-423e796b48f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8077 | 2025.02.21 14:38:59.212227 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1405 rows starting from the beginning of the part | ||
| 8078 | 2025.02.21 14:38:59.212311 [ 256 ] {622b4c05-e5af-44fd-b5e0-423e796b48f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8079 | 2025.02.21 14:38:59.212551 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 134 rows starting from the beginning of the part | ||
| 8080 | 2025.02.21 14:38:59.212937 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 8081 | 2025.02.21 14:38:59.213234 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1402 rows starting from the beginning of the part | ||
| 8082 | 2025.02.21 14:38:59.213575 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 8083 | 2025.02.21 14:38:59.213928 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 8084 | 2025.02.21 14:38:59.215690 [ 256 ] {622b4c05-e5af-44fd-b5e0-423e796b48f2} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8085 | 2025.02.21 14:38:59.215761 [ 256 ] {622b4c05-e5af-44fd-b5e0-423e796b48f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8086 | 2025.02.21 14:38:59.216785 [ 256 ] {622b4c05-e5af-44fd-b5e0-423e796b48f2} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 8087 | 2025.02.21 14:38:59.217065 [ 256 ] {622b4c05-e5af-44fd-b5e0-423e796b48f2} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8088 | 2025.02.21 14:38:59.217227 [ 35 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 8089 | 2025.02.21 14:38:59.217300 [ 35 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8090 | 2025.02.21 14:38:59.217373 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8091 | 2025.02.21 14:38:59.217464 [ 256 ] {622b4c05-e5af-44fd-b5e0-423e796b48f2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005329 sec., 12009.757928316756 rows/sec., 959.89 KiB/sec. | ||
| 8092 | 2025.02.21 14:38:59.217860 [ 256 ] {622b4c05-e5af-44fd-b5e0-423e796b48f2} <Debug> TCPHandler: Processed in 0.006110173 sec. | ||
| 8093 | 2025.02.21 14:38:59.217891 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 8094 | 2025.02.21 14:38:59.218172 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8095 | 2025.02.21 14:38:59.218254 [ 190 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3109 rows, containing 5 columns (5 merged, 0 gathered) in 0.006445333 sec., 482364.5263945245 rows/sec., 42.00 MiB/sec. | ||
| 8096 | 2025.02.21 14:38:59.218421 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8097 | 2025.02.21 14:38:59.218500 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 631 rows starting from the beginning of the part | ||
| 8098 | 2025.02.21 14:38:59.218497 [ 254 ] {bf5877f7-ac92-4d46-a75a-58d4ad738296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8099 | 2025.02.21 14:38:59.218732 [ 254 ] {bf5877f7-ac92-4d46-a75a-58d4ad738296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8100 | 2025.02.21 14:38:59.218761 [ 190 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 8101 | 2025.02.21 14:38:59.219136 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 103 rows starting from the beginning of the part | ||
| 8102 | 2025.02.21 14:38:59.219564 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 8103 | 2025.02.21 14:38:59.220210 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 611 rows starting from the beginning of the part | ||
| 8104 | 2025.02.21 14:38:59.220578 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 8105 | 2025.02.21 14:38:59.220603 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_86_17} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8106 | 2025.02.21 14:38:59.221088 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 8107 | 2025.02.21 14:38:59.221098 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_86_17} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 8108 | 2025.02.21 14:38:59.221425 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 8109 | 2025.02.21 14:38:59.221981 [ 254 ] {bf5877f7-ac92-4d46-a75a-58d4ad738296} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8110 | 2025.02.21 14:38:59.222058 [ 254 ] {bf5877f7-ac92-4d46-a75a-58d4ad738296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8111 | 2025.02.21 14:38:59.223202 [ 254 ] {bf5877f7-ac92-4d46-a75a-58d4ad738296} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 8112 | 2025.02.21 14:38:59.223683 [ 254 ] {bf5877f7-ac92-4d46-a75a-58d4ad738296} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8113 | 2025.02.21 14:38:59.223921 [ 34 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 8114 | 2025.02.21 14:38:59.224053 [ 34 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8115 | 2025.02.21 14:38:59.224145 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8116 | 2025.02.21 14:38:59.224297 [ 254 ] {bf5877f7-ac92-4d46-a75a-58d4ad738296} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005867 sec., 27271.177773990115 rows/sec., 1.90 MiB/sec. | ||
| 8117 | 2025.02.21 14:38:59.224702 [ 254 ] {bf5877f7-ac92-4d46-a75a-58d4ad738296} <Debug> TCPHandler: Processed in 0.00669616 sec. | ||
| 8118 | 2025.02.21 14:38:59.224797 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1537 rows, containing 5 columns (5 merged, 0 gathered) in 0.007252448 sec., 211928.44126562506 rows/sec., 16.88 MiB/sec. | ||
| 8119 | 2025.02.21 14:38:59.224992 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8120 | 2025.02.21 14:38:59.225079 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 8121 | 2025.02.21 14:38:59.225239 [ 196 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 8122 | 2025.02.21 14:38:59.225320 [ 256 ] {6b668f25-9ef1-4951-9f9d-a7cea1ff512d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8123 | 2025.02.21 14:38:59.225579 [ 256 ] {6b668f25-9ef1-4951-9f9d-a7cea1ff512d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8124 | 2025.02.21 14:38:59.225613 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8125 | 2025.02.21 14:38:59.225748 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 22575 rows starting from the beginning of the part | ||
| 8126 | 2025.02.21 14:38:59.226250 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part | ||
| 8127 | 2025.02.21 14:38:59.226354 [ 196 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_86_17} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8128 | 2025.02.21 14:38:59.226857 [ 196 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_86_17} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 8129 | 2025.02.21 14:38:59.226870 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 8130 | 2025.02.21 14:38:59.227171 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 8131 | 2025.02.21 14:38:59.227287 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 952 rows starting from the beginning of the part | ||
| 8132 | 2025.02.21 14:38:59.227605 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 98 rows starting from the beginning of the part | ||
| 8133 | 2025.02.21 14:38:59.227850 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 8134 | 2025.02.21 14:38:59.228888 [ 256 ] {6b668f25-9ef1-4951-9f9d-a7cea1ff512d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8135 | 2025.02.21 14:38:59.228959 [ 256 ] {6b668f25-9ef1-4951-9f9d-a7cea1ff512d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8136 | 2025.02.21 14:38:59.229577 [ 256 ] {6b668f25-9ef1-4951-9f9d-a7cea1ff512d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 8137 | 2025.02.21 14:38:59.230029 [ 256 ] {6b668f25-9ef1-4951-9f9d-a7cea1ff512d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8138 | 2025.02.21 14:38:59.230256 [ 34 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 8139 | 2025.02.21 14:38:59.230341 [ 34 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8140 | 2025.02.21 14:38:59.230418 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8141 | 2025.02.21 14:38:59.230430 [ 256 ] {6b668f25-9ef1-4951-9f9d-a7cea1ff512d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005203 sec., 11531.808571977705 rows/sec., 795.81 KiB/sec. | ||
| 8142 | 2025.02.21 14:38:59.230994 [ 194 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 8143 | 2025.02.21 14:38:59.231202 [ 256 ] {6b668f25-9ef1-4951-9f9d-a7cea1ff512d} <Debug> TCPHandler: Processed in 0.006371041 sec. | ||
| 8144 | 2025.02.21 14:38:59.231650 [ 194 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8145 | 2025.02.21 14:38:59.231774 [ 194 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4188 rows starting from the beginning of the part | ||
| 8146 | 2025.02.21 14:38:59.232405 [ 194 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
| 8147 | 2025.02.21 14:38:59.233048 [ 194 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 8148 | 2025.02.21 14:38:59.233717 [ 194 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 22 rows starting from the beginning of the part | ||
| 8149 | 2025.02.21 14:38:59.234151 [ 194 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 38 rows starting from the beginning of the part | ||
| 8150 | 2025.02.21 14:38:59.234366 [ 194 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 8151 | 2025.02.21 14:38:59.237384 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4428 rows, containing 4 columns (4 merged, 0 gathered) in 0.006829755 sec., 648339.5085182411 rows/sec., 43.69 MiB/sec. | ||
| 8152 | 2025.02.21 14:38:59.237928 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 8153 | 2025.02.21 14:38:59.238329 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_86_17} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8154 | 2025.02.21 14:38:59.238413 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_86_17} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 8155 | 2025.02.21 14:38:59.238517 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. | ||
| 8156 | 2025.02.21 14:38:59.239772 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24105 rows, containing 5 columns (5 merged, 0 gathered) in 0.015242156 sec., 1581469.1832310339 rows/sec., 108.36 MiB/sec. | ||
| 8157 | 2025.02.21 14:38:59.240323 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 8158 | 2025.02.21 14:38:59.240642 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8159 | 2025.02.21 14:38:59.240731 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 8160 | 2025.02.21 14:38:59.240829 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 8161 | 2025.02.21 14:39:00.001161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 227.45 MiB, peak 240.63 MiB, free memory in arenas 0.00 B, will set to 229.56 MiB (RSS), difference: 2.11 MiB | ||
| 8162 | 2025.02.21 14:39:02.233776 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8163 | 2025.02.21 14:39:02.233860 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8164 | 2025.02.21 14:39:02.444738 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851 | ||
| 8165 | 2025.02.21 14:39:02.445430 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8166 | 2025.02.21 14:39:02.445478 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8167 | 2025.02.21 14:39:02.446096 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8168 | 2025.02.21 14:39:02.446345 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8169 | 2025.02.21 14:39:02.446585 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 8170 | 2025.02.21 14:39:02.549838 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1108 | ||
| 8171 | 2025.02.21 14:39:02.552559 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8172 | 2025.02.21 14:39:02.552605 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8173 | 2025.02.21 14:39:02.554107 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8174 | 2025.02.21 14:39:02.554413 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8175 | 2025.02.21 14:39:02.556008 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1108 | ||
| 8176 | 2025.02.21 14:39:04.169672 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 8177 | 2025.02.21 14:39:04.187945 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8178 | 2025.02.21 14:39:04.188002 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8179 | 2025.02.21 14:39:04.195169 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8180 | 2025.02.21 14:39:04.195907 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8181 | 2025.02.21 14:39:04.199614 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 8182 | 2025.02.21 14:39:04.210513 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8183 | 2025.02.21 14:39:04.210742 [ 254 ] {e5afde6b-e7b7-4af8-b8fa-c332f91d23f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8184 | 2025.02.21 14:39:04.210828 [ 254 ] {e5afde6b-e7b7-4af8-b8fa-c332f91d23f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8185 | 2025.02.21 14:39:04.211672 [ 254 ] {e5afde6b-e7b7-4af8-b8fa-c332f91d23f6} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8186 | 2025.02.21 14:39:04.211728 [ 254 ] {e5afde6b-e7b7-4af8-b8fa-c332f91d23f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8187 | 2025.02.21 14:39:04.212211 [ 254 ] {e5afde6b-e7b7-4af8-b8fa-c332f91d23f6} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 8188 | 2025.02.21 14:39:04.212484 [ 254 ] {e5afde6b-e7b7-4af8-b8fa-c332f91d23f6} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8189 | 2025.02.21 14:39:04.212747 [ 254 ] {e5afde6b-e7b7-4af8-b8fa-c332f91d23f6} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002067 sec., 64828.2535074988 rows/sec., 5.58 MiB/sec. | ||
| 8190 | 2025.02.21 14:39:04.212817 [ 254 ] {e5afde6b-e7b7-4af8-b8fa-c332f91d23f6} <Debug> TCPHandler: Processed in 0.002446273 sec. | ||
| 8191 | 2025.02.21 14:39:04.213113 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8192 | 2025.02.21 14:39:04.213413 [ 256 ] {82f1be4a-299b-4972-8be0-0271ae2cbabf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8193 | 2025.02.21 14:39:04.213525 [ 256 ] {82f1be4a-299b-4972-8be0-0271ae2cbabf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8194 | 2025.02.21 14:39:04.214393 [ 256 ] {82f1be4a-299b-4972-8be0-0271ae2cbabf} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8195 | 2025.02.21 14:39:04.214432 [ 256 ] {82f1be4a-299b-4972-8be0-0271ae2cbabf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8196 | 2025.02.21 14:39:04.214865 [ 256 ] {82f1be4a-299b-4972-8be0-0271ae2cbabf} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8197 | 2025.02.21 14:39:04.215121 [ 256 ] {82f1be4a-299b-4972-8be0-0271ae2cbabf} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8198 | 2025.02.21 14:39:04.215344 [ 256 ] {82f1be4a-299b-4972-8be0-0271ae2cbabf} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.002009 sec., 19412.643106022897 rows/sec., 1.43 MiB/sec. | ||
| 8199 | 2025.02.21 14:39:04.215454 [ 256 ] {82f1be4a-299b-4972-8be0-0271ae2cbabf} <Debug> TCPHandler: Processed in 0.002524795 sec. | ||
| 8200 | 2025.02.21 14:39:04.215707 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8201 | 2025.02.21 14:39:04.215953 [ 254 ] {36eb968e-e6b8-47e8-b368-5b84a25cdf0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8202 | 2025.02.21 14:39:04.216005 [ 254 ] {36eb968e-e6b8-47e8-b368-5b84a25cdf0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8203 | 2025.02.21 14:39:04.216641 [ 254 ] {36eb968e-e6b8-47e8-b368-5b84a25cdf0f} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8204 | 2025.02.21 14:39:04.216683 [ 254 ] {36eb968e-e6b8-47e8-b368-5b84a25cdf0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8205 | 2025.02.21 14:39:04.217082 [ 254 ] {36eb968e-e6b8-47e8-b368-5b84a25cdf0f} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 8206 | 2025.02.21 14:39:04.217321 [ 254 ] {36eb968e-e6b8-47e8-b368-5b84a25cdf0f} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8207 | 2025.02.21 14:39:04.217536 [ 254 ] {36eb968e-e6b8-47e8-b368-5b84a25cdf0f} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001629 sec., 63228.97483118477 rows/sec., 4.94 MiB/sec. | ||
| 8208 | 2025.02.21 14:39:04.217593 [ 254 ] {36eb968e-e6b8-47e8-b368-5b84a25cdf0f} <Debug> TCPHandler: Processed in 0.002049351 sec. | ||
| 8209 | 2025.02.21 14:39:04.217730 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8210 | 2025.02.21 14:39:04.217857 [ 256 ] {ce6cf05e-447f-44a4-801a-9970b9dd1e14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8211 | 2025.02.21 14:39:04.217922 [ 256 ] {ce6cf05e-447f-44a4-801a-9970b9dd1e14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8212 | 2025.02.21 14:39:04.218603 [ 256 ] {ce6cf05e-447f-44a4-801a-9970b9dd1e14} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8213 | 2025.02.21 14:39:04.218647 [ 256 ] {ce6cf05e-447f-44a4-801a-9970b9dd1e14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8214 | 2025.02.21 14:39:04.219071 [ 256 ] {ce6cf05e-447f-44a4-801a-9970b9dd1e14} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 8215 | 2025.02.21 14:39:04.219312 [ 256 ] {ce6cf05e-447f-44a4-801a-9970b9dd1e14} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8216 | 2025.02.21 14:39:04.219488 [ 256 ] {ce6cf05e-447f-44a4-801a-9970b9dd1e14} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001663 sec., 96211.66566446182 rows/sec., 6.70 MiB/sec. | ||
| 8217 | 2025.02.21 14:39:04.219539 [ 256 ] {ce6cf05e-447f-44a4-801a-9970b9dd1e14} <Debug> TCPHandler: Processed in 0.001867185 sec. | ||
| 8218 | 2025.02.21 14:39:04.219673 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8219 | 2025.02.21 14:39:04.219792 [ 254 ] {e5cb04da-02a2-486e-b7ed-16765055b9ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8220 | 2025.02.21 14:39:04.219887 [ 254 ] {e5cb04da-02a2-486e-b7ed-16765055b9ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8221 | 2025.02.21 14:39:04.221232 [ 254 ] {e5cb04da-02a2-486e-b7ed-16765055b9ce} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8222 | 2025.02.21 14:39:04.221272 [ 254 ] {e5cb04da-02a2-486e-b7ed-16765055b9ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8223 | 2025.02.21 14:39:04.221970 [ 254 ] {e5cb04da-02a2-486e-b7ed-16765055b9ce} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8224 | 2025.02.21 14:39:04.222231 [ 254 ] {e5cb04da-02a2-486e-b7ed-16765055b9ce} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8225 | 2025.02.21 14:39:04.222479 [ 254 ] {e5cb04da-02a2-486e-b7ed-16765055b9ce} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002712 sec., 14380.530973451327 rows/sec., 25.77 MiB/sec. | ||
| 8226 | 2025.02.21 14:39:04.222596 [ 254 ] {e5cb04da-02a2-486e-b7ed-16765055b9ce} <Debug> TCPHandler: Processed in 0.002983039 sec. | ||
| 8227 | 2025.02.21 14:39:04.222748 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8228 | 2025.02.21 14:39:04.222885 [ 256 ] {a2252cbf-4b02-4b90-b129-da8e78bf3a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8229 | 2025.02.21 14:39:04.222944 [ 256 ] {a2252cbf-4b02-4b90-b129-da8e78bf3a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8230 | 2025.02.21 14:39:04.223522 [ 256 ] {a2252cbf-4b02-4b90-b129-da8e78bf3a32} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8231 | 2025.02.21 14:39:04.223566 [ 256 ] {a2252cbf-4b02-4b90-b129-da8e78bf3a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8232 | 2025.02.21 14:39:04.223968 [ 256 ] {a2252cbf-4b02-4b90-b129-da8e78bf3a32} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 8233 | 2025.02.21 14:39:04.224197 [ 256 ] {a2252cbf-4b02-4b90-b129-da8e78bf3a32} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8234 | 2025.02.21 14:39:04.224399 [ 256 ] {a2252cbf-4b02-4b90-b129-da8e78bf3a32} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001543 sec., 38885.28839922229 rows/sec., 2.62 MiB/sec. | ||
| 8235 | 2025.02.21 14:39:04.224472 [ 256 ] {a2252cbf-4b02-4b90-b129-da8e78bf3a32} <Debug> TCPHandler: Processed in 0.001791513 sec. | ||
| 8236 | 2025.02.21 14:39:09.208540 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8237 | 2025.02.21 14:39:09.208772 [ 254 ] {29a57a96-b385-4e7c-9282-981b412f549f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8238 | 2025.02.21 14:39:09.208856 [ 254 ] {29a57a96-b385-4e7c-9282-981b412f549f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8239 | 2025.02.21 14:39:09.209660 [ 254 ] {29a57a96-b385-4e7c-9282-981b412f549f} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8240 | 2025.02.21 14:39:09.209717 [ 254 ] {29a57a96-b385-4e7c-9282-981b412f549f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8241 | 2025.02.21 14:39:09.210165 [ 254 ] {29a57a96-b385-4e7c-9282-981b412f549f} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 8242 | 2025.02.21 14:39:09.210433 [ 254 ] {29a57a96-b385-4e7c-9282-981b412f549f} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8243 | 2025.02.21 14:39:09.210690 [ 254 ] {29a57a96-b385-4e7c-9282-981b412f549f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001977 sec., 28325.74607991907 rows/sec., 2.16 MiB/sec. | ||
| 8244 | 2025.02.21 14:39:09.210758 [ 254 ] {29a57a96-b385-4e7c-9282-981b412f549f} <Debug> TCPHandler: Processed in 0.002361991 sec. | ||
| 8245 | 2025.02.21 14:39:09.211047 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8246 | 2025.02.21 14:39:09.211369 [ 256 ] {86c8a4e4-b828-4ea9-8dcd-f47c4384d9d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8247 | 2025.02.21 14:39:09.211489 [ 256 ] {86c8a4e4-b828-4ea9-8dcd-f47c4384d9d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8248 | 2025.02.21 14:39:09.212478 [ 256 ] {86c8a4e4-b828-4ea9-8dcd-f47c4384d9d2} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8249 | 2025.02.21 14:39:09.212533 [ 256 ] {86c8a4e4-b828-4ea9-8dcd-f47c4384d9d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8250 | 2025.02.21 14:39:09.212982 [ 256 ] {86c8a4e4-b828-4ea9-8dcd-f47c4384d9d2} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 8251 | 2025.02.21 14:39:09.213236 [ 256 ] {86c8a4e4-b828-4ea9-8dcd-f47c4384d9d2} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8252 | 2025.02.21 14:39:09.213515 [ 256 ] {86c8a4e4-b828-4ea9-8dcd-f47c4384d9d2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002239 sec., 28584.189370254575 rows/sec., 2.23 MiB/sec. | ||
| 8253 | 2025.02.21 14:39:09.213586 [ 256 ] {86c8a4e4-b828-4ea9-8dcd-f47c4384d9d2} <Debug> TCPHandler: Processed in 0.002714331 sec. | ||
| 8254 | 2025.02.21 14:39:09.213746 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8255 | 2025.02.21 14:39:09.213906 [ 254 ] {9a2f9a45-b42d-4d0c-87e2-59d64d8f4c5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8256 | 2025.02.21 14:39:09.213973 [ 254 ] {9a2f9a45-b42d-4d0c-87e2-59d64d8f4c5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8257 | 2025.02.21 14:39:09.214657 [ 254 ] {9a2f9a45-b42d-4d0c-87e2-59d64d8f4c5b} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8258 | 2025.02.21 14:39:09.214706 [ 254 ] {9a2f9a45-b42d-4d0c-87e2-59d64d8f4c5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8259 | 2025.02.21 14:39:09.215154 [ 254 ] {9a2f9a45-b42d-4d0c-87e2-59d64d8f4c5b} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 8260 | 2025.02.21 14:39:09.215399 [ 254 ] {9a2f9a45-b42d-4d0c-87e2-59d64d8f4c5b} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8261 | 2025.02.21 14:39:09.215647 [ 254 ] {9a2f9a45-b42d-4d0c-87e2-59d64d8f4c5b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00177 sec., 90395.4802259887 rows/sec., 6.30 MiB/sec. | ||
| 8262 | 2025.02.21 14:39:09.215721 [ 254 ] {9a2f9a45-b42d-4d0c-87e2-59d64d8f4c5b} <Debug> TCPHandler: Processed in 0.002044091 sec. | ||
| 8263 | 2025.02.21 14:39:09.215882 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8264 | 2025.02.21 14:39:09.216242 [ 256 ] {0cd486a0-27a7-495a-8a1f-ab0dfc368924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8265 | 2025.02.21 14:39:09.216480 [ 256 ] {0cd486a0-27a7-495a-8a1f-ab0dfc368924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8266 | 2025.02.21 14:39:09.217278 [ 256 ] {0cd486a0-27a7-495a-8a1f-ab0dfc368924} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8267 | 2025.02.21 14:39:09.217320 [ 256 ] {0cd486a0-27a7-495a-8a1f-ab0dfc368924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8268 | 2025.02.21 14:39:09.217708 [ 256 ] {0cd486a0-27a7-495a-8a1f-ab0dfc368924} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 8269 | 2025.02.21 14:39:09.217948 [ 256 ] {0cd486a0-27a7-495a-8a1f-ab0dfc368924} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8270 | 2025.02.21 14:39:09.218201 [ 256 ] {0cd486a0-27a7-495a-8a1f-ab0dfc368924} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002117 sec., 28341.99338686821 rows/sec., 1.91 MiB/sec. | ||
| 8271 | 2025.02.21 14:39:09.218259 [ 256 ] {0cd486a0-27a7-495a-8a1f-ab0dfc368924} <Debug> TCPHandler: Processed in 0.002461484 sec. | ||
| 8272 | 2025.02.21 14:39:09.947632 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278 | ||
| 8273 | 2025.02.21 14:39:09.948270 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8274 | 2025.02.21 14:39:09.948318 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8275 | 2025.02.21 14:39:09.948839 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8276 | 2025.02.21 14:39:09.949091 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8277 | 2025.02.21 14:39:09.949330 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278 | ||
| 8278 | 2025.02.21 14:39:11.700592 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 8279 | 2025.02.21 14:39:11.720148 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8280 | 2025.02.21 14:39:11.720214 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8281 | 2025.02.21 14:39:11.727866 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8282 | 2025.02.21 14:39:11.728686 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8283 | 2025.02.21 14:39:11.731715 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 8284 | 2025.02.21 14:39:12.557015 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1128 | ||
| 8285 | 2025.02.21 14:39:12.559903 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8286 | 2025.02.21 14:39:12.559956 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8287 | 2025.02.21 14:39:12.561451 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8288 | 2025.02.21 14:39:12.561761 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8289 | 2025.02.21 14:39:12.562384 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1128 | ||
| 8290 | 2025.02.21 14:39:14.210472 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8291 | 2025.02.21 14:39:14.210682 [ 254 ] {f10373dc-728e-4101-8d26-ab476f5c6b2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8292 | 2025.02.21 14:39:14.210761 [ 254 ] {f10373dc-728e-4101-8d26-ab476f5c6b2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8293 | 2025.02.21 14:39:14.211656 [ 254 ] {f10373dc-728e-4101-8d26-ab476f5c6b2b} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8294 | 2025.02.21 14:39:14.211712 [ 254 ] {f10373dc-728e-4101-8d26-ab476f5c6b2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8295 | 2025.02.21 14:39:14.212163 [ 254 ] {f10373dc-728e-4101-8d26-ab476f5c6b2b} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 8296 | 2025.02.21 14:39:14.212420 [ 254 ] {f10373dc-728e-4101-8d26-ab476f5c6b2b} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8297 | 2025.02.21 14:39:14.212692 [ 254 ] {f10373dc-728e-4101-8d26-ab476f5c6b2b} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.00206 sec., 65048.54368932038 rows/sec., 5.60 MiB/sec. | ||
| 8298 | 2025.02.21 14:39:14.212792 [ 254 ] {f10373dc-728e-4101-8d26-ab476f5c6b2b} <Debug> TCPHandler: Processed in 0.002464294 sec. | ||
| 8299 | 2025.02.21 14:39:14.213168 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8300 | 2025.02.21 14:39:14.213481 [ 256 ] {6457114e-5a4b-4dd7-b7dc-9b2f344fce30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8301 | 2025.02.21 14:39:14.213592 [ 256 ] {6457114e-5a4b-4dd7-b7dc-9b2f344fce30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8302 | 2025.02.21 14:39:14.214571 [ 256 ] {6457114e-5a4b-4dd7-b7dc-9b2f344fce30} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8303 | 2025.02.21 14:39:14.214620 [ 256 ] {6457114e-5a4b-4dd7-b7dc-9b2f344fce30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8304 | 2025.02.21 14:39:14.215052 [ 256 ] {6457114e-5a4b-4dd7-b7dc-9b2f344fce30} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8305 | 2025.02.21 14:39:14.215309 [ 256 ] {6457114e-5a4b-4dd7-b7dc-9b2f344fce30} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8306 | 2025.02.21 14:39:14.215526 [ 130 ] {} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 8307 | 2025.02.21 14:39:14.215583 [ 256 ] {6457114e-5a4b-4dd7-b7dc-9b2f344fce30} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.002188 sec., 17824.497257769654 rows/sec., 1.31 MiB/sec. | ||
| 8308 | 2025.02.21 14:39:14.215661 [ 130 ] {} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8309 | 2025.02.21 14:39:14.215716 [ 256 ] {6457114e-5a4b-4dd7-b7dc-9b2f344fce30} <Debug> TCPHandler: Processed in 0.002812834 sec. | ||
| 8310 | 2025.02.21 14:39:14.215743 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8311 | 2025.02.21 14:39:14.215941 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8312 | 2025.02.21 14:39:14.216293 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::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 | ||
| 8313 | 2025.02.21 14:39:14.216395 [ 254 ] {924a2056-ee1f-46d3-a5e7-53bcb0b31363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8314 | 2025.02.21 14:39:14.216605 [ 254 ] {924a2056-ee1f-46d3-a5e7-53bcb0b31363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8315 | 2025.02.21 14:39:14.217235 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8316 | 2025.02.21 14:39:14.217355 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 69 rows starting from the beginning of the part | ||
| 8317 | 2025.02.21 14:39:14.217617 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 39 rows starting from the beginning of the part | ||
| 8318 | 2025.02.21 14:39:14.217995 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 39 rows starting from the beginning of the part | ||
| 8319 | 2025.02.21 14:39:14.218337 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 67 rows starting from the beginning of the part | ||
| 8320 | 2025.02.21 14:39:14.218653 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 39 rows starting from the beginning of the part | ||
| 8321 | 2025.02.21 14:39:14.219011 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 39 rows starting from the beginning of the part | ||
| 8322 | 2025.02.21 14:39:14.220323 [ 254 ] {924a2056-ee1f-46d3-a5e7-53bcb0b31363} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8323 | 2025.02.21 14:39:14.220387 [ 254 ] {924a2056-ee1f-46d3-a5e7-53bcb0b31363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8324 | 2025.02.21 14:39:14.221374 [ 254 ] {924a2056-ee1f-46d3-a5e7-53bcb0b31363} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 8325 | 2025.02.21 14:39:14.221948 [ 254 ] {924a2056-ee1f-46d3-a5e7-53bcb0b31363} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8326 | 2025.02.21 14:39:14.221964 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 5 columns (5 merged, 0 gathered) in 0.006044671 sec., 48307.01290442441 rows/sec., 3.72 MiB/sec. | ||
| 8327 | 2025.02.21 14:39:14.222216 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 8328 | 2025.02.21 14:39:14.222404 [ 254 ] {924a2056-ee1f-46d3-a5e7-53bcb0b31363} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.006157 sec., 16728.926425207083 rows/sec., 1.31 MiB/sec. | ||
| 8329 | 2025.02.21 14:39:14.222539 [ 254 ] {924a2056-ee1f-46d3-a5e7-53bcb0b31363} <Debug> TCPHandler: Processed in 0.006715191 sec. | ||
| 8330 | 2025.02.21 14:39:14.222780 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_38_8} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8331 | 2025.02.21 14:39:14.222813 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8332 | 2025.02.21 14:39:14.222898 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_38_8} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 8333 | 2025.02.21 14:39:14.223057 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 8334 | 2025.02.21 14:39:14.223154 [ 256 ] {43d8f821-1262-4e3b-ae2e-a6c9be5005d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8335 | 2025.02.21 14:39:14.223212 [ 256 ] {43d8f821-1262-4e3b-ae2e-a6c9be5005d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8336 | 2025.02.21 14:39:14.223785 [ 256 ] {43d8f821-1262-4e3b-ae2e-a6c9be5005d9} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8337 | 2025.02.21 14:39:14.223825 [ 256 ] {43d8f821-1262-4e3b-ae2e-a6c9be5005d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8338 | 2025.02.21 14:39:14.224241 [ 256 ] {43d8f821-1262-4e3b-ae2e-a6c9be5005d9} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 8339 | 2025.02.21 14:39:14.224480 [ 256 ] {43d8f821-1262-4e3b-ae2e-a6c9be5005d9} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8340 | 2025.02.21 14:39:14.224696 [ 256 ] {43d8f821-1262-4e3b-ae2e-a6c9be5005d9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001623 sec., 98582.87122612445 rows/sec., 6.87 MiB/sec. | ||
| 8341 | 2025.02.21 14:39:14.224749 [ 256 ] {43d8f821-1262-4e3b-ae2e-a6c9be5005d9} <Debug> TCPHandler: Processed in 0.002095722 sec. | ||
| 8342 | 2025.02.21 14:39:14.224903 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8343 | 2025.02.21 14:39:14.225057 [ 254 ] {fe579a6e-635b-49f2-83bb-ceec9c934a17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8344 | 2025.02.21 14:39:14.225148 [ 254 ] {fe579a6e-635b-49f2-83bb-ceec9c934a17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8345 | 2025.02.21 14:39:14.226481 [ 254 ] {fe579a6e-635b-49f2-83bb-ceec9c934a17} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8346 | 2025.02.21 14:39:14.226524 [ 254 ] {fe579a6e-635b-49f2-83bb-ceec9c934a17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8347 | 2025.02.21 14:39:14.227231 [ 254 ] {fe579a6e-635b-49f2-83bb-ceec9c934a17} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8348 | 2025.02.21 14:39:14.227496 [ 254 ] {fe579a6e-635b-49f2-83bb-ceec9c934a17} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8349 | 2025.02.21 14:39:14.227745 [ 254 ] {fe579a6e-635b-49f2-83bb-ceec9c934a17} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002722 sec., 14327.700220426157 rows/sec., 25.67 MiB/sec. | ||
| 8350 | 2025.02.21 14:39:14.227860 [ 254 ] {fe579a6e-635b-49f2-83bb-ceec9c934a17} <Debug> TCPHandler: Processed in 0.003035191 sec. | ||
| 8351 | 2025.02.21 14:39:14.228005 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8352 | 2025.02.21 14:39:14.228179 [ 256 ] {bc1415aa-e62d-4906-a6e7-a5a124cff770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8353 | 2025.02.21 14:39:14.228272 [ 256 ] {bc1415aa-e62d-4906-a6e7-a5a124cff770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8354 | 2025.02.21 14:39:14.229154 [ 256 ] {bc1415aa-e62d-4906-a6e7-a5a124cff770} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8355 | 2025.02.21 14:39:14.229196 [ 256 ] {bc1415aa-e62d-4906-a6e7-a5a124cff770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8356 | 2025.02.21 14:39:14.229574 [ 256 ] {bc1415aa-e62d-4906-a6e7-a5a124cff770} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 8357 | 2025.02.21 14:39:14.229809 [ 256 ] {bc1415aa-e62d-4906-a6e7-a5a124cff770} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8358 | 2025.02.21 14:39:14.230059 [ 256 ] {bc1415aa-e62d-4906-a6e7-a5a124cff770} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001926 sec., 31152.64797507788 rows/sec., 2.10 MiB/sec. | ||
| 8359 | 2025.02.21 14:39:14.230180 [ 256 ] {bc1415aa-e62d-4906-a6e7-a5a124cff770} <Debug> TCPHandler: Processed in 0.002240847 sec. | ||
| 8360 | 2025.02.21 14:39:17.234107 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8361 | 2025.02.21 14:39:17.234177 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8362 | 2025.02.21 14:39:17.450356 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766 | ||
| 8363 | 2025.02.21 14:39:17.451021 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8364 | 2025.02.21 14:39:17.451064 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8365 | 2025.02.21 14:39:17.451593 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8366 | 2025.02.21 14:39:17.451848 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8367 | 2025.02.21 14:39:17.452100 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 8368 | 2025.02.21 14:39:19.209237 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8369 | 2025.02.21 14:39:19.209422 [ 254 ] {8f714eb7-4ac5-44e1-b5a1-821a0f6db66f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8370 | 2025.02.21 14:39:19.209493 [ 254 ] {8f714eb7-4ac5-44e1-b5a1-821a0f6db66f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8371 | 2025.02.21 14:39:19.210245 [ 254 ] {8f714eb7-4ac5-44e1-b5a1-821a0f6db66f} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8372 | 2025.02.21 14:39:19.210290 [ 254 ] {8f714eb7-4ac5-44e1-b5a1-821a0f6db66f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8373 | 2025.02.21 14:39:19.210743 [ 254 ] {8f714eb7-4ac5-44e1-b5a1-821a0f6db66f} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 8374 | 2025.02.21 14:39:19.210994 [ 254 ] {8f714eb7-4ac5-44e1-b5a1-821a0f6db66f} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8375 | 2025.02.21 14:39:19.211198 [ 254 ] {8f714eb7-4ac5-44e1-b5a1-821a0f6db66f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001828 sec., 30634.57330415755 rows/sec., 2.34 MiB/sec. | ||
| 8376 | 2025.02.21 14:39:19.211264 [ 254 ] {8f714eb7-4ac5-44e1-b5a1-821a0f6db66f} <Debug> TCPHandler: Processed in 0.002164285 sec. | ||
| 8377 | 2025.02.21 14:39:19.211569 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8378 | 2025.02.21 14:39:19.211876 [ 256 ] {1e9136f5-a927-4ee7-aedf-fc5a86803529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8379 | 2025.02.21 14:39:19.211993 [ 256 ] {1e9136f5-a927-4ee7-aedf-fc5a86803529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8380 | 2025.02.21 14:39:19.212890 [ 256 ] {1e9136f5-a927-4ee7-aedf-fc5a86803529} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8381 | 2025.02.21 14:39:19.212944 [ 256 ] {1e9136f5-a927-4ee7-aedf-fc5a86803529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8382 | 2025.02.21 14:39:19.213397 [ 256 ] {1e9136f5-a927-4ee7-aedf-fc5a86803529} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 8383 | 2025.02.21 14:39:19.213662 [ 256 ] {1e9136f5-a927-4ee7-aedf-fc5a86803529} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8384 | 2025.02.21 14:39:19.213912 [ 256 ] {1e9136f5-a927-4ee7-aedf-fc5a86803529} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002122 sec., 30160.22620169651 rows/sec., 2.35 MiB/sec. | ||
| 8385 | 2025.02.21 14:39:19.213978 [ 256 ] {1e9136f5-a927-4ee7-aedf-fc5a86803529} <Debug> TCPHandler: Processed in 0.002600918 sec. | ||
| 8386 | 2025.02.21 14:39:19.214131 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8387 | 2025.02.21 14:39:19.214275 [ 254 ] {cbf31ffc-3b05-4c37-bf55-9033428ffb67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8388 | 2025.02.21 14:39:19.214341 [ 254 ] {cbf31ffc-3b05-4c37-bf55-9033428ffb67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8389 | 2025.02.21 14:39:19.215010 [ 254 ] {cbf31ffc-3b05-4c37-bf55-9033428ffb67} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8390 | 2025.02.21 14:39:19.215057 [ 254 ] {cbf31ffc-3b05-4c37-bf55-9033428ffb67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8391 | 2025.02.21 14:39:19.215488 [ 254 ] {cbf31ffc-3b05-4c37-bf55-9033428ffb67} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 8392 | 2025.02.21 14:39:19.215735 [ 254 ] {cbf31ffc-3b05-4c37-bf55-9033428ffb67} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8393 | 2025.02.21 14:39:19.215913 [ 254 ] {cbf31ffc-3b05-4c37-bf55-9033428ffb67} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001672 sec., 95693.77990430621 rows/sec., 6.66 MiB/sec. | ||
| 8394 | 2025.02.21 14:39:19.215967 [ 254 ] {cbf31ffc-3b05-4c37-bf55-9033428ffb67} <Debug> TCPHandler: Processed in 0.001902037 sec. | ||
| 8395 | 2025.02.21 14:39:19.216113 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8396 | 2025.02.21 14:39:19.216237 [ 256 ] {2f74b2b8-0f2c-46e2-8271-c8bdad017500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8397 | 2025.02.21 14:39:19.216328 [ 256 ] {2f74b2b8-0f2c-46e2-8271-c8bdad017500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8398 | 2025.02.21 14:39:19.217232 [ 256 ] {2f74b2b8-0f2c-46e2-8271-c8bdad017500} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8399 | 2025.02.21 14:39:19.217302 [ 256 ] {2f74b2b8-0f2c-46e2-8271-c8bdad017500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8400 | 2025.02.21 14:39:19.217682 [ 256 ] {2f74b2b8-0f2c-46e2-8271-c8bdad017500} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 8401 | 2025.02.21 14:39:19.217921 [ 256 ] {2f74b2b8-0f2c-46e2-8271-c8bdad017500} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8402 | 2025.02.21 14:39:19.218140 [ 256 ] {2f74b2b8-0f2c-46e2-8271-c8bdad017500} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001932 sec., 31055.900621118013 rows/sec., 2.09 MiB/sec. | ||
| 8403 | 2025.02.21 14:39:19.218192 [ 256 ] {2f74b2b8-0f2c-46e2-8271-c8bdad017500} <Debug> TCPHandler: Processed in 0.002137214 sec. | ||
| 8404 | 2025.02.21 14:39:19.232687 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 8405 | 2025.02.21 14:39:19.253935 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8406 | 2025.02.21 14:39:19.253995 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8407 | 2025.02.21 14:39:19.261665 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8408 | 2025.02.21 14:39:19.262438 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8409 | 2025.02.21 14:39:19.265248 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 8410 | 2025.02.21 14:39:20.836863 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8411 | 2025.02.21 14:39:20.837062 [ 254 ] {ad9cb107-6d80-4e56-ac3e-da9bfdffb632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8412 | 2025.02.21 14:39:20.837134 [ 254 ] {ad9cb107-6d80-4e56-ac3e-da9bfdffb632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8413 | 2025.02.21 14:39:20.837866 [ 254 ] {ad9cb107-6d80-4e56-ac3e-da9bfdffb632} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8414 | 2025.02.21 14:39:20.837912 [ 254 ] {ad9cb107-6d80-4e56-ac3e-da9bfdffb632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8415 | 2025.02.21 14:39:20.838344 [ 254 ] {ad9cb107-6d80-4e56-ac3e-da9bfdffb632} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8416 | 2025.02.21 14:39:20.838598 [ 254 ] {ad9cb107-6d80-4e56-ac3e-da9bfdffb632} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8417 | 2025.02.21 14:39:20.838771 [ 180 ] {} <Debug> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 8418 | 2025.02.21 14:39:20.838851 [ 180 ] {} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8419 | 2025.02.21 14:39:20.838849 [ 254 ] {ad9cb107-6d80-4e56-ac3e-da9bfdffb632} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001845 sec., 13008.130081300813 rows/sec., 1.08 MiB/sec. | ||
| 8420 | 2025.02.21 14:39:20.838881 [ 180 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8421 | 2025.02.21 14:39:20.839020 [ 254 ] {ad9cb107-6d80-4e56-ac3e-da9bfdffb632} <Debug> TCPHandler: Processed in 0.002288379 sec. | ||
| 8422 | 2025.02.21 14:39:20.839065 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::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 | ||
| 8423 | 2025.02.21 14:39:20.839183 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8424 | 2025.02.21 14:39:20.839228 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 24 rows starting from the beginning of the part | ||
| 8425 | 2025.02.21 14:39:20.839293 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part | ||
| 8426 | 2025.02.21 14:39:20.839380 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8427 | 2025.02.21 14:39:20.839582 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part | ||
| 8428 | 2025.02.21 14:39:20.839966 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part | ||
| 8429 | 2025.02.21 14:39:20.840013 [ 256 ] {498f6490-d15d-4af3-a798-8b25850492fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8430 | 2025.02.21 14:39:20.840253 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part | ||
| 8431 | 2025.02.21 14:39:20.840256 [ 256 ] {498f6490-d15d-4af3-a798-8b25850492fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8432 | 2025.02.21 14:39:20.842588 [ 256 ] {498f6490-d15d-4af3-a798-8b25850492fe} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8433 | 2025.02.21 14:39:20.842671 [ 256 ] {498f6490-d15d-4af3-a798-8b25850492fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8434 | 2025.02.21 14:39:20.843058 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.004070331 sec., 29481.631837803856 rows/sec., 2.56 MiB/sec. | ||
| 8435 | 2025.02.21 14:39:20.843237 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 8436 | 2025.02.21 14:39:20.843563 [ 256 ] {498f6490-d15d-4af3-a798-8b25850492fe} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8437 | 2025.02.21 14:39:20.843708 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_13_3} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8438 | 2025.02.21 14:39:20.843884 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_13_3} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 8439 | 2025.02.21 14:39:20.844029 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8440 | 2025.02.21 14:39:20.844068 [ 256 ] {498f6490-d15d-4af3-a798-8b25850492fe} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8441 | 2025.02.21 14:39:20.844402 [ 256 ] {498f6490-d15d-4af3-a798-8b25850492fe} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004618 sec., 433.08791684711997 rows/sec., 35.32 KiB/sec. | ||
| 8442 | 2025.02.21 14:39:20.844649 [ 256 ] {498f6490-d15d-4af3-a798-8b25850492fe} <Debug> TCPHandler: Processed in 0.005457593 sec. | ||
| 8443 | 2025.02.21 14:39:20.844827 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8444 | 2025.02.21 14:39:20.844975 [ 254 ] {def39b43-e4c8-4d57-8e95-11afaa492ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8445 | 2025.02.21 14:39:20.845035 [ 254 ] {def39b43-e4c8-4d57-8e95-11afaa492ec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8446 | 2025.02.21 14:39:20.846327 [ 254 ] {def39b43-e4c8-4d57-8e95-11afaa492ec6} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8447 | 2025.02.21 14:39:20.846368 [ 254 ] {def39b43-e4c8-4d57-8e95-11afaa492ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8448 | 2025.02.21 14:39:20.846837 [ 254 ] {def39b43-e4c8-4d57-8e95-11afaa492ec6} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 8449 | 2025.02.21 14:39:20.847098 [ 254 ] {def39b43-e4c8-4d57-8e95-11afaa492ec6} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8450 | 2025.02.21 14:39:20.847312 [ 180 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 8451 | 2025.02.21 14:39:20.847362 [ 180 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8452 | 2025.02.21 14:39:20.847398 [ 254 ] {def39b43-e4c8-4d57-8e95-11afaa492ec6} <Debug> executeQuery: Read 1395 rows, 119.43 KiB in 0.002446 sec., 570318.8879803761 rows/sec., 47.68 MiB/sec. | ||
| 8453 | 2025.02.21 14:39:20.847406 [ 180 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8454 | 2025.02.21 14:39:20.847593 [ 254 ] {def39b43-e4c8-4d57-8e95-11afaa492ec6} <Debug> TCPHandler: Processed in 0.002832995 sec. | ||
| 8455 | 2025.02.21 14:39:20.847695 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 8456 | 2025.02.21 14:39:20.847873 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8457 | 2025.02.21 14:39:20.848075 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8458 | 2025.02.21 14:39:20.848191 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1405 rows starting from the beginning of the part | ||
| 8459 | 2025.02.21 14:39:20.848539 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 134 rows starting from the beginning of the part | ||
| 8460 | 2025.02.21 14:39:20.848850 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 8461 | 2025.02.21 14:39:20.849255 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 134 rows starting from the beginning of the part | ||
| 8462 | 2025.02.21 14:39:20.849731 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 8463 | 2025.02.21 14:39:20.850080 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1395 rows starting from the beginning of the part | ||
| 8464 | 2025.02.21 14:39:20.850101 [ 256 ] {e02bbdc8-cec1-4c2b-87d6-11c4f13d7e7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8465 | 2025.02.21 14:39:20.850362 [ 256 ] {e02bbdc8-cec1-4c2b-87d6-11c4f13d7e7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8466 | 2025.02.21 14:39:20.852476 [ 256 ] {e02bbdc8-cec1-4c2b-87d6-11c4f13d7e7c} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8467 | 2025.02.21 14:39:20.852551 [ 256 ] {e02bbdc8-cec1-4c2b-87d6-11c4f13d7e7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8468 | 2025.02.21 14:39:20.853137 [ 256 ] {e02bbdc8-cec1-4c2b-87d6-11c4f13d7e7c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8469 | 2025.02.21 14:39:20.853612 [ 256 ] {e02bbdc8-cec1-4c2b-87d6-11c4f13d7e7c} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8470 | 2025.02.21 14:39:20.854000 [ 201 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3180 rows, containing 5 columns (5 merged, 0 gathered) in 0.006459123 sec., 492326.8994877478 rows/sec., 43.00 MiB/sec. | ||
| 8471 | 2025.02.21 14:39:20.854090 [ 256 ] {e02bbdc8-cec1-4c2b-87d6-11c4f13d7e7c} <Debug> executeQuery: Read 53 rows, 4.03 KiB in 0.005773 sec., 9180.668629828511 rows/sec., 698.63 KiB/sec. | ||
| 8472 | 2025.02.21 14:39:20.854202 [ 256 ] {e02bbdc8-cec1-4c2b-87d6-11c4f13d7e7c} <Debug> TCPHandler: Processed in 0.006484884 sec. | ||
| 8473 | 2025.02.21 14:39:20.854391 [ 201 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 8474 | 2025.02.21 14:39:20.854402 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8475 | 2025.02.21 14:39:20.854578 [ 254 ] {633fb213-f86d-4186-a1f8-1144f4d9b92f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8476 | 2025.02.21 14:39:20.854660 [ 254 ] {633fb213-f86d-4186-a1f8-1144f4d9b92f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8477 | 2025.02.21 14:39:20.854921 [ 201 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_91_18} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8478 | 2025.02.21 14:39:20.855156 [ 201 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_91_18} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 8479 | 2025.02.21 14:39:20.855339 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 8480 | 2025.02.21 14:39:20.855834 [ 254 ] {633fb213-f86d-4186-a1f8-1144f4d9b92f} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8481 | 2025.02.21 14:39:20.855882 [ 254 ] {633fb213-f86d-4186-a1f8-1144f4d9b92f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8482 | 2025.02.21 14:39:20.856286 [ 254 ] {633fb213-f86d-4186-a1f8-1144f4d9b92f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 8483 | 2025.02.21 14:39:20.856534 [ 254 ] {633fb213-f86d-4186-a1f8-1144f4d9b92f} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8484 | 2025.02.21 14:39:20.856808 [ 254 ] {633fb213-f86d-4186-a1f8-1144f4d9b92f} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002275 sec., 110769.23076923077 rows/sec., 7.66 MiB/sec. | ||
| 8485 | 2025.02.21 14:39:20.857052 [ 254 ] {633fb213-f86d-4186-a1f8-1144f4d9b92f} <Debug> TCPHandler: Processed in 0.002733962 sec. | ||
| 8486 | 2025.02.21 14:39:20.857268 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8487 | 2025.02.21 14:39:20.857438 [ 256 ] {6cfd6781-ab87-47d5-bb64-8e32304652ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8488 | 2025.02.21 14:39:20.857502 [ 256 ] {6cfd6781-ab87-47d5-bb64-8e32304652ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8489 | 2025.02.21 14:39:20.858218 [ 256 ] {6cfd6781-ab87-47d5-bb64-8e32304652ef} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8490 | 2025.02.21 14:39:20.858268 [ 256 ] {6cfd6781-ab87-47d5-bb64-8e32304652ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8491 | 2025.02.21 14:39:20.858644 [ 256 ] {6cfd6781-ab87-47d5-bb64-8e32304652ef} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8492 | 2025.02.21 14:39:20.858895 [ 256 ] {6cfd6781-ab87-47d5-bb64-8e32304652ef} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8493 | 2025.02.21 14:39:20.859067 [ 180 ] {} <Debug> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 8494 | 2025.02.21 14:39:20.859124 [ 180 ] {} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8495 | 2025.02.21 14:39:20.859146 [ 256 ] {6cfd6781-ab87-47d5-bb64-8e32304652ef} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001739 sec., 6900.517538815411 rows/sec., 539.10 KiB/sec. | ||
| 8496 | 2025.02.21 14:39:20.859160 [ 180 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8497 | 2025.02.21 14:39:20.859321 [ 256 ] {6cfd6781-ab87-47d5-bb64-8e32304652ef} <Debug> TCPHandler: Processed in 0.002135734 sec. | ||
| 8498 | 2025.02.21 14:39:20.859389 [ 197 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::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 | ||
| 8499 | 2025.02.21 14:39:20.859516 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8500 | 2025.02.21 14:39:20.859517 [ 197 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8501 | 2025.02.21 14:39:20.859566 [ 197 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 12 rows starting from the beginning of the part | ||
| 8502 | 2025.02.21 14:39:20.859770 [ 197 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part | ||
| 8503 | 2025.02.21 14:39:20.859803 [ 254 ] {9648ac87-7ad5-4883-96d7-21a811824516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8504 | 2025.02.21 14:39:20.860018 [ 254 ] {9648ac87-7ad5-4883-96d7-21a811824516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8505 | 2025.02.21 14:39:20.860123 [ 197 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part | ||
| 8506 | 2025.02.21 14:39:20.860469 [ 197 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part | ||
| 8507 | 2025.02.21 14:39:20.860822 [ 197 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part | ||
| 8508 | 2025.02.21 14:39:20.862361 [ 254 ] {9648ac87-7ad5-4883-96d7-21a811824516} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8509 | 2025.02.21 14:39:20.862423 [ 254 ] {9648ac87-7ad5-4883-96d7-21a811824516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8510 | 2025.02.21 14:39:20.862522 [ 195 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.003249758 sec., 18462.91323846268 rows/sec., 1.48 MiB/sec. | ||
| 8511 | 2025.02.21 14:39:20.862719 [ 195 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 8512 | 2025.02.21 14:39:20.863203 [ 254 ] {9648ac87-7ad5-4883-96d7-21a811824516} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 8513 | 2025.02.21 14:39:20.863234 [ 195 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_13_3} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8514 | 2025.02.21 14:39:20.863366 [ 195 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_13_3} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 8515 | 2025.02.21 14:39:20.863514 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8516 | 2025.02.21 14:39:20.863627 [ 254 ] {9648ac87-7ad5-4883-96d7-21a811824516} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8517 | 2025.02.21 14:39:20.863821 [ 180 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 8518 | 2025.02.21 14:39:20.863882 [ 180 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8519 | 2025.02.21 14:39:20.863887 [ 254 ] {9648ac87-7ad5-4883-96d7-21a811824516} <Debug> executeQuery: Read 597 rows, 45.95 KiB in 0.004215 sec., 141637.01067615658 rows/sec., 10.65 MiB/sec. | ||
| 8520 | 2025.02.21 14:39:20.863913 [ 180 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8521 | 2025.02.21 14:39:20.864070 [ 254 ] {9648ac87-7ad5-4883-96d7-21a811824516} <Debug> TCPHandler: Processed in 0.004630278 sec. | ||
| 8522 | 2025.02.21 14:39:20.864166 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 8523 | 2025.02.21 14:39:20.864256 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8524 | 2025.02.21 14:39:20.864303 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8525 | 2025.02.21 14:39:20.864344 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 631 rows starting from the beginning of the part | ||
| 8526 | 2025.02.21 14:39:20.864390 [ 256 ] {e4471716-38d9-4c99-8719-8d26deede6e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8527 | 2025.02.21 14:39:20.864483 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 103 rows starting from the beginning of the part | ||
| 8528 | 2025.02.21 14:39:20.864492 [ 256 ] {e4471716-38d9-4c99-8719-8d26deede6e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8529 | 2025.02.21 14:39:20.864863 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 8530 | 2025.02.21 14:39:20.865221 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 103 rows starting from the beginning of the part | ||
| 8531 | 2025.02.21 14:39:20.865480 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 8532 | 2025.02.21 14:39:20.865686 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 597 rows starting from the beginning of the part | ||
| 8533 | 2025.02.21 14:39:20.866439 [ 256 ] {e4471716-38d9-4c99-8719-8d26deede6e8} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8534 | 2025.02.21 14:39:20.866481 [ 256 ] {e4471716-38d9-4c99-8719-8d26deede6e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8535 | 2025.02.21 14:39:20.867078 [ 256 ] {e4471716-38d9-4c99-8719-8d26deede6e8} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 8536 | 2025.02.21 14:39:20.867327 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1562 rows, containing 5 columns (5 merged, 0 gathered) in 0.003263438 sec., 478636.333829538 rows/sec., 38.14 MiB/sec. | ||
| 8537 | 2025.02.21 14:39:20.867432 [ 256 ] {e4471716-38d9-4c99-8719-8d26deede6e8} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8538 | 2025.02.21 14:39:20.867640 [ 197 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 8539 | 2025.02.21 14:39:20.867713 [ 180 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 8540 | 2025.02.21 14:39:20.867829 [ 180 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8541 | 2025.02.21 14:39:20.867906 [ 180 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8542 | 2025.02.21 14:39:20.867974 [ 256 ] {e4471716-38d9-4c99-8719-8d26deede6e8} <Debug> executeQuery: Read 945 rows, 65.30 KiB in 0.003603 sec., 262281.43213988346 rows/sec., 17.70 MiB/sec. | ||
| 8543 | 2025.02.21 14:39:20.868309 [ 256 ] {e4471716-38d9-4c99-8719-8d26deede6e8} <Debug> TCPHandler: Processed in 0.004118523 sec. | ||
| 8544 | 2025.02.21 14:39:20.868315 [ 191 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 8545 | 2025.02.21 14:39:20.868556 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8546 | 2025.02.21 14:39:20.868713 [ 197 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_91_18} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8547 | 2025.02.21 14:39:20.868737 [ 191 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8548 | 2025.02.21 14:39:20.868854 [ 254 ] {01a27bf9-73c5-4797-98ac-1978db5dba6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8549 | 2025.02.21 14:39:20.868904 [ 191 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 24105 rows starting from the beginning of the part | ||
| 8550 | 2025.02.21 14:39:20.869000 [ 197 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_91_18} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 8551 | 2025.02.21 14:39:20.869377 [ 254 ] {01a27bf9-73c5-4797-98ac-1978db5dba6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8552 | 2025.02.21 14:39:20.869420 [ 191 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part | ||
| 8553 | 2025.02.21 14:39:20.869458 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 8554 | 2025.02.21 14:39:20.869927 [ 191 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 8555 | 2025.02.21 14:39:20.870389 [ 191 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part | ||
| 8556 | 2025.02.21 14:39:20.870713 [ 191 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 8557 | 2025.02.21 14:39:20.871073 [ 191 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 945 rows starting from the beginning of the part | ||
| 8558 | 2025.02.21 14:39:20.873819 [ 254 ] {01a27bf9-73c5-4797-98ac-1978db5dba6e} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8559 | 2025.02.21 14:39:20.873888 [ 254 ] {01a27bf9-73c5-4797-98ac-1978db5dba6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8560 | 2025.02.21 14:39:20.875484 [ 254 ] {01a27bf9-73c5-4797-98ac-1978db5dba6e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8561 | 2025.02.21 14:39:20.876159 [ 254 ] {01a27bf9-73c5-4797-98ac-1978db5dba6e} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8562 | 2025.02.21 14:39:20.876573 [ 254 ] {01a27bf9-73c5-4797-98ac-1978db5dba6e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007796 sec., 5002.565418163161 rows/sec., 8.96 MiB/sec. | ||
| 8563 | 2025.02.21 14:39:20.877240 [ 254 ] {01a27bf9-73c5-4797-98ac-1978db5dba6e} <Debug> TCPHandler: Processed in 0.008829574 sec. | ||
| 8564 | 2025.02.21 14:39:20.877461 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8565 | 2025.02.21 14:39:20.877642 [ 256 ] {2ff26ca5-290d-44fa-9d49-446bb285f61c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8566 | 2025.02.21 14:39:20.877715 [ 256 ] {2ff26ca5-290d-44fa-9d49-446bb285f61c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8567 | 2025.02.21 14:39:20.878517 [ 256 ] {2ff26ca5-290d-44fa-9d49-446bb285f61c} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8568 | 2025.02.21 14:39:20.878581 [ 256 ] {2ff26ca5-290d-44fa-9d49-446bb285f61c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8569 | 2025.02.21 14:39:20.879350 [ 256 ] {2ff26ca5-290d-44fa-9d49-446bb285f61c} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 8570 | 2025.02.21 14:39:20.879632 [ 256 ] {2ff26ca5-290d-44fa-9d49-446bb285f61c} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8571 | 2025.02.21 14:39:20.879868 [ 180 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 8572 | 2025.02.21 14:39:20.879944 [ 180 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8573 | 2025.02.21 14:39:20.879970 [ 256 ] {2ff26ca5-290d-44fa-9d49-446bb285f61c} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.002338 sec., 9409.751924721986 rows/sec., 654.52 KiB/sec. | ||
| 8574 | 2025.02.21 14:39:20.879986 [ 180 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 8575 | 2025.02.21 14:39:20.880151 [ 256 ] {2ff26ca5-290d-44fa-9d49-446bb285f61c} <Debug> TCPHandler: Processed in 0.002791783 sec. | ||
| 8576 | 2025.02.21 14:39:20.880298 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 8577 | 2025.02.21 14:39:20.880412 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8578 | 2025.02.21 14:39:20.880445 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4428 rows starting from the beginning of the part | ||
| 8579 | 2025.02.21 14:39:20.880656 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part | ||
| 8580 | 2025.02.21 14:39:20.880790 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 8581 | 2025.02.21 14:39:20.881021 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part | ||
| 8582 | 2025.02.21 14:39:20.881321 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 8583 | 2025.02.21 14:39:20.881763 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 22 rows starting from the beginning of the part | ||
| 8584 | 2025.02.21 14:39:20.882152 [ 186 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25690 rows, containing 5 columns (5 merged, 0 gathered) in 0.014139603 sec., 1816882.6946555711 rows/sec., 124.47 MiB/sec. | ||
| 8585 | 2025.02.21 14:39:20.882467 [ 186 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 8586 | 2025.02.21 14:39:20.883134 [ 186 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8587 | 2025.02.21 14:39:20.883259 [ 186 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 8588 | 2025.02.21 14:39:20.883431 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 8589 | 2025.02.21 14:39:20.884689 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4690 rows, containing 4 columns (4 merged, 0 gathered) in 0.004562626 sec., 1027916.8180780103 rows/sec., 69.28 MiB/sec. | ||
| 8590 | 2025.02.21 14:39:20.885007 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 8591 | 2025.02.21 14:39:20.885326 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_91_18} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8592 | 2025.02.21 14:39:20.885410 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_91_18} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 8593 | 2025.02.21 14:39:20.885495 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 8594 | 2025.02.21 14:39:22.563417 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1168 | ||
| 8595 | 2025.02.21 14:39:22.566655 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8596 | 2025.02.21 14:39:22.566707 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8597 | 2025.02.21 14:39:22.568193 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8598 | 2025.02.21 14:39:22.568495 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8599 | 2025.02.21 14:39:22.569077 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1168 | ||
| 8600 | 2025.02.21 14:39:24.205372 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8601 | 2025.02.21 14:39:24.205572 [ 254 ] {30a4066e-951f-4bcc-bb3d-5838f7658931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8602 | 2025.02.21 14:39:24.205646 [ 254 ] {30a4066e-951f-4bcc-bb3d-5838f7658931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8603 | 2025.02.21 14:39:24.206428 [ 254 ] {30a4066e-951f-4bcc-bb3d-5838f7658931} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8604 | 2025.02.21 14:39:24.206481 [ 254 ] {30a4066e-951f-4bcc-bb3d-5838f7658931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8605 | 2025.02.21 14:39:24.206938 [ 254 ] {30a4066e-951f-4bcc-bb3d-5838f7658931} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 8606 | 2025.02.21 14:39:24.207210 [ 254 ] {30a4066e-951f-4bcc-bb3d-5838f7658931} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8607 | 2025.02.21 14:39:24.207471 [ 254 ] {30a4066e-951f-4bcc-bb3d-5838f7658931} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001952 sec., 28688.524590163935 rows/sec., 2.19 MiB/sec. | ||
| 8608 | 2025.02.21 14:39:24.207536 [ 254 ] {30a4066e-951f-4bcc-bb3d-5838f7658931} <Debug> TCPHandler: Processed in 0.002308709 sec. | ||
| 8609 | 2025.02.21 14:39:24.207879 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8610 | 2025.02.21 14:39:24.208182 [ 256 ] {3b89a18c-7436-4beb-af1a-49d066a6e6c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8611 | 2025.02.21 14:39:24.208296 [ 256 ] {3b89a18c-7436-4beb-af1a-49d066a6e6c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8612 | 2025.02.21 14:39:24.209112 [ 256 ] {3b89a18c-7436-4beb-af1a-49d066a6e6c8} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8613 | 2025.02.21 14:39:24.209152 [ 256 ] {3b89a18c-7436-4beb-af1a-49d066a6e6c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8614 | 2025.02.21 14:39:24.209604 [ 256 ] {3b89a18c-7436-4beb-af1a-49d066a6e6c8} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 8615 | 2025.02.21 14:39:24.209882 [ 256 ] {3b89a18c-7436-4beb-af1a-49d066a6e6c8} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8616 | 2025.02.21 14:39:24.210073 [ 256 ] {3b89a18c-7436-4beb-af1a-49d066a6e6c8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001975 sec., 32405.06329113924 rows/sec., 2.53 MiB/sec. | ||
| 8617 | 2025.02.21 14:39:24.210129 [ 256 ] {3b89a18c-7436-4beb-af1a-49d066a6e6c8} <Debug> TCPHandler: Processed in 0.002469674 sec. | ||
| 8618 | 2025.02.21 14:39:24.210304 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8619 | 2025.02.21 14:39:24.210451 [ 254 ] {f56193eb-15ae-468c-94de-df2a813f0695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8620 | 2025.02.21 14:39:24.210516 [ 254 ] {f56193eb-15ae-468c-94de-df2a813f0695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8621 | 2025.02.21 14:39:24.211173 [ 254 ] {f56193eb-15ae-468c-94de-df2a813f0695} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8622 | 2025.02.21 14:39:24.211222 [ 254 ] {f56193eb-15ae-468c-94de-df2a813f0695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8623 | 2025.02.21 14:39:24.211655 [ 254 ] {f56193eb-15ae-468c-94de-df2a813f0695} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 8624 | 2025.02.21 14:39:24.211899 [ 254 ] {f56193eb-15ae-468c-94de-df2a813f0695} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8625 | 2025.02.21 14:39:24.212116 [ 254 ] {f56193eb-15ae-468c-94de-df2a813f0695} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001699 sec., 57680.98881695115 rows/sec., 4.02 MiB/sec. | ||
| 8626 | 2025.02.21 14:39:24.212169 [ 254 ] {f56193eb-15ae-468c-94de-df2a813f0695} <Debug> TCPHandler: Processed in 0.001936138 sec. | ||
| 8627 | 2025.02.21 14:39:24.212323 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8628 | 2025.02.21 14:39:24.212452 [ 256 ] {093c267f-f145-4478-9afd-407d42c93cc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8629 | 2025.02.21 14:39:24.212513 [ 256 ] {093c267f-f145-4478-9afd-407d42c93cc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8630 | 2025.02.21 14:39:24.213093 [ 256 ] {093c267f-f145-4478-9afd-407d42c93cc8} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8631 | 2025.02.21 14:39:24.213138 [ 256 ] {093c267f-f145-4478-9afd-407d42c93cc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8632 | 2025.02.21 14:39:24.213557 [ 256 ] {093c267f-f145-4478-9afd-407d42c93cc8} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 8633 | 2025.02.21 14:39:24.213792 [ 256 ] {093c267f-f145-4478-9afd-407d42c93cc8} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8634 | 2025.02.21 14:39:24.213965 [ 256 ] {093c267f-f145-4478-9afd-407d42c93cc8} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001544 sec., 24611.39896373057 rows/sec., 1.65 MiB/sec. | ||
| 8635 | 2025.02.21 14:39:24.214011 [ 256 ] {093c267f-f145-4478-9afd-407d42c93cc8} <Debug> TCPHandler: Processed in 0.001746363 sec. | ||
| 8636 | 2025.02.21 14:39:24.953142 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193 | ||
| 8637 | 2025.02.21 14:39:24.953780 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8638 | 2025.02.21 14:39:24.953824 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8639 | 2025.02.21 14:39:24.954373 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8640 | 2025.02.21 14:39:24.954660 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8641 | 2025.02.21 14:39:24.954923 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193 | ||
| 8642 | 2025.02.21 14:39:26.766219 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 8643 | 2025.02.21 14:39:26.787475 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8644 | 2025.02.21 14:39:26.787536 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8645 | 2025.02.21 14:39:26.794969 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8646 | 2025.02.21 14:39:26.795760 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8647 | 2025.02.21 14:39:26.798537 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 8648 | 2025.02.21 14:39:29.208851 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8649 | 2025.02.21 14:39:29.209065 [ 254 ] {ecdc51c0-dd43-445e-a6fa-6c5182967c45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8650 | 2025.02.21 14:39:29.209147 [ 254 ] {ecdc51c0-dd43-445e-a6fa-6c5182967c45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8651 | 2025.02.21 14:39:29.209983 [ 254 ] {ecdc51c0-dd43-445e-a6fa-6c5182967c45} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8652 | 2025.02.21 14:39:29.210029 [ 254 ] {ecdc51c0-dd43-445e-a6fa-6c5182967c45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8653 | 2025.02.21 14:39:29.210481 [ 254 ] {ecdc51c0-dd43-445e-a6fa-6c5182967c45} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 8654 | 2025.02.21 14:39:29.210744 [ 254 ] {ecdc51c0-dd43-445e-a6fa-6c5182967c45} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8655 | 2025.02.21 14:39:29.210965 [ 254 ] {ecdc51c0-dd43-445e-a6fa-6c5182967c45} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001954 sec., 28659.160696008188 rows/sec., 2.19 MiB/sec. | ||
| 8656 | 2025.02.21 14:39:29.211082 [ 254 ] {ecdc51c0-dd43-445e-a6fa-6c5182967c45} <Debug> TCPHandler: Processed in 0.002360721 sec. | ||
| 8657 | 2025.02.21 14:39:29.211385 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8658 | 2025.02.21 14:39:29.211629 [ 256 ] {c7fd688a-e0fe-42ac-ae60-6cb3c1ad2508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8659 | 2025.02.21 14:39:29.211748 [ 256 ] {c7fd688a-e0fe-42ac-ae60-6cb3c1ad2508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8660 | 2025.02.21 14:39:29.212850 [ 256 ] {c7fd688a-e0fe-42ac-ae60-6cb3c1ad2508} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8661 | 2025.02.21 14:39:29.212904 [ 256 ] {c7fd688a-e0fe-42ac-ae60-6cb3c1ad2508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8662 | 2025.02.21 14:39:29.213362 [ 256 ] {c7fd688a-e0fe-42ac-ae60-6cb3c1ad2508} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 8663 | 2025.02.21 14:39:29.213623 [ 256 ] {c7fd688a-e0fe-42ac-ae60-6cb3c1ad2508} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8664 | 2025.02.21 14:39:29.213870 [ 256 ] {c7fd688a-e0fe-42ac-ae60-6cb3c1ad2508} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002324 sec., 27538.726333907056 rows/sec., 2.15 MiB/sec. | ||
| 8665 | 2025.02.21 14:39:29.213938 [ 256 ] {c7fd688a-e0fe-42ac-ae60-6cb3c1ad2508} <Debug> TCPHandler: Processed in 0.002728422 sec. | ||
| 8666 | 2025.02.21 14:39:29.214101 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8667 | 2025.02.21 14:39:29.214249 [ 254 ] {5aeccbee-d917-4402-a856-d8a540810514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8668 | 2025.02.21 14:39:29.214317 [ 254 ] {5aeccbee-d917-4402-a856-d8a540810514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8669 | 2025.02.21 14:39:29.214934 [ 254 ] {5aeccbee-d917-4402-a856-d8a540810514} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8670 | 2025.02.21 14:39:29.214973 [ 254 ] {5aeccbee-d917-4402-a856-d8a540810514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8671 | 2025.02.21 14:39:29.215384 [ 254 ] {5aeccbee-d917-4402-a856-d8a540810514} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 8672 | 2025.02.21 14:39:29.215637 [ 254 ] {5aeccbee-d917-4402-a856-d8a540810514} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8673 | 2025.02.21 14:39:29.215814 [ 254 ] {5aeccbee-d917-4402-a856-d8a540810514} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001603 sec., 99812.85090455395 rows/sec., 6.95 MiB/sec. | ||
| 8674 | 2025.02.21 14:39:29.215865 [ 254 ] {5aeccbee-d917-4402-a856-d8a540810514} <Debug> TCPHandler: Processed in 0.001836135 sec. | ||
| 8675 | 2025.02.21 14:39:29.216082 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8676 | 2025.02.21 14:39:29.216311 [ 256 ] {c082654c-d305-4b25-bec1-8b8d6640f90e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8677 | 2025.02.21 14:39:29.216407 [ 256 ] {c082654c-d305-4b25-bec1-8b8d6640f90e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8678 | 2025.02.21 14:39:29.216992 [ 256 ] {c082654c-d305-4b25-bec1-8b8d6640f90e} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8679 | 2025.02.21 14:39:29.217032 [ 256 ] {c082654c-d305-4b25-bec1-8b8d6640f90e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8680 | 2025.02.21 14:39:29.217417 [ 256 ] {c082654c-d305-4b25-bec1-8b8d6640f90e} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 8681 | 2025.02.21 14:39:29.217655 [ 256 ] {c082654c-d305-4b25-bec1-8b8d6640f90e} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8682 | 2025.02.21 14:39:29.217899 [ 256 ] {c082654c-d305-4b25-bec1-8b8d6640f90e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001641 sec., 36563.07129798903 rows/sec., 2.46 MiB/sec. | ||
| 8683 | 2025.02.21 14:39:29.217970 [ 256 ] {c082654c-d305-4b25-bec1-8b8d6640f90e} <Debug> TCPHandler: Processed in 0.00200139 sec. | ||
| 8684 | 2025.02.21 14:39:32.234227 [ 156 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8685 | 2025.02.21 14:39:32.234295 [ 156 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8686 | 2025.02.21 14:39:32.456003 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681 | ||
| 8687 | 2025.02.21 14:39:32.456702 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8688 | 2025.02.21 14:39:32.456758 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8689 | 2025.02.21 14:39:32.457307 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8690 | 2025.02.21 14:39:32.457580 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8691 | 2025.02.21 14:39:32.457815 [ 156 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8692 | 2025.02.21 14:39:32.457850 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 8693 | 2025.02.21 14:39:32.457894 [ 156 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8694 | 2025.02.21 14:39:32.457927 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8695 | 2025.02.21 14:39:32.458057 [ 186 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 8696 | 2025.02.21 14:39:32.458187 [ 186 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8697 | 2025.02.21 14:39:32.458227 [ 186 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23363 rows starting from the beginning of the part | ||
| 8698 | 2025.02.21 14:39:32.458307 [ 186 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part | ||
| 8699 | 2025.02.21 14:39:32.458514 [ 186 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part | ||
| 8700 | 2025.02.21 14:39:32.458805 [ 186 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part | ||
| 8701 | 2025.02.21 14:39:32.458990 [ 186 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part | ||
| 8702 | 2025.02.21 14:39:32.459144 [ 186 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part | ||
| 8703 | 2025.02.21 14:39:32.461653 [ 200 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003651819 sec., 7032385.7781560365 rows/sec., 100.60 MiB/sec. | ||
| 8704 | 2025.02.21 14:39:32.462002 [ 196 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8705 | 2025.02.21 14:39:32.462404 [ 196 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_56_11} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8706 | 2025.02.21 14:39:32.462512 [ 196 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_56_11} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8707 | 2025.02.21 14:39:32.462646 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB. | ||
| 8708 | 2025.02.21 14:39:32.570181 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1184 | ||
| 8709 | 2025.02.21 14:39:32.572979 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8710 | 2025.02.21 14:39:32.573044 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8711 | 2025.02.21 14:39:32.574564 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8712 | 2025.02.21 14:39:32.574878 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8713 | 2025.02.21 14:39:32.575092 [ 156 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8714 | 2025.02.21 14:39:32.575213 [ 156 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8715 | 2025.02.21 14:39:32.575279 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8716 | 2025.02.21 14:39:32.575658 [ 200 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 8717 | 2025.02.21 14:39:32.576945 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1184 | ||
| 8718 | 2025.02.21 14:39:32.577174 [ 200 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8719 | 2025.02.21 14:39:32.577308 [ 200 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1052 rows starting from the beginning of the part | ||
| 8720 | 2025.02.21 14:39:32.577851 [ 200 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part | ||
| 8721 | 2025.02.21 14:39:32.578396 [ 200 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 8722 | 2025.02.21 14:39:32.578954 [ 200 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 20 rows starting from the beginning of the part | ||
| 8723 | 2025.02.21 14:39:32.579473 [ 200 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part | ||
| 8724 | 2025.02.21 14:39:32.580037 [ 200 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 8725 | 2025.02.21 14:39:32.588094 [ 196 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1184 rows, containing 72 columns (72 merged, 0 gathered) in 0.01269652 sec., 93253.89949371954 rows/sec., 73.13 MiB/sec. | ||
| 8726 | 2025.02.21 14:39:32.589628 [ 199 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8727 | 2025.02.21 14:39:32.590450 [ 199 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_41_8} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8728 | 2025.02.21 14:39:32.590551 [ 199 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_41_8} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8729 | 2025.02.21 14:39:32.590889 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.73 MiB. | ||
| 8730 | 2025.02.21 14:39:34.211477 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8731 | 2025.02.21 14:39:34.211669 [ 254 ] {ed7bc1a3-2ff9-4ea8-80b1-97b64a442e06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8732 | 2025.02.21 14:39:34.211743 [ 254 ] {ed7bc1a3-2ff9-4ea8-80b1-97b64a442e06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8733 | 2025.02.21 14:39:34.212663 [ 254 ] {ed7bc1a3-2ff9-4ea8-80b1-97b64a442e06} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8734 | 2025.02.21 14:39:34.212720 [ 254 ] {ed7bc1a3-2ff9-4ea8-80b1-97b64a442e06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8735 | 2025.02.21 14:39:34.213244 [ 254 ] {ed7bc1a3-2ff9-4ea8-80b1-97b64a442e06} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 8736 | 2025.02.21 14:39:34.213550 [ 254 ] {ed7bc1a3-2ff9-4ea8-80b1-97b64a442e06} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8737 | 2025.02.21 14:39:34.213818 [ 254 ] {ed7bc1a3-2ff9-4ea8-80b1-97b64a442e06} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002193 sec., 61103.51117191062 rows/sec., 5.26 MiB/sec. | ||
| 8738 | 2025.02.21 14:39:34.213924 [ 254 ] {ed7bc1a3-2ff9-4ea8-80b1-97b64a442e06} <Debug> TCPHandler: Processed in 0.002581117 sec. | ||
| 8739 | 2025.02.21 14:39:34.214225 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8740 | 2025.02.21 14:39:34.214417 [ 256 ] {da341d51-4c59-425b-9fe0-a3aaeb2a2af3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8741 | 2025.02.21 14:39:34.214493 [ 256 ] {da341d51-4c59-425b-9fe0-a3aaeb2a2af3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8742 | 2025.02.21 14:39:34.215259 [ 256 ] {da341d51-4c59-425b-9fe0-a3aaeb2a2af3} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8743 | 2025.02.21 14:39:34.215302 [ 256 ] {da341d51-4c59-425b-9fe0-a3aaeb2a2af3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8744 | 2025.02.21 14:39:34.215746 [ 256 ] {da341d51-4c59-425b-9fe0-a3aaeb2a2af3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8745 | 2025.02.21 14:39:34.216014 [ 256 ] {da341d51-4c59-425b-9fe0-a3aaeb2a2af3} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8746 | 2025.02.21 14:39:34.216216 [ 256 ] {da341d51-4c59-425b-9fe0-a3aaeb2a2af3} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001853 sec., 21046.950890447923 rows/sec., 1.55 MiB/sec. | ||
| 8747 | 2025.02.21 14:39:34.216281 [ 256 ] {da341d51-4c59-425b-9fe0-a3aaeb2a2af3} <Debug> TCPHandler: Processed in 0.002229307 sec. | ||
| 8748 | 2025.02.21 14:39:34.216499 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8749 | 2025.02.21 14:39:34.216670 [ 254 ] {2c0ad355-be61-4920-b5b9-cc9b543c6150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8750 | 2025.02.21 14:39:34.216725 [ 254 ] {2c0ad355-be61-4920-b5b9-cc9b543c6150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8751 | 2025.02.21 14:39:34.217368 [ 254 ] {2c0ad355-be61-4920-b5b9-cc9b543c6150} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8752 | 2025.02.21 14:39:34.217414 [ 254 ] {2c0ad355-be61-4920-b5b9-cc9b543c6150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8753 | 2025.02.21 14:39:34.217804 [ 254 ] {2c0ad355-be61-4920-b5b9-cc9b543c6150} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 8754 | 2025.02.21 14:39:34.218054 [ 254 ] {2c0ad355-be61-4920-b5b9-cc9b543c6150} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8755 | 2025.02.21 14:39:34.218287 [ 254 ] {2c0ad355-be61-4920-b5b9-cc9b543c6150} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001654 sec., 62273.276904474 rows/sec., 4.86 MiB/sec. | ||
| 8756 | 2025.02.21 14:39:34.218349 [ 254 ] {2c0ad355-be61-4920-b5b9-cc9b543c6150} <Debug> TCPHandler: Processed in 0.001965699 sec. | ||
| 8757 | 2025.02.21 14:39:34.218545 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8758 | 2025.02.21 14:39:34.218710 [ 256 ] {4c5ef89b-1da6-4740-9eb5-38a687a75594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8759 | 2025.02.21 14:39:34.218776 [ 256 ] {4c5ef89b-1da6-4740-9eb5-38a687a75594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8760 | 2025.02.21 14:39:34.219397 [ 256 ] {4c5ef89b-1da6-4740-9eb5-38a687a75594} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8761 | 2025.02.21 14:39:34.219436 [ 256 ] {4c5ef89b-1da6-4740-9eb5-38a687a75594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8762 | 2025.02.21 14:39:34.219840 [ 256 ] {4c5ef89b-1da6-4740-9eb5-38a687a75594} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 8763 | 2025.02.21 14:39:34.220080 [ 256 ] {4c5ef89b-1da6-4740-9eb5-38a687a75594} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8764 | 2025.02.21 14:39:34.220280 [ 256 ] {4c5ef89b-1da6-4740-9eb5-38a687a75594} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0016 sec., 100000 rows/sec., 6.96 MiB/sec. | ||
| 8765 | 2025.02.21 14:39:34.220362 [ 256 ] {4c5ef89b-1da6-4740-9eb5-38a687a75594} <Debug> TCPHandler: Processed in 0.001894217 sec. | ||
| 8766 | 2025.02.21 14:39:34.220577 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8767 | 2025.02.21 14:39:34.220820 [ 254 ] {336613ce-6658-434a-bc15-fcd8d845299d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8768 | 2025.02.21 14:39:34.220907 [ 254 ] {336613ce-6658-434a-bc15-fcd8d845299d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8769 | 2025.02.21 14:39:34.222129 [ 254 ] {336613ce-6658-434a-bc15-fcd8d845299d} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8770 | 2025.02.21 14:39:34.222171 [ 254 ] {336613ce-6658-434a-bc15-fcd8d845299d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8771 | 2025.02.21 14:39:34.222854 [ 254 ] {336613ce-6658-434a-bc15-fcd8d845299d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8772 | 2025.02.21 14:39:34.223128 [ 254 ] {336613ce-6658-434a-bc15-fcd8d845299d} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8773 | 2025.02.21 14:39:34.223432 [ 254 ] {336613ce-6658-434a-bc15-fcd8d845299d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002667 sec., 14623.172103487064 rows/sec., 26.20 MiB/sec. | ||
| 8774 | 2025.02.21 14:39:34.224023 [ 254 ] {336613ce-6658-434a-bc15-fcd8d845299d} <Debug> TCPHandler: Processed in 0.003559466 sec. | ||
| 8775 | 2025.02.21 14:39:34.224184 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8776 | 2025.02.21 14:39:34.224304 [ 256 ] {8615e8ee-8114-4d35-a06a-25bd6bf520bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8777 | 2025.02.21 14:39:34.224357 [ 256 ] {8615e8ee-8114-4d35-a06a-25bd6bf520bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8778 | 2025.02.21 14:39:34.224852 [ 256 ] {8615e8ee-8114-4d35-a06a-25bd6bf520bf} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8779 | 2025.02.21 14:39:34.224889 [ 256 ] {8615e8ee-8114-4d35-a06a-25bd6bf520bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8780 | 2025.02.21 14:39:34.225251 [ 256 ] {8615e8ee-8114-4d35-a06a-25bd6bf520bf} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 8781 | 2025.02.21 14:39:34.225486 [ 256 ] {8615e8ee-8114-4d35-a06a-25bd6bf520bf} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8782 | 2025.02.21 14:39:34.225663 [ 256 ] {8615e8ee-8114-4d35-a06a-25bd6bf520bf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001384 sec., 43352.601156069366 rows/sec., 2.92 MiB/sec. | ||
| 8783 | 2025.02.21 14:39:34.225712 [ 256 ] {8615e8ee-8114-4d35-a06a-25bd6bf520bf} <Debug> TCPHandler: Processed in 0.001585147 sec. | ||
| 8784 | 2025.02.21 14:39:34.299524 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 423 | ||
| 8785 | 2025.02.21 14:39:34.320960 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8786 | 2025.02.21 14:39:34.321011 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8787 | 2025.02.21 14:39:34.328346 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8788 | 2025.02.21 14:39:34.329128 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8789 | 2025.02.21 14:39:34.329510 [ 154 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8790 | 2025.02.21 14:39:34.329619 [ 154 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8791 | 2025.02.21 14:39:34.329686 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8792 | 2025.02.21 14:39:34.330302 [ 190 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 8793 | 2025.02.21 14:39:34.346610 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 423 | ||
| 8794 | 2025.02.21 14:39:34.348175 [ 190 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8795 | 2025.02.21 14:39:34.349903 [ 190 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 8796 | 2025.02.21 14:39:34.355721 [ 190 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 8797 | 2025.02.21 14:39:34.361444 [ 190 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 8798 | 2025.02.21 14:39:34.367059 [ 190 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 8799 | 2025.02.21 14:39:34.372813 [ 190 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 8800 | 2025.02.21 14:39:34.377821 [ 190 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part | ||
| 8801 | 2025.02.21 14:39:34.438471 [ 198 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 423 rows, containing 679 columns (679 merged, 0 gathered) in 0.10860004 sec., 3895.0261896772786 rows/sec., 20.14 MiB/sec. | ||
| 8802 | 2025.02.21 14:39:34.440694 [ 198 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8803 | 2025.02.21 14:39:34.443103 [ 198 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_56_11} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8804 | 2025.02.21 14:39:34.443206 [ 198 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_56_11} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8805 | 2025.02.21 14:39:34.444672 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 8806 | 2025.02.21 14:39:39.208197 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8807 | 2025.02.21 14:39:39.208403 [ 254 ] {f6ea45d2-cb33-4166-bfb7-a067fe299c3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8808 | 2025.02.21 14:39:39.208476 [ 254 ] {f6ea45d2-cb33-4166-bfb7-a067fe299c3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8809 | 2025.02.21 14:39:39.209241 [ 254 ] {f6ea45d2-cb33-4166-bfb7-a067fe299c3a} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8810 | 2025.02.21 14:39:39.209292 [ 254 ] {f6ea45d2-cb33-4166-bfb7-a067fe299c3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8811 | 2025.02.21 14:39:39.209748 [ 254 ] {f6ea45d2-cb33-4166-bfb7-a067fe299c3a} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 8812 | 2025.02.21 14:39:39.210019 [ 254 ] {f6ea45d2-cb33-4166-bfb7-a067fe299c3a} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8813 | 2025.02.21 14:39:39.210231 [ 254 ] {f6ea45d2-cb33-4166-bfb7-a067fe299c3a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001879 sec., 29803.086748270358 rows/sec., 2.28 MiB/sec. | ||
| 8814 | 2025.02.21 14:39:39.210302 [ 254 ] {f6ea45d2-cb33-4166-bfb7-a067fe299c3a} <Debug> TCPHandler: Processed in 0.002232357 sec. | ||
| 8815 | 2025.02.21 14:39:39.210550 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8816 | 2025.02.21 14:39:39.210750 [ 256 ] {6bcc0dd5-cf85-4144-b456-6bf6342f7cf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8817 | 2025.02.21 14:39:39.210825 [ 256 ] {6bcc0dd5-cf85-4144-b456-6bf6342f7cf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8818 | 2025.02.21 14:39:39.211616 [ 256 ] {6bcc0dd5-cf85-4144-b456-6bf6342f7cf3} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8819 | 2025.02.21 14:39:39.211667 [ 256 ] {6bcc0dd5-cf85-4144-b456-6bf6342f7cf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8820 | 2025.02.21 14:39:39.212135 [ 256 ] {6bcc0dd5-cf85-4144-b456-6bf6342f7cf3} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 8821 | 2025.02.21 14:39:39.212404 [ 256 ] {6bcc0dd5-cf85-4144-b456-6bf6342f7cf3} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8822 | 2025.02.21 14:39:39.212660 [ 256 ] {6bcc0dd5-cf85-4144-b456-6bf6342f7cf3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001962 sec., 32619.77573904179 rows/sec., 2.55 MiB/sec. | ||
| 8823 | 2025.02.21 14:39:39.212740 [ 256 ] {6bcc0dd5-cf85-4144-b456-6bf6342f7cf3} <Debug> TCPHandler: Processed in 0.00232322 sec. | ||
| 8824 | 2025.02.21 14:39:39.212966 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8825 | 2025.02.21 14:39:39.213151 [ 254 ] {31e8f1da-0548-4f99-8215-82831aac94d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8826 | 2025.02.21 14:39:39.213222 [ 254 ] {31e8f1da-0548-4f99-8215-82831aac94d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8827 | 2025.02.21 14:39:39.213910 [ 254 ] {31e8f1da-0548-4f99-8215-82831aac94d9} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8828 | 2025.02.21 14:39:39.213952 [ 254 ] {31e8f1da-0548-4f99-8215-82831aac94d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8829 | 2025.02.21 14:39:39.214376 [ 254 ] {31e8f1da-0548-4f99-8215-82831aac94d9} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 8830 | 2025.02.21 14:39:39.214636 [ 254 ] {31e8f1da-0548-4f99-8215-82831aac94d9} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8831 | 2025.02.21 14:39:39.214839 [ 254 ] {31e8f1da-0548-4f99-8215-82831aac94d9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001723 sec., 92861.28845037725 rows/sec., 6.47 MiB/sec. | ||
| 8832 | 2025.02.21 14:39:39.214954 [ 254 ] {31e8f1da-0548-4f99-8215-82831aac94d9} <Debug> TCPHandler: Processed in 0.002120374 sec. | ||
| 8833 | 2025.02.21 14:39:39.215131 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8834 | 2025.02.21 14:39:39.215296 [ 256 ] {31e0727e-398a-4de4-ac10-9c0ef123972d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8835 | 2025.02.21 14:39:39.215361 [ 256 ] {31e0727e-398a-4de4-ac10-9c0ef123972d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8836 | 2025.02.21 14:39:39.215943 [ 256 ] {31e0727e-398a-4de4-ac10-9c0ef123972d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8837 | 2025.02.21 14:39:39.215984 [ 256 ] {31e0727e-398a-4de4-ac10-9c0ef123972d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8838 | 2025.02.21 14:39:39.216380 [ 256 ] {31e0727e-398a-4de4-ac10-9c0ef123972d} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 8839 | 2025.02.21 14:39:39.216620 [ 256 ] {31e0727e-398a-4de4-ac10-9c0ef123972d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8840 | 2025.02.21 14:39:39.216856 [ 256 ] {31e0727e-398a-4de4-ac10-9c0ef123972d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001598 sec., 37546.93366708385 rows/sec., 2.53 MiB/sec. | ||
| 8841 | 2025.02.21 14:39:39.216923 [ 256 ] {31e0727e-398a-4de4-ac10-9c0ef123972d} <Debug> TCPHandler: Processed in 0.001888137 sec. | ||
| 8842 | 2025.02.21 14:39:39.958899 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108 | ||
| 8843 | 2025.02.21 14:39:39.959543 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8844 | 2025.02.21 14:39:39.959581 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8845 | 2025.02.21 14:39:39.960113 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8846 | 2025.02.21 14:39:39.960387 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8847 | 2025.02.21 14:39:39.960612 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108 | ||
| 8848 | 2025.02.21 14:39:41.847604 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 430 | ||
| 8849 | 2025.02.21 14:39:41.865694 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8850 | 2025.02.21 14:39:41.865741 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8851 | 2025.02.21 14:39:41.872659 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8852 | 2025.02.21 14:39:41.873418 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8853 | 2025.02.21 14:39:41.875873 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 8854 | 2025.02.21 14:39:42.577961 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1204 | ||
| 8855 | 2025.02.21 14:39:42.580803 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8856 | 2025.02.21 14:39:42.580863 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8857 | 2025.02.21 14:39:42.582361 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8858 | 2025.02.21 14:39:42.582680 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8859 | 2025.02.21 14:39:42.584039 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1204 | ||
| 8860 | 2025.02.21 14:39:44.209898 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8861 | 2025.02.21 14:39:44.210112 [ 254 ] {488b0334-2ba1-4270-bdb2-f1daa7fff17a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8862 | 2025.02.21 14:39:44.210196 [ 254 ] {488b0334-2ba1-4270-bdb2-f1daa7fff17a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8863 | 2025.02.21 14:39:44.211084 [ 254 ] {488b0334-2ba1-4270-bdb2-f1daa7fff17a} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8864 | 2025.02.21 14:39:44.211139 [ 254 ] {488b0334-2ba1-4270-bdb2-f1daa7fff17a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8865 | 2025.02.21 14:39:44.211613 [ 254 ] {488b0334-2ba1-4270-bdb2-f1daa7fff17a} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 8866 | 2025.02.21 14:39:44.211894 [ 254 ] {488b0334-2ba1-4270-bdb2-f1daa7fff17a} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8867 | 2025.02.21 14:39:44.212105 [ 36 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 8868 | 2025.02.21 14:39:44.212134 [ 254 ] {488b0334-2ba1-4270-bdb2-f1daa7fff17a} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002081 sec., 64392.11917347429 rows/sec., 5.54 MiB/sec. | ||
| 8869 | 2025.02.21 14:39:44.212187 [ 36 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8870 | 2025.02.21 14:39:44.212253 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8871 | 2025.02.21 14:39:44.212275 [ 254 ] {488b0334-2ba1-4270-bdb2-f1daa7fff17a} <Debug> TCPHandler: Processed in 0.002514715 sec. | ||
| 8872 | 2025.02.21 14:39:44.212514 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 8873 | 2025.02.21 14:39:44.212597 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8874 | 2025.02.21 14:39:44.212742 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8875 | 2025.02.21 14:39:44.212820 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1405 rows starting from the beginning of the part | ||
| 8876 | 2025.02.21 14:39:44.212884 [ 256 ] {35548922-eb88-457e-a278-1814d925a212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8877 | 2025.02.21 14:39:44.213023 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 8878 | 2025.02.21 14:39:44.213045 [ 256 ] {35548922-eb88-457e-a278-1814d925a212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8879 | 2025.02.21 14:39:44.213402 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 8880 | 2025.02.21 14:39:44.213715 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 134 rows starting from the beginning of the part | ||
| 8881 | 2025.02.21 14:39:44.213984 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 8882 | 2025.02.21 14:39:44.214298 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 134 rows starting from the beginning of the part | ||
| 8883 | 2025.02.21 14:39:44.216018 [ 256 ] {35548922-eb88-457e-a278-1814d925a212} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8884 | 2025.02.21 14:39:44.216097 [ 256 ] {35548922-eb88-457e-a278-1814d925a212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8885 | 2025.02.21 14:39:44.217171 [ 256 ] {35548922-eb88-457e-a278-1814d925a212} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8886 | 2025.02.21 14:39:44.217670 [ 256 ] {35548922-eb88-457e-a278-1814d925a212} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8887 | 2025.02.21 14:39:44.217920 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1841 rows, containing 5 columns (5 merged, 0 gathered) in 0.005559057 sec., 331171.27599159355 rows/sec., 28.83 MiB/sec. | ||
| 8888 | 2025.02.21 14:39:44.218173 [ 256 ] {35548922-eb88-457e-a278-1814d925a212} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00539 sec., 7235.621521335807 rows/sec., 544.08 KiB/sec. | ||
| 8889 | 2025.02.21 14:39:44.218446 [ 256 ] {35548922-eb88-457e-a278-1814d925a212} <Debug> TCPHandler: Processed in 0.006053841 sec. | ||
| 8890 | 2025.02.21 14:39:44.218464 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 8891 | 2025.02.21 14:39:44.218755 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8892 | 2025.02.21 14:39:44.219070 [ 254 ] {a064cd1f-a933-46a0-a344-f2371f648ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8893 | 2025.02.21 14:39:44.219161 [ 254 ] {a064cd1f-a933-46a0-a344-f2371f648ba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8894 | 2025.02.21 14:39:44.219346 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_96_19} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8895 | 2025.02.21 14:39:44.219550 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_96_19} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 8896 | 2025.02.21 14:39:44.219755 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 8897 | 2025.02.21 14:39:44.220728 [ 254 ] {a064cd1f-a933-46a0-a344-f2371f648ba2} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8898 | 2025.02.21 14:39:44.220775 [ 254 ] {a064cd1f-a933-46a0-a344-f2371f648ba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8899 | 2025.02.21 14:39:44.221178 [ 254 ] {a064cd1f-a933-46a0-a344-f2371f648ba2} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 8900 | 2025.02.21 14:39:44.221430 [ 254 ] {a064cd1f-a933-46a0-a344-f2371f648ba2} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8901 | 2025.02.21 14:39:44.221621 [ 36 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 8902 | 2025.02.21 14:39:44.221684 [ 254 ] {a064cd1f-a933-46a0-a344-f2371f648ba2} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002676 sec., 38490.284005979076 rows/sec., 3.01 MiB/sec. | ||
| 8903 | 2025.02.21 14:39:44.221692 [ 36 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8904 | 2025.02.21 14:39:44.221777 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8905 | 2025.02.21 14:39:44.221828 [ 254 ] {a064cd1f-a933-46a0-a344-f2371f648ba2} <Debug> TCPHandler: Processed in 0.003264198 sec. | ||
| 8906 | 2025.02.21 14:39:44.222058 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 8907 | 2025.02.21 14:39:44.222071 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8908 | 2025.02.21 14:39:44.222355 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8909 | 2025.02.21 14:39:44.222369 [ 256 ] {43205df5-5767-4e72-9757-784e6c1669de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8910 | 2025.02.21 14:39:44.222421 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 631 rows starting from the beginning of the part | ||
| 8911 | 2025.02.21 14:39:44.222502 [ 256 ] {43205df5-5767-4e72-9757-784e6c1669de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8912 | 2025.02.21 14:39:44.222699 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 8913 | 2025.02.21 14:39:44.223128 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 8914 | 2025.02.21 14:39:44.223476 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 103 rows starting from the beginning of the part | ||
| 8915 | 2025.02.21 14:39:44.223823 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 8916 | 2025.02.21 14:39:44.224164 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 103 rows starting from the beginning of the part | ||
| 8917 | 2025.02.21 14:39:44.225237 [ 256 ] {43205df5-5767-4e72-9757-784e6c1669de} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8918 | 2025.02.21 14:39:44.225301 [ 256 ] {43205df5-5767-4e72-9757-784e6c1669de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8919 | 2025.02.21 14:39:44.226438 [ 256 ] {43205df5-5767-4e72-9757-784e6c1669de} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 8920 | 2025.02.21 14:39:44.226984 [ 256 ] {43205df5-5767-4e72-9757-784e6c1669de} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8921 | 2025.02.21 14:39:44.227090 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1029 rows, containing 5 columns (5 merged, 0 gathered) in 0.005175424 sec., 198824.28956545398 rows/sec., 15.95 MiB/sec. | ||
| 8922 | 2025.02.21 14:39:44.227299 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 8923 | 2025.02.21 14:39:44.227403 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8924 | 2025.02.21 14:39:44.227421 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 8925 | 2025.02.21 14:39:44.227471 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8926 | 2025.02.21 14:39:44.227567 [ 256 ] {43205df5-5767-4e72-9757-784e6c1669de} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005231 sec., 30586.885872682084 rows/sec., 2.13 MiB/sec. | ||
| 8927 | 2025.02.21 14:39:44.227940 [ 201 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 8928 | 2025.02.21 14:39:44.228532 [ 201 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8929 | 2025.02.21 14:39:44.228604 [ 256 ] {43205df5-5767-4e72-9757-784e6c1669de} <Debug> TCPHandler: Processed in 0.006646299 sec. | ||
| 8930 | 2025.02.21 14:39:44.228704 [ 201 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 25690 rows starting from the beginning of the part | ||
| 8931 | 2025.02.21 14:39:44.229100 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8932 | 2025.02.21 14:39:44.229174 [ 201 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 98 rows starting from the beginning of the part | ||
| 8933 | 2025.02.21 14:39:44.229483 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_96_19} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8934 | 2025.02.21 14:39:44.229665 [ 201 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 8935 | 2025.02.21 14:39:44.229751 [ 254 ] {07a74af1-3b77-4cf8-bc9f-984b3aa8926b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8936 | 2025.02.21 14:39:44.230165 [ 201 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part | ||
| 8937 | 2025.02.21 14:39:44.230325 [ 254 ] {07a74af1-3b77-4cf8-bc9f-984b3aa8926b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8938 | 2025.02.21 14:39:44.230677 [ 201 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 8939 | 2025.02.21 14:39:44.231217 [ 201 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part | ||
| 8940 | 2025.02.21 14:39:44.232369 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_96_19} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 8941 | 2025.02.21 14:39:44.232864 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 8942 | 2025.02.21 14:39:44.235463 [ 254 ] {07a74af1-3b77-4cf8-bc9f-984b3aa8926b} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8943 | 2025.02.21 14:39:44.235542 [ 254 ] {07a74af1-3b77-4cf8-bc9f-984b3aa8926b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8944 | 2025.02.21 14:39:44.237127 [ 254 ] {07a74af1-3b77-4cf8-bc9f-984b3aa8926b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8945 | 2025.02.21 14:39:44.237417 [ 254 ] {07a74af1-3b77-4cf8-bc9f-984b3aa8926b} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8946 | 2025.02.21 14:39:44.237613 [ 60 ] {} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8947 | 2025.02.21 14:39:44.237696 [ 60 ] {} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8948 | 2025.02.21 14:39:44.237765 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8949 | 2025.02.21 14:39:44.237927 [ 254 ] {07a74af1-3b77-4cf8-bc9f-984b3aa8926b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008424 sec., 4629.6296296296305 rows/sec., 8.30 MiB/sec. | ||
| 8950 | 2025.02.21 14:39:44.238203 [ 195 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 8951 | 2025.02.21 14:39:44.238359 [ 254 ] {07a74af1-3b77-4cf8-bc9f-984b3aa8926b} <Debug> TCPHandler: Processed in 0.009469814 sec. | ||
| 8952 | 2025.02.21 14:39:44.238643 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8953 | 2025.02.21 14:39:44.238893 [ 256 ] {87f6f95a-abc3-4a20-b904-166dda9f7fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8954 | 2025.02.21 14:39:44.238978 [ 256 ] {87f6f95a-abc3-4a20-b904-166dda9f7fa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8955 | 2025.02.21 14:39:44.239014 [ 195 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8956 | 2025.02.21 14:39:44.239419 [ 195 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 8957 | 2025.02.21 14:39:44.240512 [ 195 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 8958 | 2025.02.21 14:39:44.241321 [ 195 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 8959 | 2025.02.21 14:39:44.241751 [ 256 ] {87f6f95a-abc3-4a20-b904-166dda9f7fa7} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8960 | 2025.02.21 14:39:44.241893 [ 256 ] {87f6f95a-abc3-4a20-b904-166dda9f7fa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8961 | 2025.02.21 14:39:44.242547 [ 195 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 8962 | 2025.02.21 14:39:44.243112 [ 194 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26428 rows, containing 5 columns (5 merged, 0 gathered) in 0.015472863 sec., 1708022.6199895907 rows/sec., 117.07 MiB/sec. | ||
| 8963 | 2025.02.21 14:39:44.243692 [ 195 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 8964 | 2025.02.21 14:39:44.243760 [ 194 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 8965 | 2025.02.21 14:39:44.243820 [ 256 ] {87f6f95a-abc3-4a20-b904-166dda9f7fa7} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 8966 | 2025.02.21 14:39:44.244672 [ 195 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 8967 | 2025.02.21 14:39:44.244890 [ 256 ] {87f6f95a-abc3-4a20-b904-166dda9f7fa7} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8968 | 2025.02.21 14:39:44.244994 [ 194 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8969 | 2025.02.21 14:39:44.245509 [ 194 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 8970 | 2025.02.21 14:39:44.245876 [ 60 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 8971 | 2025.02.21 14:39:44.245965 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 8972 | 2025.02.21 14:39:44.246061 [ 256 ] {87f6f95a-abc3-4a20-b904-166dda9f7fa7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007231 sec., 8297.607523164155 rows/sec., 572.62 KiB/sec. | ||
| 8973 | 2025.02.21 14:39:44.246084 [ 60 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8974 | 2025.02.21 14:39:44.246228 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 8975 | 2025.02.21 14:39:44.246440 [ 256 ] {87f6f95a-abc3-4a20-b904-166dda9f7fa7} <Debug> TCPHandler: Processed in 0.007913587 sec. | ||
| 8976 | 2025.02.21 14:39:44.246828 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 8977 | 2025.02.21 14:39:44.247121 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8978 | 2025.02.21 14:39:44.247197 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 4690 rows starting from the beginning of the part | ||
| 8979 | 2025.02.21 14:39:44.247437 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 38 rows starting from the beginning of the part | ||
| 8980 | 2025.02.21 14:39:44.247802 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 8981 | 2025.02.21 14:39:44.248160 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part | ||
| 8982 | 2025.02.21 14:39:44.248526 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 8983 | 2025.02.21 14:39:44.248831 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part | ||
| 8984 | 2025.02.21 14:39:44.252216 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4968 rows, containing 4 columns (4 merged, 0 gathered) in 0.005748862 sec., 864171.0307187752 rows/sec., 58.24 MiB/sec. | ||
| 8985 | 2025.02.21 14:39:44.252789 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 8986 | 2025.02.21 14:39:44.253503 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_96_19} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8987 | 2025.02.21 14:39:44.253649 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_96_19} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 8988 | 2025.02.21 14:39:44.253883 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 8989 | 2025.02.21 14:39:44.257829 [ 191 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1491 rows, containing 19 columns (19 merged, 0 gathered) in 0.019874774 sec., 75019.72097896559 rows/sec., 134.43 MiB/sec. | ||
| 8990 | 2025.02.21 14:39:44.259157 [ 191 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8991 | 2025.02.21 14:39:44.259592 [ 191 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8992 | 2025.02.21 14:39:44.259683 [ 191 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8993 | 2025.02.21 14:39:44.259810 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.67 MiB. | ||
| 8994 | 2025.02.21 14:39:45.000212 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.38 MiB, peak 246.62 MiB, free memory in arenas 0.00 B, will set to 237.65 MiB (RSS), difference: 3.27 MiB | ||
| 8995 | 2025.02.21 14:39:47.234534 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8996 | 2025.02.21 14:39:47.234613 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8997 | 2025.02.21 14:39:47.461649 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596 | ||
| 8998 | 2025.02.21 14:39:47.462339 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8999 | 2025.02.21 14:39:47.462395 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 9000 | 2025.02.21 14:39:47.462950 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9001 | 2025.02.21 14:39:47.463226 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9002 | 2025.02.21 14:39:47.463520 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 9003 | 2025.02.21 14:39:49.207948 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9004 | 2025.02.21 14:39:49.208141 [ 254 ] {371f8fbb-2ee7-4935-b714-a6bf8879a14b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9005 | 2025.02.21 14:39:49.208214 [ 254 ] {371f8fbb-2ee7-4935-b714-a6bf8879a14b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9006 | 2025.02.21 14:39:49.209012 [ 254 ] {371f8fbb-2ee7-4935-b714-a6bf8879a14b} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9007 | 2025.02.21 14:39:49.209057 [ 254 ] {371f8fbb-2ee7-4935-b714-a6bf8879a14b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 9008 | 2025.02.21 14:39:49.209497 [ 254 ] {371f8fbb-2ee7-4935-b714-a6bf8879a14b} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 9009 | 2025.02.21 14:39:49.209753 [ 254 ] {371f8fbb-2ee7-4935-b714-a6bf8879a14b} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9010 | 2025.02.21 14:39:49.209951 [ 254 ] {371f8fbb-2ee7-4935-b714-a6bf8879a14b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001864 sec., 30042.91845493562 rows/sec., 2.29 MiB/sec. | ||
| 9011 | 2025.02.21 14:39:49.210018 [ 254 ] {371f8fbb-2ee7-4935-b714-a6bf8879a14b} <Debug> TCPHandler: Processed in 0.002196706 sec. | ||
| 9012 | 2025.02.21 14:39:49.210281 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9013 | 2025.02.21 14:39:49.210497 [ 256 ] {2961f1c5-344f-4a21-bc00-62915bb9e162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9014 | 2025.02.21 14:39:49.210583 [ 256 ] {2961f1c5-344f-4a21-bc00-62915bb9e162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9015 | 2025.02.21 14:39:49.211435 [ 256 ] {2961f1c5-344f-4a21-bc00-62915bb9e162} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9016 | 2025.02.21 14:39:49.211487 [ 256 ] {2961f1c5-344f-4a21-bc00-62915bb9e162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 9017 | 2025.02.21 14:39:49.211932 [ 256 ] {2961f1c5-344f-4a21-bc00-62915bb9e162} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 9018 | 2025.02.21 14:39:49.212186 [ 256 ] {2961f1c5-344f-4a21-bc00-62915bb9e162} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9019 | 2025.02.21 14:39:49.212435 [ 256 ] {2961f1c5-344f-4a21-bc00-62915bb9e162} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001995 sec., 32080.200501253137 rows/sec., 2.50 MiB/sec. | ||
| 9020 | 2025.02.21 14:39:49.212503 [ 256 ] {2961f1c5-344f-4a21-bc00-62915bb9e162} <Debug> TCPHandler: Processed in 0.002366371 sec. | ||
| 9021 | 2025.02.21 14:39:49.212671 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9022 | 2025.02.21 14:39:49.212821 [ 254 ] {5bdd48fb-8ff9-404e-ba99-dc6dc6e0bd19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9023 | 2025.02.21 14:39:49.212894 [ 254 ] {5bdd48fb-8ff9-404e-ba99-dc6dc6e0bd19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9024 | 2025.02.21 14:39:49.213515 [ 254 ] {5bdd48fb-8ff9-404e-ba99-dc6dc6e0bd19} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9025 | 2025.02.21 14:39:49.213552 [ 254 ] {5bdd48fb-8ff9-404e-ba99-dc6dc6e0bd19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 9026 | 2025.02.21 14:39:49.213956 [ 254 ] {5bdd48fb-8ff9-404e-ba99-dc6dc6e0bd19} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 9027 | 2025.02.21 14:39:49.214197 [ 254 ] {5bdd48fb-8ff9-404e-ba99-dc6dc6e0bd19} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9028 | 2025.02.21 14:39:49.214378 [ 254 ] {5bdd48fb-8ff9-404e-ba99-dc6dc6e0bd19} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001595 sec., 100313.47962382445 rows/sec., 6.99 MiB/sec. | ||
| 9029 | 2025.02.21 14:39:49.214435 [ 254 ] {5bdd48fb-8ff9-404e-ba99-dc6dc6e0bd19} <Debug> TCPHandler: Processed in 0.001832085 sec. | ||
| 9030 | 2025.02.21 14:39:49.214595 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9031 | 2025.02.21 14:39:49.214743 [ 256 ] {69c30e17-044f-4487-ba28-53f2ddc58b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9032 | 2025.02.21 14:39:49.214807 [ 256 ] {69c30e17-044f-4487-ba28-53f2ddc58b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9033 | 2025.02.21 14:39:49.215361 [ 256 ] {69c30e17-044f-4487-ba28-53f2ddc58b52} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9034 | 2025.02.21 14:39:49.215403 [ 256 ] {69c30e17-044f-4487-ba28-53f2ddc58b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 9035 | 2025.02.21 14:39:49.215799 [ 256 ] {69c30e17-044f-4487-ba28-53f2ddc58b52} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 9036 | 2025.02.21 14:39:49.216041 [ 256 ] {69c30e17-044f-4487-ba28-53f2ddc58b52} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9037 | 2025.02.21 14:39:49.216240 [ 256 ] {69c30e17-044f-4487-ba28-53f2ddc58b52} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001519 sec., 39499.670836076366 rows/sec., 2.66 MiB/sec. | ||
| 9038 | 2025.02.21 14:39:49.216314 [ 256 ] {69c30e17-044f-4487-ba28-53f2ddc58b52} <Debug> TCPHandler: Processed in 0.001788254 sec. | ||
| 9039 | 2025.02.21 14:39:49.376842 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 9040 | 2025.02.21 14:39:49.396180 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9041 | 2025.02.21 14:39:49.396231 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 9042 | 2025.02.21 14:39:49.403420 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9043 | 2025.02.21 14:39:49.404170 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9044 | 2025.02.21 14:39:49.407224 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 9045 | 2025.02.21 14:39:50.836479 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9046 | 2025.02.21 14:39:50.836684 [ 254 ] {b9175334-d099-443c-b32d-44ce9968b426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9047 | 2025.02.21 14:39:50.836763 [ 254 ] {b9175334-d099-443c-b32d-44ce9968b426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9048 | 2025.02.21 14:39:50.837578 [ 254 ] {b9175334-d099-443c-b32d-44ce9968b426} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9049 | 2025.02.21 14:39:50.837625 [ 254 ] {b9175334-d099-443c-b32d-44ce9968b426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 9050 | 2025.02.21 14:39:50.838047 [ 254 ] {b9175334-d099-443c-b32d-44ce9968b426} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9051 | 2025.02.21 14:39:50.838287 [ 254 ] {b9175334-d099-443c-b32d-44ce9968b426} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9052 | 2025.02.21 14:39:50.838527 [ 254 ] {b9175334-d099-443c-b32d-44ce9968b426} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001902 sec., 12618.296529968455 rows/sec., 1.05 MiB/sec. | ||
| 9053 | 2025.02.21 14:39:50.838624 [ 254 ] {b9175334-d099-443c-b32d-44ce9968b426} <Debug> TCPHandler: Processed in 0.002283459 sec. | ||
| 9054 | 2025.02.21 14:39:50.838906 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9055 | 2025.02.21 14:39:50.839116 [ 256 ] {5acc872e-0da6-4dc3-8d23-081d2aaa1bbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9056 | 2025.02.21 14:39:50.839193 [ 256 ] {5acc872e-0da6-4dc3-8d23-081d2aaa1bbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9057 | 2025.02.21 14:39:50.839936 [ 256 ] {5acc872e-0da6-4dc3-8d23-081d2aaa1bbf} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9058 | 2025.02.21 14:39:50.839976 [ 256 ] {5acc872e-0da6-4dc3-8d23-081d2aaa1bbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 9059 | 2025.02.21 14:39:50.840391 [ 256 ] {5acc872e-0da6-4dc3-8d23-081d2aaa1bbf} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 9060 | 2025.02.21 14:39:50.840635 [ 256 ] {5acc872e-0da6-4dc3-8d23-081d2aaa1bbf} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9061 | 2025.02.21 14:39:50.840885 [ 256 ] {5acc872e-0da6-4dc3-8d23-081d2aaa1bbf} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001825 sec., 8767.123287671233 rows/sec., 714.90 KiB/sec. | ||
| 9062 | 2025.02.21 14:39:50.841097 [ 256 ] {5acc872e-0da6-4dc3-8d23-081d2aaa1bbf} <Debug> TCPHandler: Processed in 0.00233933 sec. | ||
| 9063 | 2025.02.21 14:39:50.841272 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9064 | 2025.02.21 14:39:50.841410 [ 254 ] {87b1ea72-a0f6-4d24-9193-f269751a1eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9065 | 2025.02.21 14:39:50.841470 [ 254 ] {87b1ea72-a0f6-4d24-9193-f269751a1eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9066 | 2025.02.21 14:39:50.842890 [ 254 ] {87b1ea72-a0f6-4d24-9193-f269751a1eb9} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9067 | 2025.02.21 14:39:50.842945 [ 254 ] {87b1ea72-a0f6-4d24-9193-f269751a1eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 9068 | 2025.02.21 14:39:50.843454 [ 254 ] {87b1ea72-a0f6-4d24-9193-f269751a1eb9} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 9069 | 2025.02.21 14:39:50.843713 [ 254 ] {87b1ea72-a0f6-4d24-9193-f269751a1eb9} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9070 | 2025.02.21 14:39:50.843951 [ 254 ] {87b1ea72-a0f6-4d24-9193-f269751a1eb9} <Debug> executeQuery: Read 1402 rows, 119.95 KiB in 0.002572 sec., 545101.0886469673 rows/sec., 45.54 MiB/sec. | ||
| 9071 | 2025.02.21 14:39:50.844006 [ 254 ] {87b1ea72-a0f6-4d24-9193-f269751a1eb9} <Debug> TCPHandler: Processed in 0.002800754 sec. | ||
| 9072 | 2025.02.21 14:39:50.844162 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9073 | 2025.02.21 14:39:50.844280 [ 256 ] {304d7c64-4e92-48e7-901b-bad7720a365e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9074 | 2025.02.21 14:39:50.844330 [ 256 ] {304d7c64-4e92-48e7-901b-bad7720a365e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9075 | 2025.02.21 14:39:50.844936 [ 256 ] {304d7c64-4e92-48e7-901b-bad7720a365e} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9076 | 2025.02.21 14:39:50.844974 [ 256 ] {304d7c64-4e92-48e7-901b-bad7720a365e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 9077 | 2025.02.21 14:39:50.845335 [ 256 ] {304d7c64-4e92-48e7-901b-bad7720a365e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 9078 | 2025.02.21 14:39:50.845575 [ 256 ] {304d7c64-4e92-48e7-901b-bad7720a365e} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9079 | 2025.02.21 14:39:50.845754 [ 256 ] {304d7c64-4e92-48e7-901b-bad7720a365e} <Debug> executeQuery: Read 67 rows, 5.01 KiB in 0.001498 sec., 44726.30173564753 rows/sec., 3.27 MiB/sec. | ||
| 9080 | 2025.02.21 14:39:50.845805 [ 256 ] {304d7c64-4e92-48e7-901b-bad7720a365e} <Debug> TCPHandler: Processed in 0.001700481 sec. | ||
| 9081 | 2025.02.21 14:39:50.845950 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9082 | 2025.02.21 14:39:50.846070 [ 254 ] {2b1dbf96-c3c3-4337-affa-e2f92368b43b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9083 | 2025.02.21 14:39:50.846119 [ 254 ] {2b1dbf96-c3c3-4337-affa-e2f92368b43b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9084 | 2025.02.21 14:39:50.846797 [ 254 ] {2b1dbf96-c3c3-4337-affa-e2f92368b43b} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9085 | 2025.02.21 14:39:50.846839 [ 254 ] {2b1dbf96-c3c3-4337-affa-e2f92368b43b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 9086 | 2025.02.21 14:39:50.847225 [ 254 ] {2b1dbf96-c3c3-4337-affa-e2f92368b43b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 9087 | 2025.02.21 14:39:50.847480 [ 254 ] {2b1dbf96-c3c3-4337-affa-e2f92368b43b} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9088 | 2025.02.21 14:39:50.847722 [ 254 ] {2b1dbf96-c3c3-4337-affa-e2f92368b43b} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001671 sec., 150807.89946140038 rows/sec., 10.43 MiB/sec. | ||
| 9089 | 2025.02.21 14:39:50.847816 [ 254 ] {2b1dbf96-c3c3-4337-affa-e2f92368b43b} <Debug> TCPHandler: Processed in 0.001920818 sec. | ||
| 9090 | 2025.02.21 14:39:50.847967 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9091 | 2025.02.21 14:39:50.848082 [ 256 ] {1c67352d-8c1d-4c5a-934e-f698f477ea41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9092 | 2025.02.21 14:39:50.848129 [ 256 ] {1c67352d-8c1d-4c5a-934e-f698f477ea41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9093 | 2025.02.21 14:39:50.848749 [ 256 ] {1c67352d-8c1d-4c5a-934e-f698f477ea41} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9094 | 2025.02.21 14:39:50.848795 [ 256 ] {1c67352d-8c1d-4c5a-934e-f698f477ea41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 9095 | 2025.02.21 14:39:50.849214 [ 256 ] {1c67352d-8c1d-4c5a-934e-f698f477ea41} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9096 | 2025.02.21 14:39:50.849511 [ 256 ] {1c67352d-8c1d-4c5a-934e-f698f477ea41} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9097 | 2025.02.21 14:39:50.849787 [ 256 ] {1c67352d-8c1d-4c5a-934e-f698f477ea41} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001703 sec., 7046.388725778038 rows/sec., 550.50 KiB/sec. | ||
| 9098 | 2025.02.21 14:39:50.849923 [ 256 ] {1c67352d-8c1d-4c5a-934e-f698f477ea41} <Debug> TCPHandler: Processed in 0.00201545 sec. | ||
| 9099 | 2025.02.21 14:39:50.850073 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9100 | 2025.02.21 14:39:50.850191 [ 254 ] {e29f7f76-33d3-4ec0-8d4b-7bcab2b41def} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9101 | 2025.02.21 14:39:50.850240 [ 254 ] {e29f7f76-33d3-4ec0-8d4b-7bcab2b41def} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9102 | 2025.02.21 14:39:50.851039 [ 254 ] {e29f7f76-33d3-4ec0-8d4b-7bcab2b41def} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9103 | 2025.02.21 14:39:50.851080 [ 254 ] {e29f7f76-33d3-4ec0-8d4b-7bcab2b41def} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 9104 | 2025.02.21 14:39:50.851470 [ 254 ] {e29f7f76-33d3-4ec0-8d4b-7bcab2b41def} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 9105 | 2025.02.21 14:39:50.851721 [ 254 ] {e29f7f76-33d3-4ec0-8d4b-7bcab2b41def} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9106 | 2025.02.21 14:39:50.851952 [ 254 ] {e29f7f76-33d3-4ec0-8d4b-7bcab2b41def} <Debug> executeQuery: Read 611 rows, 47.09 KiB in 0.001783 sec., 342680.8749298934 rows/sec., 25.79 MiB/sec. | ||
| 9107 | 2025.02.21 14:39:50.852050 [ 254 ] {e29f7f76-33d3-4ec0-8d4b-7bcab2b41def} <Debug> TCPHandler: Processed in 0.002032181 sec. | ||
| 9108 | 2025.02.21 14:39:50.852253 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9109 | 2025.02.21 14:39:50.852515 [ 256 ] {dfad8f6b-b364-42c4-8d9a-794e0329c0bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9110 | 2025.02.21 14:39:50.852579 [ 256 ] {dfad8f6b-b364-42c4-8d9a-794e0329c0bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9111 | 2025.02.21 14:39:50.853477 [ 256 ] {dfad8f6b-b364-42c4-8d9a-794e0329c0bf} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9112 | 2025.02.21 14:39:50.853518 [ 256 ] {dfad8f6b-b364-42c4-8d9a-794e0329c0bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 9113 | 2025.02.21 14:39:50.853982 [ 256 ] {dfad8f6b-b364-42c4-8d9a-794e0329c0bf} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 9114 | 2025.02.21 14:39:50.854242 [ 256 ] {dfad8f6b-b364-42c4-8d9a-794e0329c0bf} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9115 | 2025.02.21 14:39:50.854432 [ 256 ] {dfad8f6b-b364-42c4-8d9a-794e0329c0bf} <Debug> executeQuery: Read 952 rows, 65.79 KiB in 0.001992 sec., 477911.6465863454 rows/sec., 32.26 MiB/sec. | ||
| 9116 | 2025.02.21 14:39:50.854486 [ 256 ] {dfad8f6b-b364-42c4-8d9a-794e0329c0bf} <Debug> TCPHandler: Processed in 0.002346031 sec. | ||
| 9117 | 2025.02.21 14:39:50.854658 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9118 | 2025.02.21 14:39:50.854799 [ 254 ] {8df81dc7-a450-4669-b9bd-22d93e588c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9119 | 2025.02.21 14:39:50.854895 [ 254 ] {8df81dc7-a450-4669-b9bd-22d93e588c65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9120 | 2025.02.21 14:39:50.856111 [ 254 ] {8df81dc7-a450-4669-b9bd-22d93e588c65} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9121 | 2025.02.21 14:39:50.856152 [ 254 ] {8df81dc7-a450-4669-b9bd-22d93e588c65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 9122 | 2025.02.21 14:39:50.856833 [ 254 ] {8df81dc7-a450-4669-b9bd-22d93e588c65} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 9123 | 2025.02.21 14:39:50.857095 [ 254 ] {8df81dc7-a450-4669-b9bd-22d93e588c65} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9124 | 2025.02.21 14:39:50.857328 [ 254 ] {8df81dc7-a450-4669-b9bd-22d93e588c65} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00256 sec., 15234.374999999998 rows/sec., 27.30 MiB/sec. | ||
| 9125 | 2025.02.21 14:39:50.857421 [ 254 ] {8df81dc7-a450-4669-b9bd-22d93e588c65} <Debug> TCPHandler: Processed in 0.002834284 sec. | ||
| 9126 | 2025.02.21 14:39:50.857584 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9127 | 2025.02.21 14:39:50.857723 [ 256 ] {d259eec2-53ec-4f9e-aaac-cf96a465a84f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9128 | 2025.02.21 14:39:50.857783 [ 256 ] {d259eec2-53ec-4f9e-aaac-cf96a465a84f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9129 | 2025.02.21 14:39:50.858331 [ 256 ] {d259eec2-53ec-4f9e-aaac-cf96a465a84f} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9130 | 2025.02.21 14:39:50.858368 [ 256 ] {d259eec2-53ec-4f9e-aaac-cf96a465a84f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 9131 | 2025.02.21 14:39:50.858753 [ 256 ] {d259eec2-53ec-4f9e-aaac-cf96a465a84f} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 9132 | 2025.02.21 14:39:50.858991 [ 256 ] {d259eec2-53ec-4f9e-aaac-cf96a465a84f} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9133 | 2025.02.21 14:39:50.859177 [ 256 ] {d259eec2-53ec-4f9e-aaac-cf96a465a84f} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001485 sec., 14814.814814814816 rows/sec., 1.01 MiB/sec. | ||
| 9134 | 2025.02.21 14:39:50.859226 [ 256 ] {d259eec2-53ec-4f9e-aaac-cf96a465a84f} <Debug> TCPHandler: Processed in 0.001709221 sec. | ||
| 9135 | 2025.02.21 14:39:52.585117 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1244 | ||
| 9136 | 2025.02.21 14:39:52.588300 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9137 | 2025.02.21 14:39:52.588361 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9138 | 2025.02.21 14:39:52.589829 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9139 | 2025.02.21 14:39:52.590139 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9140 | 2025.02.21 14:39:52.590807 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1244 | ||
| 9141 | 2025.02.21 14:39:54.205343 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9142 | 2025.02.21 14:39:54.205551 [ 254 ] {6a35c2f0-4c68-4d54-8512-648ea8d8ce15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9143 | 2025.02.21 14:39:54.205633 [ 254 ] {6a35c2f0-4c68-4d54-8512-648ea8d8ce15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9144 | 2025.02.21 14:39:54.206505 [ 254 ] {6a35c2f0-4c68-4d54-8512-648ea8d8ce15} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9145 | 2025.02.21 14:39:54.206551 [ 254 ] {6a35c2f0-4c68-4d54-8512-648ea8d8ce15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9146 | 2025.02.21 14:39:54.206981 [ 254 ] {6a35c2f0-4c68-4d54-8512-648ea8d8ce15} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 9147 | 2025.02.21 14:39:54.207230 [ 254 ] {6a35c2f0-4c68-4d54-8512-648ea8d8ce15} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9148 | 2025.02.21 14:39:54.207471 [ 254 ] {6a35c2f0-4c68-4d54-8512-648ea8d8ce15} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001978 sec., 28311.425682507583 rows/sec., 2.16 MiB/sec. | ||
| 9149 | 2025.02.21 14:39:54.207528 [ 254 ] {6a35c2f0-4c68-4d54-8512-648ea8d8ce15} <Debug> TCPHandler: Processed in 0.002323629 sec. | ||
| 9150 | 2025.02.21 14:39:54.207794 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9151 | 2025.02.21 14:39:54.208006 [ 256 ] {6e4d7c7f-2b56-4f57-9dee-7ccde4180c58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9152 | 2025.02.21 14:39:54.208084 [ 256 ] {6e4d7c7f-2b56-4f57-9dee-7ccde4180c58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9153 | 2025.02.21 14:39:54.208874 [ 256 ] {6e4d7c7f-2b56-4f57-9dee-7ccde4180c58} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9154 | 2025.02.21 14:39:54.208916 [ 256 ] {6e4d7c7f-2b56-4f57-9dee-7ccde4180c58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9155 | 2025.02.21 14:39:54.209359 [ 256 ] {6e4d7c7f-2b56-4f57-9dee-7ccde4180c58} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 9156 | 2025.02.21 14:39:54.209621 [ 256 ] {6e4d7c7f-2b56-4f57-9dee-7ccde4180c58} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9157 | 2025.02.21 14:39:54.209848 [ 256 ] {6e4d7c7f-2b56-4f57-9dee-7ccde4180c58} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0019 sec., 33684.21052631579 rows/sec., 2.63 MiB/sec. | ||
| 9158 | 2025.02.21 14:39:54.209914 [ 256 ] {6e4d7c7f-2b56-4f57-9dee-7ccde4180c58} <Debug> TCPHandler: Processed in 0.002259778 sec. | ||
| 9159 | 2025.02.21 14:39:54.210089 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9160 | 2025.02.21 14:39:54.210227 [ 254 ] {b9428c55-18a4-4179-ac09-67c2f9349953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9161 | 2025.02.21 14:39:54.210292 [ 254 ] {b9428c55-18a4-4179-ac09-67c2f9349953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9162 | 2025.02.21 14:39:54.210937 [ 254 ] {b9428c55-18a4-4179-ac09-67c2f9349953} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9163 | 2025.02.21 14:39:54.210982 [ 254 ] {b9428c55-18a4-4179-ac09-67c2f9349953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9164 | 2025.02.21 14:39:54.211408 [ 254 ] {b9428c55-18a4-4179-ac09-67c2f9349953} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 9165 | 2025.02.21 14:39:54.211645 [ 254 ] {b9428c55-18a4-4179-ac09-67c2f9349953} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9166 | 2025.02.21 14:39:54.211847 [ 254 ] {b9428c55-18a4-4179-ac09-67c2f9349953} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001647 sec., 59502.125075895565 rows/sec., 4.15 MiB/sec. | ||
| 9167 | 2025.02.21 14:39:54.211943 [ 254 ] {b9428c55-18a4-4179-ac09-67c2f9349953} <Debug> TCPHandler: Processed in 0.001921718 sec. | ||
| 9168 | 2025.02.21 14:39:54.212140 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9169 | 2025.02.21 14:39:54.212440 [ 256 ] {91d5ac78-6c04-4f42-90e4-2111f79911aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9170 | 2025.02.21 14:39:54.212517 [ 256 ] {91d5ac78-6c04-4f42-90e4-2111f79911aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9171 | 2025.02.21 14:39:54.213118 [ 256 ] {91d5ac78-6c04-4f42-90e4-2111f79911aa} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9172 | 2025.02.21 14:39:54.213165 [ 256 ] {91d5ac78-6c04-4f42-90e4-2111f79911aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9173 | 2025.02.21 14:39:54.213563 [ 256 ] {91d5ac78-6c04-4f42-90e4-2111f79911aa} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 9174 | 2025.02.21 14:39:54.213812 [ 256 ] {91d5ac78-6c04-4f42-90e4-2111f79911aa} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9175 | 2025.02.21 14:39:54.214050 [ 256 ] {91d5ac78-6c04-4f42-90e4-2111f79911aa} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001709 sec., 22235.225277940317 rows/sec., 1.49 MiB/sec. | ||
| 9176 | 2025.02.21 14:39:54.214133 [ 256 ] {91d5ac78-6c04-4f42-90e4-2111f79911aa} <Debug> TCPHandler: Processed in 0.002098033 sec. | ||
| 9177 | 2025.02.21 14:39:54.964571 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023 | ||
| 9178 | 2025.02.21 14:39:54.965218 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9179 | 2025.02.21 14:39:54.965269 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9180 | 2025.02.21 14:39:54.965797 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9181 | 2025.02.21 14:39:54.966054 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9182 | 2025.02.21 14:39:54.966291 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023 | ||
| 9183 | 2025.02.21 14:39:56.908197 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 9184 | 2025.02.21 14:39:56.928327 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9185 | 2025.02.21 14:39:56.928380 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9186 | 2025.02.21 14:39:56.935721 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9187 | 2025.02.21 14:39:56.936492 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9188 | 2025.02.21 14:39:56.939105 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 9189 | 2025.02.21 14:39:59.207993 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9190 | 2025.02.21 14:39:59.208186 [ 254 ] {4c77bfe8-59e3-4a12-8929-2537c3ec3c07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9191 | 2025.02.21 14:39:59.208260 [ 254 ] {4c77bfe8-59e3-4a12-8929-2537c3ec3c07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9192 | 2025.02.21 14:39:59.209051 [ 254 ] {4c77bfe8-59e3-4a12-8929-2537c3ec3c07} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9193 | 2025.02.21 14:39:59.209102 [ 254 ] {4c77bfe8-59e3-4a12-8929-2537c3ec3c07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9194 | 2025.02.21 14:39:59.209563 [ 254 ] {4c77bfe8-59e3-4a12-8929-2537c3ec3c07} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 9195 | 2025.02.21 14:39:59.209836 [ 254 ] {4c77bfe8-59e3-4a12-8929-2537c3ec3c07} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9196 | 2025.02.21 14:39:59.210089 [ 254 ] {4c77bfe8-59e3-4a12-8929-2537c3ec3c07} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001955 sec., 28644.501278772375 rows/sec., 2.19 MiB/sec. | ||
| 9197 | 2025.02.21 14:39:59.210157 [ 254 ] {4c77bfe8-59e3-4a12-8929-2537c3ec3c07} <Debug> TCPHandler: Processed in 0.002296009 sec. | ||
| 9198 | 2025.02.21 14:39:59.210434 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9199 | 2025.02.21 14:39:59.210625 [ 256 ] {4aaa4afe-b471-4451-bdb6-a41349b75f0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9200 | 2025.02.21 14:39:59.210695 [ 256 ] {4aaa4afe-b471-4451-bdb6-a41349b75f0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9201 | 2025.02.21 14:39:59.211487 [ 256 ] {4aaa4afe-b471-4451-bdb6-a41349b75f0c} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9202 | 2025.02.21 14:39:59.211529 [ 256 ] {4aaa4afe-b471-4451-bdb6-a41349b75f0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9203 | 2025.02.21 14:39:59.211976 [ 256 ] {4aaa4afe-b471-4451-bdb6-a41349b75f0c} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 9204 | 2025.02.21 14:39:59.212245 [ 256 ] {4aaa4afe-b471-4451-bdb6-a41349b75f0c} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9205 | 2025.02.21 14:39:59.212458 [ 256 ] {4aaa4afe-b471-4451-bdb6-a41349b75f0c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001884 sec., 33970.27600849257 rows/sec., 2.65 MiB/sec. | ||
| 9206 | 2025.02.21 14:39:59.212526 [ 256 ] {4aaa4afe-b471-4451-bdb6-a41349b75f0c} <Debug> TCPHandler: Processed in 0.002224467 sec. | ||
| 9207 | 2025.02.21 14:39:59.212757 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9208 | 2025.02.21 14:39:59.212955 [ 254 ] {d194ed97-c378-4b7c-8b24-5406e87aa7e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9209 | 2025.02.21 14:39:59.213015 [ 254 ] {d194ed97-c378-4b7c-8b24-5406e87aa7e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9210 | 2025.02.21 14:39:59.213626 [ 254 ] {d194ed97-c378-4b7c-8b24-5406e87aa7e7} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9211 | 2025.02.21 14:39:59.213670 [ 254 ] {d194ed97-c378-4b7c-8b24-5406e87aa7e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9212 | 2025.02.21 14:39:59.214067 [ 254 ] {d194ed97-c378-4b7c-8b24-5406e87aa7e7} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 9213 | 2025.02.21 14:39:59.214316 [ 254 ] {d194ed97-c378-4b7c-8b24-5406e87aa7e7} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9214 | 2025.02.21 14:39:59.214544 [ 254 ] {d194ed97-c378-4b7c-8b24-5406e87aa7e7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001623 sec., 98582.87122612445 rows/sec., 6.87 MiB/sec. | ||
| 9215 | 2025.02.21 14:39:59.214605 [ 254 ] {d194ed97-c378-4b7c-8b24-5406e87aa7e7} <Debug> TCPHandler: Processed in 0.001963868 sec. | ||
| 9216 | 2025.02.21 14:39:59.214782 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9217 | 2025.02.21 14:39:59.214930 [ 256 ] {7e08a5d5-400f-4e1d-ae13-eed9dac0f349} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9218 | 2025.02.21 14:39:59.214996 [ 256 ] {7e08a5d5-400f-4e1d-ae13-eed9dac0f349} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9219 | 2025.02.21 14:39:59.215566 [ 256 ] {7e08a5d5-400f-4e1d-ae13-eed9dac0f349} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9220 | 2025.02.21 14:39:59.215604 [ 256 ] {7e08a5d5-400f-4e1d-ae13-eed9dac0f349} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9221 | 2025.02.21 14:39:59.215998 [ 256 ] {7e08a5d5-400f-4e1d-ae13-eed9dac0f349} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 9222 | 2025.02.21 14:39:59.216241 [ 256 ] {7e08a5d5-400f-4e1d-ae13-eed9dac0f349} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9223 | 2025.02.21 14:39:59.216438 [ 256 ] {7e08a5d5-400f-4e1d-ae13-eed9dac0f349} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001542 sec., 38910.505836575874 rows/sec., 2.62 MiB/sec. | ||
| 9224 | 2025.02.21 14:39:59.216523 [ 256 ] {7e08a5d5-400f-4e1d-ae13-eed9dac0f349} <Debug> TCPHandler: Processed in 0.001810175 sec. | ||
| 9225 | 2025.02.21 14:40:02.234669 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9226 | 2025.02.21 14:40:02.234777 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9227 | 2025.02.21 14:40:02.435613 [ 105 ] {} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0 | ||
| 9228 | 2025.02.21 14:40:02.435682 [ 105 ] {} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9229 | 2025.02.21 14:40:02.435706 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9230 | 2025.02.21 14:40:02.435868 [ 196 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::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 | ||
| 9231 | 2025.02.21 14:40:02.436084 [ 196 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9232 | 2025.02.21 14:40:02.436126 [ 196 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 69 rows starting from the beginning of the part | ||
| 9233 | 2025.02.21 14:40:02.436219 [ 196 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 53 rows starting from the beginning of the part | ||
| 9234 | 2025.02.21 14:40:02.436451 [ 196 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 39 rows starting from the beginning of the part | ||
| 9235 | 2025.02.21 14:40:02.436657 [ 196 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 39 rows starting from the beginning of the part | ||
| 9236 | 2025.02.21 14:40:02.436879 [ 196 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 67 rows starting from the beginning of the part | ||
| 9237 | 2025.02.21 14:40:02.438079 [ 191 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 267 rows, containing 5 columns (5 merged, 0 gathered) in 0.002305529 sec., 115808.56280706076 rows/sec., 8.94 MiB/sec. | ||
| 9238 | 2025.02.21 14:40:02.438274 [ 191 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 9239 | 2025.02.21 14:40:02.438606 [ 191 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_42_9} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9240 | 2025.02.21 14:40:02.438704 [ 191 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_42_9} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9 | ||
| 9241 | 2025.02.21 14:40:02.438810 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9242 | 2025.02.21 14:40:02.467353 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511 | ||
| 9243 | 2025.02.21 14:40:02.468243 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9244 | 2025.02.21 14:40:02.468286 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9245 | 2025.02.21 14:40:02.468790 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9246 | 2025.02.21 14:40:02.469049 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9247 | 2025.02.21 14:40:02.469321 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 9248 | 2025.02.21 14:40:02.489570 [ 99 ] {} <Debug> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 9249 | 2025.02.21 14:40:02.489663 [ 99 ] {} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9250 | 2025.02.21 14:40:02.489708 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9251 | 2025.02.21 14:40:02.490034 [ 191 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 9252 | 2025.02.21 14:40:02.490313 [ 191 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9253 | 2025.02.21 14:40:02.490371 [ 191 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 9254 | 2025.02.21 14:40:02.490583 [ 191 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 9255 | 2025.02.21 14:40:02.490750 [ 191 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 9256 | 2025.02.21 14:40:02.490890 [ 191 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 9257 | 2025.02.21 14:40:02.491048 [ 191 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 9258 | 2025.02.21 14:40:02.492036 [ 196 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002224056 sec., 24279.964173563978 rows/sec., 2.03 MiB/sec. | ||
| 9259 | 2025.02.21 14:40:02.492203 [ 196 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 9260 | 2025.02.21 14:40:02.492537 [ 196 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_13_3} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9261 | 2025.02.21 14:40:02.492617 [ 196 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_13_3} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 9262 | 2025.02.21 14:40:02.492713 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9263 | 2025.02.21 14:40:02.591899 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1260 | ||
| 9264 | 2025.02.21 14:40:02.594669 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9265 | 2025.02.21 14:40:02.594719 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9266 | 2025.02.21 14:40:02.596192 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9267 | 2025.02.21 14:40:02.596509 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9268 | 2025.02.21 14:40:02.597824 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1260 | ||
| 9269 | 2025.02.21 14:40:04.210227 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9270 | 2025.02.21 14:40:04.210439 [ 254 ] {b7be4a78-23a2-4abe-b7aa-193f9ce1e3e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9271 | 2025.02.21 14:40:04.210520 [ 254 ] {b7be4a78-23a2-4abe-b7aa-193f9ce1e3e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9272 | 2025.02.21 14:40:04.211312 [ 254 ] {b7be4a78-23a2-4abe-b7aa-193f9ce1e3e6} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9273 | 2025.02.21 14:40:04.211359 [ 254 ] {b7be4a78-23a2-4abe-b7aa-193f9ce1e3e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9274 | 2025.02.21 14:40:04.211812 [ 254 ] {b7be4a78-23a2-4abe-b7aa-193f9ce1e3e6} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 9275 | 2025.02.21 14:40:04.212072 [ 254 ] {b7be4a78-23a2-4abe-b7aa-193f9ce1e3e6} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9276 | 2025.02.21 14:40:04.212246 [ 95 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 9277 | 2025.02.21 14:40:04.212289 [ 254 ] {b7be4a78-23a2-4abe-b7aa-193f9ce1e3e6} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001908 sec., 70230.60796645703 rows/sec., 6.04 MiB/sec. | ||
| 9278 | 2025.02.21 14:40:04.212290 [ 95 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9279 | 2025.02.21 14:40:04.212344 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9280 | 2025.02.21 14:40:04.212379 [ 254 ] {b7be4a78-23a2-4abe-b7aa-193f9ce1e3e6} <Debug> TCPHandler: Processed in 0.002291238 sec. | ||
| 9281 | 2025.02.21 14:40:04.212612 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 9282 | 2025.02.21 14:40:04.212725 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9283 | 2025.02.21 14:40:04.212784 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9284 | 2025.02.21 14:40:04.212898 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1405 rows starting from the beginning of the part | ||
| 9285 | 2025.02.21 14:40:04.213317 [ 256 ] {3f210b47-1925-4415-a13f-7ab3e875cb6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9286 | 2025.02.21 14:40:04.213356 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 9287 | 2025.02.21 14:40:04.213711 [ 256 ] {3f210b47-1925-4415-a13f-7ab3e875cb6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9288 | 2025.02.21 14:40:04.213825 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1402 rows starting from the beginning of the part | ||
| 9289 | 2025.02.21 14:40:04.214300 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 9290 | 2025.02.21 14:40:04.214790 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 9291 | 2025.02.21 14:40:04.215311 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 134 rows starting from the beginning of the part | ||
| 9292 | 2025.02.21 14:40:04.217751 [ 256 ] {3f210b47-1925-4415-a13f-7ab3e875cb6c} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9293 | 2025.02.21 14:40:04.217848 [ 256 ] {3f210b47-1925-4415-a13f-7ab3e875cb6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9294 | 2025.02.21 14:40:04.218690 [ 256 ] {3f210b47-1925-4415-a13f-7ab3e875cb6c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9295 | 2025.02.21 14:40:04.219252 [ 256 ] {3f210b47-1925-4415-a13f-7ab3e875cb6c} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9296 | 2025.02.21 14:40:04.219274 [ 191 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3109 rows, containing 5 columns (5 merged, 0 gathered) in 0.006858045 sec., 453336.19129066664 rows/sec., 39.48 MiB/sec. | ||
| 9297 | 2025.02.21 14:40:04.219619 [ 256 ] {3f210b47-1925-4415-a13f-7ab3e875cb6c} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.006587 sec., 5920.752998330044 rows/sec., 445.21 KiB/sec. | ||
| 9298 | 2025.02.21 14:40:04.219704 [ 188 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 9299 | 2025.02.21 14:40:04.219766 [ 256 ] {3f210b47-1925-4415-a13f-7ab3e875cb6c} <Debug> TCPHandler: Processed in 0.007279088 sec. | ||
| 9300 | 2025.02.21 14:40:04.219953 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9301 | 2025.02.21 14:40:04.220142 [ 254 ] {2cdce274-9ffc-4dac-95e7-147ef1e16aa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9302 | 2025.02.21 14:40:04.220234 [ 254 ] {2cdce274-9ffc-4dac-95e7-147ef1e16aa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9303 | 2025.02.21 14:40:04.220341 [ 188 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_101_20} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9304 | 2025.02.21 14:40:04.220595 [ 188 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_101_20} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 9305 | 2025.02.21 14:40:04.220804 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 9306 | 2025.02.21 14:40:04.221273 [ 254 ] {2cdce274-9ffc-4dac-95e7-147ef1e16aa9} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9307 | 2025.02.21 14:40:04.221319 [ 254 ] {2cdce274-9ffc-4dac-95e7-147ef1e16aa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9308 | 2025.02.21 14:40:04.221707 [ 254 ] {2cdce274-9ffc-4dac-95e7-147ef1e16aa9} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 9309 | 2025.02.21 14:40:04.221955 [ 254 ] {2cdce274-9ffc-4dac-95e7-147ef1e16aa9} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9310 | 2025.02.21 14:40:04.222100 [ 95 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 9311 | 2025.02.21 14:40:04.222146 [ 95 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9312 | 2025.02.21 14:40:04.222152 [ 254 ] {2cdce274-9ffc-4dac-95e7-147ef1e16aa9} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002072 sec., 49710.42471042471 rows/sec., 3.88 MiB/sec. | ||
| 9313 | 2025.02.21 14:40:04.222174 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9314 | 2025.02.21 14:40:04.222287 [ 254 ] {2cdce274-9ffc-4dac-95e7-147ef1e16aa9} <Debug> TCPHandler: Processed in 0.002419462 sec. | ||
| 9315 | 2025.02.21 14:40:04.222396 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 9316 | 2025.02.21 14:40:04.222479 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9317 | 2025.02.21 14:40:04.222597 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9318 | 2025.02.21 14:40:04.222685 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 631 rows starting from the beginning of the part | ||
| 9319 | 2025.02.21 14:40:04.222703 [ 256 ] {966f4f90-8e83-4d00-926e-1a3a3ce29b48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9320 | 2025.02.21 14:40:04.222899 [ 256 ] {966f4f90-8e83-4d00-926e-1a3a3ce29b48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9321 | 2025.02.21 14:40:04.222985 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 9322 | 2025.02.21 14:40:04.223421 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 611 rows starting from the beginning of the part | ||
| 9323 | 2025.02.21 14:40:04.223784 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 9324 | 2025.02.21 14:40:04.224161 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 9325 | 2025.02.21 14:40:04.224518 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 103 rows starting from the beginning of the part | ||
| 9326 | 2025.02.21 14:40:04.225569 [ 256 ] {966f4f90-8e83-4d00-926e-1a3a3ce29b48} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9327 | 2025.02.21 14:40:04.225650 [ 256 ] {966f4f90-8e83-4d00-926e-1a3a3ce29b48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9328 | 2025.02.21 14:40:04.226691 [ 256 ] {966f4f90-8e83-4d00-926e-1a3a3ce29b48} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 9329 | 2025.02.21 14:40:04.227092 [ 256 ] {966f4f90-8e83-4d00-926e-1a3a3ce29b48} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9330 | 2025.02.21 14:40:04.227443 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 9331 | 2025.02.21 14:40:04.227580 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9332 | 2025.02.21 14:40:04.227684 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9333 | 2025.02.21 14:40:04.227961 [ 191 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1537 rows, containing 5 columns (5 merged, 0 gathered) in 0.00567175 sec., 270992.1981751664 rows/sec., 21.59 MiB/sec. | ||
| 9334 | 2025.02.21 14:40:04.227978 [ 256 ] {966f4f90-8e83-4d00-926e-1a3a3ce29b48} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005311 sec., 30126.153266804748 rows/sec., 2.10 MiB/sec. | ||
| 9335 | 2025.02.21 14:40:04.228171 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 9336 | 2025.02.21 14:40:04.228210 [ 256 ] {966f4f90-8e83-4d00-926e-1a3a3ce29b48} <Debug> TCPHandler: Processed in 0.005804744 sec. | ||
| 9337 | 2025.02.21 14:40:04.228345 [ 191 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 9338 | 2025.02.21 14:40:04.228509 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9339 | 2025.02.21 14:40:04.228717 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9340 | 2025.02.21 14:40:04.228832 [ 254 ] {f8869f1d-361c-40ec-bb80-ed54af0ed29f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9341 | 2025.02.21 14:40:04.228836 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 26428 rows starting from the beginning of the part | ||
| 9342 | 2025.02.21 14:40:04.229276 [ 254 ] {f8869f1d-361c-40ec-bb80-ed54af0ed29f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9343 | 2025.02.21 14:40:04.229331 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 9344 | 2025.02.21 14:40:04.229567 [ 193 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_101_20} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9345 | 2025.02.21 14:40:04.229821 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 952 rows starting from the beginning of the part | ||
| 9346 | 2025.02.21 14:40:04.230094 [ 193 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_101_20} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 9347 | 2025.02.21 14:40:04.230398 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 98 rows starting from the beginning of the part | ||
| 9348 | 2025.02.21 14:40:04.230579 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 9349 | 2025.02.21 14:40:04.230862 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 9350 | 2025.02.21 14:40:04.231312 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part | ||
| 9351 | 2025.02.21 14:40:04.234006 [ 254 ] {f8869f1d-361c-40ec-bb80-ed54af0ed29f} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9352 | 2025.02.21 14:40:04.234090 [ 254 ] {f8869f1d-361c-40ec-bb80-ed54af0ed29f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9353 | 2025.02.21 14:40:04.235535 [ 254 ] {f8869f1d-361c-40ec-bb80-ed54af0ed29f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9354 | 2025.02.21 14:40:04.235855 [ 254 ] {f8869f1d-361c-40ec-bb80-ed54af0ed29f} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9355 | 2025.02.21 14:40:04.236239 [ 254 ] {f8869f1d-361c-40ec-bb80-ed54af0ed29f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007509 sec., 5193.767479025169 rows/sec., 9.31 MiB/sec. | ||
| 9356 | 2025.02.21 14:40:04.237019 [ 254 ] {f8869f1d-361c-40ec-bb80-ed54af0ed29f} <Debug> TCPHandler: Processed in 0.008670789 sec. | ||
| 9357 | 2025.02.21 14:40:04.237199 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9358 | 2025.02.21 14:40:04.237404 [ 256 ] {967cee10-fd44-4663-af96-4a2e19d45d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9359 | 2025.02.21 14:40:04.237479 [ 256 ] {967cee10-fd44-4663-af96-4a2e19d45d72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9360 | 2025.02.21 14:40:04.238033 [ 256 ] {967cee10-fd44-4663-af96-4a2e19d45d72} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9361 | 2025.02.21 14:40:04.238073 [ 256 ] {967cee10-fd44-4663-af96-4a2e19d45d72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9362 | 2025.02.21 14:40:04.238788 [ 256 ] {967cee10-fd44-4663-af96-4a2e19d45d72} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 9363 | 2025.02.21 14:40:04.239087 [ 256 ] {967cee10-fd44-4663-af96-4a2e19d45d72} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9364 | 2025.02.21 14:40:04.239288 [ 95 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 9365 | 2025.02.21 14:40:04.239359 [ 95 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9366 | 2025.02.21 14:40:04.239396 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9367 | 2025.02.21 14:40:04.239403 [ 256 ] {967cee10-fd44-4663-af96-4a2e19d45d72} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002057 sec., 29168.69227029655 rows/sec., 1.97 MiB/sec. | ||
| 9368 | 2025.02.21 14:40:04.239756 [ 256 ] {967cee10-fd44-4663-af96-4a2e19d45d72} <Debug> TCPHandler: Processed in 0.002613998 sec. | ||
| 9369 | 2025.02.21 14:40:04.239827 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 9370 | 2025.02.21 14:40:04.240056 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9371 | 2025.02.21 14:40:04.240104 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 4968 rows starting from the beginning of the part | ||
| 9372 | 2025.02.21 14:40:04.240351 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 9373 | 2025.02.21 14:40:04.240669 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 22 rows starting from the beginning of the part | ||
| 9374 | 2025.02.21 14:40:04.241088 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 38 rows starting from the beginning of the part | ||
| 9375 | 2025.02.21 14:40:04.241185 [ 191 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27958 rows, containing 5 columns (5 merged, 0 gathered) in 0.013332949 sec., 2096910.4434435323 rows/sec., 143.70 MiB/sec. | ||
| 9376 | 2025.02.21 14:40:04.241420 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 9377 | 2025.02.21 14:40:04.241679 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part | ||
| 9378 | 2025.02.21 14:40:04.241724 [ 191 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 9379 | 2025.02.21 14:40:04.242518 [ 191 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9380 | 2025.02.21 14:40:04.242660 [ 191 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 9381 | 2025.02.21 14:40:04.242840 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
| 9382 | 2025.02.21 14:40:04.244694 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5208 rows, containing 4 columns (4 merged, 0 gathered) in 0.005228356 sec., 996106.6155403343 rows/sec., 67.13 MiB/sec. | ||
| 9383 | 2025.02.21 14:40:04.245156 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 9384 | 2025.02.21 14:40:04.245479 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_101_20} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9385 | 2025.02.21 14:40:04.245565 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_101_20} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 9386 | 2025.02.21 14:40:04.245640 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 9387 | 2025.02.21 14:40:04.440072 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 9388 | 2025.02.21 14:40:04.462073 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9389 | 2025.02.21 14:40:04.462125 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9390 | 2025.02.21 14:40:04.469493 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9391 | 2025.02.21 14:40:04.470283 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9392 | 2025.02.21 14:40:04.473027 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 9393 | 2025.02.21 14:40:09.207699 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9394 | 2025.02.21 14:40:09.207934 [ 254 ] {f61da215-005e-4498-a22c-5c49d4186fb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9395 | 2025.02.21 14:40:09.208015 [ 254 ] {f61da215-005e-4498-a22c-5c49d4186fb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9396 | 2025.02.21 14:40:09.208837 [ 254 ] {f61da215-005e-4498-a22c-5c49d4186fb2} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9397 | 2025.02.21 14:40:09.208888 [ 254 ] {f61da215-005e-4498-a22c-5c49d4186fb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9398 | 2025.02.21 14:40:09.209325 [ 254 ] {f61da215-005e-4498-a22c-5c49d4186fb2} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 9399 | 2025.02.21 14:40:09.209580 [ 254 ] {f61da215-005e-4498-a22c-5c49d4186fb2} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9400 | 2025.02.21 14:40:09.209814 [ 254 ] {f61da215-005e-4498-a22c-5c49d4186fb2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001941 sec., 28851.107676455435 rows/sec., 2.20 MiB/sec. | ||
| 9401 | 2025.02.21 14:40:09.209872 [ 254 ] {f61da215-005e-4498-a22c-5c49d4186fb2} <Debug> TCPHandler: Processed in 0.002307829 sec. | ||
| 9402 | 2025.02.21 14:40:09.210104 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9403 | 2025.02.21 14:40:09.210289 [ 256 ] {83eac8e3-c9a5-4e96-bd47-2e084c4983d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9404 | 2025.02.21 14:40:09.210362 [ 256 ] {83eac8e3-c9a5-4e96-bd47-2e084c4983d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9405 | 2025.02.21 14:40:09.211125 [ 256 ] {83eac8e3-c9a5-4e96-bd47-2e084c4983d4} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9406 | 2025.02.21 14:40:09.211167 [ 256 ] {83eac8e3-c9a5-4e96-bd47-2e084c4983d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9407 | 2025.02.21 14:40:09.211615 [ 256 ] {83eac8e3-c9a5-4e96-bd47-2e084c4983d4} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 9408 | 2025.02.21 14:40:09.211883 [ 256 ] {83eac8e3-c9a5-4e96-bd47-2e084c4983d4} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9409 | 2025.02.21 14:40:09.212084 [ 256 ] {83eac8e3-c9a5-4e96-bd47-2e084c4983d4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001848 sec., 34632.03463203463 rows/sec., 2.70 MiB/sec. | ||
| 9410 | 2025.02.21 14:40:09.212148 [ 256 ] {83eac8e3-c9a5-4e96-bd47-2e084c4983d4} <Debug> TCPHandler: Processed in 0.002172825 sec. | ||
| 9411 | 2025.02.21 14:40:09.212297 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9412 | 2025.02.21 14:40:09.212438 [ 254 ] {d985b78d-123f-455b-9e1c-ebec6bb8e79d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9413 | 2025.02.21 14:40:09.212502 [ 254 ] {d985b78d-123f-455b-9e1c-ebec6bb8e79d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9414 | 2025.02.21 14:40:09.213139 [ 254 ] {d985b78d-123f-455b-9e1c-ebec6bb8e79d} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9415 | 2025.02.21 14:40:09.213180 [ 254 ] {d985b78d-123f-455b-9e1c-ebec6bb8e79d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9416 | 2025.02.21 14:40:09.213581 [ 254 ] {d985b78d-123f-455b-9e1c-ebec6bb8e79d} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 9417 | 2025.02.21 14:40:09.213833 [ 254 ] {d985b78d-123f-455b-9e1c-ebec6bb8e79d} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9418 | 2025.02.21 14:40:09.214046 [ 254 ] {d985b78d-123f-455b-9e1c-ebec6bb8e79d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00164 sec., 97560.9756097561 rows/sec., 6.79 MiB/sec. | ||
| 9419 | 2025.02.21 14:40:09.214098 [ 254 ] {d985b78d-123f-455b-9e1c-ebec6bb8e79d} <Debug> TCPHandler: Processed in 0.001868256 sec. | ||
| 9420 | 2025.02.21 14:40:09.214270 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9421 | 2025.02.21 14:40:09.214414 [ 256 ] {d18fd2e3-2d5d-47bc-a663-6cdaf3b63eb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9422 | 2025.02.21 14:40:09.214479 [ 256 ] {d18fd2e3-2d5d-47bc-a663-6cdaf3b63eb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9423 | 2025.02.21 14:40:09.215029 [ 256 ] {d18fd2e3-2d5d-47bc-a663-6cdaf3b63eb6} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9424 | 2025.02.21 14:40:09.215067 [ 256 ] {d18fd2e3-2d5d-47bc-a663-6cdaf3b63eb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9425 | 2025.02.21 14:40:09.215451 [ 256 ] {d18fd2e3-2d5d-47bc-a663-6cdaf3b63eb6} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 9426 | 2025.02.21 14:40:09.215700 [ 256 ] {d18fd2e3-2d5d-47bc-a663-6cdaf3b63eb6} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9427 | 2025.02.21 14:40:09.215882 [ 256 ] {d18fd2e3-2d5d-47bc-a663-6cdaf3b63eb6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001504 sec., 39893.6170212766 rows/sec., 2.69 MiB/sec. | ||
| 9428 | 2025.02.21 14:40:09.215933 [ 256 ] {d18fd2e3-2d5d-47bc-a663-6cdaf3b63eb6} <Debug> TCPHandler: Processed in 0.001731212 sec. | ||
| 9429 | 2025.02.21 14:40:09.970354 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938 | ||
| 9430 | 2025.02.21 14:40:09.970993 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9431 | 2025.02.21 14:40:09.971037 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9432 | 2025.02.21 14:40:09.971586 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9433 | 2025.02.21 14:40:09.971852 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9434 | 2025.02.21 14:40:09.972094 [ 119 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9435 | 2025.02.21 14:40:09.972114 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938 | ||
| 9436 | 2025.02.21 14:40:09.972177 [ 119 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9437 | 2025.02.21 14:40:09.972209 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9438 | 2025.02.21 14:40:09.972340 [ 189 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 9439 | 2025.02.21 14:40:09.972486 [ 189 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9440 | 2025.02.21 14:40:09.972533 [ 189 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 9441 | 2025.02.21 14:40:09.972620 [ 189 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part | ||
| 9442 | 2025.02.21 14:40:09.972833 [ 189 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part | ||
| 9443 | 2025.02.21 14:40:09.973083 [ 189 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part | ||
| 9444 | 2025.02.21 14:40:09.973324 [ 189 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part | ||
| 9445 | 2025.02.21 14:40:09.973571 [ 189 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part | ||
| 9446 | 2025.02.21 14:40:09.976407 [ 195 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.004128343 sec., 6767364.048965894 rows/sec., 96.81 MiB/sec. | ||
| 9447 | 2025.02.21 14:40:09.976849 [ 195 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9448 | 2025.02.21 14:40:09.977148 [ 195 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_61_12} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9449 | 2025.02.21 14:40:09.977231 [ 195 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_61_12} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9450 | 2025.02.21 14:40:09.977336 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB. | ||
| 9451 | 2025.02.21 14:40:11.973998 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 9452 | 2025.02.21 14:40:11.994814 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9453 | 2025.02.21 14:40:11.994858 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9454 | 2025.02.21 14:40:12.001165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 242.26 MiB, peak 246.62 MiB, free memory in arenas 0.00 B, will set to 237.75 MiB (RSS), difference: -4.52 MiB | ||
| 9455 | 2025.02.21 14:40:12.002751 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9456 | 2025.02.21 14:40:12.003564 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9457 | 2025.02.21 14:40:12.003868 [ 125 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9458 | 2025.02.21 14:40:12.003939 [ 125 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9459 | 2025.02.21 14:40:12.003992 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9460 | 2025.02.21 14:40:12.004210 [ 192 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 9461 | 2025.02.21 14:40:12.012835 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 9462 | 2025.02.21 14:40:12.014032 [ 192 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9463 | 2025.02.21 14:40:12.014915 [ 192 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 423 rows starting from the beginning of the part | ||
| 9464 | 2025.02.21 14:40:12.019533 [ 192 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 7 rows starting from the beginning of the part | ||
| 9465 | 2025.02.21 14:40:12.024106 [ 192 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 9466 | 2025.02.21 14:40:12.029044 [ 192 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 9467 | 2025.02.21 14:40:12.034381 [ 192 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 9468 | 2025.02.21 14:40:12.038862 [ 192 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 9469 | 2025.02.21 14:40:12.098958 [ 195 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.09487753 sec., 4848.355559003275 rows/sec., 25.07 MiB/sec. | ||
| 9470 | 2025.02.21 14:40:12.102410 [ 187 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9471 | 2025.02.21 14:40:12.105520 [ 187 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_61_12} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9472 | 2025.02.21 14:40:12.105669 [ 187 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_61_12} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9473 | 2025.02.21 14:40:12.108213 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9474 | 2025.02.21 14:40:12.598833 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1280 | ||
| 9475 | 2025.02.21 14:40:12.601728 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9476 | 2025.02.21 14:40:12.601789 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9477 | 2025.02.21 14:40:12.603248 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9478 | 2025.02.21 14:40:12.603557 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9479 | 2025.02.21 14:40:12.604139 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1280 | ||
| 9480 | 2025.02.21 14:40:13.001160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.28 MiB, peak 247.72 MiB, free memory in arenas 0.00 B, will set to 240.08 MiB (RSS), difference: 5.79 MiB | ||
| 9481 | 2025.02.21 14:40:14.210067 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9482 | 2025.02.21 14:40:14.210261 [ 254 ] {82b21943-3c6e-4e17-a896-122a4d0d2d4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9483 | 2025.02.21 14:40:14.210337 [ 254 ] {82b21943-3c6e-4e17-a896-122a4d0d2d4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9484 | 2025.02.21 14:40:14.211174 [ 254 ] {82b21943-3c6e-4e17-a896-122a4d0d2d4d} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9485 | 2025.02.21 14:40:14.211231 [ 254 ] {82b21943-3c6e-4e17-a896-122a4d0d2d4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9486 | 2025.02.21 14:40:14.211686 [ 254 ] {82b21943-3c6e-4e17-a896-122a4d0d2d4d} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 9487 | 2025.02.21 14:40:14.211963 [ 254 ] {82b21943-3c6e-4e17-a896-122a4d0d2d4d} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9488 | 2025.02.21 14:40:14.212206 [ 254 ] {82b21943-3c6e-4e17-a896-122a4d0d2d4d} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001997 sec., 67100.65097646469 rows/sec., 5.77 MiB/sec. | ||
| 9489 | 2025.02.21 14:40:14.212264 [ 254 ] {82b21943-3c6e-4e17-a896-122a4d0d2d4d} <Debug> TCPHandler: Processed in 0.00232954 sec. | ||
| 9490 | 2025.02.21 14:40:14.212521 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9491 | 2025.02.21 14:40:14.212742 [ 256 ] {8b9e0248-69e0-4f07-8ae1-106a814e2058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9492 | 2025.02.21 14:40:14.212824 [ 256 ] {8b9e0248-69e0-4f07-8ae1-106a814e2058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9493 | 2025.02.21 14:40:14.213602 [ 256 ] {8b9e0248-69e0-4f07-8ae1-106a814e2058} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9494 | 2025.02.21 14:40:14.213650 [ 256 ] {8b9e0248-69e0-4f07-8ae1-106a814e2058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9495 | 2025.02.21 14:40:14.214096 [ 256 ] {8b9e0248-69e0-4f07-8ae1-106a814e2058} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9496 | 2025.02.21 14:40:14.214364 [ 256 ] {8b9e0248-69e0-4f07-8ae1-106a814e2058} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9497 | 2025.02.21 14:40:14.214619 [ 256 ] {8b9e0248-69e0-4f07-8ae1-106a814e2058} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001935 sec., 20155.03875968992 rows/sec., 1.48 MiB/sec. | ||
| 9498 | 2025.02.21 14:40:14.214687 [ 256 ] {8b9e0248-69e0-4f07-8ae1-106a814e2058} <Debug> TCPHandler: Processed in 0.002307499 sec. | ||
| 9499 | 2025.02.21 14:40:14.214840 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9500 | 2025.02.21 14:40:14.214962 [ 254 ] {771e9d1f-d9e9-4e42-a7df-9ce6b2497ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9501 | 2025.02.21 14:40:14.215012 [ 254 ] {771e9d1f-d9e9-4e42-a7df-9ce6b2497ba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9502 | 2025.02.21 14:40:14.215630 [ 254 ] {771e9d1f-d9e9-4e42-a7df-9ce6b2497ba2} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9503 | 2025.02.21 14:40:14.215668 [ 254 ] {771e9d1f-d9e9-4e42-a7df-9ce6b2497ba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9504 | 2025.02.21 14:40:14.216040 [ 254 ] {771e9d1f-d9e9-4e42-a7df-9ce6b2497ba2} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 9505 | 2025.02.21 14:40:14.216277 [ 254 ] {771e9d1f-d9e9-4e42-a7df-9ce6b2497ba2} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9506 | 2025.02.21 14:40:14.216453 [ 254 ] {771e9d1f-d9e9-4e42-a7df-9ce6b2497ba2} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001517 sec., 67897.16545814107 rows/sec., 5.30 MiB/sec. | ||
| 9507 | 2025.02.21 14:40:14.216503 [ 254 ] {771e9d1f-d9e9-4e42-a7df-9ce6b2497ba2} <Debug> TCPHandler: Processed in 0.001724472 sec. | ||
| 9508 | 2025.02.21 14:40:14.216653 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9509 | 2025.02.21 14:40:14.216782 [ 256 ] {580e63ca-fa7e-4db5-be45-1469027288b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9510 | 2025.02.21 14:40:14.216846 [ 256 ] {580e63ca-fa7e-4db5-be45-1469027288b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9511 | 2025.02.21 14:40:14.217555 [ 256 ] {580e63ca-fa7e-4db5-be45-1469027288b8} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9512 | 2025.02.21 14:40:14.217603 [ 256 ] {580e63ca-fa7e-4db5-be45-1469027288b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9513 | 2025.02.21 14:40:14.218046 [ 256 ] {580e63ca-fa7e-4db5-be45-1469027288b8} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 9514 | 2025.02.21 14:40:14.218290 [ 256 ] {580e63ca-fa7e-4db5-be45-1469027288b8} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9515 | 2025.02.21 14:40:14.218514 [ 256 ] {580e63ca-fa7e-4db5-be45-1469027288b8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001764 sec., 90702.94784580499 rows/sec., 6.32 MiB/sec. | ||
| 9516 | 2025.02.21 14:40:14.218573 [ 256 ] {580e63ca-fa7e-4db5-be45-1469027288b8} <Debug> TCPHandler: Processed in 0.001978809 sec. | ||
| 9517 | 2025.02.21 14:40:14.218730 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9518 | 2025.02.21 14:40:14.218852 [ 254 ] {51e5830f-8cc3-43be-8999-84d29d30a753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9519 | 2025.02.21 14:40:14.218935 [ 254 ] {51e5830f-8cc3-43be-8999-84d29d30a753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9520 | 2025.02.21 14:40:14.220176 [ 254 ] {51e5830f-8cc3-43be-8999-84d29d30a753} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9521 | 2025.02.21 14:40:14.220214 [ 254 ] {51e5830f-8cc3-43be-8999-84d29d30a753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9522 | 2025.02.21 14:40:14.220912 [ 254 ] {51e5830f-8cc3-43be-8999-84d29d30a753} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9523 | 2025.02.21 14:40:14.221170 [ 254 ] {51e5830f-8cc3-43be-8999-84d29d30a753} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9524 | 2025.02.21 14:40:14.221385 [ 254 ] {51e5830f-8cc3-43be-8999-84d29d30a753} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002557 sec., 15252.248728979273 rows/sec., 27.33 MiB/sec. | ||
| 9525 | 2025.02.21 14:40:14.221750 [ 254 ] {51e5830f-8cc3-43be-8999-84d29d30a753} <Debug> TCPHandler: Processed in 0.003079052 sec. | ||
| 9526 | 2025.02.21 14:40:14.221925 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9527 | 2025.02.21 14:40:14.222066 [ 256 ] {59f708df-9454-482f-95b1-d7e13342bee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9528 | 2025.02.21 14:40:14.222128 [ 256 ] {59f708df-9454-482f-95b1-d7e13342bee9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9529 | 2025.02.21 14:40:14.222708 [ 256 ] {59f708df-9454-482f-95b1-d7e13342bee9} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9530 | 2025.02.21 14:40:14.222755 [ 256 ] {59f708df-9454-482f-95b1-d7e13342bee9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9531 | 2025.02.21 14:40:14.223145 [ 256 ] {59f708df-9454-482f-95b1-d7e13342bee9} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 9532 | 2025.02.21 14:40:14.223386 [ 256 ] {59f708df-9454-482f-95b1-d7e13342bee9} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9533 | 2025.02.21 14:40:14.223616 [ 256 ] {59f708df-9454-482f-95b1-d7e13342bee9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001578 sec., 38022.813688212926 rows/sec., 2.56 MiB/sec. | ||
| 9534 | 2025.02.21 14:40:14.223695 [ 256 ] {59f708df-9454-482f-95b1-d7e13342bee9} <Debug> TCPHandler: Processed in 0.001834735 sec. | ||
| 9535 | 2025.02.21 14:40:17.234825 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9536 | 2025.02.21 14:40:17.234899 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9537 | 2025.02.21 14:40:17.473172 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426 | ||
| 9538 | 2025.02.21 14:40:17.473855 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9539 | 2025.02.21 14:40:17.473911 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9540 | 2025.02.21 14:40:17.474557 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9541 | 2025.02.21 14:40:17.474832 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9542 | 2025.02.21 14:40:17.475087 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 9543 | 2025.02.21 14:40:19.208227 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9544 | 2025.02.21 14:40:19.208447 [ 254 ] {e8299bbc-5a42-41ec-b576-7065388cd063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9545 | 2025.02.21 14:40:19.208533 [ 254 ] {e8299bbc-5a42-41ec-b576-7065388cd063} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9546 | 2025.02.21 14:40:19.209346 [ 254 ] {e8299bbc-5a42-41ec-b576-7065388cd063} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9547 | 2025.02.21 14:40:19.209401 [ 254 ] {e8299bbc-5a42-41ec-b576-7065388cd063} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9548 | 2025.02.21 14:40:19.209845 [ 254 ] {e8299bbc-5a42-41ec-b576-7065388cd063} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 9549 | 2025.02.21 14:40:19.210099 [ 254 ] {e8299bbc-5a42-41ec-b576-7065388cd063} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9550 | 2025.02.21 14:40:19.210333 [ 254 ] {e8299bbc-5a42-41ec-b576-7065388cd063} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001942 sec., 28836.25128733265 rows/sec., 2.20 MiB/sec. | ||
| 9551 | 2025.02.21 14:40:19.210407 [ 254 ] {e8299bbc-5a42-41ec-b576-7065388cd063} <Debug> TCPHandler: Processed in 0.002325749 sec. | ||
| 9552 | 2025.02.21 14:40:19.210757 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9553 | 2025.02.21 14:40:19.211060 [ 256 ] {89a9830e-4523-4489-8c52-3e96c97aeff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9554 | 2025.02.21 14:40:19.211132 [ 256 ] {89a9830e-4523-4489-8c52-3e96c97aeff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9555 | 2025.02.21 14:40:19.211895 [ 256 ] {89a9830e-4523-4489-8c52-3e96c97aeff8} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9556 | 2025.02.21 14:40:19.211938 [ 256 ] {89a9830e-4523-4489-8c52-3e96c97aeff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9557 | 2025.02.21 14:40:19.212388 [ 256 ] {89a9830e-4523-4489-8c52-3e96c97aeff8} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 9558 | 2025.02.21 14:40:19.212646 [ 256 ] {89a9830e-4523-4489-8c52-3e96c97aeff8} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9559 | 2025.02.21 14:40:19.212849 [ 256 ] {89a9830e-4523-4489-8c52-3e96c97aeff8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001862 sec., 34371.64339419979 rows/sec., 2.68 MiB/sec. | ||
| 9560 | 2025.02.21 14:40:19.212912 [ 256 ] {89a9830e-4523-4489-8c52-3e96c97aeff8} <Debug> TCPHandler: Processed in 0.002390421 sec. | ||
| 9561 | 2025.02.21 14:40:19.213043 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9562 | 2025.02.21 14:40:19.213172 [ 254 ] {ee5097f1-13f5-4704-94e5-26efd94ccb35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9563 | 2025.02.21 14:40:19.213230 [ 254 ] {ee5097f1-13f5-4704-94e5-26efd94ccb35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9564 | 2025.02.21 14:40:19.213817 [ 254 ] {ee5097f1-13f5-4704-94e5-26efd94ccb35} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9565 | 2025.02.21 14:40:19.213858 [ 254 ] {ee5097f1-13f5-4704-94e5-26efd94ccb35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9566 | 2025.02.21 14:40:19.214255 [ 254 ] {ee5097f1-13f5-4704-94e5-26efd94ccb35} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 9567 | 2025.02.21 14:40:19.214489 [ 254 ] {ee5097f1-13f5-4704-94e5-26efd94ccb35} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9568 | 2025.02.21 14:40:19.214712 [ 254 ] {ee5097f1-13f5-4704-94e5-26efd94ccb35} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001571 sec., 101845.95798854233 rows/sec., 7.09 MiB/sec. | ||
| 9569 | 2025.02.21 14:40:19.214771 [ 254 ] {ee5097f1-13f5-4704-94e5-26efd94ccb35} <Debug> TCPHandler: Processed in 0.001786003 sec. | ||
| 9570 | 2025.02.21 14:40:19.214911 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9571 | 2025.02.21 14:40:19.215047 [ 256 ] {48ef716d-b054-4162-9e7b-ecb75eadefbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9572 | 2025.02.21 14:40:19.215110 [ 256 ] {48ef716d-b054-4162-9e7b-ecb75eadefbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9573 | 2025.02.21 14:40:19.215753 [ 256 ] {48ef716d-b054-4162-9e7b-ecb75eadefbe} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9574 | 2025.02.21 14:40:19.215798 [ 256 ] {48ef716d-b054-4162-9e7b-ecb75eadefbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9575 | 2025.02.21 14:40:19.216209 [ 256 ] {48ef716d-b054-4162-9e7b-ecb75eadefbe} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 9576 | 2025.02.21 14:40:19.216446 [ 256 ] {48ef716d-b054-4162-9e7b-ecb75eadefbe} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9577 | 2025.02.21 14:40:19.216636 [ 256 ] {48ef716d-b054-4162-9e7b-ecb75eadefbe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001622 sec., 36991.368680641186 rows/sec., 2.49 MiB/sec. | ||
| 9578 | 2025.02.21 14:40:19.216722 [ 256 ] {48ef716d-b054-4162-9e7b-ecb75eadefbe} <Debug> TCPHandler: Processed in 0.001864886 sec. | ||
| 9579 | 2025.02.21 14:40:19.513824 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 9580 | 2025.02.21 14:40:19.532771 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9581 | 2025.02.21 14:40:19.532827 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9582 | 2025.02.21 14:40:19.539764 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9583 | 2025.02.21 14:40:19.540525 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9584 | 2025.02.21 14:40:19.543153 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 9585 | 2025.02.21 14:40:20.836320 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9586 | 2025.02.21 14:40:20.836515 [ 254 ] {e288fd49-096d-4f24-b42b-942d58505c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9587 | 2025.02.21 14:40:20.836591 [ 254 ] {e288fd49-096d-4f24-b42b-942d58505c87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9588 | 2025.02.21 14:40:20.837375 [ 254 ] {e288fd49-096d-4f24-b42b-942d58505c87} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9589 | 2025.02.21 14:40:20.837428 [ 254 ] {e288fd49-096d-4f24-b42b-942d58505c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9590 | 2025.02.21 14:40:20.837866 [ 254 ] {e288fd49-096d-4f24-b42b-942d58505c87} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9591 | 2025.02.21 14:40:20.838118 [ 254 ] {e288fd49-096d-4f24-b42b-942d58505c87} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9592 | 2025.02.21 14:40:20.838381 [ 254 ] {e288fd49-096d-4f24-b42b-942d58505c87} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001913 sec., 12545.739675901725 rows/sec., 1.04 MiB/sec. | ||
| 9593 | 2025.02.21 14:40:20.838571 [ 254 ] {e288fd49-096d-4f24-b42b-942d58505c87} <Debug> TCPHandler: Processed in 0.002379371 sec. | ||
| 9594 | 2025.02.21 14:40:20.838843 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9595 | 2025.02.21 14:40:20.839033 [ 256 ] {1b983ed3-7451-4cb5-997e-760d1accc534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9596 | 2025.02.21 14:40:20.839118 [ 256 ] {1b983ed3-7451-4cb5-997e-760d1accc534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9597 | 2025.02.21 14:40:20.839931 [ 256 ] {1b983ed3-7451-4cb5-997e-760d1accc534} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9598 | 2025.02.21 14:40:20.839985 [ 256 ] {1b983ed3-7451-4cb5-997e-760d1accc534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9599 | 2025.02.21 14:40:20.840400 [ 256 ] {1b983ed3-7451-4cb5-997e-760d1accc534} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9600 | 2025.02.21 14:40:20.840653 [ 256 ] {1b983ed3-7451-4cb5-997e-760d1accc534} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9601 | 2025.02.21 14:40:20.840877 [ 256 ] {1b983ed3-7451-4cb5-997e-760d1accc534} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001895 sec., 1055.4089709762534 rows/sec., 86.06 KiB/sec. | ||
| 9602 | 2025.02.21 14:40:20.841085 [ 256 ] {1b983ed3-7451-4cb5-997e-760d1accc534} <Debug> TCPHandler: Processed in 0.002370611 sec. | ||
| 9603 | 2025.02.21 14:40:20.841264 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9604 | 2025.02.21 14:40:20.841389 [ 254 ] {2f4b2027-b219-4082-8142-d07d44074f33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9605 | 2025.02.21 14:40:20.841442 [ 254 ] {2f4b2027-b219-4082-8142-d07d44074f33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9606 | 2025.02.21 14:40:20.842609 [ 254 ] {2f4b2027-b219-4082-8142-d07d44074f33} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9607 | 2025.02.21 14:40:20.842652 [ 254 ] {2f4b2027-b219-4082-8142-d07d44074f33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9608 | 2025.02.21 14:40:20.843099 [ 254 ] {2f4b2027-b219-4082-8142-d07d44074f33} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 9609 | 2025.02.21 14:40:20.843333 [ 254 ] {2f4b2027-b219-4082-8142-d07d44074f33} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9610 | 2025.02.21 14:40:20.843562 [ 254 ] {2f4b2027-b219-4082-8142-d07d44074f33} <Debug> executeQuery: Read 1395 rows, 119.43 KiB in 0.002202 sec., 633514.9863760218 rows/sec., 52.97 MiB/sec. | ||
| 9611 | 2025.02.21 14:40:20.843621 [ 254 ] {2f4b2027-b219-4082-8142-d07d44074f33} <Debug> TCPHandler: Processed in 0.002415053 sec. | ||
| 9612 | 2025.02.21 14:40:20.843778 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9613 | 2025.02.21 14:40:20.843925 [ 256 ] {8eec7605-dec4-4130-a521-8a6fc55417ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9614 | 2025.02.21 14:40:20.843986 [ 256 ] {8eec7605-dec4-4130-a521-8a6fc55417ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9615 | 2025.02.21 14:40:20.844630 [ 256 ] {8eec7605-dec4-4130-a521-8a6fc55417ae} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9616 | 2025.02.21 14:40:20.844669 [ 256 ] {8eec7605-dec4-4130-a521-8a6fc55417ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9617 | 2025.02.21 14:40:20.845045 [ 256 ] {8eec7605-dec4-4130-a521-8a6fc55417ae} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9618 | 2025.02.21 14:40:20.845280 [ 256 ] {8eec7605-dec4-4130-a521-8a6fc55417ae} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9619 | 2025.02.21 14:40:20.845466 [ 256 ] {8eec7605-dec4-4130-a521-8a6fc55417ae} <Debug> executeQuery: Read 53 rows, 4.03 KiB in 0.001575 sec., 33650.793650793654 rows/sec., 2.50 MiB/sec. | ||
| 9620 | 2025.02.21 14:40:20.845586 [ 256 ] {8eec7605-dec4-4130-a521-8a6fc55417ae} <Debug> TCPHandler: Processed in 0.001875006 sec. | ||
| 9621 | 2025.02.21 14:40:20.845765 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9622 | 2025.02.21 14:40:20.845880 [ 254 ] {4a358951-a4f6-41a0-9b0d-a77159c809ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9623 | 2025.02.21 14:40:20.845931 [ 254 ] {4a358951-a4f6-41a0-9b0d-a77159c809ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9624 | 2025.02.21 14:40:20.846589 [ 254 ] {4a358951-a4f6-41a0-9b0d-a77159c809ee} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9625 | 2025.02.21 14:40:20.846629 [ 254 ] {4a358951-a4f6-41a0-9b0d-a77159c809ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9626 | 2025.02.21 14:40:20.846992 [ 254 ] {4a358951-a4f6-41a0-9b0d-a77159c809ee} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 9627 | 2025.02.21 14:40:20.847220 [ 254 ] {4a358951-a4f6-41a0-9b0d-a77159c809ee} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9628 | 2025.02.21 14:40:20.847443 [ 254 ] {4a358951-a4f6-41a0-9b0d-a77159c809ee} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001586 sec., 158890.29003783103 rows/sec., 10.99 MiB/sec. | ||
| 9629 | 2025.02.21 14:40:20.847500 [ 254 ] {4a358951-a4f6-41a0-9b0d-a77159c809ee} <Debug> TCPHandler: Processed in 0.001808044 sec. | ||
| 9630 | 2025.02.21 14:40:20.847640 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9631 | 2025.02.21 14:40:20.847758 [ 256 ] {f07db2a7-78f6-45da-a06a-dac5197172f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9632 | 2025.02.21 14:40:20.847809 [ 256 ] {f07db2a7-78f6-45da-a06a-dac5197172f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9633 | 2025.02.21 14:40:20.848384 [ 256 ] {f07db2a7-78f6-45da-a06a-dac5197172f2} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9634 | 2025.02.21 14:40:20.848421 [ 256 ] {f07db2a7-78f6-45da-a06a-dac5197172f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9635 | 2025.02.21 14:40:20.848782 [ 256 ] {f07db2a7-78f6-45da-a06a-dac5197172f2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9636 | 2025.02.21 14:40:20.849026 [ 256 ] {f07db2a7-78f6-45da-a06a-dac5197172f2} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9637 | 2025.02.21 14:40:20.849249 [ 256 ] {f07db2a7-78f6-45da-a06a-dac5197172f2} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001511 sec., 7941.760423560556 rows/sec., 620.45 KiB/sec. | ||
| 9638 | 2025.02.21 14:40:20.849440 [ 256 ] {f07db2a7-78f6-45da-a06a-dac5197172f2} <Debug> TCPHandler: Processed in 0.001847545 sec. | ||
| 9639 | 2025.02.21 14:40:20.849606 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9640 | 2025.02.21 14:40:20.849723 [ 254 ] {1b29255c-ef46-47e2-b288-b35bd6f50c40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9641 | 2025.02.21 14:40:20.849771 [ 254 ] {1b29255c-ef46-47e2-b288-b35bd6f50c40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9642 | 2025.02.21 14:40:20.850547 [ 254 ] {1b29255c-ef46-47e2-b288-b35bd6f50c40} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9643 | 2025.02.21 14:40:20.850587 [ 254 ] {1b29255c-ef46-47e2-b288-b35bd6f50c40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9644 | 2025.02.21 14:40:20.850961 [ 254 ] {1b29255c-ef46-47e2-b288-b35bd6f50c40} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 9645 | 2025.02.21 14:40:20.851201 [ 254 ] {1b29255c-ef46-47e2-b288-b35bd6f50c40} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9646 | 2025.02.21 14:40:20.851430 [ 254 ] {1b29255c-ef46-47e2-b288-b35bd6f50c40} <Debug> executeQuery: Read 597 rows, 45.95 KiB in 0.001731 sec., 344887.34835355286 rows/sec., 25.92 MiB/sec. | ||
| 9647 | 2025.02.21 14:40:20.851485 [ 254 ] {1b29255c-ef46-47e2-b288-b35bd6f50c40} <Debug> TCPHandler: Processed in 0.001937888 sec. | ||
| 9648 | 2025.02.21 14:40:20.851643 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9649 | 2025.02.21 14:40:20.851780 [ 256 ] {b3dbfcee-a7a6-461d-a3a7-96b409bde68d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9650 | 2025.02.21 14:40:20.851842 [ 256 ] {b3dbfcee-a7a6-461d-a3a7-96b409bde68d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9651 | 2025.02.21 14:40:20.852663 [ 256 ] {b3dbfcee-a7a6-461d-a3a7-96b409bde68d} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9652 | 2025.02.21 14:40:20.852700 [ 256 ] {b3dbfcee-a7a6-461d-a3a7-96b409bde68d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9653 | 2025.02.21 14:40:20.853136 [ 256 ] {b3dbfcee-a7a6-461d-a3a7-96b409bde68d} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 9654 | 2025.02.21 14:40:20.853375 [ 256 ] {b3dbfcee-a7a6-461d-a3a7-96b409bde68d} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9655 | 2025.02.21 14:40:20.853561 [ 256 ] {b3dbfcee-a7a6-461d-a3a7-96b409bde68d} <Debug> executeQuery: Read 945 rows, 65.30 KiB in 0.001812 sec., 521523.178807947 rows/sec., 35.19 MiB/sec. | ||
| 9656 | 2025.02.21 14:40:20.853618 [ 256 ] {b3dbfcee-a7a6-461d-a3a7-96b409bde68d} <Debug> TCPHandler: Processed in 0.002042631 sec. | ||
| 9657 | 2025.02.21 14:40:20.853769 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9658 | 2025.02.21 14:40:20.853885 [ 254 ] {a1da8999-96c7-492e-aeb3-8d170b75d979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9659 | 2025.02.21 14:40:20.853968 [ 254 ] {a1da8999-96c7-492e-aeb3-8d170b75d979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9660 | 2025.02.21 14:40:20.855121 [ 254 ] {a1da8999-96c7-492e-aeb3-8d170b75d979} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9661 | 2025.02.21 14:40:20.855161 [ 254 ] {a1da8999-96c7-492e-aeb3-8d170b75d979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9662 | 2025.02.21 14:40:20.855820 [ 254 ] {a1da8999-96c7-492e-aeb3-8d170b75d979} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9663 | 2025.02.21 14:40:20.856069 [ 254 ] {a1da8999-96c7-492e-aeb3-8d170b75d979} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9664 | 2025.02.21 14:40:20.856320 [ 254 ] {a1da8999-96c7-492e-aeb3-8d170b75d979} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002458 sec., 15866.558177379982 rows/sec., 28.43 MiB/sec. | ||
| 9665 | 2025.02.21 14:40:20.856415 [ 254 ] {a1da8999-96c7-492e-aeb3-8d170b75d979} <Debug> TCPHandler: Processed in 0.002702932 sec. | ||
| 9666 | 2025.02.21 14:40:20.856566 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9667 | 2025.02.21 14:40:20.856702 [ 256 ] {aa6265ab-c5ed-41a8-bb3d-ff5d2c306cad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9668 | 2025.02.21 14:40:20.856762 [ 256 ] {aa6265ab-c5ed-41a8-bb3d-ff5d2c306cad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9669 | 2025.02.21 14:40:20.857273 [ 256 ] {aa6265ab-c5ed-41a8-bb3d-ff5d2c306cad} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9670 | 2025.02.21 14:40:20.857310 [ 256 ] {aa6265ab-c5ed-41a8-bb3d-ff5d2c306cad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 9671 | 2025.02.21 14:40:20.857681 [ 256 ] {aa6265ab-c5ed-41a8-bb3d-ff5d2c306cad} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 9672 | 2025.02.21 14:40:20.857921 [ 256 ] {aa6265ab-c5ed-41a8-bb3d-ff5d2c306cad} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9673 | 2025.02.21 14:40:20.858107 [ 256 ] {aa6265ab-c5ed-41a8-bb3d-ff5d2c306cad} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001435 sec., 15331.010452961671 rows/sec., 1.04 MiB/sec. | ||
| 9674 | 2025.02.21 14:40:20.858157 [ 256 ] {aa6265ab-c5ed-41a8-bb3d-ff5d2c306cad} <Debug> TCPHandler: Processed in 0.00165967 sec. | ||
| 9675 | 2025.02.21 14:40:22.605169 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1320 | ||
| 9676 | 2025.02.21 14:40:22.608505 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9677 | 2025.02.21 14:40:22.608559 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9678 | 2025.02.21 14:40:22.610051 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9679 | 2025.02.21 14:40:22.610377 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9680 | 2025.02.21 14:40:22.610565 [ 143 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9681 | 2025.02.21 14:40:22.610634 [ 143 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9682 | 2025.02.21 14:40:22.610674 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9683 | 2025.02.21 14:40:22.611426 [ 196 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 9684 | 2025.02.21 14:40:22.612604 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1320 | ||
| 9685 | 2025.02.21 14:40:22.612977 [ 196 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9686 | 2025.02.21 14:40:22.613147 [ 196 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1184 rows starting from the beginning of the part | ||
| 9687 | 2025.02.21 14:40:22.613646 [ 196 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 20 rows starting from the beginning of the part | ||
| 9688 | 2025.02.21 14:40:22.614134 [ 196 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part | ||
| 9689 | 2025.02.21 14:40:22.614615 [ 196 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 9690 | 2025.02.21 14:40:22.615266 [ 196 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 20 rows starting from the beginning of the part | ||
| 9691 | 2025.02.21 14:40:22.615891 [ 196 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part | ||
| 9692 | 2025.02.21 14:40:22.623870 [ 190 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1320 rows, containing 72 columns (72 merged, 0 gathered) in 0.0130442 sec., 101194.40057650143 rows/sec., 78.55 MiB/sec. | ||
| 9693 | 2025.02.21 14:40:22.625628 [ 190 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9694 | 2025.02.21 14:40:22.626450 [ 190 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_46_9} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9695 | 2025.02.21 14:40:22.626553 [ 190 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_46_9} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9696 | 2025.02.21 14:40:22.626916 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.86 MiB. | ||
| 9697 | 2025.02.21 14:40:24.204653 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9698 | 2025.02.21 14:40:24.204867 [ 254 ] {5527c2f5-25e6-47b1-8f43-b210050cf2a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9699 | 2025.02.21 14:40:24.204951 [ 254 ] {5527c2f5-25e6-47b1-8f43-b210050cf2a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9700 | 2025.02.21 14:40:24.205737 [ 254 ] {5527c2f5-25e6-47b1-8f43-b210050cf2a7} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9701 | 2025.02.21 14:40:24.205793 [ 254 ] {5527c2f5-25e6-47b1-8f43-b210050cf2a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9702 | 2025.02.21 14:40:24.206244 [ 254 ] {5527c2f5-25e6-47b1-8f43-b210050cf2a7} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 9703 | 2025.02.21 14:40:24.206508 [ 254 ] {5527c2f5-25e6-47b1-8f43-b210050cf2a7} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9704 | 2025.02.21 14:40:24.206736 [ 140 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 9705 | 2025.02.21 14:40:24.206750 [ 254 ] {5527c2f5-25e6-47b1-8f43-b210050cf2a7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001936 sec., 28925.619834710742 rows/sec., 2.21 MiB/sec. | ||
| 9706 | 2025.02.21 14:40:24.206829 [ 140 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9707 | 2025.02.21 14:40:24.206902 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9708 | 2025.02.21 14:40:24.206924 [ 254 ] {5527c2f5-25e6-47b1-8f43-b210050cf2a7} <Debug> TCPHandler: Processed in 0.002405892 sec. | ||
| 9709 | 2025.02.21 14:40:24.207077 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 9710 | 2025.02.21 14:40:24.207209 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9711 | 2025.02.21 14:40:24.207225 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9712 | 2025.02.21 14:40:24.207281 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1405 rows starting from the beginning of the part | ||
| 9713 | 2025.02.21 14:40:24.207471 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 9714 | 2025.02.21 14:40:24.207527 [ 256 ] {64142911-a944-4766-b438-458bcac325c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9715 | 2025.02.21 14:40:24.207767 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 134 rows starting from the beginning of the part | ||
| 9716 | 2025.02.21 14:40:24.207782 [ 256 ] {64142911-a944-4766-b438-458bcac325c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9717 | 2025.02.21 14:40:24.208133 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 9718 | 2025.02.21 14:40:24.208465 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1395 rows starting from the beginning of the part | ||
| 9719 | 2025.02.21 14:40:24.208743 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 9720 | 2025.02.21 14:40:24.210653 [ 256 ] {64142911-a944-4766-b438-458bcac325c1} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9721 | 2025.02.21 14:40:24.210721 [ 256 ] {64142911-a944-4766-b438-458bcac325c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9722 | 2025.02.21 14:40:24.211584 [ 256 ] {64142911-a944-4766-b438-458bcac325c1} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 9723 | 2025.02.21 14:40:24.211974 [ 256 ] {64142911-a944-4766-b438-458bcac325c1} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9724 | 2025.02.21 14:40:24.212390 [ 140 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 9725 | 2025.02.21 14:40:24.212471 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3102 rows, containing 5 columns (5 merged, 0 gathered) in 0.005468844 sec., 567213.1075598426 rows/sec., 49.41 MiB/sec. | ||
| 9726 | 2025.02.21 14:40:24.212492 [ 140 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9727 | 2025.02.21 14:40:24.212559 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9728 | 2025.02.21 14:40:24.212565 [ 256 ] {64142911-a944-4766-b438-458bcac325c1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005186 sec., 12340.917855765523 rows/sec., 986.35 KiB/sec. | ||
| 9729 | 2025.02.21 14:40:24.212730 [ 256 ] {64142911-a944-4766-b438-458bcac325c1} <Debug> TCPHandler: Processed in 0.0056675 sec. | ||
| 9730 | 2025.02.21 14:40:24.212959 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 9731 | 2025.02.21 14:40:24.212989 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9732 | 2025.02.21 14:40:24.213021 [ 190 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 9733 | 2025.02.21 14:40:24.213384 [ 254 ] {23f840c4-1c0c-4cc5-b162-e4d853ccf361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9734 | 2025.02.21 14:40:24.213410 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9735 | 2025.02.21 14:40:24.213486 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 631 rows starting from the beginning of the part | ||
| 9736 | 2025.02.21 14:40:24.213558 [ 254 ] {23f840c4-1c0c-4cc5-b162-e4d853ccf361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9737 | 2025.02.21 14:40:24.213951 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 9738 | 2025.02.21 14:40:24.214503 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 103 rows starting from the beginning of the part | ||
| 9739 | 2025.02.21 14:40:24.214542 [ 193 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_106_21} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9740 | 2025.02.21 14:40:24.214996 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 9741 | 2025.02.21 14:40:24.215177 [ 193 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_106_21} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 9742 | 2025.02.21 14:40:24.215504 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 597 rows starting from the beginning of the part | ||
| 9743 | 2025.02.21 14:40:24.215642 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 9744 | 2025.02.21 14:40:24.215958 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 9745 | 2025.02.21 14:40:24.217114 [ 254 ] {23f840c4-1c0c-4cc5-b162-e4d853ccf361} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9746 | 2025.02.21 14:40:24.217199 [ 254 ] {23f840c4-1c0c-4cc5-b162-e4d853ccf361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9747 | 2025.02.21 14:40:24.218325 [ 254 ] {23f840c4-1c0c-4cc5-b162-e4d853ccf361} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 9748 | 2025.02.21 14:40:24.218847 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1523 rows, containing 5 columns (5 merged, 0 gathered) in 0.006190795 sec., 246010.4073870965 rows/sec., 19.59 MiB/sec. | ||
| 9749 | 2025.02.21 14:40:24.218885 [ 254 ] {23f840c4-1c0c-4cc5-b162-e4d853ccf361} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9750 | 2025.02.21 14:40:24.219086 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 9751 | 2025.02.21 14:40:24.219161 [ 140 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0 | ||
| 9752 | 2025.02.21 14:40:24.219253 [ 140 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9753 | 2025.02.21 14:40:24.219340 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9754 | 2025.02.21 14:40:24.219505 [ 254 ] {23f840c4-1c0c-4cc5-b162-e4d853ccf361} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.006244 sec., 15695.06726457399 rows/sec., 1.09 MiB/sec. | ||
| 9755 | 2025.02.21 14:40:24.219956 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 9756 | 2025.02.21 14:40:24.220165 [ 254 ] {23f840c4-1c0c-4cc5-b162-e4d853ccf361} <Debug> TCPHandler: Processed in 0.00732137 sec. | ||
| 9757 | 2025.02.21 14:40:24.220416 [ 191 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_106_21} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9758 | 2025.02.21 14:40:24.220620 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9759 | 2025.02.21 14:40:24.220876 [ 191 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_106_21} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 9760 | 2025.02.21 14:40:24.220885 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9761 | 2025.02.21 14:40:24.220978 [ 256 ] {ab5019ae-5e88-4dc8-b11a-1edc49eb33ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9762 | 2025.02.21 14:40:24.221059 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 27958 rows starting from the beginning of the part | ||
| 9763 | 2025.02.21 14:40:24.221084 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 9764 | 2025.02.21 14:40:24.221148 [ 256 ] {ab5019ae-5e88-4dc8-b11a-1edc49eb33ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9765 | 2025.02.21 14:40:24.221526 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 9766 | 2025.02.21 14:40:24.221825 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part | ||
| 9767 | 2025.02.21 14:40:24.222154 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 9768 | 2025.02.21 14:40:24.222524 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 945 rows starting from the beginning of the part | ||
| 9769 | 2025.02.21 14:40:24.223706 [ 256 ] {ab5019ae-5e88-4dc8-b11a-1edc49eb33ff} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9770 | 2025.02.21 14:40:24.223758 [ 256 ] {ab5019ae-5e88-4dc8-b11a-1edc49eb33ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9771 | 2025.02.21 14:40:24.224289 [ 256 ] {ab5019ae-5e88-4dc8-b11a-1edc49eb33ff} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 9772 | 2025.02.21 14:40:24.224814 [ 256 ] {ab5019ae-5e88-4dc8-b11a-1edc49eb33ff} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9773 | 2025.02.21 14:40:24.225049 [ 140 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 9774 | 2025.02.21 14:40:24.225154 [ 140 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9775 | 2025.02.21 14:40:24.225226 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9776 | 2025.02.21 14:40:24.225327 [ 256 ] {ab5019ae-5e88-4dc8-b11a-1edc49eb33ff} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.004427 sec., 8583.690987124462 rows/sec., 589.64 KiB/sec. | ||
| 9777 | 2025.02.21 14:40:24.225751 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 9778 | 2025.02.21 14:40:24.225774 [ 256 ] {ab5019ae-5e88-4dc8-b11a-1edc49eb33ff} <Debug> TCPHandler: Processed in 0.005445523 sec. | ||
| 9779 | 2025.02.21 14:40:24.226295 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9780 | 2025.02.21 14:40:24.226363 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5208 rows starting from the beginning of the part | ||
| 9781 | 2025.02.21 14:40:24.226654 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 9782 | 2025.02.21 14:40:24.226779 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part | ||
| 9783 | 2025.02.21 14:40:24.226872 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 9784 | 2025.02.21 14:40:24.226960 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 22 rows starting from the beginning of the part | ||
| 9785 | 2025.02.21 14:40:24.227231 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 38 rows starting from the beginning of the part | ||
| 9786 | 2025.02.21 14:40:24.230778 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5448 rows, containing 4 columns (4 merged, 0 gathered) in 0.005419362 sec., 1005284.3858742045 rows/sec., 67.75 MiB/sec. | ||
| 9787 | 2025.02.21 14:40:24.231304 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 9788 | 2025.02.21 14:40:24.231633 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_106_21} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9789 | 2025.02.21 14:40:24.231733 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_106_21} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 9790 | 2025.02.21 14:40:24.231831 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 9791 | 2025.02.21 14:40:24.232826 [ 186 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29383 rows, containing 5 columns (5 merged, 0 gathered) in 0.01336571 sec., 2198386.7673322256 rows/sec., 150.62 MiB/sec. | ||
| 9792 | 2025.02.21 14:40:24.233326 [ 186 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) | ||
| 9793 | 2025.02.21 14:40:24.233685 [ 186 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9794 | 2025.02.21 14:40:24.233786 [ 186 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21 | ||
| 9795 | 2025.02.21 14:40:24.233891 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.21 MiB. | ||
| 9796 | 2025.02.21 14:40:24.976161 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853 | ||
| 9797 | 2025.02.21 14:40:24.976810 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9798 | 2025.02.21 14:40:24.976853 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9799 | 2025.02.21 14:40:24.977406 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9800 | 2025.02.21 14:40:24.977672 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9801 | 2025.02.21 14:40:24.977921 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853 | ||
| 9802 | 2025.02.21 14:40:25.001143 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 240.49 MiB, peak 251.78 MiB, free memory in arenas 0.00 B, will set to 242.46 MiB (RSS), difference: 1.96 MiB | ||
| 9803 | 2025.02.21 14:40:27.044125 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 9804 | 2025.02.21 14:40:27.063891 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9805 | 2025.02.21 14:40:27.063937 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9806 | 2025.02.21 14:40:27.071251 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9807 | 2025.02.21 14:40:27.072002 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9808 | 2025.02.21 14:40:27.074527 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 9809 | 2025.02.21 14:40:29.207609 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9810 | 2025.02.21 14:40:29.207797 [ 254 ] {b3abad09-2a21-45d6-bfcc-51f4dbc934bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9811 | 2025.02.21 14:40:29.207869 [ 254 ] {b3abad09-2a21-45d6-bfcc-51f4dbc934bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9812 | 2025.02.21 14:40:29.208607 [ 254 ] {b3abad09-2a21-45d6-bfcc-51f4dbc934bb} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9813 | 2025.02.21 14:40:29.208662 [ 254 ] {b3abad09-2a21-45d6-bfcc-51f4dbc934bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9814 | 2025.02.21 14:40:29.209102 [ 254 ] {b3abad09-2a21-45d6-bfcc-51f4dbc934bb} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 9815 | 2025.02.21 14:40:29.209365 [ 254 ] {b3abad09-2a21-45d6-bfcc-51f4dbc934bb} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9816 | 2025.02.21 14:40:29.209592 [ 254 ] {b3abad09-2a21-45d6-bfcc-51f4dbc934bb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001844 sec., 30368.763557483733 rows/sec., 2.32 MiB/sec. | ||
| 9817 | 2025.02.21 14:40:29.209661 [ 254 ] {b3abad09-2a21-45d6-bfcc-51f4dbc934bb} <Debug> TCPHandler: Processed in 0.002186255 sec. | ||
| 9818 | 2025.02.21 14:40:29.209901 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9819 | 2025.02.21 14:40:29.210098 [ 256 ] {3f92e74c-f90b-4351-8258-5162282f45f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9820 | 2025.02.21 14:40:29.210173 [ 256 ] {3f92e74c-f90b-4351-8258-5162282f45f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9821 | 2025.02.21 14:40:29.210964 [ 256 ] {3f92e74c-f90b-4351-8258-5162282f45f8} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9822 | 2025.02.21 14:40:29.211008 [ 256 ] {3f92e74c-f90b-4351-8258-5162282f45f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9823 | 2025.02.21 14:40:29.211474 [ 256 ] {3f92e74c-f90b-4351-8258-5162282f45f8} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 9824 | 2025.02.21 14:40:29.211731 [ 256 ] {3f92e74c-f90b-4351-8258-5162282f45f8} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9825 | 2025.02.21 14:40:29.211936 [ 256 ] {3f92e74c-f90b-4351-8258-5162282f45f8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001894 sec., 33790.9186906019 rows/sec., 2.64 MiB/sec. | ||
| 9826 | 2025.02.21 14:40:29.212005 [ 256 ] {3f92e74c-f90b-4351-8258-5162282f45f8} <Debug> TCPHandler: Processed in 0.002241007 sec. | ||
| 9827 | 2025.02.21 14:40:29.212136 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9828 | 2025.02.21 14:40:29.212262 [ 254 ] {bf184074-ccd0-4f44-8e8a-223aafb4524e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9829 | 2025.02.21 14:40:29.212321 [ 254 ] {bf184074-ccd0-4f44-8e8a-223aafb4524e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9830 | 2025.02.21 14:40:29.212897 [ 254 ] {bf184074-ccd0-4f44-8e8a-223aafb4524e} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9831 | 2025.02.21 14:40:29.212938 [ 254 ] {bf184074-ccd0-4f44-8e8a-223aafb4524e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9832 | 2025.02.21 14:40:29.213345 [ 254 ] {bf184074-ccd0-4f44-8e8a-223aafb4524e} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 9833 | 2025.02.21 14:40:29.213587 [ 254 ] {bf184074-ccd0-4f44-8e8a-223aafb4524e} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9834 | 2025.02.21 14:40:29.213796 [ 254 ] {bf184074-ccd0-4f44-8e8a-223aafb4524e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001565 sec., 102236.42172523962 rows/sec., 7.12 MiB/sec. | ||
| 9835 | 2025.02.21 14:40:29.213853 [ 254 ] {bf184074-ccd0-4f44-8e8a-223aafb4524e} <Debug> TCPHandler: Processed in 0.001775214 sec. | ||
| 9836 | 2025.02.21 14:40:29.213998 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9837 | 2025.02.21 14:40:29.214125 [ 256 ] {d0e9529f-8cbc-4fa8-ba89-94fda454f979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9838 | 2025.02.21 14:40:29.214180 [ 256 ] {d0e9529f-8cbc-4fa8-ba89-94fda454f979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9839 | 2025.02.21 14:40:29.214718 [ 256 ] {d0e9529f-8cbc-4fa8-ba89-94fda454f979} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9840 | 2025.02.21 14:40:29.214756 [ 256 ] {d0e9529f-8cbc-4fa8-ba89-94fda454f979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9841 | 2025.02.21 14:40:29.215157 [ 256 ] {d0e9529f-8cbc-4fa8-ba89-94fda454f979} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 9842 | 2025.02.21 14:40:29.215401 [ 256 ] {d0e9529f-8cbc-4fa8-ba89-94fda454f979} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9843 | 2025.02.21 14:40:29.215582 [ 256 ] {d0e9529f-8cbc-4fa8-ba89-94fda454f979} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00149 sec., 40268.45637583893 rows/sec., 2.71 MiB/sec. | ||
| 9844 | 2025.02.21 14:40:29.215631 [ 256 ] {d0e9529f-8cbc-4fa8-ba89-94fda454f979} <Debug> TCPHandler: Processed in 0.001696211 sec. | ||
| 9845 | 2025.02.21 14:40:32.234967 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9846 | 2025.02.21 14:40:32.235070 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9847 | 2025.02.21 14:40:32.478952 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341 | ||
| 9848 | 2025.02.21 14:40:32.479597 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9849 | 2025.02.21 14:40:32.479639 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9850 | 2025.02.21 14:40:32.480202 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9851 | 2025.02.21 14:40:32.480472 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9852 | 2025.02.21 14:40:32.480672 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 9853 | 2025.02.21 14:40:32.613772 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1336 | ||
| 9854 | 2025.02.21 14:40:32.616565 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9855 | 2025.02.21 14:40:32.616629 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9856 | 2025.02.21 14:40:32.618106 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9857 | 2025.02.21 14:40:32.618432 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9858 | 2025.02.21 14:40:32.619967 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1336 | ||
| 9859 | 2025.02.21 14:40:33.001584 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001094273 sec. | ||
| 9860 | 2025.02.21 14:40:33.641415 [ 131 ] {} <Debug> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 9861 | 2025.02.21 14:40:33.641507 [ 131 ] {} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9862 | 2025.02.21 14:40:33.641546 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9863 | 2025.02.21 14:40:33.641812 [ 188 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::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 | ||
| 9864 | 2025.02.21 14:40:33.642083 [ 188 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9865 | 2025.02.21 14:40:33.642130 [ 188 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 254 rows starting from the beginning of the part | ||
| 9866 | 2025.02.21 14:40:33.642228 [ 188 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 252 rows starting from the beginning of the part | ||
| 9867 | 2025.02.21 14:40:33.642431 [ 188 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 252 rows starting from the beginning of the part | ||
| 9868 | 2025.02.21 14:40:33.642759 [ 188 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 252 rows starting from the beginning of the part | ||
| 9869 | 2025.02.21 14:40:33.643098 [ 188 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 252 rows starting from the beginning of the part | ||
| 9870 | 2025.02.21 14:40:33.644358 [ 186 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1262 rows, containing 5 columns (5 merged, 0 gathered) in 0.002708021 sec., 466022.9739725061 rows/sec., 34.01 MiB/sec. | ||
| 9871 | 2025.02.21 14:40:33.644553 [ 201 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 9872 | 2025.02.21 14:40:33.644895 [ 201 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_17_4} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9873 | 2025.02.21 14:40:33.644998 [ 201 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_17_4} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 9874 | 2025.02.21 14:40:33.645090 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 9875 | 2025.02.21 14:40:34.209740 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9876 | 2025.02.21 14:40:34.209926 [ 254 ] {6b274f1b-8431-4f1e-aa58-b75ee9636fc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9877 | 2025.02.21 14:40:34.209998 [ 254 ] {6b274f1b-8431-4f1e-aa58-b75ee9636fc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9878 | 2025.02.21 14:40:34.210798 [ 254 ] {6b274f1b-8431-4f1e-aa58-b75ee9636fc9} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9879 | 2025.02.21 14:40:34.210847 [ 254 ] {6b274f1b-8431-4f1e-aa58-b75ee9636fc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9880 | 2025.02.21 14:40:34.211296 [ 254 ] {6b274f1b-8431-4f1e-aa58-b75ee9636fc9} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 9881 | 2025.02.21 14:40:34.211549 [ 254 ] {6b274f1b-8431-4f1e-aa58-b75ee9636fc9} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9882 | 2025.02.21 14:40:34.211759 [ 254 ] {6b274f1b-8431-4f1e-aa58-b75ee9636fc9} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001883 sec., 71163.03770578864 rows/sec., 6.12 MiB/sec. | ||
| 9883 | 2025.02.21 14:40:34.211845 [ 254 ] {6b274f1b-8431-4f1e-aa58-b75ee9636fc9} <Debug> TCPHandler: Processed in 0.002234157 sec. | ||
| 9884 | 2025.02.21 14:40:34.212140 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9885 | 2025.02.21 14:40:34.212356 [ 256 ] {e8cfa280-7f4e-45ca-b0a0-b8cb23f62698} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9886 | 2025.02.21 14:40:34.212431 [ 256 ] {e8cfa280-7f4e-45ca-b0a0-b8cb23f62698} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9887 | 2025.02.21 14:40:34.213196 [ 256 ] {e8cfa280-7f4e-45ca-b0a0-b8cb23f62698} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9888 | 2025.02.21 14:40:34.213246 [ 256 ] {e8cfa280-7f4e-45ca-b0a0-b8cb23f62698} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9889 | 2025.02.21 14:40:34.213688 [ 256 ] {e8cfa280-7f4e-45ca-b0a0-b8cb23f62698} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9890 | 2025.02.21 14:40:34.213941 [ 256 ] {e8cfa280-7f4e-45ca-b0a0-b8cb23f62698} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9891 | 2025.02.21 14:40:34.214177 [ 256 ] {e8cfa280-7f4e-45ca-b0a0-b8cb23f62698} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001878 sec., 20766.7731629393 rows/sec., 1.52 MiB/sec. | ||
| 9892 | 2025.02.21 14:40:34.214237 [ 256 ] {e8cfa280-7f4e-45ca-b0a0-b8cb23f62698} <Debug> TCPHandler: Processed in 0.002284559 sec. | ||
| 9893 | 2025.02.21 14:40:34.214390 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9894 | 2025.02.21 14:40:34.214547 [ 254 ] {b55e444c-308d-4520-aac3-e26a5112a270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9895 | 2025.02.21 14:40:34.214611 [ 254 ] {b55e444c-308d-4520-aac3-e26a5112a270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9896 | 2025.02.21 14:40:34.215411 [ 254 ] {b55e444c-308d-4520-aac3-e26a5112a270} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9897 | 2025.02.21 14:40:34.215450 [ 254 ] {b55e444c-308d-4520-aac3-e26a5112a270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9898 | 2025.02.21 14:40:34.215845 [ 254 ] {b55e444c-308d-4520-aac3-e26a5112a270} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 9899 | 2025.02.21 14:40:34.216090 [ 254 ] {b55e444c-308d-4520-aac3-e26a5112a270} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9900 | 2025.02.21 14:40:34.216273 [ 254 ] {b55e444c-308d-4520-aac3-e26a5112a270} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001766 sec., 58323.89580973952 rows/sec., 4.56 MiB/sec. | ||
| 9901 | 2025.02.21 14:40:34.216330 [ 254 ] {b55e444c-308d-4520-aac3-e26a5112a270} <Debug> TCPHandler: Processed in 0.00200501 sec. | ||
| 9902 | 2025.02.21 14:40:34.216499 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9903 | 2025.02.21 14:40:34.216616 [ 256 ] {601c99cc-1a8b-45c3-b5c7-9210d4cd06a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9904 | 2025.02.21 14:40:34.216675 [ 256 ] {601c99cc-1a8b-45c3-b5c7-9210d4cd06a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9905 | 2025.02.21 14:40:34.217267 [ 256 ] {601c99cc-1a8b-45c3-b5c7-9210d4cd06a0} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9906 | 2025.02.21 14:40:34.217305 [ 256 ] {601c99cc-1a8b-45c3-b5c7-9210d4cd06a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9907 | 2025.02.21 14:40:34.217718 [ 256 ] {601c99cc-1a8b-45c3-b5c7-9210d4cd06a0} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 9908 | 2025.02.21 14:40:34.217958 [ 256 ] {601c99cc-1a8b-45c3-b5c7-9210d4cd06a0} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9909 | 2025.02.21 14:40:34.218186 [ 256 ] {601c99cc-1a8b-45c3-b5c7-9210d4cd06a0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001593 sec., 100439.42247332078 rows/sec., 7.00 MiB/sec. | ||
| 9910 | 2025.02.21 14:40:34.218249 [ 256 ] {601c99cc-1a8b-45c3-b5c7-9210d4cd06a0} <Debug> TCPHandler: Processed in 0.001810044 sec. | ||
| 9911 | 2025.02.21 14:40:34.218453 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9912 | 2025.02.21 14:40:34.218765 [ 254 ] {439f7fb4-eada-498f-b603-26f52f019e0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9913 | 2025.02.21 14:40:34.218866 [ 254 ] {439f7fb4-eada-498f-b603-26f52f019e0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9914 | 2025.02.21 14:40:34.220212 [ 254 ] {439f7fb4-eada-498f-b603-26f52f019e0d} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9915 | 2025.02.21 14:40:34.220251 [ 254 ] {439f7fb4-eada-498f-b603-26f52f019e0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9916 | 2025.02.21 14:40:34.220928 [ 254 ] {439f7fb4-eada-498f-b603-26f52f019e0d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9917 | 2025.02.21 14:40:34.221188 [ 254 ] {439f7fb4-eada-498f-b603-26f52f019e0d} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9918 | 2025.02.21 14:40:34.221325 [ 131 ] {} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9919 | 2025.02.21 14:40:34.221374 [ 131 ] {} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9920 | 2025.02.21 14:40:34.221405 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9921 | 2025.02.21 14:40:34.221406 [ 254 ] {439f7fb4-eada-498f-b603-26f52f019e0d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002723 sec., 14322.438486962908 rows/sec., 25.67 MiB/sec. | ||
| 9922 | 2025.02.21 14:40:34.221799 [ 254 ] {439f7fb4-eada-498f-b603-26f52f019e0d} <Debug> TCPHandler: Processed in 0.003460173 sec. | ||
| 9923 | 2025.02.21 14:40:34.221802 [ 188 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 9924 | 2025.02.21 14:40:34.221987 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9925 | 2025.02.21 14:40:34.222250 [ 256 ] {0ca9abe7-871c-4cbd-8fc3-eda12142264e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9926 | 2025.02.21 14:40:34.222382 [ 256 ] {0ca9abe7-871c-4cbd-8fc3-eda12142264e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9927 | 2025.02.21 14:40:34.222889 [ 188 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9928 | 2025.02.21 14:40:34.223137 [ 188 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 9929 | 2025.02.21 14:40:34.223901 [ 188 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 9930 | 2025.02.21 14:40:34.224617 [ 188 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 9931 | 2025.02.21 14:40:34.224692 [ 256 ] {0ca9abe7-871c-4cbd-8fc3-eda12142264e} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9932 | 2025.02.21 14:40:34.224766 [ 256 ] {0ca9abe7-871c-4cbd-8fc3-eda12142264e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9933 | 2025.02.21 14:40:34.225212 [ 188 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 9934 | 2025.02.21 14:40:34.225794 [ 188 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 9935 | 2025.02.21 14:40:34.226451 [ 188 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 9936 | 2025.02.21 14:40:34.227057 [ 256 ] {0ca9abe7-871c-4cbd-8fc3-eda12142264e} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 9937 | 2025.02.21 14:40:34.227535 [ 256 ] {0ca9abe7-871c-4cbd-8fc3-eda12142264e} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9938 | 2025.02.21 14:40:34.228080 [ 256 ] {0ca9abe7-871c-4cbd-8fc3-eda12142264e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005897 sec., 10174.665083940987 rows/sec., 702.16 KiB/sec. | ||
| 9939 | 2025.02.21 14:40:34.228250 [ 256 ] {0ca9abe7-871c-4cbd-8fc3-eda12142264e} <Debug> TCPHandler: Processed in 0.00635067 sec. | ||
| 9940 | 2025.02.21 14:40:34.236117 [ 201 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1686 rows, containing 19 columns (19 merged, 0 gathered) in 0.014597687 sec., 115497.74974624405 rows/sec., 206.97 MiB/sec. | ||
| 9941 | 2025.02.21 14:40:34.238002 [ 201 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9942 | 2025.02.21 14:40:34.238423 [ 201 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9943 | 2025.02.21 14:40:34.238510 [ 201 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9944 | 2025.02.21 14:40:34.238634 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB. | ||
| 9945 | 2025.02.21 14:40:34.575500 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 9946 | 2025.02.21 14:40:34.597879 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9947 | 2025.02.21 14:40:34.597949 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9948 | 2025.02.21 14:40:34.605699 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9949 | 2025.02.21 14:40:34.606570 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9950 | 2025.02.21 14:40:34.611467 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 9951 | 2025.02.21 14:40:35.000201 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 243.47 MiB, peak 254.60 MiB, free memory in arenas 0.00 B, will set to 247.40 MiB (RSS), difference: 3.93 MiB | ||
| 9952 | 2025.02.21 14:40:39.208219 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9953 | 2025.02.21 14:40:39.208445 [ 254 ] {160cd527-d283-4a5b-8b0e-34a45795624f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9954 | 2025.02.21 14:40:39.208526 [ 254 ] {160cd527-d283-4a5b-8b0e-34a45795624f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9955 | 2025.02.21 14:40:39.209319 [ 254 ] {160cd527-d283-4a5b-8b0e-34a45795624f} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9956 | 2025.02.21 14:40:39.209369 [ 254 ] {160cd527-d283-4a5b-8b0e-34a45795624f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9957 | 2025.02.21 14:40:39.209805 [ 254 ] {160cd527-d283-4a5b-8b0e-34a45795624f} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 9958 | 2025.02.21 14:40:39.210051 [ 254 ] {160cd527-d283-4a5b-8b0e-34a45795624f} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9959 | 2025.02.21 14:40:39.210272 [ 254 ] {160cd527-d283-4a5b-8b0e-34a45795624f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001882 sec., 29755.57917109458 rows/sec., 2.27 MiB/sec. | ||
| 9960 | 2025.02.21 14:40:39.210369 [ 254 ] {160cd527-d283-4a5b-8b0e-34a45795624f} <Debug> TCPHandler: Processed in 0.002283448 sec. | ||
| 9961 | 2025.02.21 14:40:39.210669 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9962 | 2025.02.21 14:40:39.210912 [ 256 ] {73750f26-4e92-4dec-85b6-aa0fba0e7ad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9963 | 2025.02.21 14:40:39.210993 [ 256 ] {73750f26-4e92-4dec-85b6-aa0fba0e7ad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9964 | 2025.02.21 14:40:39.211825 [ 256 ] {73750f26-4e92-4dec-85b6-aa0fba0e7ad3} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9965 | 2025.02.21 14:40:39.211873 [ 256 ] {73750f26-4e92-4dec-85b6-aa0fba0e7ad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9966 | 2025.02.21 14:40:39.212319 [ 256 ] {73750f26-4e92-4dec-85b6-aa0fba0e7ad3} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 9967 | 2025.02.21 14:40:39.212567 [ 256 ] {73750f26-4e92-4dec-85b6-aa0fba0e7ad3} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9968 | 2025.02.21 14:40:39.212809 [ 256 ] {73750f26-4e92-4dec-85b6-aa0fba0e7ad3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001954 sec., 32753.326509723644 rows/sec., 2.56 MiB/sec. | ||
| 9969 | 2025.02.21 14:40:39.212866 [ 256 ] {73750f26-4e92-4dec-85b6-aa0fba0e7ad3} <Debug> TCPHandler: Processed in 0.002377651 sec. | ||
| 9970 | 2025.02.21 14:40:39.213017 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9971 | 2025.02.21 14:40:39.213166 [ 254 ] {ba4867dc-2eed-4b15-8b47-f3bd498bb922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9972 | 2025.02.21 14:40:39.213232 [ 254 ] {ba4867dc-2eed-4b15-8b47-f3bd498bb922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9973 | 2025.02.21 14:40:39.213854 [ 254 ] {ba4867dc-2eed-4b15-8b47-f3bd498bb922} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9974 | 2025.02.21 14:40:39.213917 [ 254 ] {ba4867dc-2eed-4b15-8b47-f3bd498bb922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9975 | 2025.02.21 14:40:39.214317 [ 254 ] {ba4867dc-2eed-4b15-8b47-f3bd498bb922} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 9976 | 2025.02.21 14:40:39.214553 [ 254 ] {ba4867dc-2eed-4b15-8b47-f3bd498bb922} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9977 | 2025.02.21 14:40:39.214734 [ 254 ] {ba4867dc-2eed-4b15-8b47-f3bd498bb922} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001606 sec., 99626.40099626401 rows/sec., 6.94 MiB/sec. | ||
| 9978 | 2025.02.21 14:40:39.214790 [ 254 ] {ba4867dc-2eed-4b15-8b47-f3bd498bb922} <Debug> TCPHandler: Processed in 0.001839615 sec. | ||
| 9979 | 2025.02.21 14:40:39.214989 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9980 | 2025.02.21 14:40:39.215214 [ 256 ] {8e2cea2e-dd72-4a02-8002-9dcca28803f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9981 | 2025.02.21 14:40:39.215308 [ 256 ] {8e2cea2e-dd72-4a02-8002-9dcca28803f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9982 | 2025.02.21 14:40:39.215985 [ 256 ] {8e2cea2e-dd72-4a02-8002-9dcca28803f8} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9983 | 2025.02.21 14:40:39.216025 [ 256 ] {8e2cea2e-dd72-4a02-8002-9dcca28803f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9984 | 2025.02.21 14:40:39.216401 [ 256 ] {8e2cea2e-dd72-4a02-8002-9dcca28803f8} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 9985 | 2025.02.21 14:40:39.216655 [ 256 ] {8e2cea2e-dd72-4a02-8002-9dcca28803f8} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9986 | 2025.02.21 14:40:39.216880 [ 256 ] {8e2cea2e-dd72-4a02-8002-9dcca28803f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001723 sec., 34822.98316889147 rows/sec., 2.35 MiB/sec. | ||
| 9987 | 2025.02.21 14:40:39.216958 [ 256 ] {8e2cea2e-dd72-4a02-8002-9dcca28803f8} <Debug> TCPHandler: Processed in 0.002084882 sec. | ||
| 9988 | 2025.02.21 14:40:39.981708 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768 | ||
| 9989 | 2025.02.21 14:40:39.982351 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9990 | 2025.02.21 14:40:39.982403 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9991 | 2025.02.21 14:40:39.982934 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9992 | 2025.02.21 14:40:39.983200 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9993 | 2025.02.21 14:40:39.983510 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768 | ||
| 9994 | 2025.02.21 14:40:42.112447 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 9995 | 2025.02.21 14:40:42.134312 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9996 | 2025.02.21 14:40:42.134376 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 9997 | 2025.02.21 14:40:42.141871 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9998 | 2025.02.21 14:40:42.142663 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9999 | 2025.02.21 14:40:42.147757 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 10000 | 2025.02.21 14:40:42.620974 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1356 | ||
| 10001 | 2025.02.21 14:40:42.623821 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10002 | 2025.02.21 14:40:42.623864 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10003 | 2025.02.21 14:40:42.625369 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10004 | 2025.02.21 14:40:42.625682 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10005 | 2025.02.21 14:40:42.626539 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1356 | ||
| 10006 | 2025.02.21 14:40:44.210371 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10007 | 2025.02.21 14:40:44.210560 [ 254 ] {1fa9a49e-d6b2-4b95-ae0e-addb0d46d8bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10008 | 2025.02.21 14:40:44.210635 [ 254 ] {1fa9a49e-d6b2-4b95-ae0e-addb0d46d8bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10009 | 2025.02.21 14:40:44.211439 [ 254 ] {1fa9a49e-d6b2-4b95-ae0e-addb0d46d8bf} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10010 | 2025.02.21 14:40:44.211495 [ 254 ] {1fa9a49e-d6b2-4b95-ae0e-addb0d46d8bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10011 | 2025.02.21 14:40:44.211956 [ 254 ] {1fa9a49e-d6b2-4b95-ae0e-addb0d46d8bf} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 10012 | 2025.02.21 14:40:44.212225 [ 254 ] {1fa9a49e-d6b2-4b95-ae0e-addb0d46d8bf} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10013 | 2025.02.21 14:40:44.212474 [ 254 ] {1fa9a49e-d6b2-4b95-ae0e-addb0d46d8bf} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001966 sec., 68158.69786368261 rows/sec., 5.86 MiB/sec. | ||
| 10014 | 2025.02.21 14:40:44.212542 [ 254 ] {1fa9a49e-d6b2-4b95-ae0e-addb0d46d8bf} <Debug> TCPHandler: Processed in 0.002305469 sec. | ||
| 10015 | 2025.02.21 14:40:44.212799 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10016 | 2025.02.21 14:40:44.213015 [ 256 ] {47323645-9a8a-474a-8dea-ecec64230e73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10017 | 2025.02.21 14:40:44.213095 [ 256 ] {47323645-9a8a-474a-8dea-ecec64230e73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10018 | 2025.02.21 14:40:44.213923 [ 256 ] {47323645-9a8a-474a-8dea-ecec64230e73} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10019 | 2025.02.21 14:40:44.213971 [ 256 ] {47323645-9a8a-474a-8dea-ecec64230e73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10020 | 2025.02.21 14:40:44.214398 [ 256 ] {47323645-9a8a-474a-8dea-ecec64230e73} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10021 | 2025.02.21 14:40:44.214640 [ 256 ] {47323645-9a8a-474a-8dea-ecec64230e73} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10022 | 2025.02.21 14:40:44.214832 [ 121 ] {} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 | ||
| 10023 | 2025.02.21 14:40:44.214896 [ 256 ] {47323645-9a8a-474a-8dea-ecec64230e73} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001929 sec., 20217.72939346812 rows/sec., 1.48 MiB/sec. | ||
| 10024 | 2025.02.21 14:40:44.214926 [ 121 ] {} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10025 | 2025.02.21 14:40:44.215002 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10026 | 2025.02.21 14:40:44.215019 [ 256 ] {47323645-9a8a-474a-8dea-ecec64230e73} <Debug> TCPHandler: Processed in 0.00236211 sec. | ||
| 10027 | 2025.02.21 14:40:44.215300 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10028 | 2025.02.21 14:40:44.215433 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::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 | ||
| 10029 | 2025.02.21 14:40:44.215664 [ 254 ] {a0d70ff7-baaf-43e3-84fa-3c2cbc320792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10030 | 2025.02.21 14:40:44.215840 [ 254 ] {a0d70ff7-baaf-43e3-84fa-3c2cbc320792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10031 | 2025.02.21 14:40:44.216060 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10032 | 2025.02.21 14:40:44.216221 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 69 rows starting from the beginning of the part | ||
| 10033 | 2025.02.21 14:40:44.216839 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 39 rows starting from the beginning of the part | ||
| 10034 | 2025.02.21 14:40:44.217294 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 39 rows starting from the beginning of the part | ||
| 10035 | 2025.02.21 14:40:44.217658 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 53 rows starting from the beginning of the part | ||
| 10036 | 2025.02.21 14:40:44.217993 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 39 rows starting from the beginning of the part | ||
| 10037 | 2025.02.21 14:40:44.218301 [ 201 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 39 rows starting from the beginning of the part | ||
| 10038 | 2025.02.21 14:40:44.219598 [ 254 ] {a0d70ff7-baaf-43e3-84fa-3c2cbc320792} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10039 | 2025.02.21 14:40:44.219663 [ 254 ] {a0d70ff7-baaf-43e3-84fa-3c2cbc320792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10040 | 2025.02.21 14:40:44.220615 [ 254 ] {a0d70ff7-baaf-43e3-84fa-3c2cbc320792} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 10041 | 2025.02.21 14:40:44.221166 [ 254 ] {a0d70ff7-baaf-43e3-84fa-3c2cbc320792} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10042 | 2025.02.21 14:40:44.221193 [ 189 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 278 rows, containing 5 columns (5 merged, 0 gathered) in 0.006091452 sec., 45637.723156974724 rows/sec., 3.53 MiB/sec. | ||
| 10043 | 2025.02.21 14:40:44.221391 [ 189 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 10044 | 2025.02.21 14:40:44.221472 [ 254 ] {a0d70ff7-baaf-43e3-84fa-3c2cbc320792} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.005976 sec., 17235.609103078983 rows/sec., 1.35 MiB/sec. | ||
| 10045 | 2025.02.21 14:40:44.221556 [ 254 ] {a0d70ff7-baaf-43e3-84fa-3c2cbc320792} <Debug> TCPHandler: Processed in 0.006443313 sec. | ||
| 10046 | 2025.02.21 14:40:44.221718 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10047 | 2025.02.21 14:40:44.221791 [ 189 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_47_10} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10048 | 2025.02.21 14:40:44.221965 [ 256 ] {1d0b179c-b458-49a0-8c93-8731444836d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10049 | 2025.02.21 14:40:44.221980 [ 189 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_47_10} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 | ||
| 10050 | 2025.02.21 14:40:44.222065 [ 256 ] {1d0b179c-b458-49a0-8c93-8731444836d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10051 | 2025.02.21 14:40:44.222166 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10052 | 2025.02.21 14:40:44.222825 [ 256 ] {1d0b179c-b458-49a0-8c93-8731444836d1} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10053 | 2025.02.21 14:40:44.222869 [ 256 ] {1d0b179c-b458-49a0-8c93-8731444836d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10054 | 2025.02.21 14:40:44.223268 [ 256 ] {1d0b179c-b458-49a0-8c93-8731444836d1} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 10055 | 2025.02.21 14:40:44.223503 [ 256 ] {1d0b179c-b458-49a0-8c93-8731444836d1} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10056 | 2025.02.21 14:40:44.223669 [ 121 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 | ||
| 10057 | 2025.02.21 14:40:44.223720 [ 121 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10058 | 2025.02.21 14:40:44.223735 [ 256 ] {1d0b179c-b458-49a0-8c93-8731444836d1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001828 sec., 87527.352297593 rows/sec., 6.10 MiB/sec. | ||
| 10059 | 2025.02.21 14:40:44.223764 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10060 | 2025.02.21 14:40:44.223893 [ 256 ] {1d0b179c-b458-49a0-8c93-8731444836d1} <Debug> TCPHandler: Processed in 0.002251437 sec. | ||
| 10061 | 2025.02.21 14:40:44.224119 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10062 | 2025.02.21 14:40:44.224191 [ 187 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 10063 | 2025.02.21 14:40:44.224348 [ 254 ] {dcf4b4f8-142e-4b80-9f51-bbb8c45744d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10064 | 2025.02.21 14:40:44.224598 [ 254 ] {dcf4b4f8-142e-4b80-9f51-bbb8c45744d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10065 | 2025.02.21 14:40:44.224754 [ 187 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10066 | 2025.02.21 14:40:44.224909 [ 187 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 29383 rows starting from the beginning of the part | ||
| 10067 | 2025.02.21 14:40:44.225281 [ 187 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 98 rows starting from the beginning of the part | ||
| 10068 | 2025.02.21 14:40:44.225666 [ 187 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 10069 | 2025.02.21 14:40:44.226039 [ 187 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part | ||
| 10070 | 2025.02.21 14:40:44.226446 [ 187 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 10071 | 2025.02.21 14:40:44.226797 [ 187 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part | ||
| 10072 | 2025.02.21 14:40:44.229131 [ 254 ] {dcf4b4f8-142e-4b80-9f51-bbb8c45744d2} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10073 | 2025.02.21 14:40:44.229193 [ 254 ] {dcf4b4f8-142e-4b80-9f51-bbb8c45744d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10074 | 2025.02.21 14:40:44.230851 [ 254 ] {dcf4b4f8-142e-4b80-9f51-bbb8c45744d2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10075 | 2025.02.21 14:40:44.231252 [ 254 ] {dcf4b4f8-142e-4b80-9f51-bbb8c45744d2} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10076 | 2025.02.21 14:40:44.231521 [ 254 ] {dcf4b4f8-142e-4b80-9f51-bbb8c45744d2} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007261 sec., 5371.160997107836 rows/sec., 9.62 MiB/sec. | ||
| 10077 | 2025.02.21 14:40:44.231653 [ 254 ] {dcf4b4f8-142e-4b80-9f51-bbb8c45744d2} <Debug> TCPHandler: Processed in 0.007667969 sec. | ||
| 10078 | 2025.02.21 14:40:44.231839 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10079 | 2025.02.21 14:40:44.232007 [ 256 ] {5aff69eb-57d5-4c2d-b19e-0f8171520af8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10080 | 2025.02.21 14:40:44.232068 [ 256 ] {5aff69eb-57d5-4c2d-b19e-0f8171520af8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10081 | 2025.02.21 14:40:44.232767 [ 256 ] {5aff69eb-57d5-4c2d-b19e-0f8171520af8} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10082 | 2025.02.21 14:40:44.232817 [ 256 ] {5aff69eb-57d5-4c2d-b19e-0f8171520af8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10083 | 2025.02.21 14:40:44.233225 [ 256 ] {5aff69eb-57d5-4c2d-b19e-0f8171520af8} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 10084 | 2025.02.21 14:40:44.233708 [ 256 ] {5aff69eb-57d5-4c2d-b19e-0f8171520af8} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10085 | 2025.02.21 14:40:44.233930 [ 256 ] {5aff69eb-57d5-4c2d-b19e-0f8171520af8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001951 sec., 30753.459764223473 rows/sec., 2.07 MiB/sec. | ||
| 10086 | 2025.02.21 14:40:44.233986 [ 256 ] {5aff69eb-57d5-4c2d-b19e-0f8171520af8} <Debug> TCPHandler: Processed in 0.002253737 sec. | ||
| 10087 | 2025.02.21 14:40:44.235427 [ 194 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30121 rows, containing 5 columns (5 merged, 0 gathered) in 0.011510784 sec., 2616763.549728672 rows/sec., 179.36 MiB/sec. | ||
| 10088 | 2025.02.21 14:40:44.235936 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) | ||
| 10089 | 2025.02.21 14:40:44.236258 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10090 | 2025.02.21 14:40:44.236349 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 | ||
| 10091 | 2025.02.21 14:40:44.236453 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 10092 | 2025.02.21 14:40:47.235122 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10093 | 2025.02.21 14:40:47.235197 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10094 | 2025.02.21 14:40:47.484552 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256 | ||
| 10095 | 2025.02.21 14:40:47.485260 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10096 | 2025.02.21 14:40:47.485309 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10097 | 2025.02.21 14:40:47.485862 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10098 | 2025.02.21 14:40:47.486299 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10099 | 2025.02.21 14:40:47.486673 [ 117 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10100 | 2025.02.21 14:40:47.486814 [ 117 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10101 | 2025.02.21 14:40:47.486890 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10102 | 2025.02.21 14:40:47.487298 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 10103 | 2025.02.21 14:40:47.487565 [ 191 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 10104 | 2025.02.21 14:40:47.487869 [ 191 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10105 | 2025.02.21 14:40:47.487929 [ 191 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27938 rows starting from the beginning of the part | ||
| 10106 | 2025.02.21 14:40:47.488010 [ 191 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part | ||
| 10107 | 2025.02.21 14:40:47.488095 [ 191 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 427 rows starting from the beginning of the part | ||
| 10108 | 2025.02.21 14:40:47.488346 [ 191 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 488 rows starting from the beginning of the part | ||
| 10109 | 2025.02.21 14:40:47.488508 [ 191 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 427 rows starting from the beginning of the part | ||
| 10110 | 2025.02.21 14:40:47.488609 [ 191 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 488 rows starting from the beginning of the part | ||
| 10111 | 2025.02.21 14:40:47.491389 [ 194 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.004328899 sec., 6989306.056805668 rows/sec., 99.98 MiB/sec. | ||
| 10112 | 2025.02.21 14:40:47.491834 [ 194 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10113 | 2025.02.21 14:40:47.492170 [ 194 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_66_13} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10114 | 2025.02.21 14:40:47.492274 [ 194 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_66_13} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10115 | 2025.02.21 14:40:47.492397 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. | ||
| 10116 | 2025.02.21 14:40:49.207320 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10117 | 2025.02.21 14:40:49.207512 [ 254 ] {4e679767-0feb-4d5d-8e95-7d8f8d918229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10118 | 2025.02.21 14:40:49.207585 [ 254 ] {4e679767-0feb-4d5d-8e95-7d8f8d918229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10119 | 2025.02.21 14:40:49.208380 [ 254 ] {4e679767-0feb-4d5d-8e95-7d8f8d918229} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10120 | 2025.02.21 14:40:49.208432 [ 254 ] {4e679767-0feb-4d5d-8e95-7d8f8d918229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10121 | 2025.02.21 14:40:49.208882 [ 254 ] {4e679767-0feb-4d5d-8e95-7d8f8d918229} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 10122 | 2025.02.21 14:40:49.209149 [ 254 ] {4e679767-0feb-4d5d-8e95-7d8f8d918229} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10123 | 2025.02.21 14:40:49.209365 [ 113 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 10124 | 2025.02.21 14:40:49.209400 [ 254 ] {4e679767-0feb-4d5d-8e95-7d8f8d918229} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001939 sec., 28880.86642599278 rows/sec., 2.20 MiB/sec. | ||
| 10125 | 2025.02.21 14:40:49.209454 [ 113 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10126 | 2025.02.21 14:40:49.209523 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10127 | 2025.02.21 14:40:49.209539 [ 254 ] {4e679767-0feb-4d5d-8e95-7d8f8d918229} <Debug> TCPHandler: Processed in 0.00234871 sec. | ||
| 10128 | 2025.02.21 14:40:49.209830 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 10129 | 2025.02.21 14:40:49.209871 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10130 | 2025.02.21 14:40:49.210337 [ 256 ] {be1adcf6-d767-49ef-89a4-044a67c10b00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10131 | 2025.02.21 14:40:49.210390 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10132 | 2025.02.21 14:40:49.210511 [ 256 ] {be1adcf6-d767-49ef-89a4-044a67c10b00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10133 | 2025.02.21 14:40:49.210560 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1405 rows starting from the beginning of the part | ||
| 10134 | 2025.02.21 14:40:49.211125 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 10135 | 2025.02.21 14:40:49.211522 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 134 rows starting from the beginning of the part | ||
| 10136 | 2025.02.21 14:40:49.212046 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 10137 | 2025.02.21 14:40:49.212612 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 134 rows starting from the beginning of the part | ||
| 10138 | 2025.02.21 14:40:49.213055 [ 200 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 10139 | 2025.02.21 14:40:49.215020 [ 256 ] {be1adcf6-d767-49ef-89a4-044a67c10b00} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10140 | 2025.02.21 14:40:49.215097 [ 256 ] {be1adcf6-d767-49ef-89a4-044a67c10b00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10141 | 2025.02.21 14:40:49.216031 [ 256 ] {be1adcf6-d767-49ef-89a4-044a67c10b00} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 10142 | 2025.02.21 14:40:49.216485 [ 256 ] {be1adcf6-d767-49ef-89a4-044a67c10b00} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10143 | 2025.02.21 14:40:49.216485 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1841 rows, containing 5 columns (5 merged, 0 gathered) in 0.006848145 sec., 268831.9245576722 rows/sec., 23.41 MiB/sec. | ||
| 10144 | 2025.02.21 14:40:49.216772 [ 113 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 10145 | 2025.02.21 14:40:49.216823 [ 113 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10146 | 2025.02.21 14:40:49.216894 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10147 | 2025.02.21 14:40:49.216904 [ 256 ] {be1adcf6-d767-49ef-89a4-044a67c10b00} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006709 sec., 9539.42465345059 rows/sec., 762.44 KiB/sec. | ||
| 10148 | 2025.02.21 14:40:49.217088 [ 190 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 10149 | 2025.02.21 14:40:49.217222 [ 256 ] {be1adcf6-d767-49ef-89a4-044a67c10b00} <Debug> TCPHandler: Processed in 0.007526505 sec. | ||
| 10150 | 2025.02.21 14:40:49.217255 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 10151 | 2025.02.21 14:40:49.217509 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10152 | 2025.02.21 14:40:49.217606 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10153 | 2025.02.21 14:40:49.217715 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 631 rows starting from the beginning of the part | ||
| 10154 | 2025.02.21 14:40:49.217864 [ 254 ] {0b907aea-7cdd-4021-8584-ccaa7fa9327b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10155 | 2025.02.21 14:40:49.218122 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 10156 | 2025.02.21 14:40:49.218141 [ 254 ] {0b907aea-7cdd-4021-8584-ccaa7fa9327b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10157 | 2025.02.21 14:40:49.218336 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_111_22} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10158 | 2025.02.21 14:40:49.218701 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 103 rows starting from the beginning of the part | ||
| 10159 | 2025.02.21 14:40:49.218930 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_111_22} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 10160 | 2025.02.21 14:40:49.219213 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 10161 | 2025.02.21 14:40:49.219355 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 10162 | 2025.02.21 14:40:49.219772 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 103 rows starting from the beginning of the part | ||
| 10163 | 2025.02.21 14:40:49.220148 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 10164 | 2025.02.21 14:40:49.221067 [ 254 ] {0b907aea-7cdd-4021-8584-ccaa7fa9327b} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10165 | 2025.02.21 14:40:49.221150 [ 254 ] {0b907aea-7cdd-4021-8584-ccaa7fa9327b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10166 | 2025.02.21 14:40:49.222285 [ 254 ] {0b907aea-7cdd-4021-8584-ccaa7fa9327b} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 10167 | 2025.02.21 14:40:49.222862 [ 254 ] {0b907aea-7cdd-4021-8584-ccaa7fa9327b} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10168 | 2025.02.21 14:40:49.223067 [ 190 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1029 rows, containing 5 columns (5 merged, 0 gathered) in 0.006061281 sec., 169766.0939989418 rows/sec., 13.62 MiB/sec. | ||
| 10169 | 2025.02.21 14:40:49.223288 [ 254 ] {0b907aea-7cdd-4021-8584-ccaa7fa9327b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00554 sec., 28880.86642599278 rows/sec., 2.01 MiB/sec. | ||
| 10170 | 2025.02.21 14:40:49.223381 [ 254 ] {0b907aea-7cdd-4021-8584-ccaa7fa9327b} <Debug> TCPHandler: Processed in 0.006031821 sec. | ||
| 10171 | 2025.02.21 14:40:49.223382 [ 193 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 10172 | 2025.02.21 14:40:49.223577 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10173 | 2025.02.21 14:40:49.223805 [ 256 ] {7baf557f-de5a-4ddf-b23d-c5d4a6e18550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10174 | 2025.02.21 14:40:49.223884 [ 193 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_111_22} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10175 | 2025.02.21 14:40:49.223909 [ 256 ] {7baf557f-de5a-4ddf-b23d-c5d4a6e18550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10176 | 2025.02.21 14:40:49.224155 [ 193 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_111_22} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 10177 | 2025.02.21 14:40:49.224373 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 10178 | 2025.02.21 14:40:49.224764 [ 256 ] {7baf557f-de5a-4ddf-b23d-c5d4a6e18550} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10179 | 2025.02.21 14:40:49.224808 [ 256 ] {7baf557f-de5a-4ddf-b23d-c5d4a6e18550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10180 | 2025.02.21 14:40:49.225204 [ 256 ] {7baf557f-de5a-4ddf-b23d-c5d4a6e18550} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 10181 | 2025.02.21 14:40:49.225462 [ 256 ] {7baf557f-de5a-4ddf-b23d-c5d4a6e18550} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10182 | 2025.02.21 14:40:49.225642 [ 113 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 10183 | 2025.02.21 14:40:49.225699 [ 113 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10184 | 2025.02.21 14:40:49.225715 [ 256 ] {7baf557f-de5a-4ddf-b23d-c5d4a6e18550} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001966 sec., 30518.819938962362 rows/sec., 2.06 MiB/sec. | ||
| 10185 | 2025.02.21 14:40:49.225735 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10186 | 2025.02.21 14:40:49.225869 [ 256 ] {7baf557f-de5a-4ddf-b23d-c5d4a6e18550} <Debug> TCPHandler: Processed in 0.002381901 sec. | ||
| 10187 | 2025.02.21 14:40:49.226031 [ 190 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 10188 | 2025.02.21 14:40:49.226186 [ 190 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10189 | 2025.02.21 14:40:49.226228 [ 190 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 5448 rows starting from the beginning of the part | ||
| 10190 | 2025.02.21 14:40:49.226355 [ 190 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 10191 | 2025.02.21 14:40:49.226537 [ 190 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part | ||
| 10192 | 2025.02.21 14:40:49.226779 [ 190 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 10193 | 2025.02.21 14:40:49.226937 [ 190 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part | ||
| 10194 | 2025.02.21 14:40:49.227065 [ 190 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 10195 | 2025.02.21 14:40:49.229257 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5748 rows, containing 4 columns (4 merged, 0 gathered) in 0.003371851 sec., 1704701.6608978275 rows/sec., 114.88 MiB/sec. | ||
| 10196 | 2025.02.21 14:40:49.229679 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 10197 | 2025.02.21 14:40:49.229997 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_111_22} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10198 | 2025.02.21 14:40:49.230082 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_111_22} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 10199 | 2025.02.21 14:40:49.230171 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
| 10200 | 2025.02.21 14:40:49.648735 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 10201 | 2025.02.21 14:40:49.670772 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10202 | 2025.02.21 14:40:49.670834 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10203 | 2025.02.21 14:40:49.678242 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10204 | 2025.02.21 14:40:49.679033 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10205 | 2025.02.21 14:40:49.679338 [ 113 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10206 | 2025.02.21 14:40:49.679398 [ 113 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10207 | 2025.02.21 14:40:49.679436 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10208 | 2025.02.21 14:40:49.679813 [ 193 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 10209 | 2025.02.21 14:40:49.694907 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 10210 | 2025.02.21 14:40:49.696464 [ 193 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10211 | 2025.02.21 14:40:49.698051 [ 193 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 10212 | 2025.02.21 14:40:49.704444 [ 193 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 10213 | 2025.02.21 14:40:49.710071 [ 193 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 10214 | 2025.02.21 14:40:49.715816 [ 193 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 10215 | 2025.02.21 14:40:49.721537 [ 193 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 10216 | 2025.02.21 14:40:49.726456 [ 193 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 10217 | 2025.02.21 14:40:49.786207 [ 193 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.106651002 sec., 4669.435735821779 rows/sec., 24.14 MiB/sec. | ||
| 10218 | 2025.02.21 14:40:49.789405 [ 186 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10219 | 2025.02.21 14:40:49.792296 [ 186 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_66_13} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10220 | 2025.02.21 14:40:49.792423 [ 186 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_66_13} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10221 | 2025.02.21 14:40:49.794806 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. | ||
| 10222 | 2025.02.21 14:40:50.836492 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10223 | 2025.02.21 14:40:50.836684 [ 254 ] {df1fe2e9-c64f-4066-a220-a6f1750de1a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10224 | 2025.02.21 14:40:50.836758 [ 254 ] {df1fe2e9-c64f-4066-a220-a6f1750de1a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10225 | 2025.02.21 14:40:50.837530 [ 254 ] {df1fe2e9-c64f-4066-a220-a6f1750de1a3} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10226 | 2025.02.21 14:40:50.837590 [ 254 ] {df1fe2e9-c64f-4066-a220-a6f1750de1a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10227 | 2025.02.21 14:40:50.838035 [ 254 ] {df1fe2e9-c64f-4066-a220-a6f1750de1a3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10228 | 2025.02.21 14:40:50.838294 [ 254 ] {df1fe2e9-c64f-4066-a220-a6f1750de1a3} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10229 | 2025.02.21 14:40:50.838583 [ 254 ] {df1fe2e9-c64f-4066-a220-a6f1750de1a3} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001941 sec., 12364.760432766616 rows/sec., 1.03 MiB/sec. | ||
| 10230 | 2025.02.21 14:40:50.838785 [ 254 ] {df1fe2e9-c64f-4066-a220-a6f1750de1a3} <Debug> TCPHandler: Processed in 0.002423643 sec. | ||
| 10231 | 2025.02.21 14:40:50.839064 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10232 | 2025.02.21 14:40:50.839277 [ 256 ] {a82c982a-bb9b-4652-8a6d-6c2b0e7ebf87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10233 | 2025.02.21 14:40:50.839357 [ 256 ] {a82c982a-bb9b-4652-8a6d-6c2b0e7ebf87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10234 | 2025.02.21 14:40:50.840175 [ 256 ] {a82c982a-bb9b-4652-8a6d-6c2b0e7ebf87} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10235 | 2025.02.21 14:40:50.840216 [ 256 ] {a82c982a-bb9b-4652-8a6d-6c2b0e7ebf87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10236 | 2025.02.21 14:40:50.840648 [ 256 ] {a82c982a-bb9b-4652-8a6d-6c2b0e7ebf87} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 10237 | 2025.02.21 14:40:50.840905 [ 256 ] {a82c982a-bb9b-4652-8a6d-6c2b0e7ebf87} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10238 | 2025.02.21 14:40:50.841244 [ 256 ] {a82c982a-bb9b-4652-8a6d-6c2b0e7ebf87} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.002009 sec., 7964.161274265804 rows/sec., 649.42 KiB/sec. | ||
| 10239 | 2025.02.21 14:40:50.841674 [ 256 ] {a82c982a-bb9b-4652-8a6d-6c2b0e7ebf87} <Debug> TCPHandler: Processed in 0.002746062 sec. | ||
| 10240 | 2025.02.21 14:40:50.842015 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10241 | 2025.02.21 14:40:50.842207 [ 254 ] {291194a8-7fee-463a-afe5-7281d0bc61b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10242 | 2025.02.21 14:40:50.842270 [ 254 ] {291194a8-7fee-463a-afe5-7281d0bc61b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10243 | 2025.02.21 14:40:50.843549 [ 254 ] {291194a8-7fee-463a-afe5-7281d0bc61b6} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10244 | 2025.02.21 14:40:50.843592 [ 254 ] {291194a8-7fee-463a-afe5-7281d0bc61b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10245 | 2025.02.21 14:40:50.844059 [ 254 ] {291194a8-7fee-463a-afe5-7281d0bc61b6} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 10246 | 2025.02.21 14:40:50.844319 [ 254 ] {291194a8-7fee-463a-afe5-7281d0bc61b6} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10247 | 2025.02.21 14:40:50.844537 [ 254 ] {291194a8-7fee-463a-afe5-7281d0bc61b6} <Debug> executeQuery: Read 1402 rows, 119.95 KiB in 0.002363 sec., 593313.5844265764 rows/sec., 49.57 MiB/sec. | ||
| 10248 | 2025.02.21 14:40:50.844599 [ 254 ] {291194a8-7fee-463a-afe5-7281d0bc61b6} <Debug> TCPHandler: Processed in 0.002790703 sec. | ||
| 10249 | 2025.02.21 14:40:50.844745 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10250 | 2025.02.21 14:40:50.844863 [ 256 ] {3c6b9515-edbe-4898-b3c2-8b80d297b8fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10251 | 2025.02.21 14:40:50.844912 [ 256 ] {3c6b9515-edbe-4898-b3c2-8b80d297b8fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10252 | 2025.02.21 14:40:50.845521 [ 256 ] {3c6b9515-edbe-4898-b3c2-8b80d297b8fe} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10253 | 2025.02.21 14:40:50.845561 [ 256 ] {3c6b9515-edbe-4898-b3c2-8b80d297b8fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10254 | 2025.02.21 14:40:50.845932 [ 256 ] {3c6b9515-edbe-4898-b3c2-8b80d297b8fe} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10255 | 2025.02.21 14:40:50.846169 [ 256 ] {3c6b9515-edbe-4898-b3c2-8b80d297b8fe} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10256 | 2025.02.21 14:40:50.846408 [ 256 ] {3c6b9515-edbe-4898-b3c2-8b80d297b8fe} <Debug> executeQuery: Read 67 rows, 5.01 KiB in 0.001562 sec., 42893.725992317544 rows/sec., 3.13 MiB/sec. | ||
| 10257 | 2025.02.21 14:40:50.846479 [ 256 ] {3c6b9515-edbe-4898-b3c2-8b80d297b8fe} <Debug> TCPHandler: Processed in 0.001793533 sec. | ||
| 10258 | 2025.02.21 14:40:50.846661 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10259 | 2025.02.21 14:40:50.846795 [ 254 ] {752aa02c-576c-4a37-9ece-06945faf64ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10260 | 2025.02.21 14:40:50.846846 [ 254 ] {752aa02c-576c-4a37-9ece-06945faf64ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10261 | 2025.02.21 14:40:50.847616 [ 254 ] {752aa02c-576c-4a37-9ece-06945faf64ff} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10262 | 2025.02.21 14:40:50.847664 [ 254 ] {752aa02c-576c-4a37-9ece-06945faf64ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10263 | 2025.02.21 14:40:50.848089 [ 254 ] {752aa02c-576c-4a37-9ece-06945faf64ff} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 10264 | 2025.02.21 14:40:50.848329 [ 254 ] {752aa02c-576c-4a37-9ece-06945faf64ff} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10265 | 2025.02.21 14:40:50.848560 [ 254 ] {752aa02c-576c-4a37-9ece-06945faf64ff} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001787 sec., 141018.46670397313 rows/sec., 9.75 MiB/sec. | ||
| 10266 | 2025.02.21 14:40:50.848667 [ 254 ] {752aa02c-576c-4a37-9ece-06945faf64ff} <Debug> TCPHandler: Processed in 0.002110884 sec. | ||
| 10267 | 2025.02.21 14:40:50.848806 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10268 | 2025.02.21 14:40:50.848922 [ 256 ] {19e3812a-5b65-48df-9c79-f1a4fe45d4ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10269 | 2025.02.21 14:40:50.848971 [ 256 ] {19e3812a-5b65-48df-9c79-f1a4fe45d4ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10270 | 2025.02.21 14:40:50.849565 [ 256 ] {19e3812a-5b65-48df-9c79-f1a4fe45d4ab} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10271 | 2025.02.21 14:40:50.849605 [ 256 ] {19e3812a-5b65-48df-9c79-f1a4fe45d4ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10272 | 2025.02.21 14:40:50.849960 [ 256 ] {19e3812a-5b65-48df-9c79-f1a4fe45d4ab} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10273 | 2025.02.21 14:40:50.850207 [ 256 ] {19e3812a-5b65-48df-9c79-f1a4fe45d4ab} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10274 | 2025.02.21 14:40:50.850468 [ 256 ] {19e3812a-5b65-48df-9c79-f1a4fe45d4ab} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001563 sec., 7677.543186180423 rows/sec., 599.81 KiB/sec. | ||
| 10275 | 2025.02.21 14:40:50.850669 [ 256 ] {19e3812a-5b65-48df-9c79-f1a4fe45d4ab} <Debug> TCPHandler: Processed in 0.001913627 sec. | ||
| 10276 | 2025.02.21 14:40:50.850811 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10277 | 2025.02.21 14:40:50.850942 [ 254 ] {96247142-eb88-4d98-aec5-e98c28995483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10278 | 2025.02.21 14:40:50.850999 [ 254 ] {96247142-eb88-4d98-aec5-e98c28995483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10279 | 2025.02.21 14:40:50.851907 [ 254 ] {96247142-eb88-4d98-aec5-e98c28995483} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10280 | 2025.02.21 14:40:50.851946 [ 254 ] {96247142-eb88-4d98-aec5-e98c28995483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10281 | 2025.02.21 14:40:50.852333 [ 254 ] {96247142-eb88-4d98-aec5-e98c28995483} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 10282 | 2025.02.21 14:40:50.852575 [ 254 ] {96247142-eb88-4d98-aec5-e98c28995483} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10283 | 2025.02.21 14:40:50.852803 [ 254 ] {96247142-eb88-4d98-aec5-e98c28995483} <Debug> executeQuery: Read 611 rows, 47.09 KiB in 0.001889 sec., 323451.56167284277 rows/sec., 24.34 MiB/sec. | ||
| 10284 | 2025.02.21 14:40:50.852885 [ 254 ] {96247142-eb88-4d98-aec5-e98c28995483} <Debug> TCPHandler: Processed in 0.002131984 sec. | ||
| 10285 | 2025.02.21 14:40:50.853087 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10286 | 2025.02.21 14:40:50.853340 [ 256 ] {2d669024-e600-4352-be3e-95c6c195997c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10287 | 2025.02.21 14:40:50.853402 [ 256 ] {2d669024-e600-4352-be3e-95c6c195997c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10288 | 2025.02.21 14:40:50.854226 [ 256 ] {2d669024-e600-4352-be3e-95c6c195997c} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10289 | 2025.02.21 14:40:50.854265 [ 256 ] {2d669024-e600-4352-be3e-95c6c195997c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10290 | 2025.02.21 14:40:50.854715 [ 256 ] {2d669024-e600-4352-be3e-95c6c195997c} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 10291 | 2025.02.21 14:40:50.854955 [ 256 ] {2d669024-e600-4352-be3e-95c6c195997c} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10292 | 2025.02.21 14:40:50.855180 [ 256 ] {2d669024-e600-4352-be3e-95c6c195997c} <Debug> executeQuery: Read 952 rows, 65.79 KiB in 0.001907 sec., 499213.4242265338 rows/sec., 33.69 MiB/sec. | ||
| 10293 | 2025.02.21 14:40:50.855231 [ 256 ] {2d669024-e600-4352-be3e-95c6c195997c} <Debug> TCPHandler: Processed in 0.002263438 sec. | ||
| 10294 | 2025.02.21 14:40:50.855375 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10295 | 2025.02.21 14:40:50.855513 [ 254 ] {cad05782-88de-45ff-862c-3e4a5d5b07a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10296 | 2025.02.21 14:40:50.855608 [ 254 ] {cad05782-88de-45ff-862c-3e4a5d5b07a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10297 | 2025.02.21 14:40:50.856830 [ 254 ] {cad05782-88de-45ff-862c-3e4a5d5b07a3} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10298 | 2025.02.21 14:40:50.856869 [ 254 ] {cad05782-88de-45ff-862c-3e4a5d5b07a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10299 | 2025.02.21 14:40:50.857547 [ 254 ] {cad05782-88de-45ff-862c-3e4a5d5b07a3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10300 | 2025.02.21 14:40:50.857805 [ 254 ] {cad05782-88de-45ff-862c-3e4a5d5b07a3} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10301 | 2025.02.21 14:40:50.858068 [ 254 ] {cad05782-88de-45ff-862c-3e4a5d5b07a3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002584 sec., 15092.879256965945 rows/sec., 27.05 MiB/sec. | ||
| 10302 | 2025.02.21 14:40:50.858399 [ 254 ] {cad05782-88de-45ff-862c-3e4a5d5b07a3} <Debug> TCPHandler: Processed in 0.003090413 sec. | ||
| 10303 | 2025.02.21 14:40:50.858560 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10304 | 2025.02.21 14:40:50.858700 [ 256 ] {0713fcbe-3630-4485-a292-002c2a56535e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10305 | 2025.02.21 14:40:50.858759 [ 256 ] {0713fcbe-3630-4485-a292-002c2a56535e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10306 | 2025.02.21 14:40:50.859263 [ 256 ] {0713fcbe-3630-4485-a292-002c2a56535e} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10307 | 2025.02.21 14:40:50.859303 [ 256 ] {0713fcbe-3630-4485-a292-002c2a56535e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 10308 | 2025.02.21 14:40:50.859674 [ 256 ] {0713fcbe-3630-4485-a292-002c2a56535e} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 10309 | 2025.02.21 14:40:50.859911 [ 256 ] {0713fcbe-3630-4485-a292-002c2a56535e} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10310 | 2025.02.21 14:40:50.860140 [ 256 ] {0713fcbe-3630-4485-a292-002c2a56535e} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001464 sec., 15027.322404371584 rows/sec., 1.02 MiB/sec. | ||
| 10311 | 2025.02.21 14:40:50.860198 [ 256 ] {0713fcbe-3630-4485-a292-002c2a56535e} <Debug> TCPHandler: Processed in 0.001704571 sec. | ||
| 10312 | 2025.02.21 14:40:52.627560 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1396 | ||
| 10313 | 2025.02.21 14:40:52.630972 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10314 | 2025.02.21 14:40:52.631034 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10315 | 2025.02.21 14:40:52.632519 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10316 | 2025.02.21 14:40:52.632830 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10317 | 2025.02.21 14:40:52.634274 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1396 | ||
| 10318 | 2025.02.21 14:40:54.204590 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10319 | 2025.02.21 14:40:54.204803 [ 254 ] {b4c83189-c49b-4d54-84a6-7f38326e212d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10320 | 2025.02.21 14:40:54.204884 [ 254 ] {b4c83189-c49b-4d54-84a6-7f38326e212d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10321 | 2025.02.21 14:40:54.205685 [ 254 ] {b4c83189-c49b-4d54-84a6-7f38326e212d} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10322 | 2025.02.21 14:40:54.205739 [ 254 ] {b4c83189-c49b-4d54-84a6-7f38326e212d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10323 | 2025.02.21 14:40:54.206199 [ 254 ] {b4c83189-c49b-4d54-84a6-7f38326e212d} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 10324 | 2025.02.21 14:40:54.206450 [ 254 ] {b4c83189-c49b-4d54-84a6-7f38326e212d} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10325 | 2025.02.21 14:40:54.206693 [ 254 ] {b4c83189-c49b-4d54-84a6-7f38326e212d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001948 sec., 28747.433264887062 rows/sec., 2.19 MiB/sec. | ||
| 10326 | 2025.02.21 14:40:54.206762 [ 254 ] {b4c83189-c49b-4d54-84a6-7f38326e212d} <Debug> TCPHandler: Processed in 0.002313059 sec. | ||
| 10327 | 2025.02.21 14:40:54.207004 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10328 | 2025.02.21 14:40:54.207224 [ 256 ] {02098c0b-a1b6-4235-bee2-b251b3fe673b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10329 | 2025.02.21 14:40:54.207309 [ 256 ] {02098c0b-a1b6-4235-bee2-b251b3fe673b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10330 | 2025.02.21 14:40:54.208174 [ 256 ] {02098c0b-a1b6-4235-bee2-b251b3fe673b} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10331 | 2025.02.21 14:40:54.208227 [ 256 ] {02098c0b-a1b6-4235-bee2-b251b3fe673b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10332 | 2025.02.21 14:40:54.208682 [ 256 ] {02098c0b-a1b6-4235-bee2-b251b3fe673b} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 10333 | 2025.02.21 14:40:54.208950 [ 256 ] {02098c0b-a1b6-4235-bee2-b251b3fe673b} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10334 | 2025.02.21 14:40:54.209204 [ 256 ] {02098c0b-a1b6-4235-bee2-b251b3fe673b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002039 sec., 31387.935262383522 rows/sec., 2.45 MiB/sec. | ||
| 10335 | 2025.02.21 14:40:54.209272 [ 256 ] {02098c0b-a1b6-4235-bee2-b251b3fe673b} <Debug> TCPHandler: Processed in 0.002409352 sec. | ||
| 10336 | 2025.02.21 14:40:54.209479 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10337 | 2025.02.21 14:40:54.209610 [ 254 ] {c9023487-9924-4164-bca4-1438dce25c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10338 | 2025.02.21 14:40:54.209670 [ 254 ] {c9023487-9924-4164-bca4-1438dce25c93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10339 | 2025.02.21 14:40:54.210245 [ 254 ] {c9023487-9924-4164-bca4-1438dce25c93} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10340 | 2025.02.21 14:40:54.210288 [ 254 ] {c9023487-9924-4164-bca4-1438dce25c93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10341 | 2025.02.21 14:40:54.210696 [ 254 ] {c9023487-9924-4164-bca4-1438dce25c93} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 10342 | 2025.02.21 14:40:54.210940 [ 254 ] {c9023487-9924-4164-bca4-1438dce25c93} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10343 | 2025.02.21 14:40:54.211181 [ 254 ] {c9023487-9924-4164-bca4-1438dce25c93} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001599 sec., 61288.30519074422 rows/sec., 4.27 MiB/sec. | ||
| 10344 | 2025.02.21 14:40:54.211239 [ 254 ] {c9023487-9924-4164-bca4-1438dce25c93} <Debug> TCPHandler: Processed in 0.001821095 sec. | ||
| 10345 | 2025.02.21 14:40:54.211443 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10346 | 2025.02.21 14:40:54.211676 [ 256 ] {3a108afe-78eb-47ca-a67c-20416273daf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10347 | 2025.02.21 14:40:54.211775 [ 256 ] {3a108afe-78eb-47ca-a67c-20416273daf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10348 | 2025.02.21 14:40:54.212392 [ 256 ] {3a108afe-78eb-47ca-a67c-20416273daf7} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10349 | 2025.02.21 14:40:54.212433 [ 256 ] {3a108afe-78eb-47ca-a67c-20416273daf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10350 | 2025.02.21 14:40:54.212839 [ 256 ] {3a108afe-78eb-47ca-a67c-20416273daf7} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 10351 | 2025.02.21 14:40:54.213081 [ 256 ] {3a108afe-78eb-47ca-a67c-20416273daf7} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10352 | 2025.02.21 14:40:54.213301 [ 256 ] {3a108afe-78eb-47ca-a67c-20416273daf7} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001687 sec., 22525.19264967398 rows/sec., 1.51 MiB/sec. | ||
| 10353 | 2025.02.21 14:40:54.213355 [ 256 ] {3a108afe-78eb-47ca-a67c-20416273daf7} <Debug> TCPHandler: Processed in 0.00202472 sec. | ||
| 10354 | 2025.02.21 14:40:54.988391 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683 | ||
| 10355 | 2025.02.21 14:40:54.989045 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10356 | 2025.02.21 14:40:54.989094 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10357 | 2025.02.21 14:40:54.989643 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10358 | 2025.02.21 14:40:54.989956 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10359 | 2025.02.21 14:40:54.990238 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683 | ||
| 10360 | 2025.02.21 14:40:57.195898 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 10361 | 2025.02.21 14:40:57.215235 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10362 | 2025.02.21 14:40:57.215303 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10363 | 2025.02.21 14:40:57.222217 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10364 | 2025.02.21 14:40:57.222948 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10365 | 2025.02.21 14:40:57.225627 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 10366 | 2025.02.21 14:40:59.207360 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10367 | 2025.02.21 14:40:59.207573 [ 254 ] {db9148e9-3241-49a4-ac85-bbabab879a97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10368 | 2025.02.21 14:40:59.207655 [ 254 ] {db9148e9-3241-49a4-ac85-bbabab879a97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10369 | 2025.02.21 14:40:59.208461 [ 254 ] {db9148e9-3241-49a4-ac85-bbabab879a97} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10370 | 2025.02.21 14:40:59.208515 [ 254 ] {db9148e9-3241-49a4-ac85-bbabab879a97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10371 | 2025.02.21 14:40:59.208948 [ 254 ] {db9148e9-3241-49a4-ac85-bbabab879a97} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 10372 | 2025.02.21 14:40:59.209200 [ 254 ] {db9148e9-3241-49a4-ac85-bbabab879a97} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10373 | 2025.02.21 14:40:59.209402 [ 254 ] {db9148e9-3241-49a4-ac85-bbabab879a97} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001888 sec., 29661.016949152545 rows/sec., 2.26 MiB/sec. | ||
| 10374 | 2025.02.21 14:40:59.209469 [ 254 ] {db9148e9-3241-49a4-ac85-bbabab879a97} <Debug> TCPHandler: Processed in 0.002250557 sec. | ||
| 10375 | 2025.02.21 14:40:59.209724 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10376 | 2025.02.21 14:40:59.209942 [ 256 ] {9317eaf7-166b-4b15-b3c5-c4decd65fbc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10377 | 2025.02.21 14:40:59.210027 [ 256 ] {9317eaf7-166b-4b15-b3c5-c4decd65fbc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10378 | 2025.02.21 14:40:59.210838 [ 256 ] {9317eaf7-166b-4b15-b3c5-c4decd65fbc8} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10379 | 2025.02.21 14:40:59.210892 [ 256 ] {9317eaf7-166b-4b15-b3c5-c4decd65fbc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10380 | 2025.02.21 14:40:59.211345 [ 256 ] {9317eaf7-166b-4b15-b3c5-c4decd65fbc8} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 10381 | 2025.02.21 14:40:59.211600 [ 256 ] {9317eaf7-166b-4b15-b3c5-c4decd65fbc8} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10382 | 2025.02.21 14:40:59.211860 [ 256 ] {9317eaf7-166b-4b15-b3c5-c4decd65fbc8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001978 sec., 32355.91506572295 rows/sec., 2.53 MiB/sec. | ||
| 10383 | 2025.02.21 14:40:59.211930 [ 256 ] {9317eaf7-166b-4b15-b3c5-c4decd65fbc8} <Debug> TCPHandler: Processed in 0.00235512 sec. | ||
| 10384 | 2025.02.21 14:40:59.212074 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10385 | 2025.02.21 14:40:59.212219 [ 254 ] {3ab4458d-08c7-419e-8747-c4345650b71c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10386 | 2025.02.21 14:40:59.212284 [ 254 ] {3ab4458d-08c7-419e-8747-c4345650b71c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10387 | 2025.02.21 14:40:59.212961 [ 254 ] {3ab4458d-08c7-419e-8747-c4345650b71c} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10388 | 2025.02.21 14:40:59.213006 [ 254 ] {3ab4458d-08c7-419e-8747-c4345650b71c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10389 | 2025.02.21 14:40:59.213432 [ 254 ] {3ab4458d-08c7-419e-8747-c4345650b71c} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 10390 | 2025.02.21 14:40:59.213669 [ 254 ] {3ab4458d-08c7-419e-8747-c4345650b71c} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10391 | 2025.02.21 14:40:59.213865 [ 254 ] {3ab4458d-08c7-419e-8747-c4345650b71c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001676 sec., 95465.3937947494 rows/sec., 6.65 MiB/sec. | ||
| 10392 | 2025.02.21 14:40:59.213936 [ 254 ] {3ab4458d-08c7-419e-8747-c4345650b71c} <Debug> TCPHandler: Processed in 0.001926748 sec. | ||
| 10393 | 2025.02.21 14:40:59.214096 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10394 | 2025.02.21 14:40:59.214316 [ 256 ] {e53902ba-c9a3-4094-9c4c-b888c6c6c18a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10395 | 2025.02.21 14:40:59.214408 [ 256 ] {e53902ba-c9a3-4094-9c4c-b888c6c6c18a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10396 | 2025.02.21 14:40:59.215030 [ 256 ] {e53902ba-c9a3-4094-9c4c-b888c6c6c18a} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10397 | 2025.02.21 14:40:59.215078 [ 256 ] {e53902ba-c9a3-4094-9c4c-b888c6c6c18a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10398 | 2025.02.21 14:40:59.215467 [ 256 ] {e53902ba-c9a3-4094-9c4c-b888c6c6c18a} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 10399 | 2025.02.21 14:40:59.215709 [ 256 ] {e53902ba-c9a3-4094-9c4c-b888c6c6c18a} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10400 | 2025.02.21 14:40:59.215961 [ 256 ] {e53902ba-c9a3-4094-9c4c-b888c6c6c18a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001701 sec., 35273.36860670194 rows/sec., 2.38 MiB/sec. | ||
| 10401 | 2025.02.21 14:40:59.216021 [ 256 ] {e53902ba-c9a3-4094-9c4c-b888c6c6c18a} <Debug> TCPHandler: Processed in 0.001992869 sec. | ||
| 10402 | 2025.02.21 14:41:02.235256 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10403 | 2025.02.21 14:41:02.235360 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10404 | 2025.02.21 14:41:02.491269 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31171 | ||
| 10405 | 2025.02.21 14:41:02.491950 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10406 | 2025.02.21 14:41:02.491999 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10407 | 2025.02.21 14:41:02.492541 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10408 | 2025.02.21 14:41:02.492808 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10409 | 2025.02.21 14:41:02.493116 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 10410 | 2025.02.21 14:41:02.635383 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1412 | ||
| 10411 | 2025.02.21 14:41:02.638064 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10412 | 2025.02.21 14:41:02.638118 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10413 | 2025.02.21 14:41:02.639538 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10414 | 2025.02.21 14:41:02.639837 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10415 | 2025.02.21 14:41:02.641337 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1412 | ||
| 10416 | 2025.02.21 14:41:04.209402 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10417 | 2025.02.21 14:41:04.209615 [ 254 ] {bd98091b-c31d-4da4-90c2-69e0b2aa3d96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10418 | 2025.02.21 14:41:04.209698 [ 254 ] {bd98091b-c31d-4da4-90c2-69e0b2aa3d96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10419 | 2025.02.21 14:41:04.210570 [ 254 ] {bd98091b-c31d-4da4-90c2-69e0b2aa3d96} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10420 | 2025.02.21 14:41:04.210619 [ 254 ] {bd98091b-c31d-4da4-90c2-69e0b2aa3d96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10421 | 2025.02.21 14:41:04.211065 [ 254 ] {bd98091b-c31d-4da4-90c2-69e0b2aa3d96} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 10422 | 2025.02.21 14:41:04.211330 [ 254 ] {bd98091b-c31d-4da4-90c2-69e0b2aa3d96} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10423 | 2025.02.21 14:41:04.211579 [ 254 ] {bd98091b-c31d-4da4-90c2-69e0b2aa3d96} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002018 sec., 66402.378592666 rows/sec., 5.71 MiB/sec. | ||
| 10424 | 2025.02.21 14:41:04.211690 [ 254 ] {bd98091b-c31d-4da4-90c2-69e0b2aa3d96} <Debug> TCPHandler: Processed in 0.002418903 sec. | ||
| 10425 | 2025.02.21 14:41:04.212014 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10426 | 2025.02.21 14:41:04.212385 [ 256 ] {a00db86c-ecb8-4a00-85b4-ebfae1c457b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10427 | 2025.02.21 14:41:04.212454 [ 256 ] {a00db86c-ecb8-4a00-85b4-ebfae1c457b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10428 | 2025.02.21 14:41:04.213195 [ 256 ] {a00db86c-ecb8-4a00-85b4-ebfae1c457b0} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10429 | 2025.02.21 14:41:04.213238 [ 256 ] {a00db86c-ecb8-4a00-85b4-ebfae1c457b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10430 | 2025.02.21 14:41:04.213680 [ 256 ] {a00db86c-ecb8-4a00-85b4-ebfae1c457b0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10431 | 2025.02.21 14:41:04.213928 [ 256 ] {a00db86c-ecb8-4a00-85b4-ebfae1c457b0} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10432 | 2025.02.21 14:41:04.214156 [ 256 ] {a00db86c-ecb8-4a00-85b4-ebfae1c457b0} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001851 sec., 21069.692058346838 rows/sec., 1.55 MiB/sec. | ||
| 10433 | 2025.02.21 14:41:04.214214 [ 256 ] {a00db86c-ecb8-4a00-85b4-ebfae1c457b0} <Debug> TCPHandler: Processed in 0.002416672 sec. | ||
| 10434 | 2025.02.21 14:41:04.214369 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10435 | 2025.02.21 14:41:04.214516 [ 254 ] {54609478-080a-4d48-adb3-413653b95f56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10436 | 2025.02.21 14:41:04.214576 [ 254 ] {54609478-080a-4d48-adb3-413653b95f56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10437 | 2025.02.21 14:41:04.215322 [ 254 ] {54609478-080a-4d48-adb3-413653b95f56} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10438 | 2025.02.21 14:41:04.215364 [ 254 ] {54609478-080a-4d48-adb3-413653b95f56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10439 | 2025.02.21 14:41:04.215746 [ 254 ] {54609478-080a-4d48-adb3-413653b95f56} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 10440 | 2025.02.21 14:41:04.215987 [ 254 ] {54609478-080a-4d48-adb3-413653b95f56} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10441 | 2025.02.21 14:41:04.216202 [ 254 ] {54609478-080a-4d48-adb3-413653b95f56} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001723 sec., 59779.454439930356 rows/sec., 4.67 MiB/sec. | ||
| 10442 | 2025.02.21 14:41:04.216259 [ 254 ] {54609478-080a-4d48-adb3-413653b95f56} <Debug> TCPHandler: Processed in 0.001962719 sec. | ||
| 10443 | 2025.02.21 14:41:04.216455 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10444 | 2025.02.21 14:41:04.216680 [ 256 ] {a7fa14f4-481b-4010-a340-74fd866eb234} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10445 | 2025.02.21 14:41:04.216779 [ 256 ] {a7fa14f4-481b-4010-a340-74fd866eb234} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10446 | 2025.02.21 14:41:04.217577 [ 256 ] {a7fa14f4-481b-4010-a340-74fd866eb234} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10447 | 2025.02.21 14:41:04.217617 [ 256 ] {a7fa14f4-481b-4010-a340-74fd866eb234} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10448 | 2025.02.21 14:41:04.218010 [ 256 ] {a7fa14f4-481b-4010-a340-74fd866eb234} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 10449 | 2025.02.21 14:41:04.218244 [ 256 ] {a7fa14f4-481b-4010-a340-74fd866eb234} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10450 | 2025.02.21 14:41:04.218450 [ 89 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0 | ||
| 10451 | 2025.02.21 14:41:04.218477 [ 256 ] {a7fa14f4-481b-4010-a340-74fd866eb234} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001846 sec., 86673.8894907909 rows/sec., 6.04 MiB/sec. | ||
| 10452 | 2025.02.21 14:41:04.218600 [ 89 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10453 | 2025.02.21 14:41:04.218636 [ 256 ] {a7fa14f4-481b-4010-a340-74fd866eb234} <Debug> TCPHandler: Processed in 0.002290299 sec. | ||
| 10454 | 2025.02.21 14:41:04.218687 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10455 | 2025.02.21 14:41:04.218883 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10456 | 2025.02.21 14:41:04.219110 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 10457 | 2025.02.21 14:41:04.219163 [ 254 ] {0eb0d528-572f-4f08-bc71-fa929275e018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10458 | 2025.02.21 14:41:04.219667 [ 254 ] {0eb0d528-572f-4f08-bc71-fa929275e018} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10459 | 2025.02.21 14:41:04.219810 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_115_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10460 | 2025.02.21 14:41:04.219975 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_110_22, total 30121 rows starting from the beginning of the part | ||
| 10461 | 2025.02.21 14:41:04.220583 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 10462 | 2025.02.21 14:41:04.221189 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 952 rows starting from the beginning of the part | ||
| 10463 | 2025.02.21 14:41:04.221807 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 98 rows starting from the beginning of the part | ||
| 10464 | 2025.02.21 14:41:04.222593 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 10465 | 2025.02.21 14:41:04.223343 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 160 rows starting from the beginning of the part | ||
| 10466 | 2025.02.21 14:41:04.225848 [ 254 ] {0eb0d528-572f-4f08-bc71-fa929275e018} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10467 | 2025.02.21 14:41:04.225905 [ 254 ] {0eb0d528-572f-4f08-bc71-fa929275e018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10468 | 2025.02.21 14:41:04.227556 [ 254 ] {0eb0d528-572f-4f08-bc71-fa929275e018} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10469 | 2025.02.21 14:41:04.227949 [ 254 ] {0eb0d528-572f-4f08-bc71-fa929275e018} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10470 | 2025.02.21 14:41:04.228416 [ 254 ] {0eb0d528-572f-4f08-bc71-fa929275e018} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.009288 sec., 4198.966408268734 rows/sec., 7.52 MiB/sec. | ||
| 10471 | 2025.02.21 14:41:04.229324 [ 254 ] {0eb0d528-572f-4f08-bc71-fa929275e018} <Debug> TCPHandler: Processed in 0.010577706 sec. | ||
| 10472 | 2025.02.21 14:41:04.229623 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10473 | 2025.02.21 14:41:04.230166 [ 256 ] {0f3d4f27-4f15-43e0-b8b7-2eccdf406d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10474 | 2025.02.21 14:41:04.230407 [ 256 ] {0f3d4f27-4f15-43e0-b8b7-2eccdf406d2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10475 | 2025.02.21 14:41:04.231348 [ 256 ] {0f3d4f27-4f15-43e0-b8b7-2eccdf406d2d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10476 | 2025.02.21 14:41:04.231393 [ 256 ] {0f3d4f27-4f15-43e0-b8b7-2eccdf406d2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10477 | 2025.02.21 14:41:04.231837 [ 256 ] {0f3d4f27-4f15-43e0-b8b7-2eccdf406d2d} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 10478 | 2025.02.21 14:41:04.232090 [ 256 ] {0f3d4f27-4f15-43e0-b8b7-2eccdf406d2d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10479 | 2025.02.21 14:41:04.232335 [ 256 ] {0f3d4f27-4f15-43e0-b8b7-2eccdf406d2d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002332 sec., 25728.987993138937 rows/sec., 1.73 MiB/sec. | ||
| 10480 | 2025.02.21 14:41:04.232392 [ 256 ] {0f3d4f27-4f15-43e0-b8b7-2eccdf406d2d} <Debug> TCPHandler: Processed in 0.002951328 sec. | ||
| 10481 | 2025.02.21 14:41:04.233765 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_115_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31651 rows, containing 5 columns (5 merged, 0 gathered) in 0.014930547 sec., 2119882.1449743267 rows/sec., 145.28 MiB/sec. | ||
| 10482 | 2025.02.21 14:41:04.234351 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_115_23} <Trace> MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) | ||
| 10483 | 2025.02.21 14:41:04.234660 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10484 | 2025.02.21 14:41:04.234747 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23 | ||
| 10485 | 2025.02.21 14:41:04.234846 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 10486 | 2025.02.21 14:41:04.726601 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 10487 | 2025.02.21 14:41:04.747702 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10488 | 2025.02.21 14:41:04.747770 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10489 | 2025.02.21 14:41:04.754965 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10490 | 2025.02.21 14:41:04.755734 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10491 | 2025.02.21 14:41:04.758491 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 10492 | 2025.02.21 14:41:09.207050 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10493 | 2025.02.21 14:41:09.207250 [ 254 ] {9669c0e7-c6a2-4906-8770-c19cea3d5a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10494 | 2025.02.21 14:41:09.207322 [ 254 ] {9669c0e7-c6a2-4906-8770-c19cea3d5a25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10495 | 2025.02.21 14:41:09.208061 [ 254 ] {9669c0e7-c6a2-4906-8770-c19cea3d5a25} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10496 | 2025.02.21 14:41:09.208111 [ 254 ] {9669c0e7-c6a2-4906-8770-c19cea3d5a25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10497 | 2025.02.21 14:41:09.208540 [ 254 ] {9669c0e7-c6a2-4906-8770-c19cea3d5a25} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 10498 | 2025.02.21 14:41:09.208794 [ 254 ] {9669c0e7-c6a2-4906-8770-c19cea3d5a25} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10499 | 2025.02.21 14:41:09.209049 [ 254 ] {9669c0e7-c6a2-4906-8770-c19cea3d5a25} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001845 sec., 30352.30352303523 rows/sec., 2.32 MiB/sec. | ||
| 10500 | 2025.02.21 14:41:09.209054 [ 86 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 10501 | 2025.02.21 14:41:09.209141 [ 254 ] {9669c0e7-c6a2-4906-8770-c19cea3d5a25} <Debug> TCPHandler: Processed in 0.002216926 sec. | ||
| 10502 | 2025.02.21 14:41:09.209187 [ 86 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10503 | 2025.02.21 14:41:09.209276 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10504 | 2025.02.21 14:41:09.209445 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10505 | 2025.02.21 14:41:09.209571 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 10506 | 2025.02.21 14:41:09.209906 [ 256 ] {92d7eb41-4f12-4cac-b021-8b7d99d38046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10507 | 2025.02.21 14:41:09.209972 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10508 | 2025.02.21 14:41:09.210095 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1405 rows starting from the beginning of the part | ||
| 10509 | 2025.02.21 14:41:09.210100 [ 256 ] {92d7eb41-4f12-4cac-b021-8b7d99d38046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10510 | 2025.02.21 14:41:09.210521 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1402 rows starting from the beginning of the part | ||
| 10511 | 2025.02.21 14:41:09.210845 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 10512 | 2025.02.21 14:41:09.211144 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 10513 | 2025.02.21 14:41:09.211463 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 134 rows starting from the beginning of the part | ||
| 10514 | 2025.02.21 14:41:09.211804 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 10515 | 2025.02.21 14:41:09.213440 [ 256 ] {92d7eb41-4f12-4cac-b021-8b7d99d38046} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10516 | 2025.02.21 14:41:09.213528 [ 256 ] {92d7eb41-4f12-4cac-b021-8b7d99d38046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10517 | 2025.02.21 14:41:09.214526 [ 256 ] {92d7eb41-4f12-4cac-b021-8b7d99d38046} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 10518 | 2025.02.21 14:41:09.214811 [ 256 ] {92d7eb41-4f12-4cac-b021-8b7d99d38046} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10519 | 2025.02.21 14:41:09.215441 [ 86 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 10520 | 2025.02.21 14:41:09.215514 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3109 rows, containing 5 columns (5 merged, 0 gathered) in 0.006121883 sec., 507850.2807061161 rows/sec., 44.22 MiB/sec. | ||
| 10521 | 2025.02.21 14:41:09.215529 [ 86 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10522 | 2025.02.21 14:41:09.215535 [ 256 ] {92d7eb41-4f12-4cac-b021-8b7d99d38046} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005752 sec., 11126.564673157163 rows/sec., 889.30 KiB/sec. | ||
| 10523 | 2025.02.21 14:41:09.215589 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10524 | 2025.02.21 14:41:09.215917 [ 256 ] {92d7eb41-4f12-4cac-b021-8b7d99d38046} <Debug> TCPHandler: Processed in 0.006649579 sec. | ||
| 10525 | 2025.02.21 14:41:09.216049 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 10526 | 2025.02.21 14:41:09.216063 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 10527 | 2025.02.21 14:41:09.216334 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10528 | 2025.02.21 14:41:09.217036 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10529 | 2025.02.21 14:41:09.217129 [ 254 ] {88ba1b00-2e4d-43dc-9f27-e6aae97d9b0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10530 | 2025.02.21 14:41:09.217279 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 631 rows starting from the beginning of the part | ||
| 10531 | 2025.02.21 14:41:09.217484 [ 254 ] {88ba1b00-2e4d-43dc-9f27-e6aae97d9b0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10532 | 2025.02.21 14:41:09.217557 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_116_23} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10533 | 2025.02.21 14:41:09.218058 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 611 rows starting from the beginning of the part | ||
| 10534 | 2025.02.21 14:41:09.218423 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_116_23} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 10535 | 2025.02.21 14:41:09.218991 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 10536 | 2025.02.21 14:41:09.219010 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 10537 | 2025.02.21 14:41:09.219724 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 10538 | 2025.02.21 14:41:09.220303 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 103 rows starting from the beginning of the part | ||
| 10539 | 2025.02.21 14:41:09.220853 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 10540 | 2025.02.21 14:41:09.221607 [ 254 ] {88ba1b00-2e4d-43dc-9f27-e6aae97d9b0e} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10541 | 2025.02.21 14:41:09.221650 [ 254 ] {88ba1b00-2e4d-43dc-9f27-e6aae97d9b0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10542 | 2025.02.21 14:41:09.222253 [ 254 ] {88ba1b00-2e4d-43dc-9f27-e6aae97d9b0e} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 10543 | 2025.02.21 14:41:09.222541 [ 254 ] {88ba1b00-2e4d-43dc-9f27-e6aae97d9b0e} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10544 | 2025.02.21 14:41:09.222809 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1537 rows, containing 5 columns (5 merged, 0 gathered) in 0.007085892 sec., 216909.8823408542 rows/sec., 17.28 MiB/sec. | ||
| 10545 | 2025.02.21 14:41:09.222955 [ 254 ] {88ba1b00-2e4d-43dc-9f27-e6aae97d9b0e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006109 sec., 26190.865935504993 rows/sec., 1.82 MiB/sec. | ||
| 10546 | 2025.02.21 14:41:09.223074 [ 254 ] {88ba1b00-2e4d-43dc-9f27-e6aae97d9b0e} <Debug> TCPHandler: Processed in 0.006989389 sec. | ||
| 10547 | 2025.02.21 14:41:09.223081 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 10548 | 2025.02.21 14:41:09.223375 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10549 | 2025.02.21 14:41:09.223610 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_116_23} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10550 | 2025.02.21 14:41:09.223766 [ 256 ] {69dceb82-48ba-48fe-bfc3-880c6ff4af68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10551 | 2025.02.21 14:41:09.223820 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_116_23} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 10552 | 2025.02.21 14:41:09.223941 [ 256 ] {69dceb82-48ba-48fe-bfc3-880c6ff4af68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10553 | 2025.02.21 14:41:09.224003 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 10554 | 2025.02.21 14:41:09.224736 [ 256 ] {69dceb82-48ba-48fe-bfc3-880c6ff4af68} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10555 | 2025.02.21 14:41:09.224784 [ 256 ] {69dceb82-48ba-48fe-bfc3-880c6ff4af68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10556 | 2025.02.21 14:41:09.225177 [ 256 ] {69dceb82-48ba-48fe-bfc3-880c6ff4af68} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 10557 | 2025.02.21 14:41:09.225418 [ 256 ] {69dceb82-48ba-48fe-bfc3-880c6ff4af68} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10558 | 2025.02.21 14:41:09.225605 [ 81 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 10559 | 2025.02.21 14:41:09.225650 [ 256 ] {69dceb82-48ba-48fe-bfc3-880c6ff4af68} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002009 sec., 29865.604778496767 rows/sec., 2.01 MiB/sec. | ||
| 10560 | 2025.02.21 14:41:09.225669 [ 81 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10561 | 2025.02.21 14:41:09.225740 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10562 | 2025.02.21 14:41:09.225779 [ 256 ] {69dceb82-48ba-48fe-bfc3-880c6ff4af68} <Debug> TCPHandler: Processed in 0.002572827 sec. | ||
| 10563 | 2025.02.21 14:41:09.225960 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 10564 | 2025.02.21 14:41:09.226082 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10565 | 2025.02.21 14:41:09.226112 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 5748 rows starting from the beginning of the part | ||
| 10566 | 2025.02.21 14:41:09.226218 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 22 rows starting from the beginning of the part | ||
| 10567 | 2025.02.21 14:41:09.226412 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 38 rows starting from the beginning of the part | ||
| 10568 | 2025.02.21 14:41:09.226609 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 10569 | 2025.02.21 14:41:09.226736 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part | ||
| 10570 | 2025.02.21 14:41:09.226934 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 10571 | 2025.02.21 14:41:09.228885 [ 192 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5988 rows, containing 4 columns (4 merged, 0 gathered) in 0.003050211 sec., 1963142.8776566603 rows/sec., 132.30 MiB/sec. | ||
| 10572 | 2025.02.21 14:41:09.229341 [ 191 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 10573 | 2025.02.21 14:41:09.229684 [ 191 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_116_23} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10574 | 2025.02.21 14:41:09.229769 [ 191 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_116_23} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 10575 | 2025.02.21 14:41:09.229865 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
| 10576 | 2025.02.21 14:41:09.994159 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31598 | ||
| 10577 | 2025.02.21 14:41:09.994793 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10578 | 2025.02.21 14:41:09.994842 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10579 | 2025.02.21 14:41:09.995376 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10580 | 2025.02.21 14:41:09.995638 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10581 | 2025.02.21 14:41:09.995889 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31598 | ||
| 10582 | 2025.02.21 14:41:12.259460 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 10583 | 2025.02.21 14:41:12.280617 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10584 | 2025.02.21 14:41:12.280673 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10585 | 2025.02.21 14:41:12.288022 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10586 | 2025.02.21 14:41:12.288798 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10587 | 2025.02.21 14:41:12.291659 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 10588 | 2025.02.21 14:41:12.642353 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1432 | ||
| 10589 | 2025.02.21 14:41:12.645244 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10590 | 2025.02.21 14:41:12.645296 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10591 | 2025.02.21 14:41:12.646766 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10592 | 2025.02.21 14:41:12.647074 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10593 | 2025.02.21 14:41:12.647294 [ 79 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10594 | 2025.02.21 14:41:12.647420 [ 79 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10595 | 2025.02.21 14:41:12.647484 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10596 | 2025.02.21 14:41:12.648055 [ 194 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 10597 | 2025.02.21 14:41:12.649587 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1432 | ||
| 10598 | 2025.02.21 14:41:12.649943 [ 194 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10599 | 2025.02.21 14:41:12.650126 [ 194 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1320 rows starting from the beginning of the part | ||
| 10600 | 2025.02.21 14:41:12.650768 [ 194 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 10601 | 2025.02.21 14:41:12.651594 [ 194 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 20 rows starting from the beginning of the part | ||
| 10602 | 2025.02.21 14:41:12.652285 [ 194 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part | ||
| 10603 | 2025.02.21 14:41:12.652769 [ 194 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 10604 | 2025.02.21 14:41:12.653256 [ 194 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 20 rows starting from the beginning of the part | ||
| 10605 | 2025.02.21 14:41:12.661895 [ 191 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1432 rows, containing 72 columns (72 merged, 0 gathered) in 0.014207516 sec., 100791.72179007225 rows/sec., 77.70 MiB/sec. | ||
| 10606 | 2025.02.21 14:41:12.663612 [ 192 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10607 | 2025.02.21 14:41:12.664447 [ 192 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_51_10} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10608 | 2025.02.21 14:41:12.664553 [ 192 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_51_10} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10609 | 2025.02.21 14:41:12.664898 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.87 MiB. | ||
| 10610 | 2025.02.21 14:41:14.209953 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10611 | 2025.02.21 14:41:14.210148 [ 254 ] {62f885d6-31bb-45f4-9412-dc55499f3abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10612 | 2025.02.21 14:41:14.210245 [ 254 ] {62f885d6-31bb-45f4-9412-dc55499f3abd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10613 | 2025.02.21 14:41:14.211100 [ 254 ] {62f885d6-31bb-45f4-9412-dc55499f3abd} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10614 | 2025.02.21 14:41:14.211154 [ 254 ] {62f885d6-31bb-45f4-9412-dc55499f3abd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10615 | 2025.02.21 14:41:14.211610 [ 254 ] {62f885d6-31bb-45f4-9412-dc55499f3abd} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 10616 | 2025.02.21 14:41:14.211873 [ 254 ] {62f885d6-31bb-45f4-9412-dc55499f3abd} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10617 | 2025.02.21 14:41:14.212143 [ 254 ] {62f885d6-31bb-45f4-9412-dc55499f3abd} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002045 sec., 65525.672371638146 rows/sec., 5.64 MiB/sec. | ||
| 10618 | 2025.02.21 14:41:14.212267 [ 254 ] {62f885d6-31bb-45f4-9412-dc55499f3abd} <Debug> TCPHandler: Processed in 0.002440443 sec. | ||
| 10619 | 2025.02.21 14:41:14.212575 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10620 | 2025.02.21 14:41:14.212797 [ 256 ] {70f00eb3-fb9d-4a1e-88ab-c3f114c2d1a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10621 | 2025.02.21 14:41:14.212872 [ 256 ] {70f00eb3-fb9d-4a1e-88ab-c3f114c2d1a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10622 | 2025.02.21 14:41:14.213663 [ 256 ] {70f00eb3-fb9d-4a1e-88ab-c3f114c2d1a4} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10623 | 2025.02.21 14:41:14.213712 [ 256 ] {70f00eb3-fb9d-4a1e-88ab-c3f114c2d1a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10624 | 2025.02.21 14:41:14.214179 [ 256 ] {70f00eb3-fb9d-4a1e-88ab-c3f114c2d1a4} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10625 | 2025.02.21 14:41:14.214443 [ 256 ] {70f00eb3-fb9d-4a1e-88ab-c3f114c2d1a4} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10626 | 2025.02.21 14:41:14.214711 [ 256 ] {70f00eb3-fb9d-4a1e-88ab-c3f114c2d1a4} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001963 sec., 19867.549668874173 rows/sec., 1.46 MiB/sec. | ||
| 10627 | 2025.02.21 14:41:14.214834 [ 256 ] {70f00eb3-fb9d-4a1e-88ab-c3f114c2d1a4} <Debug> TCPHandler: Processed in 0.002429473 sec. | ||
| 10628 | 2025.02.21 14:41:14.215026 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10629 | 2025.02.21 14:41:14.215157 [ 254 ] {3b4bf01b-c22f-4cb9-8603-b0c1c899005f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10630 | 2025.02.21 14:41:14.215211 [ 254 ] {3b4bf01b-c22f-4cb9-8603-b0c1c899005f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10631 | 2025.02.21 14:41:14.215857 [ 254 ] {3b4bf01b-c22f-4cb9-8603-b0c1c899005f} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10632 | 2025.02.21 14:41:14.215899 [ 254 ] {3b4bf01b-c22f-4cb9-8603-b0c1c899005f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10633 | 2025.02.21 14:41:14.216307 [ 254 ] {3b4bf01b-c22f-4cb9-8603-b0c1c899005f} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 10634 | 2025.02.21 14:41:14.216560 [ 254 ] {3b4bf01b-c22f-4cb9-8603-b0c1c899005f} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10635 | 2025.02.21 14:41:14.216777 [ 254 ] {3b4bf01b-c22f-4cb9-8603-b0c1c899005f} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001646 sec., 62575.94167679223 rows/sec., 4.89 MiB/sec. | ||
| 10636 | 2025.02.21 14:41:14.216885 [ 254 ] {3b4bf01b-c22f-4cb9-8603-b0c1c899005f} <Debug> TCPHandler: Processed in 0.001935668 sec. | ||
| 10637 | 2025.02.21 14:41:14.217104 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10638 | 2025.02.21 14:41:14.217300 [ 256 ] {7fa681ec-d4c7-45d2-9833-deb809e2adec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10639 | 2025.02.21 14:41:14.217370 [ 256 ] {7fa681ec-d4c7-45d2-9833-deb809e2adec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10640 | 2025.02.21 14:41:14.218000 [ 256 ] {7fa681ec-d4c7-45d2-9833-deb809e2adec} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10641 | 2025.02.21 14:41:14.218043 [ 256 ] {7fa681ec-d4c7-45d2-9833-deb809e2adec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10642 | 2025.02.21 14:41:14.218464 [ 256 ] {7fa681ec-d4c7-45d2-9833-deb809e2adec} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 10643 | 2025.02.21 14:41:14.218720 [ 256 ] {7fa681ec-d4c7-45d2-9833-deb809e2adec} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10644 | 2025.02.21 14:41:14.218944 [ 256 ] {7fa681ec-d4c7-45d2-9833-deb809e2adec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001681 sec., 95181.43961927424 rows/sec., 6.63 MiB/sec. | ||
| 10645 | 2025.02.21 14:41:14.219002 [ 256 ] {7fa681ec-d4c7-45d2-9833-deb809e2adec} <Debug> TCPHandler: Processed in 0.002019171 sec. | ||
| 10646 | 2025.02.21 14:41:14.219148 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10647 | 2025.02.21 14:41:14.219293 [ 254 ] {d6a1f624-4de8-40f8-ba97-1d1c85663679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10648 | 2025.02.21 14:41:14.219390 [ 254 ] {d6a1f624-4de8-40f8-ba97-1d1c85663679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10649 | 2025.02.21 14:41:14.220594 [ 254 ] {d6a1f624-4de8-40f8-ba97-1d1c85663679} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10650 | 2025.02.21 14:41:14.220634 [ 254 ] {d6a1f624-4de8-40f8-ba97-1d1c85663679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10651 | 2025.02.21 14:41:14.221322 [ 254 ] {d6a1f624-4de8-40f8-ba97-1d1c85663679} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10652 | 2025.02.21 14:41:14.221588 [ 254 ] {d6a1f624-4de8-40f8-ba97-1d1c85663679} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10653 | 2025.02.21 14:41:14.221846 [ 254 ] {d6a1f624-4de8-40f8-ba97-1d1c85663679} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002588 sec., 15069.551777434312 rows/sec., 27.00 MiB/sec. | ||
| 10654 | 2025.02.21 14:41:14.221972 [ 254 ] {d6a1f624-4de8-40f8-ba97-1d1c85663679} <Debug> TCPHandler: Processed in 0.002891597 sec. | ||
| 10655 | 2025.02.21 14:41:14.222130 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10656 | 2025.02.21 14:41:14.222307 [ 256 ] {98287a75-7c8e-40c5-9c73-3974e4c85c81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10657 | 2025.02.21 14:41:14.222370 [ 256 ] {98287a75-7c8e-40c5-9c73-3974e4c85c81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10658 | 2025.02.21 14:41:14.222905 [ 256 ] {98287a75-7c8e-40c5-9c73-3974e4c85c81} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10659 | 2025.02.21 14:41:14.222945 [ 256 ] {98287a75-7c8e-40c5-9c73-3974e4c85c81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10660 | 2025.02.21 14:41:14.223327 [ 256 ] {98287a75-7c8e-40c5-9c73-3974e4c85c81} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 10661 | 2025.02.21 14:41:14.223568 [ 256 ] {98287a75-7c8e-40c5-9c73-3974e4c85c81} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10662 | 2025.02.21 14:41:14.223783 [ 256 ] {98287a75-7c8e-40c5-9c73-3974e4c85c81} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001511 sec., 39708.80211780278 rows/sec., 2.68 MiB/sec. | ||
| 10663 | 2025.02.21 14:41:14.223837 [ 256 ] {98287a75-7c8e-40c5-9c73-3974e4c85c81} <Debug> TCPHandler: Processed in 0.001775454 sec. | ||
| 10664 | 2025.02.21 14:41:17.045181 [ 224 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): 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] | ||
| 10665 | 2025.02.21 14:41:17.045253 [ 224 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): 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] | ||
| 10666 | 2025.02.21 14:41:17.053176 [ 224 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): 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] | ||
| 10667 | 2025.02.21 14:41:17.234806 [ 223 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): 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] | ||
| 10668 | 2025.02.21 14:41:17.234872 [ 223 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): 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] | ||
| 10669 | 2025.02.21 14:41:17.235747 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10670 | 2025.02.21 14:41:17.235794 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10671 | 2025.02.21 14:41:17.237336 [ 223 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): 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] | ||
| 10672 | 2025.02.21 14:41:17.496927 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32086 | ||
| 10673 | 2025.02.21 14:41:17.497603 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10674 | 2025.02.21 14:41:17.497655 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10675 | 2025.02.21 14:41:17.498196 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10676 | 2025.02.21 14:41:17.498477 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10677 | 2025.02.21 14:41:17.498771 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 10678 | 2025.02.21 14:41:19.206986 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10679 | 2025.02.21 14:41:19.207203 [ 254 ] {40875a3a-df7f-4387-9dc4-18b7859b0039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10680 | 2025.02.21 14:41:19.207285 [ 254 ] {40875a3a-df7f-4387-9dc4-18b7859b0039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10681 | 2025.02.21 14:41:19.208148 [ 254 ] {40875a3a-df7f-4387-9dc4-18b7859b0039} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10682 | 2025.02.21 14:41:19.208202 [ 254 ] {40875a3a-df7f-4387-9dc4-18b7859b0039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10683 | 2025.02.21 14:41:19.208652 [ 254 ] {40875a3a-df7f-4387-9dc4-18b7859b0039} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 10684 | 2025.02.21 14:41:19.208911 [ 254 ] {40875a3a-df7f-4387-9dc4-18b7859b0039} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10685 | 2025.02.21 14:41:19.209154 [ 254 ] {40875a3a-df7f-4387-9dc4-18b7859b0039} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002007 sec., 27902.341803687093 rows/sec., 2.13 MiB/sec. | ||
| 10686 | 2025.02.21 14:41:19.209222 [ 254 ] {40875a3a-df7f-4387-9dc4-18b7859b0039} <Debug> TCPHandler: Processed in 0.002378931 sec. | ||
| 10687 | 2025.02.21 14:41:19.209500 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10688 | 2025.02.21 14:41:19.209690 [ 256 ] {eec91e84-1972-4c1b-9d57-928f85c56038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10689 | 2025.02.21 14:41:19.209765 [ 256 ] {eec91e84-1972-4c1b-9d57-928f85c56038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10690 | 2025.02.21 14:41:19.210577 [ 256 ] {eec91e84-1972-4c1b-9d57-928f85c56038} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10691 | 2025.02.21 14:41:19.210624 [ 256 ] {eec91e84-1972-4c1b-9d57-928f85c56038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10692 | 2025.02.21 14:41:19.211091 [ 256 ] {eec91e84-1972-4c1b-9d57-928f85c56038} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 10693 | 2025.02.21 14:41:19.211486 [ 256 ] {eec91e84-1972-4c1b-9d57-928f85c56038} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10694 | 2025.02.21 14:41:19.211761 [ 256 ] {eec91e84-1972-4c1b-9d57-928f85c56038} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002122 sec., 30160.22620169651 rows/sec., 2.35 MiB/sec. | ||
| 10695 | 2025.02.21 14:41:19.211837 [ 219 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 10696 | 2025.02.21 14:41:19.211886 [ 256 ] {eec91e84-1972-4c1b-9d57-928f85c56038} <Debug> TCPHandler: Processed in 0.002522586 sec. | ||
| 10697 | 2025.02.21 14:41:19.211894 [ 219 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 10698 | 2025.02.21 14:41:19.212093 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10699 | 2025.02.21 14:41:19.212240 [ 254 ] {a2bf69de-e376-42c6-b62e-2a263b621073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10700 | 2025.02.21 14:41:19.212316 [ 254 ] {a2bf69de-e376-42c6-b62e-2a263b621073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10701 | 2025.02.21 14:41:19.213156 [ 254 ] {a2bf69de-e376-42c6-b62e-2a263b621073} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10702 | 2025.02.21 14:41:19.213197 [ 254 ] {a2bf69de-e376-42c6-b62e-2a263b621073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10703 | 2025.02.21 14:41:19.213735 [ 254 ] {a2bf69de-e376-42c6-b62e-2a263b621073} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 10704 | 2025.02.21 14:41:19.214015 [ 254 ] {a2bf69de-e376-42c6-b62e-2a263b621073} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10705 | 2025.02.21 14:41:19.214347 [ 254 ] {a2bf69de-e376-42c6-b62e-2a263b621073} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002143 sec., 74661.68922071862 rows/sec., 5.20 MiB/sec. | ||
| 10706 | 2025.02.21 14:41:19.214405 [ 254 ] {a2bf69de-e376-42c6-b62e-2a263b621073} <Debug> TCPHandler: Processed in 0.002409882 sec. | ||
| 10707 | 2025.02.21 14:41:19.214570 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10708 | 2025.02.21 14:41:19.214824 [ 256 ] {531202a1-5418-4b6f-b7e6-4eb752895eeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10709 | 2025.02.21 14:41:19.214910 [ 256 ] {531202a1-5418-4b6f-b7e6-4eb752895eeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10710 | 2025.02.21 14:41:19.215374 [ 219 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 10711 | 2025.02.21 14:41:19.216259 [ 256 ] {531202a1-5418-4b6f-b7e6-4eb752895eeb} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10712 | 2025.02.21 14:41:19.216347 [ 256 ] {531202a1-5418-4b6f-b7e6-4eb752895eeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10713 | 2025.02.21 14:41:19.217031 [ 256 ] {531202a1-5418-4b6f-b7e6-4eb752895eeb} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 10714 | 2025.02.21 14:41:19.217276 [ 256 ] {531202a1-5418-4b6f-b7e6-4eb752895eeb} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10715 | 2025.02.21 14:41:19.217471 [ 256 ] {531202a1-5418-4b6f-b7e6-4eb752895eeb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002735 sec., 21937.84277879342 rows/sec., 1.48 MiB/sec. | ||
| 10716 | 2025.02.21 14:41:19.217530 [ 256 ] {531202a1-5418-4b6f-b7e6-4eb752895eeb} <Debug> TCPHandler: Processed in 0.003036921 sec. | ||
| 10717 | 2025.02.21 14:41:19.792639 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 10718 | 2025.02.21 14:41:19.813424 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10719 | 2025.02.21 14:41:19.813497 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10720 | 2025.02.21 14:41:19.820353 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10721 | 2025.02.21 14:41:19.821126 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10722 | 2025.02.21 14:41:19.824584 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 10723 | 2025.02.21 14:41:19.991493 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 10724 | 2025.02.21 14:41:19.991551 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 10725 | 2025.02.21 14:41:19.993624 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 10726 | 2025.02.21 14:41:20.407305 [ 222 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 10727 | 2025.02.21 14:41:20.407358 [ 222 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 10728 | 2025.02.21 14:41:20.409345 [ 222 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 10729 | 2025.02.21 14:41:20.410943 [ 220 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 10730 | 2025.02.21 14:41:20.410995 [ 220 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 10731 | 2025.02.21 14:41:20.413079 [ 220 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 10732 | 2025.02.21 14:41:20.836753 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10733 | 2025.02.21 14:41:20.836943 [ 254 ] {dd7e63fe-ec71-45d9-b1ce-a7b7eeddbf50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10734 | 2025.02.21 14:41:20.837015 [ 254 ] {dd7e63fe-ec71-45d9-b1ce-a7b7eeddbf50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10735 | 2025.02.21 14:41:20.837764 [ 254 ] {dd7e63fe-ec71-45d9-b1ce-a7b7eeddbf50} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10736 | 2025.02.21 14:41:20.837817 [ 254 ] {dd7e63fe-ec71-45d9-b1ce-a7b7eeddbf50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10737 | 2025.02.21 14:41:20.838247 [ 254 ] {dd7e63fe-ec71-45d9-b1ce-a7b7eeddbf50} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 10738 | 2025.02.21 14:41:20.838502 [ 254 ] {dd7e63fe-ec71-45d9-b1ce-a7b7eeddbf50} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10739 | 2025.02.21 14:41:20.838679 [ 69 ] {} <Debug> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 10740 | 2025.02.21 14:41:20.838758 [ 254 ] {dd7e63fe-ec71-45d9-b1ce-a7b7eeddbf50} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.00186 sec., 12903.225806451612 rows/sec., 1.07 MiB/sec. | ||
| 10741 | 2025.02.21 14:41:20.838768 [ 69 ] {} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10742 | 2025.02.21 14:41:20.838844 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10743 | 2025.02.21 14:41:20.838898 [ 254 ] {dd7e63fe-ec71-45d9-b1ce-a7b7eeddbf50} <Debug> TCPHandler: Processed in 0.002273848 sec. | ||
| 10744 | 2025.02.21 14:41:20.839096 [ 198 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::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 | ||
| 10745 | 2025.02.21 14:41:20.839236 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10746 | 2025.02.21 14:41:20.839275 [ 198 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10747 | 2025.02.21 14:41:20.839333 [ 198 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 24 rows starting from the beginning of the part | ||
| 10748 | 2025.02.21 14:41:20.839605 [ 198 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part | ||
| 10749 | 2025.02.21 14:41:20.839629 [ 256 ] {d3c8e57b-d484-403a-a2d3-cae771fb1b59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10750 | 2025.02.21 14:41:20.839879 [ 198 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part | ||
| 10751 | 2025.02.21 14:41:20.839893 [ 256 ] {d3c8e57b-d484-403a-a2d3-cae771fb1b59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10752 | 2025.02.21 14:41:20.840274 [ 198 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part | ||
| 10753 | 2025.02.21 14:41:20.840608 [ 198 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part | ||
| 10754 | 2025.02.21 14:41:20.842643 [ 256 ] {d3c8e57b-d484-403a-a2d3-cae771fb1b59} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10755 | 2025.02.21 14:41:20.842727 [ 256 ] {d3c8e57b-d484-403a-a2d3-cae771fb1b59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10756 | 2025.02.21 14:41:20.843246 [ 198 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.004296378 sec., 27930.503321635108 rows/sec., 2.42 MiB/sec. | ||
| 10757 | 2025.02.21 14:41:20.843461 [ 198 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 10758 | 2025.02.21 14:41:20.843701 [ 256 ] {d3c8e57b-d484-403a-a2d3-cae771fb1b59} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10759 | 2025.02.21 14:41:20.844067 [ 198 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_17_4} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10760 | 2025.02.21 14:41:20.844168 [ 256 ] {d3c8e57b-d484-403a-a2d3-cae771fb1b59} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10761 | 2025.02.21 14:41:20.844272 [ 198 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_17_4} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 10762 | 2025.02.21 14:41:20.844460 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10763 | 2025.02.21 14:41:20.844618 [ 256 ] {d3c8e57b-d484-403a-a2d3-cae771fb1b59} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005182 sec., 385.95137012736393 rows/sec., 31.47 KiB/sec. | ||
| 10764 | 2025.02.21 14:41:20.844704 [ 256 ] {d3c8e57b-d484-403a-a2d3-cae771fb1b59} <Debug> TCPHandler: Processed in 0.005632028 sec. | ||
| 10765 | 2025.02.21 14:41:20.844867 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10766 | 2025.02.21 14:41:20.845015 [ 254 ] {20e80ec5-9714-4168-b90f-05ba26fa5382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10767 | 2025.02.21 14:41:20.845078 [ 254 ] {20e80ec5-9714-4168-b90f-05ba26fa5382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10768 | 2025.02.21 14:41:20.846510 [ 254 ] {20e80ec5-9714-4168-b90f-05ba26fa5382} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10769 | 2025.02.21 14:41:20.846551 [ 254 ] {20e80ec5-9714-4168-b90f-05ba26fa5382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10770 | 2025.02.21 14:41:20.847014 [ 254 ] {20e80ec5-9714-4168-b90f-05ba26fa5382} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 10771 | 2025.02.21 14:41:20.847259 [ 254 ] {20e80ec5-9714-4168-b90f-05ba26fa5382} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10772 | 2025.02.21 14:41:20.847474 [ 254 ] {20e80ec5-9714-4168-b90f-05ba26fa5382} <Debug> executeQuery: Read 1395 rows, 119.43 KiB in 0.002495 sec., 559118.2364729459 rows/sec., 46.75 MiB/sec. | ||
| 10773 | 2025.02.21 14:41:20.847532 [ 254 ] {20e80ec5-9714-4168-b90f-05ba26fa5382} <Debug> TCPHandler: Processed in 0.002733322 sec. | ||
| 10774 | 2025.02.21 14:41:20.847704 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10775 | 2025.02.21 14:41:20.847846 [ 256 ] {afbc2b42-95fd-48ce-8ff0-1a98d9e1390e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10776 | 2025.02.21 14:41:20.847904 [ 256 ] {afbc2b42-95fd-48ce-8ff0-1a98d9e1390e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10777 | 2025.02.21 14:41:20.848611 [ 256 ] {afbc2b42-95fd-48ce-8ff0-1a98d9e1390e} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10778 | 2025.02.21 14:41:20.848660 [ 256 ] {afbc2b42-95fd-48ce-8ff0-1a98d9e1390e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10779 | 2025.02.21 14:41:20.849160 [ 256 ] {afbc2b42-95fd-48ce-8ff0-1a98d9e1390e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10780 | 2025.02.21 14:41:20.849461 [ 256 ] {afbc2b42-95fd-48ce-8ff0-1a98d9e1390e} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10781 | 2025.02.21 14:41:20.849713 [ 256 ] {afbc2b42-95fd-48ce-8ff0-1a98d9e1390e} <Debug> executeQuery: Read 53 rows, 4.03 KiB in 0.001896 sec., 27953.586497890297 rows/sec., 2.08 MiB/sec. | ||
| 10782 | 2025.02.21 14:41:20.849769 [ 256 ] {afbc2b42-95fd-48ce-8ff0-1a98d9e1390e} <Debug> TCPHandler: Processed in 0.002133084 sec. | ||
| 10783 | 2025.02.21 14:41:20.849909 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10784 | 2025.02.21 14:41:20.850031 [ 254 ] {be703b13-3765-43c3-a368-9c14732f5f83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10785 | 2025.02.21 14:41:20.850079 [ 254 ] {be703b13-3765-43c3-a368-9c14732f5f83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10786 | 2025.02.21 14:41:20.850747 [ 254 ] {be703b13-3765-43c3-a368-9c14732f5f83} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10787 | 2025.02.21 14:41:20.850788 [ 254 ] {be703b13-3765-43c3-a368-9c14732f5f83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10788 | 2025.02.21 14:41:20.851167 [ 254 ] {be703b13-3765-43c3-a368-9c14732f5f83} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 10789 | 2025.02.21 14:41:20.851418 [ 254 ] {be703b13-3765-43c3-a368-9c14732f5f83} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10790 | 2025.02.21 14:41:20.851683 [ 254 ] {be703b13-3765-43c3-a368-9c14732f5f83} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001673 sec., 150627.6150627615 rows/sec., 10.42 MiB/sec. | ||
| 10791 | 2025.02.21 14:41:20.851892 [ 254 ] {be703b13-3765-43c3-a368-9c14732f5f83} <Debug> TCPHandler: Processed in 0.002033451 sec. | ||
| 10792 | 2025.02.21 14:41:20.852047 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10793 | 2025.02.21 14:41:20.852186 [ 256 ] {4766118a-4153-48a7-be98-89e53daf6018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10794 | 2025.02.21 14:41:20.852244 [ 256 ] {4766118a-4153-48a7-be98-89e53daf6018} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10795 | 2025.02.21 14:41:20.852884 [ 256 ] {4766118a-4153-48a7-be98-89e53daf6018} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10796 | 2025.02.21 14:41:20.852922 [ 256 ] {4766118a-4153-48a7-be98-89e53daf6018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10797 | 2025.02.21 14:41:20.853284 [ 256 ] {4766118a-4153-48a7-be98-89e53daf6018} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 10798 | 2025.02.21 14:41:20.853542 [ 256 ] {4766118a-4153-48a7-be98-89e53daf6018} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10799 | 2025.02.21 14:41:20.853700 [ 69 ] {} <Debug> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 10800 | 2025.02.21 14:41:20.853761 [ 69 ] {} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10801 | 2025.02.21 14:41:20.853798 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10802 | 2025.02.21 14:41:20.853804 [ 256 ] {4766118a-4153-48a7-be98-89e53daf6018} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.00164 sec., 7317.073170731707 rows/sec., 571.65 KiB/sec. | ||
| 10803 | 2025.02.21 14:41:20.854003 [ 256 ] {4766118a-4153-48a7-be98-89e53daf6018} <Debug> TCPHandler: Processed in 0.0020194 sec. | ||
| 10804 | 2025.02.21 14:41:20.854100 [ 191 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::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 | ||
| 10805 | 2025.02.21 14:41:20.854313 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10806 | 2025.02.21 14:41:20.854398 [ 191 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10807 | 2025.02.21 14:41:20.854462 [ 191 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 12 rows starting from the beginning of the part | ||
| 10808 | 2025.02.21 14:41:20.854577 [ 254 ] {327ba615-8965-4828-80f4-0d21ec333545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10809 | 2025.02.21 14:41:20.854779 [ 254 ] {327ba615-8965-4828-80f4-0d21ec333545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10810 | 2025.02.21 14:41:20.854826 [ 191 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part | ||
| 10811 | 2025.02.21 14:41:20.855112 [ 191 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part | ||
| 10812 | 2025.02.21 14:41:20.855428 [ 191 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part | ||
| 10813 | 2025.02.21 14:41:20.855799 [ 191 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part | ||
| 10814 | 2025.02.21 14:41:20.857943 [ 254 ] {327ba615-8965-4828-80f4-0d21ec333545} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10815 | 2025.02.21 14:41:20.858038 [ 254 ] {327ba615-8965-4828-80f4-0d21ec333545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10816 | 2025.02.21 14:41:20.858206 [ 191 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.004308079 sec., 13927.321202791312 rows/sec., 1.12 MiB/sec. | ||
| 10817 | 2025.02.21 14:41:20.858391 [ 197 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 10818 | 2025.02.21 14:41:20.858633 [ 254 ] {327ba615-8965-4828-80f4-0d21ec333545} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 10819 | 2025.02.21 14:41:20.858753 [ 197 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_17_4} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10820 | 2025.02.21 14:41:20.858853 [ 197 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_17_4} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 10821 | 2025.02.21 14:41:20.858918 [ 254 ] {327ba615-8965-4828-80f4-0d21ec333545} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10822 | 2025.02.21 14:41:20.858973 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10823 | 2025.02.21 14:41:20.859205 [ 254 ] {327ba615-8965-4828-80f4-0d21ec333545} <Debug> executeQuery: Read 597 rows, 45.95 KiB in 0.004704 sec., 126913.26530612246 rows/sec., 9.54 MiB/sec. | ||
| 10824 | 2025.02.21 14:41:20.859306 [ 254 ] {327ba615-8965-4828-80f4-0d21ec333545} <Debug> TCPHandler: Processed in 0.005190325 sec. | ||
| 10825 | 2025.02.21 14:41:20.859472 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10826 | 2025.02.21 14:41:20.859651 [ 256 ] {16f21319-4087-41ae-bff1-89c7a2149900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10827 | 2025.02.21 14:41:20.859727 [ 256 ] {16f21319-4087-41ae-bff1-89c7a2149900} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10828 | 2025.02.21 14:41:20.860500 [ 256 ] {16f21319-4087-41ae-bff1-89c7a2149900} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10829 | 2025.02.21 14:41:20.860542 [ 256 ] {16f21319-4087-41ae-bff1-89c7a2149900} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10830 | 2025.02.21 14:41:20.861002 [ 256 ] {16f21319-4087-41ae-bff1-89c7a2149900} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 10831 | 2025.02.21 14:41:20.861255 [ 256 ] {16f21319-4087-41ae-bff1-89c7a2149900} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10832 | 2025.02.21 14:41:20.861482 [ 256 ] {16f21319-4087-41ae-bff1-89c7a2149900} <Debug> executeQuery: Read 945 rows, 65.30 KiB in 0.001881 sec., 502392.3444976076 rows/sec., 33.90 MiB/sec. | ||
| 10833 | 2025.02.21 14:41:20.861540 [ 256 ] {16f21319-4087-41ae-bff1-89c7a2149900} <Debug> TCPHandler: Processed in 0.002143644 sec. | ||
| 10834 | 2025.02.21 14:41:20.861685 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10835 | 2025.02.21 14:41:20.861817 [ 254 ] {32d7cfcc-6a61-44bc-b05f-87d9d0f14660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10836 | 2025.02.21 14:41:20.861910 [ 254 ] {32d7cfcc-6a61-44bc-b05f-87d9d0f14660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10837 | 2025.02.21 14:41:20.863205 [ 254 ] {32d7cfcc-6a61-44bc-b05f-87d9d0f14660} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10838 | 2025.02.21 14:41:20.863244 [ 254 ] {32d7cfcc-6a61-44bc-b05f-87d9d0f14660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10839 | 2025.02.21 14:41:20.863933 [ 254 ] {32d7cfcc-6a61-44bc-b05f-87d9d0f14660} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10840 | 2025.02.21 14:41:20.864195 [ 254 ] {32d7cfcc-6a61-44bc-b05f-87d9d0f14660} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10841 | 2025.02.21 14:41:20.864379 [ 69 ] {} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10842 | 2025.02.21 14:41:20.864447 [ 69 ] {} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10843 | 2025.02.21 14:41:20.864484 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10844 | 2025.02.21 14:41:20.864489 [ 254 ] {32d7cfcc-6a61-44bc-b05f-87d9d0f14660} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002695 sec., 14471.243042671615 rows/sec., 25.93 MiB/sec. | ||
| 10845 | 2025.02.21 14:41:20.864733 [ 197 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 10846 | 2025.02.21 14:41:20.864754 [ 254 ] {32d7cfcc-6a61-44bc-b05f-87d9d0f14660} <Debug> TCPHandler: Processed in 0.003125843 sec. | ||
| 10847 | 2025.02.21 14:41:20.864971 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10848 | 2025.02.21 14:41:20.865218 [ 256 ] {a21eddc2-ce6f-4ac9-9b5a-c1b80909fd6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10849 | 2025.02.21 14:41:20.865341 [ 256 ] {a21eddc2-ce6f-4ac9-9b5a-c1b80909fd6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10850 | 2025.02.21 14:41:20.865373 [ 197 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10851 | 2025.02.21 14:41:20.865670 [ 197 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 10852 | 2025.02.21 14:41:20.866496 [ 197 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 10853 | 2025.02.21 14:41:20.867295 [ 256 ] {a21eddc2-ce6f-4ac9-9b5a-c1b80909fd6e} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10854 | 2025.02.21 14:41:20.867316 [ 197 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 10855 | 2025.02.21 14:41:20.867367 [ 256 ] {a21eddc2-ce6f-4ac9-9b5a-c1b80909fd6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 10856 | 2025.02.21 14:41:20.867912 [ 197 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 10857 | 2025.02.21 14:41:20.868662 [ 197 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 10858 | 2025.02.21 14:41:20.868781 [ 256 ] {a21eddc2-ce6f-4ac9-9b5a-c1b80909fd6e} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 10859 | 2025.02.21 14:41:20.869180 [ 197 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 10860 | 2025.02.21 14:41:20.869611 [ 256 ] {a21eddc2-ce6f-4ac9-9b5a-c1b80909fd6e} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10861 | 2025.02.21 14:41:20.870304 [ 256 ] {a21eddc2-ce6f-4ac9-9b5a-c1b80909fd6e} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.005148 sec., 4273.504273504273 rows/sec., 297.26 KiB/sec. | ||
| 10862 | 2025.02.21 14:41:20.870495 [ 256 ] {a21eddc2-ce6f-4ac9-9b5a-c1b80909fd6e} <Debug> TCPHandler: Processed in 0.005647539 sec. | ||
| 10863 | 2025.02.21 14:41:20.880126 [ 199 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1881 rows, containing 19 columns (19 merged, 0 gathered) in 0.015552845 sec., 120942.50280254192 rows/sec., 216.72 MiB/sec. | ||
| 10864 | 2025.02.21 14:41:20.881644 [ 200 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10865 | 2025.02.21 14:41:20.882055 [ 200 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10866 | 2025.02.21 14:41:20.882139 [ 200 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10867 | 2025.02.21 14:41:20.882247 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.44 MiB. | ||
| 10868 | 2025.02.21 14:41:21.001150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 250.17 MiB, peak 267.57 MiB, free memory in arenas 0.00 B, will set to 255.42 MiB (RSS), difference: 5.25 MiB | ||
| 10869 | 2025.02.21 14:41:22.650639 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1472 | ||
| 10870 | 2025.02.21 14:41:22.653965 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10871 | 2025.02.21 14:41:22.654026 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 10872 | 2025.02.21 14:41:22.655558 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10873 | 2025.02.21 14:41:22.655889 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10874 | 2025.02.21 14:41:22.656550 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1472 | ||
| 10875 | 2025.02.21 14:41:24.204461 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10876 | 2025.02.21 14:41:24.204653 [ 254 ] {173d2a96-ebd5-4f6a-bd3f-d7cf19e029a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10877 | 2025.02.21 14:41:24.204729 [ 254 ] {173d2a96-ebd5-4f6a-bd3f-d7cf19e029a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10878 | 2025.02.21 14:41:24.205543 [ 254 ] {173d2a96-ebd5-4f6a-bd3f-d7cf19e029a3} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10879 | 2025.02.21 14:41:24.205597 [ 254 ] {173d2a96-ebd5-4f6a-bd3f-d7cf19e029a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 10880 | 2025.02.21 14:41:24.206065 [ 254 ] {173d2a96-ebd5-4f6a-bd3f-d7cf19e029a3} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 10881 | 2025.02.21 14:41:24.206338 [ 254 ] {173d2a96-ebd5-4f6a-bd3f-d7cf19e029a3} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10882 | 2025.02.21 14:41:24.206666 [ 254 ] {173d2a96-ebd5-4f6a-bd3f-d7cf19e029a3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002055 sec., 27250.608272506084 rows/sec., 2.08 MiB/sec. | ||
| 10883 | 2025.02.21 14:41:24.206830 [ 254 ] {173d2a96-ebd5-4f6a-bd3f-d7cf19e029a3} <Debug> TCPHandler: Processed in 0.002502785 sec. | ||
| 10884 | 2025.02.21 14:41:24.207259 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10885 | 2025.02.21 14:41:24.207775 [ 256 ] {15aa6ca5-50bd-4fe4-8dfb-721f1caa52b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10886 | 2025.02.21 14:41:24.207926 [ 256 ] {15aa6ca5-50bd-4fe4-8dfb-721f1caa52b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10887 | 2025.02.21 14:41:24.208795 [ 256 ] {15aa6ca5-50bd-4fe4-8dfb-721f1caa52b0} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10888 | 2025.02.21 14:41:24.208839 [ 256 ] {15aa6ca5-50bd-4fe4-8dfb-721f1caa52b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 10889 | 2025.02.21 14:41:24.209297 [ 256 ] {15aa6ca5-50bd-4fe4-8dfb-721f1caa52b0} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 10890 | 2025.02.21 14:41:24.209581 [ 256 ] {15aa6ca5-50bd-4fe4-8dfb-721f1caa52b0} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10891 | 2025.02.21 14:41:24.209795 [ 256 ] {15aa6ca5-50bd-4fe4-8dfb-721f1caa52b0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00214 sec., 29906.542056074766 rows/sec., 2.33 MiB/sec. | ||
| 10892 | 2025.02.21 14:41:24.209863 [ 256 ] {15aa6ca5-50bd-4fe4-8dfb-721f1caa52b0} <Debug> TCPHandler: Processed in 0.002886696 sec. | ||
| 10893 | 2025.02.21 14:41:24.210034 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10894 | 2025.02.21 14:41:24.210167 [ 254 ] {8015d5f9-2b04-45be-86d4-3ae2d83525aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10895 | 2025.02.21 14:41:24.210228 [ 254 ] {8015d5f9-2b04-45be-86d4-3ae2d83525aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10896 | 2025.02.21 14:41:24.210824 [ 254 ] {8015d5f9-2b04-45be-86d4-3ae2d83525aa} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10897 | 2025.02.21 14:41:24.210866 [ 254 ] {8015d5f9-2b04-45be-86d4-3ae2d83525aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 10898 | 2025.02.21 14:41:24.211292 [ 254 ] {8015d5f9-2b04-45be-86d4-3ae2d83525aa} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 10899 | 2025.02.21 14:41:24.211550 [ 254 ] {8015d5f9-2b04-45be-86d4-3ae2d83525aa} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10900 | 2025.02.21 14:41:24.211733 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 5 parts from all_1_115_23 to all_119_119_0 | ||
| 10901 | 2025.02.21 14:41:24.211792 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10902 | 2025.02.21 14:41:24.211813 [ 254 ] {8015d5f9-2b04-45be-86d4-3ae2d83525aa} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.00167 sec., 58682.63473053892 rows/sec., 4.09 MiB/sec. | ||
| 10903 | 2025.02.21 14:41:24.211827 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 10904 | 2025.02.21 14:41:24.212045 [ 254 ] {8015d5f9-2b04-45be-86d4-3ae2d83525aa} <Debug> TCPHandler: Processed in 0.002057492 sec. | ||
| 10905 | 2025.02.21 14:41:24.212167 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 10906 | 2025.02.21 14:41:24.212292 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10907 | 2025.02.21 14:41:24.212746 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10908 | 2025.02.21 14:41:24.212785 [ 256 ] {855d7df6-9b8d-4795-994b-c7b4d0e94af0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10909 | 2025.02.21 14:41:24.212885 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_115_23, total 31651 rows starting from the beginning of the part | ||
| 10910 | 2025.02.21 14:41:24.213061 [ 256 ] {855d7df6-9b8d-4795-994b-c7b4d0e94af0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10911 | 2025.02.21 14:41:24.213462 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 10912 | 2025.02.21 14:41:24.214062 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part | ||
| 10913 | 2025.02.21 14:41:24.214850 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 10914 | 2025.02.21 14:41:24.215441 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 945 rows starting from the beginning of the part | ||
| 10915 | 2025.02.21 14:41:24.216593 [ 256 ] {855d7df6-9b8d-4795-994b-c7b4d0e94af0} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10916 | 2025.02.21 14:41:24.216663 [ 256 ] {855d7df6-9b8d-4795-994b-c7b4d0e94af0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 10917 | 2025.02.21 14:41:24.217323 [ 256 ] {855d7df6-9b8d-4795-994b-c7b4d0e94af0} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 10918 | 2025.02.21 14:41:24.217619 [ 256 ] {855d7df6-9b8d-4795-994b-c7b4d0e94af0} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10919 | 2025.02.21 14:41:24.218105 [ 256 ] {855d7df6-9b8d-4795-994b-c7b4d0e94af0} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.005516 sec., 6889.050036258158 rows/sec., 473.23 KiB/sec. | ||
| 10920 | 2025.02.21 14:41:24.218290 [ 256 ] {855d7df6-9b8d-4795-994b-c7b4d0e94af0} <Debug> TCPHandler: Processed in 0.006101533 sec. | ||
| 10921 | 2025.02.21 14:41:24.223442 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33076 rows, containing 5 columns (5 merged, 0 gathered) in 0.011470033 sec., 2883688.3032507407 rows/sec., 197.58 MiB/sec. | ||
| 10922 | 2025.02.21 14:41:24.223756 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary) | ||
| 10923 | 2025.02.21 14:41:24.224095 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10924 | 2025.02.21 14:41:24.224179 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 5 parts: [all_1_115_23, all_119_119_0] -> all_1_119_24 | ||
| 10925 | 2025.02.21 14:41:24.224280 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 10926 | 2025.02.21 14:41:24.999817 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32513 | ||
| 10927 | 2025.02.21 14:41:25.000468 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10928 | 2025.02.21 14:41:25.000512 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 10929 | 2025.02.21 14:41:25.001077 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10930 | 2025.02.21 14:41:25.001153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 259.90 MiB, peak 267.57 MiB, free memory in arenas 0.00 B, will set to 255.48 MiB (RSS), difference: -4.43 MiB | ||
| 10931 | 2025.02.21 14:41:25.001433 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10932 | 2025.02.21 14:41:25.001630 [ 63 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10933 | 2025.02.21 14:41:25.001684 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32513 | ||
| 10934 | 2025.02.21 14:41:25.001687 [ 63 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10935 | 2025.02.21 14:41:25.001721 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 10936 | 2025.02.21 14:41:25.001870 [ 201 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 10937 | 2025.02.21 14:41:25.002035 [ 201 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10938 | 2025.02.21 14:41:25.002080 [ 201 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 10939 | 2025.02.21 14:41:25.002164 [ 201 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 427 rows starting from the beginning of the part | ||
| 10940 | 2025.02.21 14:41:25.002256 [ 201 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 488 rows starting from the beginning of the part | ||
| 10941 | 2025.02.21 14:41:25.002517 [ 201 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 427 rows starting from the beginning of the part | ||
| 10942 | 2025.02.21 14:41:25.002630 [ 201 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 488 rows starting from the beginning of the part | ||
| 10943 | 2025.02.21 14:41:25.002844 [ 201 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 427 rows starting from the beginning of the part | ||
| 10944 | 2025.02.21 14:41:25.005555 [ 199 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32513 rows, containing 4 columns (4 merged, 0 gathered) in 0.003757063 sec., 8653834.125219619 rows/sec., 123.79 MiB/sec. | ||
| 10945 | 2025.02.21 14:41:25.005983 [ 199 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10946 | 2025.02.21 14:41:25.006290 [ 199 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_71_14} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10947 | 2025.02.21 14:41:25.006369 [ 199 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_71_14} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10948 | 2025.02.21 14:41:25.006477 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. | ||
| 10949 | 2025.02.21 14:41:26.001151 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 251.36 MiB, peak 267.57 MiB, free memory in arenas 0.00 B, will set to 255.48 MiB (RSS), difference: 4.12 MiB | ||
| 10950 | 2025.02.21 14:41:27.325559 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 536 | ||
| 10951 | 2025.02.21 14:41:27.346444 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10952 | 2025.02.21 14:41:27.346501 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 10953 | 2025.02.21 14:41:27.353579 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10954 | 2025.02.21 14:41:27.354369 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10955 | 2025.02.21 14:41:27.354723 [ 51 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10956 | 2025.02.21 14:41:27.354856 [ 51 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10957 | 2025.02.21 14:41:27.354917 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 10958 | 2025.02.21 14:41:27.355511 [ 199 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 10959 | 2025.02.21 14:41:27.370298 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 536 | ||
| 10960 | 2025.02.21 14:41:27.371936 [ 199 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10961 | 2025.02.21 14:41:27.373526 [ 199 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 10962 | 2025.02.21 14:41:27.379394 [ 199 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 10963 | 2025.02.21 14:41:27.385029 [ 199 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 10964 | 2025.02.21 14:41:27.390961 [ 199 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 10965 | 2025.02.21 14:41:27.397073 [ 199 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 10966 | 2025.02.21 14:41:27.402757 [ 199 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 10967 | 2025.02.21 14:41:27.463942 [ 188 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 679 columns (679 merged, 0 gathered) in 0.108828476 sec., 4925.181530613367 rows/sec., 25.47 MiB/sec. | ||
| 10968 | 2025.02.21 14:41:27.467682 [ 187 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10969 | 2025.02.21 14:41:27.470858 [ 187 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_71_14} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10970 | 2025.02.21 14:41:27.470996 [ 187 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_71_14} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10971 | 2025.02.21 14:41:27.473754 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 10972 | 2025.02.21 14:41:29.207559 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10973 | 2025.02.21 14:41:29.207767 [ 254 ] {b35b308c-b84c-4fdc-afc2-572d8a37fa10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10974 | 2025.02.21 14:41:29.207846 [ 254 ] {b35b308c-b84c-4fdc-afc2-572d8a37fa10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10975 | 2025.02.21 14:41:29.208608 [ 254 ] {b35b308c-b84c-4fdc-afc2-572d8a37fa10} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10976 | 2025.02.21 14:41:29.208652 [ 254 ] {b35b308c-b84c-4fdc-afc2-572d8a37fa10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 10977 | 2025.02.21 14:41:29.209086 [ 254 ] {b35b308c-b84c-4fdc-afc2-572d8a37fa10} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 10978 | 2025.02.21 14:41:29.209341 [ 254 ] {b35b308c-b84c-4fdc-afc2-572d8a37fa10} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10979 | 2025.02.21 14:41:29.209496 [ 54 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 10980 | 2025.02.21 14:41:29.209542 [ 54 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10981 | 2025.02.21 14:41:29.209547 [ 254 ] {b35b308c-b84c-4fdc-afc2-572d8a37fa10} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001837 sec., 30484.48557430593 rows/sec., 2.33 MiB/sec. | ||
| 10982 | 2025.02.21 14:41:29.209566 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 10983 | 2025.02.21 14:41:29.209679 [ 254 ] {b35b308c-b84c-4fdc-afc2-572d8a37fa10} <Debug> TCPHandler: Processed in 0.002253317 sec. | ||
| 10984 | 2025.02.21 14:41:29.209801 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 10985 | 2025.02.21 14:41:29.209974 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10986 | 2025.02.21 14:41:29.210001 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10987 | 2025.02.21 14:41:29.210063 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1405 rows starting from the beginning of the part | ||
| 10988 | 2025.02.21 14:41:29.210346 [ 256 ] {39a36568-2fbe-4dd1-9811-afca9b76a2ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10989 | 2025.02.21 14:41:29.210349 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 134 rows starting from the beginning of the part | ||
| 10990 | 2025.02.21 14:41:29.210493 [ 256 ] {39a36568-2fbe-4dd1-9811-afca9b76a2ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10991 | 2025.02.21 14:41:29.210703 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 10992 | 2025.02.21 14:41:29.211030 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1395 rows starting from the beginning of the part | ||
| 10993 | 2025.02.21 14:41:29.211268 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 10994 | 2025.02.21 14:41:29.211615 [ 196 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 10995 | 2025.02.21 14:41:29.213505 [ 256 ] {39a36568-2fbe-4dd1-9811-afca9b76a2ff} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10996 | 2025.02.21 14:41:29.213593 [ 256 ] {39a36568-2fbe-4dd1-9811-afca9b76a2ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 10997 | 2025.02.21 14:41:29.214492 [ 256 ] {39a36568-2fbe-4dd1-9811-afca9b76a2ff} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 10998 | 2025.02.21 14:41:29.214797 [ 256 ] {39a36568-2fbe-4dd1-9811-afca9b76a2ff} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10999 | 2025.02.21 14:41:29.215185 [ 54 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 11000 | 2025.02.21 14:41:29.215282 [ 54 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11001 | 2025.02.21 14:41:29.215378 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 11002 | 2025.02.21 14:41:29.215724 [ 256 ] {39a36568-2fbe-4dd1-9811-afca9b76a2ff} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005463 sec., 11715.174812374153 rows/sec., 936.34 KiB/sec. | ||
| 11003 | 2025.02.21 14:41:29.215965 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 11004 | 2025.02.21 14:41:29.216449 [ 256 ] {39a36568-2fbe-4dd1-9811-afca9b76a2ff} <Debug> TCPHandler: Processed in 0.006615318 sec. | ||
| 11005 | 2025.02.21 14:41:29.216489 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11006 | 2025.02.21 14:41:29.215892 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3102 rows, containing 5 columns (5 merged, 0 gathered) in 0.006200696 sec., 500266.42170491826 rows/sec., 43.58 MiB/sec. | ||
| 11007 | 2025.02.21 14:41:29.216606 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 631 rows starting from the beginning of the part | ||
| 11008 | 2025.02.21 14:41:29.216863 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11009 | 2025.02.21 14:41:29.217083 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 103 rows starting from the beginning of the part | ||
| 11010 | 2025.02.21 14:41:29.217386 [ 254 ] {a56522cd-db9e-415b-9328-f4fdcf8b71ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11011 | 2025.02.21 14:41:29.217531 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 11012 | 2025.02.21 14:41:29.217652 [ 254 ] {a56522cd-db9e-415b-9328-f4fdcf8b71ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11013 | 2025.02.21 14:41:29.218042 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 597 rows starting from the beginning of the part | ||
| 11014 | 2025.02.21 14:41:29.218635 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 11015 | 2025.02.21 14:41:29.219234 [ 189 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 11016 | 2025.02.21 14:41:29.220232 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 11017 | 2025.02.21 14:41:29.221548 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_121_24} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11018 | 2025.02.21 14:41:29.221942 [ 254 ] {a56522cd-db9e-415b-9328-f4fdcf8b71ce} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11019 | 2025.02.21 14:41:29.221961 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_121_24} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 11020 | 2025.02.21 14:41:29.222033 [ 254 ] {a56522cd-db9e-415b-9328-f4fdcf8b71ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 11021 | 2025.02.21 14:41:29.222314 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 11022 | 2025.02.21 14:41:29.222895 [ 254 ] {a56522cd-db9e-415b-9328-f4fdcf8b71ce} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 11023 | 2025.02.21 14:41:29.223261 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1523 rows, containing 5 columns (5 merged, 0 gathered) in 0.007721071 sec., 197252.427804381 rows/sec., 15.71 MiB/sec. | ||
| 11024 | 2025.02.21 14:41:29.223287 [ 254 ] {a56522cd-db9e-415b-9328-f4fdcf8b71ce} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11025 | 2025.02.21 14:41:29.223546 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 11026 | 2025.02.21 14:41:29.223677 [ 254 ] {a56522cd-db9e-415b-9328-f4fdcf8b71ce} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006473 sec., 24718.059632318866 rows/sec., 1.72 MiB/sec. | ||
| 11027 | 2025.02.21 14:41:29.223832 [ 254 ] {a56522cd-db9e-415b-9328-f4fdcf8b71ce} <Debug> TCPHandler: Processed in 0.007193585 sec. | ||
| 11028 | 2025.02.21 14:41:29.224098 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11029 | 2025.02.21 14:41:29.224112 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_121_24} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11030 | 2025.02.21 14:41:29.224279 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_121_24} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 11031 | 2025.02.21 14:41:29.224323 [ 256 ] {054412a8-94d9-4929-af7e-4dd5ff30d036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11032 | 2025.02.21 14:41:29.224439 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 11033 | 2025.02.21 14:41:29.224463 [ 256 ] {054412a8-94d9-4929-af7e-4dd5ff30d036} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11034 | 2025.02.21 14:41:29.225096 [ 256 ] {054412a8-94d9-4929-af7e-4dd5ff30d036} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11035 | 2025.02.21 14:41:29.225137 [ 256 ] {054412a8-94d9-4929-af7e-4dd5ff30d036} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 11036 | 2025.02.21 14:41:29.225542 [ 256 ] {054412a8-94d9-4929-af7e-4dd5ff30d036} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 11037 | 2025.02.21 14:41:29.225823 [ 256 ] {054412a8-94d9-4929-af7e-4dd5ff30d036} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11038 | 2025.02.21 14:41:29.226021 [ 53 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 11039 | 2025.02.21 14:41:29.226041 [ 256 ] {054412a8-94d9-4929-af7e-4dd5ff30d036} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001782 sec., 33670.03367003367 rows/sec., 2.27 MiB/sec. | ||
| 11040 | 2025.02.21 14:41:29.226075 [ 53 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11041 | 2025.02.21 14:41:29.226140 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 11042 | 2025.02.21 14:41:29.226164 [ 256 ] {054412a8-94d9-4929-af7e-4dd5ff30d036} <Debug> TCPHandler: Processed in 0.002225896 sec. | ||
| 11043 | 2025.02.21 14:41:29.226371 [ 192 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 11044 | 2025.02.21 14:41:29.226549 [ 192 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11045 | 2025.02.21 14:41:29.226604 [ 192 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 5988 rows starting from the beginning of the part | ||
| 11046 | 2025.02.21 14:41:29.226859 [ 192 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part | ||
| 11047 | 2025.02.21 14:41:29.227274 [ 192 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 11048 | 2025.02.21 14:41:29.227658 [ 192 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 22 rows starting from the beginning of the part | ||
| 11049 | 2025.02.21 14:41:29.228029 [ 192 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 38 rows starting from the beginning of the part | ||
| 11050 | 2025.02.21 14:41:29.228365 [ 192 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 11051 | 2025.02.21 14:41:29.230442 [ 194 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6228 rows, containing 4 columns (4 merged, 0 gathered) in 0.004200995 sec., 1482505.93014274 rows/sec., 99.91 MiB/sec. | ||
| 11052 | 2025.02.21 14:41:29.230830 [ 192 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 11053 | 2025.02.21 14:41:29.231118 [ 192 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_121_24} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11054 | 2025.02.21 14:41:29.231198 [ 192 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_121_24} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 11055 | 2025.02.21 14:41:29.231276 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
| 11056 | 2025.02.21 14:41:32.235843 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11057 | 2025.02.21 14:41:32.235906 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11058 | 2025.02.21 14:41:32.237178 [ 47 ] {} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0 | ||
| 11059 | 2025.02.21 14:41:32.237226 [ 47 ] {} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11060 | 2025.02.21 14:41:32.237249 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 11061 | 2025.02.21 14:41:32.237408 [ 191 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::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 | ||
| 11062 | 2025.02.21 14:41:32.237780 [ 191 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11063 | 2025.02.21 14:41:32.237873 [ 191 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 69 rows starting from the beginning of the part | ||
| 11064 | 2025.02.21 14:41:32.238162 [ 191 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 67 rows starting from the beginning of the part | ||
| 11065 | 2025.02.21 14:41:32.238348 [ 191 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 39 rows starting from the beginning of the part | ||
| 11066 | 2025.02.21 14:41:32.238448 [ 191 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 39 rows starting from the beginning of the part | ||
| 11067 | 2025.02.21 14:41:32.238682 [ 191 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 53 rows starting from the beginning of the part | ||
| 11068 | 2025.02.21 14:41:32.239894 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 267 rows, containing 5 columns (5 merged, 0 gathered) in 0.002574457 sec., 103711.19035975353 rows/sec., 8.00 MiB/sec. | ||
| 11069 | 2025.02.21 14:41:32.240121 [ 194 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 11070 | 2025.02.21 14:41:32.240481 [ 194 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_51_11} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11071 | 2025.02.21 14:41:32.240580 [ 194 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_51_11} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11 | ||
| 11072 | 2025.02.21 14:41:32.240694 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11073 | 2025.02.21 14:41:32.502709 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33001 | ||
| 11074 | 2025.02.21 14:41:32.503357 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11075 | 2025.02.21 14:41:32.503399 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 11076 | 2025.02.21 14:41:32.503926 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11077 | 2025.02.21 14:41:32.504196 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11078 | 2025.02.21 14:41:32.504397 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
| 11079 | 2025.02.21 14:41:32.657649 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1488 | ||
| 11080 | 2025.02.21 14:41:32.660402 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11081 | 2025.02.21 14:41:32.660464 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 11082 | 2025.02.21 14:41:32.661951 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11083 | 2025.02.21 14:41:32.662266 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11084 | 2025.02.21 14:41:32.662922 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1488 | ||
| 11085 | 2025.02.21 14:41:34.209539 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11086 | 2025.02.21 14:41:34.209741 [ 254 ] {b2729b36-6e1b-4482-be2a-e449ae0c45f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11087 | 2025.02.21 14:41:34.209815 [ 254 ] {b2729b36-6e1b-4482-be2a-e449ae0c45f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11088 | 2025.02.21 14:41:34.210720 [ 254 ] {b2729b36-6e1b-4482-be2a-e449ae0c45f9} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11089 | 2025.02.21 14:41:34.210765 [ 254 ] {b2729b36-6e1b-4482-be2a-e449ae0c45f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 11090 | 2025.02.21 14:41:34.211241 [ 254 ] {b2729b36-6e1b-4482-be2a-e449ae0c45f9} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 11091 | 2025.02.21 14:41:34.211512 [ 254 ] {b2729b36-6e1b-4482-be2a-e449ae0c45f9} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11092 | 2025.02.21 14:41:34.211726 [ 254 ] {b2729b36-6e1b-4482-be2a-e449ae0c45f9} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002038 sec., 65750.73601570167 rows/sec., 5.66 MiB/sec. | ||
| 11093 | 2025.02.21 14:41:34.211807 [ 254 ] {b2729b36-6e1b-4482-be2a-e449ae0c45f9} <Debug> TCPHandler: Processed in 0.002399502 sec. | ||
| 11094 | 2025.02.21 14:41:34.212084 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11095 | 2025.02.21 14:41:34.212279 [ 256 ] {fb03367c-de85-47d1-a327-599b6bc73535} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11096 | 2025.02.21 14:41:34.212354 [ 256 ] {fb03367c-de85-47d1-a327-599b6bc73535} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11097 | 2025.02.21 14:41:34.213182 [ 256 ] {fb03367c-de85-47d1-a327-599b6bc73535} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11098 | 2025.02.21 14:41:34.213231 [ 256 ] {fb03367c-de85-47d1-a327-599b6bc73535} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 11099 | 2025.02.21 14:41:34.213693 [ 256 ] {fb03367c-de85-47d1-a327-599b6bc73535} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 11100 | 2025.02.21 14:41:34.213957 [ 256 ] {fb03367c-de85-47d1-a327-599b6bc73535} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11101 | 2025.02.21 14:41:34.214203 [ 256 ] {fb03367c-de85-47d1-a327-599b6bc73535} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001976 sec., 19736.84210526316 rows/sec., 1.45 MiB/sec. | ||
| 11102 | 2025.02.21 14:41:34.214273 [ 256 ] {fb03367c-de85-47d1-a327-599b6bc73535} <Debug> TCPHandler: Processed in 0.00233295 sec. | ||
| 11103 | 2025.02.21 14:41:34.214439 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11104 | 2025.02.21 14:41:34.214568 [ 254 ] {84ccdc6d-fb18-4d4c-98ab-0468fb69d1e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11105 | 2025.02.21 14:41:34.214619 [ 254 ] {84ccdc6d-fb18-4d4c-98ab-0468fb69d1e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11106 | 2025.02.21 14:41:34.215255 [ 254 ] {84ccdc6d-fb18-4d4c-98ab-0468fb69d1e6} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11107 | 2025.02.21 14:41:34.215294 [ 254 ] {84ccdc6d-fb18-4d4c-98ab-0468fb69d1e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 11108 | 2025.02.21 14:41:34.215680 [ 254 ] {84ccdc6d-fb18-4d4c-98ab-0468fb69d1e6} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 11109 | 2025.02.21 14:41:34.215934 [ 254 ] {84ccdc6d-fb18-4d4c-98ab-0468fb69d1e6} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11110 | 2025.02.21 14:41:34.216125 [ 254 ] {84ccdc6d-fb18-4d4c-98ab-0468fb69d1e6} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001581 sec., 65148.640101201774 rows/sec., 5.09 MiB/sec. | ||
| 11111 | 2025.02.21 14:41:34.216194 [ 254 ] {84ccdc6d-fb18-4d4c-98ab-0468fb69d1e6} <Debug> TCPHandler: Processed in 0.001809614 sec. | ||
| 11112 | 2025.02.21 14:41:34.216391 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11113 | 2025.02.21 14:41:34.216719 [ 256 ] {dc546643-31dc-4c05-896d-2ab2c67f0719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11114 | 2025.02.21 14:41:34.216861 [ 256 ] {dc546643-31dc-4c05-896d-2ab2c67f0719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11115 | 2025.02.21 14:41:34.217521 [ 256 ] {dc546643-31dc-4c05-896d-2ab2c67f0719} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11116 | 2025.02.21 14:41:34.217564 [ 256 ] {dc546643-31dc-4c05-896d-2ab2c67f0719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 11117 | 2025.02.21 14:41:34.217989 [ 256 ] {dc546643-31dc-4c05-896d-2ab2c67f0719} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 11118 | 2025.02.21 14:41:34.218241 [ 256 ] {dc546643-31dc-4c05-896d-2ab2c67f0719} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11119 | 2025.02.21 14:41:34.218475 [ 256 ] {dc546643-31dc-4c05-896d-2ab2c67f0719} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001876 sec., 85287.84648187633 rows/sec., 5.94 MiB/sec. | ||
| 11120 | 2025.02.21 14:41:34.218536 [ 256 ] {dc546643-31dc-4c05-896d-2ab2c67f0719} <Debug> TCPHandler: Processed in 0.002243208 sec. | ||
| 11121 | 2025.02.21 14:41:34.218707 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11122 | 2025.02.21 14:41:34.218849 [ 254 ] {7c174a60-0482-415a-bf11-e32d86c01075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11123 | 2025.02.21 14:41:34.218943 [ 254 ] {7c174a60-0482-415a-bf11-e32d86c01075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11124 | 2025.02.21 14:41:34.220229 [ 254 ] {7c174a60-0482-415a-bf11-e32d86c01075} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11125 | 2025.02.21 14:41:34.220267 [ 254 ] {7c174a60-0482-415a-bf11-e32d86c01075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 11126 | 2025.02.21 14:41:34.220953 [ 254 ] {7c174a60-0482-415a-bf11-e32d86c01075} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 11127 | 2025.02.21 14:41:34.221221 [ 254 ] {7c174a60-0482-415a-bf11-e32d86c01075} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11128 | 2025.02.21 14:41:34.221424 [ 254 ] {7c174a60-0482-415a-bf11-e32d86c01075} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002608 sec., 14953.98773006135 rows/sec., 26.80 MiB/sec. | ||
| 11129 | 2025.02.21 14:41:34.221549 [ 254 ] {7c174a60-0482-415a-bf11-e32d86c01075} <Debug> TCPHandler: Processed in 0.002915618 sec. | ||
| 11130 | 2025.02.21 14:41:34.221709 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11131 | 2025.02.21 14:41:34.221836 [ 256 ] {1a1621a7-5345-401a-bd1a-575a907c90d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11132 | 2025.02.21 14:41:34.221892 [ 256 ] {1a1621a7-5345-401a-bd1a-575a907c90d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11133 | 2025.02.21 14:41:34.222429 [ 256 ] {1a1621a7-5345-401a-bd1a-575a907c90d0} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11134 | 2025.02.21 14:41:34.222470 [ 256 ] {1a1621a7-5345-401a-bd1a-575a907c90d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 11135 | 2025.02.21 14:41:34.222898 [ 256 ] {1a1621a7-5345-401a-bd1a-575a907c90d0} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 11136 | 2025.02.21 14:41:34.223189 [ 256 ] {1a1621a7-5345-401a-bd1a-575a907c90d0} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11137 | 2025.02.21 14:41:34.223438 [ 256 ] {1a1621a7-5345-401a-bd1a-575a907c90d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001632 sec., 36764.705882352944 rows/sec., 2.48 MiB/sec. | ||
| 11138 | 2025.02.21 14:41:34.223518 [ 256 ] {1a1621a7-5345-401a-bd1a-575a907c90d0} <Debug> TCPHandler: Processed in 0.001871716 sec. | ||
| 11139 | 2025.02.21 14:41:34.871297 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 543 | ||
| 11140 | 2025.02.21 14:41:34.894141 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11141 | 2025.02.21 14:41:34.894199 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 11142 | 2025.02.21 14:41:34.901452 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11143 | 2025.02.21 14:41:34.902228 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11144 | 2025.02.21 14:41:34.906570 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 11145 | 2025.02.21 14:41:39.206763 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11146 | 2025.02.21 14:41:39.206990 [ 254 ] {b5012cd0-6112-46c9-914b-81587848a868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11147 | 2025.02.21 14:41:39.207072 [ 254 ] {b5012cd0-6112-46c9-914b-81587848a868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11148 | 2025.02.21 14:41:39.207844 [ 254 ] {b5012cd0-6112-46c9-914b-81587848a868} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11149 | 2025.02.21 14:41:39.207898 [ 254 ] {b5012cd0-6112-46c9-914b-81587848a868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 11150 | 2025.02.21 14:41:39.208348 [ 254 ] {b5012cd0-6112-46c9-914b-81587848a868} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 11151 | 2025.02.21 14:41:39.208608 [ 254 ] {b5012cd0-6112-46c9-914b-81587848a868} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11152 | 2025.02.21 14:41:39.208832 [ 254 ] {b5012cd0-6112-46c9-914b-81587848a868} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001898 sec., 29504.741833508957 rows/sec., 2.25 MiB/sec. | ||
| 11153 | 2025.02.21 14:41:39.208905 [ 254 ] {b5012cd0-6112-46c9-914b-81587848a868} <Debug> TCPHandler: Processed in 0.002283078 sec. | ||
| 11154 | 2025.02.21 14:41:39.209159 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11155 | 2025.02.21 14:41:39.209381 [ 256 ] {62dd57ae-a546-4d64-be94-aff3c844d772} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11156 | 2025.02.21 14:41:39.209469 [ 256 ] {62dd57ae-a546-4d64-be94-aff3c844d772} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11157 | 2025.02.21 14:41:39.210350 [ 256 ] {62dd57ae-a546-4d64-be94-aff3c844d772} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11158 | 2025.02.21 14:41:39.210405 [ 256 ] {62dd57ae-a546-4d64-be94-aff3c844d772} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 11159 | 2025.02.21 14:41:39.210862 [ 256 ] {62dd57ae-a546-4d64-be94-aff3c844d772} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 11160 | 2025.02.21 14:41:39.211135 [ 256 ] {62dd57ae-a546-4d64-be94-aff3c844d772} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11161 | 2025.02.21 14:41:39.211384 [ 256 ] {62dd57ae-a546-4d64-be94-aff3c844d772} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002064 sec., 31007.7519379845 rows/sec., 2.42 MiB/sec. | ||
| 11162 | 2025.02.21 14:41:39.211452 [ 256 ] {62dd57ae-a546-4d64-be94-aff3c844d772} <Debug> TCPHandler: Processed in 0.002439633 sec. | ||
| 11163 | 2025.02.21 14:41:39.211596 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11164 | 2025.02.21 14:41:39.211744 [ 254 ] {1b5f9882-3394-484d-92a7-9b241b807062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11165 | 2025.02.21 14:41:39.211811 [ 254 ] {1b5f9882-3394-484d-92a7-9b241b807062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11166 | 2025.02.21 14:41:39.212491 [ 254 ] {1b5f9882-3394-484d-92a7-9b241b807062} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11167 | 2025.02.21 14:41:39.212532 [ 254 ] {1b5f9882-3394-484d-92a7-9b241b807062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 11168 | 2025.02.21 14:41:39.212943 [ 254 ] {1b5f9882-3394-484d-92a7-9b241b807062} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 11169 | 2025.02.21 14:41:39.213192 [ 254 ] {1b5f9882-3394-484d-92a7-9b241b807062} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11170 | 2025.02.21 14:41:39.213423 [ 254 ] {1b5f9882-3394-484d-92a7-9b241b807062} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001715 sec., 93294.46064139942 rows/sec., 6.50 MiB/sec. | ||
| 11171 | 2025.02.21 14:41:39.213487 [ 254 ] {1b5f9882-3394-484d-92a7-9b241b807062} <Debug> TCPHandler: Processed in 0.001956348 sec. | ||
| 11172 | 2025.02.21 14:41:39.213491 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 11173 | 2025.02.21 14:41:39.213533 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 11174 | 2025.02.21 14:41:39.213677 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11175 | 2025.02.21 14:41:39.213831 [ 256 ] {5e19ba33-2e59-4dba-ab7c-0a5317fd40c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11176 | 2025.02.21 14:41:39.213950 [ 256 ] {5e19ba33-2e59-4dba-ab7c-0a5317fd40c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11177 | 2025.02.21 14:41:39.215241 [ 256 ] {5e19ba33-2e59-4dba-ab7c-0a5317fd40c9} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11178 | 2025.02.21 14:41:39.215287 [ 256 ] {5e19ba33-2e59-4dba-ab7c-0a5317fd40c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 11179 | 2025.02.21 14:41:39.215970 [ 256 ] {5e19ba33-2e59-4dba-ab7c-0a5317fd40c9} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 11180 | 2025.02.21 14:41:39.216381 [ 256 ] {5e19ba33-2e59-4dba-ab7c-0a5317fd40c9} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11181 | 2025.02.21 14:41:39.216811 [ 220 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 11182 | 2025.02.21 14:41:39.216828 [ 256 ] {5e19ba33-2e59-4dba-ab7c-0a5317fd40c9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002998 sec., 20013.3422281521 rows/sec., 1.35 MiB/sec. | ||
| 11183 | 2025.02.21 14:41:39.216859 [ 220 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 11184 | 2025.02.21 14:41:39.217144 [ 256 ] {5e19ba33-2e59-4dba-ab7c-0a5317fd40c9} <Debug> TCPHandler: Processed in 0.003545816 sec. | ||
| 11185 | 2025.02.21 14:41:39.217674 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 11186 | 2025.02.21 14:41:39.219643 [ 220 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 11187 | 2025.02.21 14:41:39.608084 [ 225 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 11188 | 2025.02.21 14:41:39.608135 [ 225 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 11189 | 2025.02.21 14:41:39.610281 [ 225 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 11190 | 2025.02.21 14:41:40.005425 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33489 | ||
| 11191 | 2025.02.21 14:41:40.006058 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11192 | 2025.02.21 14:41:40.006100 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 11193 | 2025.02.21 14:41:40.006658 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11194 | 2025.02.21 14:41:40.006930 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11195 | 2025.02.21 14:41:40.007159 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489 | ||
| 11196 | 2025.02.21 14:41:40.089050 [ 218 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 11197 | 2025.02.21 14:41:40.089103 [ 218 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 11198 | 2025.02.21 14:41:40.090963 [ 218 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 11199 | 2025.02.21 14:41:42.103554 [ 220 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): 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] | ||
| 11200 | 2025.02.21 14:41:42.103629 [ 220 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): 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] | ||
| 11201 | 2025.02.21 14:41:42.105540 [ 220 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): 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] | ||
| 11202 | 2025.02.21 14:41:42.407542 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551 | ||
| 11203 | 2025.02.21 14:41:42.430641 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11204 | 2025.02.21 14:41:42.430709 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11205 | 2025.02.21 14:41:42.438376 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11206 | 2025.02.21 14:41:42.439216 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11207 | 2025.02.21 14:41:42.442940 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551 | ||
| 11208 | 2025.02.21 14:41:42.663931 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1508 | ||
| 11209 | 2025.02.21 14:41:42.666876 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11210 | 2025.02.21 14:41:42.666930 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11211 | 2025.02.21 14:41:42.668501 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11212 | 2025.02.21 14:41:42.668824 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11213 | 2025.02.21 14:41:42.670184 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1508 | ||
| 11214 | 2025.02.21 14:41:44.208888 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11215 | 2025.02.21 14:41:44.209078 [ 254 ] {c88ab47c-f0a0-42ba-a012-6899f3f58417} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11216 | 2025.02.21 14:41:44.209151 [ 254 ] {c88ab47c-f0a0-42ba-a012-6899f3f58417} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11217 | 2025.02.21 14:41:44.210012 [ 254 ] {c88ab47c-f0a0-42ba-a012-6899f3f58417} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11218 | 2025.02.21 14:41:44.210070 [ 254 ] {c88ab47c-f0a0-42ba-a012-6899f3f58417} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11219 | 2025.02.21 14:41:44.210521 [ 254 ] {c88ab47c-f0a0-42ba-a012-6899f3f58417} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 11220 | 2025.02.21 14:41:44.210793 [ 254 ] {c88ab47c-f0a0-42ba-a012-6899f3f58417} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11221 | 2025.02.21 14:41:44.211031 [ 254 ] {c88ab47c-f0a0-42ba-a012-6899f3f58417} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002004 sec., 66866.26746506986 rows/sec., 5.75 MiB/sec. | ||
| 11222 | 2025.02.21 14:41:44.211099 [ 254 ] {c88ab47c-f0a0-42ba-a012-6899f3f58417} <Debug> TCPHandler: Processed in 0.00234262 sec. | ||
| 11223 | 2025.02.21 14:41:44.211351 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11224 | 2025.02.21 14:41:44.211577 [ 256 ] {1724618a-dc7d-4bc5-a770-42ff33a4a0a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11225 | 2025.02.21 14:41:44.211666 [ 256 ] {1724618a-dc7d-4bc5-a770-42ff33a4a0a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11226 | 2025.02.21 14:41:44.212536 [ 256 ] {1724618a-dc7d-4bc5-a770-42ff33a4a0a9} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11227 | 2025.02.21 14:41:44.212591 [ 256 ] {1724618a-dc7d-4bc5-a770-42ff33a4a0a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11228 | 2025.02.21 14:41:44.213037 [ 256 ] {1724618a-dc7d-4bc5-a770-42ff33a4a0a9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11229 | 2025.02.21 14:41:44.213294 [ 256 ] {1724618a-dc7d-4bc5-a770-42ff33a4a0a9} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11230 | 2025.02.21 14:41:44.213527 [ 256 ] {1724618a-dc7d-4bc5-a770-42ff33a4a0a9} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.002013 sec., 19374.068554396425 rows/sec., 1.42 MiB/sec. | ||
| 11231 | 2025.02.21 14:41:44.213597 [ 256 ] {1724618a-dc7d-4bc5-a770-42ff33a4a0a9} <Debug> TCPHandler: Processed in 0.002394522 sec. | ||
| 11232 | 2025.02.21 14:41:44.213734 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11233 | 2025.02.21 14:41:44.213864 [ 254 ] {8540e413-967f-418f-b69e-064297568ef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11234 | 2025.02.21 14:41:44.213918 [ 254 ] {8540e413-967f-418f-b69e-064297568ef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11235 | 2025.02.21 14:41:44.214559 [ 254 ] {8540e413-967f-418f-b69e-064297568ef9} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11236 | 2025.02.21 14:41:44.214601 [ 254 ] {8540e413-967f-418f-b69e-064297568ef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11237 | 2025.02.21 14:41:44.214998 [ 254 ] {8540e413-967f-418f-b69e-064297568ef9} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 11238 | 2025.02.21 14:41:44.215237 [ 254 ] {8540e413-967f-418f-b69e-064297568ef9} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11239 | 2025.02.21 14:41:44.215437 [ 254 ] {8540e413-967f-418f-b69e-064297568ef9} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001603 sec., 64254.52276980661 rows/sec., 5.02 MiB/sec. | ||
| 11240 | 2025.02.21 14:41:44.215495 [ 254 ] {8540e413-967f-418f-b69e-064297568ef9} <Debug> TCPHandler: Processed in 0.001821574 sec. | ||
| 11241 | 2025.02.21 14:41:44.215648 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11242 | 2025.02.21 14:41:44.215799 [ 256 ] {b48b832e-e896-4daf-8b9b-f9012ffbd962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11243 | 2025.02.21 14:41:44.215867 [ 256 ] {b48b832e-e896-4daf-8b9b-f9012ffbd962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11244 | 2025.02.21 14:41:44.216550 [ 256 ] {b48b832e-e896-4daf-8b9b-f9012ffbd962} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11245 | 2025.02.21 14:41:44.216592 [ 256 ] {b48b832e-e896-4daf-8b9b-f9012ffbd962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11246 | 2025.02.21 14:41:44.217014 [ 256 ] {b48b832e-e896-4daf-8b9b-f9012ffbd962} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 11247 | 2025.02.21 14:41:44.217257 [ 256 ] {b48b832e-e896-4daf-8b9b-f9012ffbd962} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11248 | 2025.02.21 14:41:44.217442 [ 32 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_119_24 to all_124_124_0 | ||
| 11249 | 2025.02.21 14:41:44.217478 [ 256 ] {b48b832e-e896-4daf-8b9b-f9012ffbd962} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001716 sec., 93240.09324009324 rows/sec., 6.49 MiB/sec. | ||
| 11250 | 2025.02.21 14:41:44.217560 [ 32 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11251 | 2025.02.21 14:41:44.217607 [ 256 ] {b48b832e-e896-4daf-8b9b-f9012ffbd962} <Debug> TCPHandler: Processed in 0.002027561 sec. | ||
| 11252 | 2025.02.21 14:41:44.217630 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11253 | 2025.02.21 14:41:44.217831 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11254 | 2025.02.21 14:41:44.217855 [ 191 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 11255 | 2025.02.21 14:41:44.218082 [ 254 ] {24710572-a094-4f0f-9e6d-0ca6bae0ea74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11256 | 2025.02.21 14:41:44.218135 [ 191 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_124_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11257 | 2025.02.21 14:41:44.218235 [ 191 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_119_24, total 33076 rows starting from the beginning of the part | ||
| 11258 | 2025.02.21 14:41:44.218284 [ 254 ] {24710572-a094-4f0f-9e6d-0ca6bae0ea74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11259 | 2025.02.21 14:41:44.218577 [ 191 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 98 rows starting from the beginning of the part | ||
| 11260 | 2025.02.21 14:41:44.219180 [ 191 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 11261 | 2025.02.21 14:41:44.219746 [ 191 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 160 rows starting from the beginning of the part | ||
| 11262 | 2025.02.21 14:41:44.220110 [ 191 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::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 | ||
| 11263 | 2025.02.21 14:41:44.220623 [ 191 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 160 rows starting from the beginning of the part | ||
| 11264 | 2025.02.21 14:41:44.223238 [ 254 ] {24710572-a094-4f0f-9e6d-0ca6bae0ea74} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11265 | 2025.02.21 14:41:44.223318 [ 254 ] {24710572-a094-4f0f-9e6d-0ca6bae0ea74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11266 | 2025.02.21 14:41:44.224862 [ 254 ] {24710572-a094-4f0f-9e6d-0ca6bae0ea74} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11267 | 2025.02.21 14:41:44.225292 [ 254 ] {24710572-a094-4f0f-9e6d-0ca6bae0ea74} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11268 | 2025.02.21 14:41:44.225564 [ 254 ] {24710572-a094-4f0f-9e6d-0ca6bae0ea74} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007575 sec., 5148.514851485148 rows/sec., 9.23 MiB/sec. | ||
| 11269 | 2025.02.21 14:41:44.226242 [ 254 ] {24710572-a094-4f0f-9e6d-0ca6bae0ea74} <Debug> TCPHandler: Processed in 0.008518294 sec. | ||
| 11270 | 2025.02.21 14:41:44.226499 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11271 | 2025.02.21 14:41:44.226665 [ 256 ] {8fab61c6-2cab-477a-8c26-26133e971264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11272 | 2025.02.21 14:41:44.226742 [ 256 ] {8fab61c6-2cab-477a-8c26-26133e971264} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11273 | 2025.02.21 14:41:44.227424 [ 256 ] {8fab61c6-2cab-477a-8c26-26133e971264} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11274 | 2025.02.21 14:41:44.227466 [ 256 ] {8fab61c6-2cab-477a-8c26-26133e971264} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11275 | 2025.02.21 14:41:44.227928 [ 256 ] {8fab61c6-2cab-477a-8c26-26133e971264} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 11276 | 2025.02.21 14:41:44.228207 [ 256 ] {8fab61c6-2cab-477a-8c26-26133e971264} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11277 | 2025.02.21 14:41:44.228449 [ 256 ] {8fab61c6-2cab-477a-8c26-26133e971264} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001838 sec., 32644.17845484222 rows/sec., 2.20 MiB/sec. | ||
| 11278 | 2025.02.21 14:41:44.228515 [ 256 ] {8fab61c6-2cab-477a-8c26-26133e971264} <Debug> TCPHandler: Processed in 0.002137614 sec. | ||
| 11279 | 2025.02.21 14:41:44.229923 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_124_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33814 rows, containing 5 columns (5 merged, 0 gathered) in 0.012147714 sec., 2783568.9908405812 rows/sec., 190.79 MiB/sec. | ||
| 11280 | 2025.02.21 14:41:44.230279 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_124_25} <Trace> MergedBlockOutputStream: filled checksums all_1_124_25 (state Temporary) | ||
| 11281 | 2025.02.21 14:41:44.230655 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_124_25 to all_1_124_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11282 | 2025.02.21 14:41:44.230750 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_119_24, all_124_124_0] -> all_1_124_25 | ||
| 11283 | 2025.02.21 14:41:44.230865 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 11284 | 2025.02.21 14:41:47.235941 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11285 | 2025.02.21 14:41:47.236006 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11286 | 2025.02.21 14:41:47.508193 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33916 | ||
| 11287 | 2025.02.21 14:41:47.508807 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11288 | 2025.02.21 14:41:47.508848 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11289 | 2025.02.21 14:41:47.509386 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11290 | 2025.02.21 14:41:47.509649 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11291 | 2025.02.21 14:41:47.509839 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
| 11292 | 2025.02.21 14:41:49.206758 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11293 | 2025.02.21 14:41:49.206955 [ 254 ] {5402527b-aaa3-42ba-bb19-24e84f37fd2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11294 | 2025.02.21 14:41:49.207029 [ 254 ] {5402527b-aaa3-42ba-bb19-24e84f37fd2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11295 | 2025.02.21 14:41:49.207864 [ 254 ] {5402527b-aaa3-42ba-bb19-24e84f37fd2f} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11296 | 2025.02.21 14:41:49.207916 [ 254 ] {5402527b-aaa3-42ba-bb19-24e84f37fd2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11297 | 2025.02.21 14:41:49.208362 [ 254 ] {5402527b-aaa3-42ba-bb19-24e84f37fd2f} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 11298 | 2025.02.21 14:41:49.208674 [ 254 ] {5402527b-aaa3-42ba-bb19-24e84f37fd2f} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11299 | 2025.02.21 14:41:49.208900 [ 254 ] {5402527b-aaa3-42ba-bb19-24e84f37fd2f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001989 sec., 28154.85168426345 rows/sec., 2.15 MiB/sec. | ||
| 11300 | 2025.02.21 14:41:49.208988 [ 254 ] {5402527b-aaa3-42ba-bb19-24e84f37fd2f} <Debug> TCPHandler: Processed in 0.00235349 sec. | ||
| 11301 | 2025.02.21 14:41:49.209390 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11302 | 2025.02.21 14:41:49.209665 [ 256 ] {06862502-0a8b-4087-8328-b81324ced280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11303 | 2025.02.21 14:41:49.209741 [ 256 ] {06862502-0a8b-4087-8328-b81324ced280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11304 | 2025.02.21 14:41:49.210545 [ 256 ] {06862502-0a8b-4087-8328-b81324ced280} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11305 | 2025.02.21 14:41:49.210599 [ 256 ] {06862502-0a8b-4087-8328-b81324ced280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11306 | 2025.02.21 14:41:49.211055 [ 256 ] {06862502-0a8b-4087-8328-b81324ced280} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 11307 | 2025.02.21 14:41:49.211317 [ 256 ] {06862502-0a8b-4087-8328-b81324ced280} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11308 | 2025.02.21 14:41:49.211577 [ 256 ] {06862502-0a8b-4087-8328-b81324ced280} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001964 sec., 32586.558044806516 rows/sec., 2.54 MiB/sec. | ||
| 11309 | 2025.02.21 14:41:49.211644 [ 256 ] {06862502-0a8b-4087-8328-b81324ced280} <Debug> TCPHandler: Processed in 0.002501944 sec. | ||
| 11310 | 2025.02.21 14:41:49.211802 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11311 | 2025.02.21 14:41:49.211929 [ 254 ] {aa9abda2-96dd-49d8-b8c6-5affed077402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11312 | 2025.02.21 14:41:49.211986 [ 254 ] {aa9abda2-96dd-49d8-b8c6-5affed077402} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11313 | 2025.02.21 14:41:49.212576 [ 254 ] {aa9abda2-96dd-49d8-b8c6-5affed077402} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11314 | 2025.02.21 14:41:49.212613 [ 254 ] {aa9abda2-96dd-49d8-b8c6-5affed077402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11315 | 2025.02.21 14:41:49.213012 [ 254 ] {aa9abda2-96dd-49d8-b8c6-5affed077402} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 11316 | 2025.02.21 14:41:49.213266 [ 254 ] {aa9abda2-96dd-49d8-b8c6-5affed077402} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11317 | 2025.02.21 14:41:49.213447 [ 254 ] {aa9abda2-96dd-49d8-b8c6-5affed077402} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001546 sec., 103492.88486416558 rows/sec., 7.21 MiB/sec. | ||
| 11318 | 2025.02.21 14:41:49.213520 [ 254 ] {aa9abda2-96dd-49d8-b8c6-5affed077402} <Debug> TCPHandler: Processed in 0.001770692 sec. | ||
| 11319 | 2025.02.21 14:41:49.213775 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11320 | 2025.02.21 14:41:49.214297 [ 256 ] {00c813d9-2e24-4b9e-9f2f-55a6c7867532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11321 | 2025.02.21 14:41:49.214559 [ 256 ] {00c813d9-2e24-4b9e-9f2f-55a6c7867532} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11322 | 2025.02.21 14:41:49.215194 [ 256 ] {00c813d9-2e24-4b9e-9f2f-55a6c7867532} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11323 | 2025.02.21 14:41:49.215236 [ 256 ] {00c813d9-2e24-4b9e-9f2f-55a6c7867532} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11324 | 2025.02.21 14:41:49.215636 [ 256 ] {00c813d9-2e24-4b9e-9f2f-55a6c7867532} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 11325 | 2025.02.21 14:41:49.215880 [ 256 ] {00c813d9-2e24-4b9e-9f2f-55a6c7867532} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11326 | 2025.02.21 14:41:49.216125 [ 256 ] {00c813d9-2e24-4b9e-9f2f-55a6c7867532} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00201 sec., 29850.746268656716 rows/sec., 2.01 MiB/sec. | ||
| 11327 | 2025.02.21 14:41:49.216200 [ 256 ] {00c813d9-2e24-4b9e-9f2f-55a6c7867532} <Debug> TCPHandler: Processed in 0.002570567 sec. | ||
| 11328 | 2025.02.21 14:41:49.943918 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558 | ||
| 11329 | 2025.02.21 14:41:49.967565 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11330 | 2025.02.21 14:41:49.967633 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11331 | 2025.02.21 14:41:49.975041 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11332 | 2025.02.21 14:41:49.975846 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11333 | 2025.02.21 14:41:49.981000 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 11334 | 2025.02.21 14:41:50.072011 [ 222 ] {} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): 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] | ||
| 11335 | 2025.02.21 14:41:50.072104 [ 222 ] {} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): 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] | ||
| 11336 | 2025.02.21 14:41:50.074219 [ 222 ] {} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): 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] | ||
| 11337 | 2025.02.21 14:41:50.315474 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): 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] | ||
| 11338 | 2025.02.21 14:41:50.315525 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): 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] | ||
| 11339 | 2025.02.21 14:41:50.317288 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): 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] | ||
| 11340 | 2025.02.21 14:41:50.836444 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11341 | 2025.02.21 14:41:50.836641 [ 254 ] {d85509b7-6716-4d86-bd80-b05c066c32e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11342 | 2025.02.21 14:41:50.836722 [ 254 ] {d85509b7-6716-4d86-bd80-b05c066c32e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11343 | 2025.02.21 14:41:50.837640 [ 254 ] {d85509b7-6716-4d86-bd80-b05c066c32e6} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11344 | 2025.02.21 14:41:50.837692 [ 254 ] {d85509b7-6716-4d86-bd80-b05c066c32e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11345 | 2025.02.21 14:41:50.838130 [ 254 ] {d85509b7-6716-4d86-bd80-b05c066c32e6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 11346 | 2025.02.21 14:41:50.838380 [ 254 ] {d85509b7-6716-4d86-bd80-b05c066c32e6} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11347 | 2025.02.21 14:41:50.838616 [ 254 ] {d85509b7-6716-4d86-bd80-b05c066c32e6} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002037 sec., 11782.0324005891 rows/sec., 1001.01 KiB/sec. | ||
| 11348 | 2025.02.21 14:41:50.838683 [ 254 ] {d85509b7-6716-4d86-bd80-b05c066c32e6} <Debug> TCPHandler: Processed in 0.002374531 sec. | ||
| 11349 | 2025.02.21 14:41:50.838948 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11350 | 2025.02.21 14:41:50.839190 [ 256 ] {433ddd00-0dbb-4fc0-ae94-81b1d514357e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11351 | 2025.02.21 14:41:50.839283 [ 256 ] {433ddd00-0dbb-4fc0-ae94-81b1d514357e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11352 | 2025.02.21 14:41:50.840093 [ 256 ] {433ddd00-0dbb-4fc0-ae94-81b1d514357e} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11353 | 2025.02.21 14:41:50.840143 [ 256 ] {433ddd00-0dbb-4fc0-ae94-81b1d514357e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11354 | 2025.02.21 14:41:50.840582 [ 256 ] {433ddd00-0dbb-4fc0-ae94-81b1d514357e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 11355 | 2025.02.21 14:41:50.840836 [ 256 ] {433ddd00-0dbb-4fc0-ae94-81b1d514357e} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11356 | 2025.02.21 14:41:50.841192 [ 256 ] {433ddd00-0dbb-4fc0-ae94-81b1d514357e} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.002043 sec., 7831.620166421928 rows/sec., 638.61 KiB/sec. | ||
| 11357 | 2025.02.21 14:41:50.841631 [ 256 ] {433ddd00-0dbb-4fc0-ae94-81b1d514357e} <Debug> TCPHandler: Processed in 0.002822684 sec. | ||
| 11358 | 2025.02.21 14:41:50.841851 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11359 | 2025.02.21 14:41:50.841997 [ 254 ] {30661199-066f-4217-86eb-52ac0d291301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11360 | 2025.02.21 14:41:50.842059 [ 254 ] {30661199-066f-4217-86eb-52ac0d291301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11361 | 2025.02.21 14:41:50.843265 [ 254 ] {30661199-066f-4217-86eb-52ac0d291301} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11362 | 2025.02.21 14:41:50.843308 [ 254 ] {30661199-066f-4217-86eb-52ac0d291301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11363 | 2025.02.21 14:41:50.843774 [ 254 ] {30661199-066f-4217-86eb-52ac0d291301} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 11364 | 2025.02.21 14:41:50.844024 [ 254 ] {30661199-066f-4217-86eb-52ac0d291301} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11365 | 2025.02.21 14:41:50.844215 [ 52 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 11366 | 2025.02.21 14:41:50.844271 [ 254 ] {30661199-066f-4217-86eb-52ac0d291301} <Debug> executeQuery: Read 1402 rows, 119.95 KiB in 0.002307 sec., 607715.6480277417 rows/sec., 50.77 MiB/sec. | ||
| 11367 | 2025.02.21 14:41:50.844293 [ 52 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11368 | 2025.02.21 14:41:50.844354 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11369 | 2025.02.21 14:41:50.844404 [ 254 ] {30661199-066f-4217-86eb-52ac0d291301} <Debug> TCPHandler: Processed in 0.002657939 sec. | ||
| 11370 | 2025.02.21 14:41:50.844710 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 11371 | 2025.02.21 14:41:50.844723 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11372 | 2025.02.21 14:41:50.845178 [ 256 ] {5309a2f0-a900-4538-8a41-446e556261c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11373 | 2025.02.21 14:41:50.845351 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11374 | 2025.02.21 14:41:50.845371 [ 256 ] {5309a2f0-a900-4538-8a41-446e556261c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11375 | 2025.02.21 14:41:50.845546 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1405 rows starting from the beginning of the part | ||
| 11376 | 2025.02.21 14:41:50.846108 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 134 rows starting from the beginning of the part | ||
| 11377 | 2025.02.21 14:41:50.846789 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 11378 | 2025.02.21 14:41:50.847403 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 134 rows starting from the beginning of the part | ||
| 11379 | 2025.02.21 14:41:50.847858 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 11380 | 2025.02.21 14:41:50.848302 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 1402 rows starting from the beginning of the part | ||
| 11381 | 2025.02.21 14:41:50.850020 [ 256 ] {5309a2f0-a900-4538-8a41-446e556261c8} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11382 | 2025.02.21 14:41:50.850083 [ 256 ] {5309a2f0-a900-4538-8a41-446e556261c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11383 | 2025.02.21 14:41:50.851122 [ 256 ] {5309a2f0-a900-4538-8a41-446e556261c8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11384 | 2025.02.21 14:41:50.851490 [ 256 ] {5309a2f0-a900-4538-8a41-446e556261c8} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11385 | 2025.02.21 14:41:50.851739 [ 256 ] {5309a2f0-a900-4538-8a41-446e556261c8} <Debug> executeQuery: Read 67 rows, 5.01 KiB in 0.006742 sec., 9937.70394541679 rows/sec., 743.21 KiB/sec. | ||
| 11386 | 2025.02.21 14:41:50.851826 [ 256 ] {5309a2f0-a900-4538-8a41-446e556261c8} <Debug> TCPHandler: Processed in 0.007307648 sec. | ||
| 11387 | 2025.02.21 14:41:50.852042 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11388 | 2025.02.21 14:41:50.852248 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3187 rows, containing 5 columns (5 merged, 0 gathered) in 0.007790703 sec., 409077.3323023609 rows/sec., 35.72 MiB/sec. | ||
| 11389 | 2025.02.21 14:41:50.852272 [ 254 ] {7330a1c1-a995-40c6-beb6-36fe92d5430a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11390 | 2025.02.21 14:41:50.852342 [ 254 ] {7330a1c1-a995-40c6-beb6-36fe92d5430a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11391 | 2025.02.21 14:41:50.852534 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 11392 | 2025.02.21 14:41:50.853116 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_126_25} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11393 | 2025.02.21 14:41:50.853261 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_126_25} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 11394 | 2025.02.21 14:41:50.853434 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 11395 | 2025.02.21 14:41:50.853634 [ 254 ] {7330a1c1-a995-40c6-beb6-36fe92d5430a} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11396 | 2025.02.21 14:41:50.853681 [ 254 ] {7330a1c1-a995-40c6-beb6-36fe92d5430a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11397 | 2025.02.21 14:41:50.854063 [ 254 ] {7330a1c1-a995-40c6-beb6-36fe92d5430a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 11398 | 2025.02.21 14:41:50.854297 [ 254 ] {7330a1c1-a995-40c6-beb6-36fe92d5430a} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11399 | 2025.02.21 14:41:50.854548 [ 254 ] {7330a1c1-a995-40c6-beb6-36fe92d5430a} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002325 sec., 108387.09677419356 rows/sec., 7.50 MiB/sec. | ||
| 11400 | 2025.02.21 14:41:50.854653 [ 254 ] {7330a1c1-a995-40c6-beb6-36fe92d5430a} <Debug> TCPHandler: Processed in 0.002718991 sec. | ||
| 11401 | 2025.02.21 14:41:50.854814 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11402 | 2025.02.21 14:41:50.854933 [ 256 ] {9266406f-1a6c-4060-a56b-7028a7eea960} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11403 | 2025.02.21 14:41:50.854983 [ 256 ] {9266406f-1a6c-4060-a56b-7028a7eea960} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11404 | 2025.02.21 14:41:50.855554 [ 256 ] {9266406f-1a6c-4060-a56b-7028a7eea960} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11405 | 2025.02.21 14:41:50.855594 [ 256 ] {9266406f-1a6c-4060-a56b-7028a7eea960} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11406 | 2025.02.21 14:41:50.855961 [ 256 ] {9266406f-1a6c-4060-a56b-7028a7eea960} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 11407 | 2025.02.21 14:41:50.856198 [ 256 ] {9266406f-1a6c-4060-a56b-7028a7eea960} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11408 | 2025.02.21 14:41:50.856463 [ 256 ] {9266406f-1a6c-4060-a56b-7028a7eea960} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001546 sec., 7761.966364812419 rows/sec., 606.40 KiB/sec. | ||
| 11409 | 2025.02.21 14:41:50.856796 [ 256 ] {9266406f-1a6c-4060-a56b-7028a7eea960} <Debug> TCPHandler: Processed in 0.002040711 sec. | ||
| 11410 | 2025.02.21 14:41:50.856945 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11411 | 2025.02.21 14:41:50.857075 [ 254 ] {fb4988a2-c8fc-45b3-9f9b-b35f53e63335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11412 | 2025.02.21 14:41:50.857125 [ 254 ] {fb4988a2-c8fc-45b3-9f9b-b35f53e63335} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11413 | 2025.02.21 14:41:50.857943 [ 254 ] {fb4988a2-c8fc-45b3-9f9b-b35f53e63335} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11414 | 2025.02.21 14:41:50.857982 [ 254 ] {fb4988a2-c8fc-45b3-9f9b-b35f53e63335} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11415 | 2025.02.21 14:41:50.858386 [ 254 ] {fb4988a2-c8fc-45b3-9f9b-b35f53e63335} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 11416 | 2025.02.21 14:41:50.858634 [ 254 ] {fb4988a2-c8fc-45b3-9f9b-b35f53e63335} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11417 | 2025.02.21 14:41:50.858803 [ 52 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 11418 | 2025.02.21 14:41:50.858860 [ 52 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11419 | 2025.02.21 14:41:50.858866 [ 254 ] {fb4988a2-c8fc-45b3-9f9b-b35f53e63335} <Debug> executeQuery: Read 611 rows, 47.09 KiB in 0.001807 sec., 338129.4964028777 rows/sec., 25.45 MiB/sec. | ||
| 11420 | 2025.02.21 14:41:50.858889 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11421 | 2025.02.21 14:41:50.859050 [ 254 ] {fb4988a2-c8fc-45b3-9f9b-b35f53e63335} <Debug> TCPHandler: Processed in 0.002150624 sec. | ||
| 11422 | 2025.02.21 14:41:50.859207 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 11423 | 2025.02.21 14:41:50.859316 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11424 | 2025.02.21 14:41:50.859606 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11425 | 2025.02.21 14:41:50.859748 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 631 rows starting from the beginning of the part | ||
| 11426 | 2025.02.21 14:41:50.859835 [ 256 ] {7372f2a9-ba6f-4195-8434-ae7e0f4cba77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11427 | 2025.02.21 14:41:50.860188 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 103 rows starting from the beginning of the part | ||
| 11428 | 2025.02.21 14:41:50.860231 [ 256 ] {7372f2a9-ba6f-4195-8434-ae7e0f4cba77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11429 | 2025.02.21 14:41:50.860775 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 11430 | 2025.02.21 14:41:50.861412 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 103 rows starting from the beginning of the part | ||
| 11431 | 2025.02.21 14:41:50.862048 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 11432 | 2025.02.21 14:41:50.862589 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 611 rows starting from the beginning of the part | ||
| 11433 | 2025.02.21 14:41:50.864621 [ 256 ] {7372f2a9-ba6f-4195-8434-ae7e0f4cba77} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11434 | 2025.02.21 14:41:50.864697 [ 256 ] {7372f2a9-ba6f-4195-8434-ae7e0f4cba77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11435 | 2025.02.21 14:41:50.865673 [ 256 ] {7372f2a9-ba6f-4195-8434-ae7e0f4cba77} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 11436 | 2025.02.21 14:41:50.865699 [ 193 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1576 rows, containing 5 columns (5 merged, 0 gathered) in 0.006668409 sec., 236338.2330028047 rows/sec., 18.84 MiB/sec. | ||
| 11437 | 2025.02.21 14:41:50.865905 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 11438 | 2025.02.21 14:41:50.866009 [ 256 ] {7372f2a9-ba6f-4195-8434-ae7e0f4cba77} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11439 | 2025.02.21 14:41:50.866394 [ 256 ] {7372f2a9-ba6f-4195-8434-ae7e0f4cba77} <Debug> executeQuery: Read 952 rows, 65.79 KiB in 0.006743 sec., 141183.4495031885 rows/sec., 9.53 MiB/sec. | ||
| 11440 | 2025.02.21 14:41:50.866450 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_126_25} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11441 | 2025.02.21 14:41:50.866510 [ 256 ] {7372f2a9-ba6f-4195-8434-ae7e0f4cba77} <Debug> TCPHandler: Processed in 0.00734675 sec. | ||
| 11442 | 2025.02.21 14:41:50.866770 [ 186 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_126_25} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 11443 | 2025.02.21 14:41:50.866821 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11444 | 2025.02.21 14:41:50.867188 [ 254 ] {446ffd78-04d1-4fe3-8325-602331b1efea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11445 | 2025.02.21 14:41:50.867246 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 11446 | 2025.02.21 14:41:50.867521 [ 254 ] {446ffd78-04d1-4fe3-8325-602331b1efea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11447 | 2025.02.21 14:41:50.869430 [ 254 ] {446ffd78-04d1-4fe3-8325-602331b1efea} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11448 | 2025.02.21 14:41:50.869470 [ 254 ] {446ffd78-04d1-4fe3-8325-602331b1efea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11449 | 2025.02.21 14:41:50.870170 [ 254 ] {446ffd78-04d1-4fe3-8325-602331b1efea} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11450 | 2025.02.21 14:41:50.870424 [ 254 ] {446ffd78-04d1-4fe3-8325-602331b1efea} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11451 | 2025.02.21 14:41:50.870619 [ 254 ] {446ffd78-04d1-4fe3-8325-602331b1efea} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003564 sec., 10942.760942760942 rows/sec., 19.61 MiB/sec. | ||
| 11452 | 2025.02.21 14:41:50.870709 [ 254 ] {446ffd78-04d1-4fe3-8325-602331b1efea} <Debug> TCPHandler: Processed in 0.004076442 sec. | ||
| 11453 | 2025.02.21 14:41:50.870867 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11454 | 2025.02.21 14:41:50.871011 [ 256 ] {df8a6879-2fda-4829-903d-eccc53f4a586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11455 | 2025.02.21 14:41:50.871073 [ 256 ] {df8a6879-2fda-4829-903d-eccc53f4a586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11456 | 2025.02.21 14:41:50.871637 [ 256 ] {df8a6879-2fda-4829-903d-eccc53f4a586} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11457 | 2025.02.21 14:41:50.871675 [ 256 ] {df8a6879-2fda-4829-903d-eccc53f4a586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11458 | 2025.02.21 14:41:50.872048 [ 256 ] {df8a6879-2fda-4829-903d-eccc53f4a586} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 11459 | 2025.02.21 14:41:50.872286 [ 256 ] {df8a6879-2fda-4829-903d-eccc53f4a586} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11460 | 2025.02.21 14:41:50.872476 [ 78 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 11461 | 2025.02.21 14:41:50.872528 [ 256 ] {df8a6879-2fda-4829-903d-eccc53f4a586} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001543 sec., 14257.93907971484 rows/sec., 991.75 KiB/sec. | ||
| 11462 | 2025.02.21 14:41:50.872534 [ 78 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11463 | 2025.02.21 14:41:50.872619 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11464 | 2025.02.21 14:41:50.872664 [ 256 ] {df8a6879-2fda-4829-903d-eccc53f4a586} <Debug> TCPHandler: Processed in 0.001865926 sec. | ||
| 11465 | 2025.02.21 14:41:50.872875 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 11466 | 2025.02.21 14:41:50.873059 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11467 | 2025.02.21 14:41:50.873174 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 6228 rows starting from the beginning of the part | ||
| 11468 | 2025.02.21 14:41:50.873533 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part | ||
| 11469 | 2025.02.21 14:41:50.873860 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 11470 | 2025.02.21 14:41:50.874174 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 60 rows starting from the beginning of the part | ||
| 11471 | 2025.02.21 14:41:50.874516 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 11472 | 2025.02.21 14:41:50.874819 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 22 rows starting from the beginning of the part | ||
| 11473 | 2025.02.21 14:41:50.877206 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6490 rows, containing 4 columns (4 merged, 0 gathered) in 0.004491954 sec., 1444805.5345179401 rows/sec., 97.37 MiB/sec. | ||
| 11474 | 2025.02.21 14:41:50.877683 [ 190 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 11475 | 2025.02.21 14:41:50.878013 [ 190 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_126_25} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11476 | 2025.02.21 14:41:50.878097 [ 190 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_126_25} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 11477 | 2025.02.21 14:41:50.878193 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
| 11478 | 2025.02.21 14:41:52.671207 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1548 | ||
| 11479 | 2025.02.21 14:41:52.675009 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11480 | 2025.02.21 14:41:52.675068 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11481 | 2025.02.21 14:41:52.676579 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11482 | 2025.02.21 14:41:52.676886 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11483 | 2025.02.21 14:41:52.677503 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1548 | ||
| 11484 | 2025.02.21 14:41:54.135934 [ 224 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): 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] | ||
| 11485 | 2025.02.21 14:41:54.135992 [ 224 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): 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] | ||
| 11486 | 2025.02.21 14:41:54.137893 [ 224 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): 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] | ||
| 11487 | 2025.02.21 14:41:54.204325 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11488 | 2025.02.21 14:41:54.204517 [ 254 ] {a2a28f32-1bb3-448c-94ec-4593ad96391d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11489 | 2025.02.21 14:41:54.204592 [ 254 ] {a2a28f32-1bb3-448c-94ec-4593ad96391d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11490 | 2025.02.21 14:41:54.205444 [ 254 ] {a2a28f32-1bb3-448c-94ec-4593ad96391d} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11491 | 2025.02.21 14:41:54.205499 [ 254 ] {a2a28f32-1bb3-448c-94ec-4593ad96391d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11492 | 2025.02.21 14:41:54.205949 [ 254 ] {a2a28f32-1bb3-448c-94ec-4593ad96391d} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 11493 | 2025.02.21 14:41:54.206210 [ 254 ] {a2a28f32-1bb3-448c-94ec-4593ad96391d} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11494 | 2025.02.21 14:41:54.206436 [ 254 ] {a2a28f32-1bb3-448c-94ec-4593ad96391d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001972 sec., 28397.565922920894 rows/sec., 2.17 MiB/sec. | ||
| 11495 | 2025.02.21 14:41:54.206508 [ 254 ] {a2a28f32-1bb3-448c-94ec-4593ad96391d} <Debug> TCPHandler: Processed in 0.002311709 sec. | ||
| 11496 | 2025.02.21 14:41:54.206784 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11497 | 2025.02.21 14:41:54.206972 [ 256 ] {b981cf65-21d4-4c1c-a300-db723c928e1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11498 | 2025.02.21 14:41:54.207050 [ 256 ] {b981cf65-21d4-4c1c-a300-db723c928e1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11499 | 2025.02.21 14:41:54.207854 [ 256 ] {b981cf65-21d4-4c1c-a300-db723c928e1e} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11500 | 2025.02.21 14:41:54.207906 [ 256 ] {b981cf65-21d4-4c1c-a300-db723c928e1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11501 | 2025.02.21 14:41:54.208359 [ 256 ] {b981cf65-21d4-4c1c-a300-db723c928e1e} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 11502 | 2025.02.21 14:41:54.208634 [ 256 ] {b981cf65-21d4-4c1c-a300-db723c928e1e} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11503 | 2025.02.21 14:41:54.208880 [ 256 ] {b981cf65-21d4-4c1c-a300-db723c928e1e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001961 sec., 32636.40999490056 rows/sec., 2.55 MiB/sec. | ||
| 11504 | 2025.02.21 14:41:54.208951 [ 256 ] {b981cf65-21d4-4c1c-a300-db723c928e1e} <Debug> TCPHandler: Processed in 0.002303969 sec. | ||
| 11505 | 2025.02.21 14:41:54.209136 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11506 | 2025.02.21 14:41:54.209291 [ 254 ] {a76df226-1296-4e1d-a4e1-b3b0d3e8e943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11507 | 2025.02.21 14:41:54.209359 [ 254 ] {a76df226-1296-4e1d-a4e1-b3b0d3e8e943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11508 | 2025.02.21 14:41:54.209975 [ 254 ] {a76df226-1296-4e1d-a4e1-b3b0d3e8e943} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11509 | 2025.02.21 14:41:54.210019 [ 254 ] {a76df226-1296-4e1d-a4e1-b3b0d3e8e943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11510 | 2025.02.21 14:41:54.210431 [ 254 ] {a76df226-1296-4e1d-a4e1-b3b0d3e8e943} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 11511 | 2025.02.21 14:41:54.210679 [ 254 ] {a76df226-1296-4e1d-a4e1-b3b0d3e8e943} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11512 | 2025.02.21 14:41:54.210926 [ 254 ] {a76df226-1296-4e1d-a4e1-b3b0d3e8e943} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001663 sec., 58929.64521948286 rows/sec., 4.11 MiB/sec. | ||
| 11513 | 2025.02.21 14:41:54.211019 [ 254 ] {a76df226-1296-4e1d-a4e1-b3b0d3e8e943} <Debug> TCPHandler: Processed in 0.001953658 sec. | ||
| 11514 | 2025.02.21 14:41:54.211217 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11515 | 2025.02.21 14:41:54.211400 [ 256 ] {c5891589-5327-4c18-9b3a-7442641cae0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11516 | 2025.02.21 14:41:54.211469 [ 256 ] {c5891589-5327-4c18-9b3a-7442641cae0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11517 | 2025.02.21 14:41:54.211999 [ 256 ] {c5891589-5327-4c18-9b3a-7442641cae0a} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11518 | 2025.02.21 14:41:54.212040 [ 256 ] {c5891589-5327-4c18-9b3a-7442641cae0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11519 | 2025.02.21 14:41:54.212451 [ 256 ] {c5891589-5327-4c18-9b3a-7442641cae0a} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 11520 | 2025.02.21 14:41:54.212694 [ 256 ] {c5891589-5327-4c18-9b3a-7442641cae0a} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11521 | 2025.02.21 14:41:54.212899 [ 256 ] {c5891589-5327-4c18-9b3a-7442641cae0a} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001533 sec., 24787.997390737117 rows/sec., 1.66 MiB/sec. | ||
| 11522 | 2025.02.21 14:41:54.212956 [ 256 ] {c5891589-5327-4c18-9b3a-7442641cae0a} <Debug> TCPHandler: Processed in 0.001831924 sec. | ||
| 11523 | 2025.02.21 14:41:55.010860 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34404 | ||
| 11524 | 2025.02.21 14:41:55.011511 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11525 | 2025.02.21 14:41:55.011559 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11526 | 2025.02.21 14:41:55.012100 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11527 | 2025.02.21 14:41:55.012368 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11528 | 2025.02.21 14:41:55.012623 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404 | ||
| 11529 | 2025.02.21 14:41:55.475372 [ 223 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): 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] | ||
| 11530 | 2025.02.21 14:41:55.475429 [ 223 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): 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] | ||
| 11531 | 2025.02.21 14:41:55.477405 [ 223 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): 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] | ||
| 11532 | 2025.02.21 14:41:56.001160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 251.93 MiB, peak 273.95 MiB, free memory in arenas 0.00 B, will set to 255.92 MiB (RSS), difference: 3.99 MiB | ||
| 11533 | 2025.02.21 14:41:57.481984 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 11534 | 2025.02.21 14:41:57.503335 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11535 | 2025.02.21 14:41:57.503392 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11536 | 2025.02.21 14:41:57.511934 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11537 | 2025.02.21 14:41:57.512794 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11538 | 2025.02.21 14:41:57.516018 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 11539 | 2025.02.21 14:41:59.206886 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11540 | 2025.02.21 14:41:59.207095 [ 254 ] {1b76c029-3d96-4027-943e-8666926bc356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11541 | 2025.02.21 14:41:59.207175 [ 254 ] {1b76c029-3d96-4027-943e-8666926bc356} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11542 | 2025.02.21 14:41:59.208036 [ 254 ] {1b76c029-3d96-4027-943e-8666926bc356} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11543 | 2025.02.21 14:41:59.208086 [ 254 ] {1b76c029-3d96-4027-943e-8666926bc356} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11544 | 2025.02.21 14:41:59.208549 [ 254 ] {1b76c029-3d96-4027-943e-8666926bc356} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 11545 | 2025.02.21 14:41:59.208809 [ 254 ] {1b76c029-3d96-4027-943e-8666926bc356} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11546 | 2025.02.21 14:41:59.209015 [ 254 ] {1b76c029-3d96-4027-943e-8666926bc356} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001977 sec., 28325.74607991907 rows/sec., 2.16 MiB/sec. | ||
| 11547 | 2025.02.21 14:41:59.209082 [ 254 ] {1b76c029-3d96-4027-943e-8666926bc356} <Debug> TCPHandler: Processed in 0.00233059 sec. | ||
| 11548 | 2025.02.21 14:41:59.209352 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11549 | 2025.02.21 14:41:59.209572 [ 256 ] {54655713-1e29-4c03-b9ed-0e4c84e875a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11550 | 2025.02.21 14:41:59.209657 [ 256 ] {54655713-1e29-4c03-b9ed-0e4c84e875a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11551 | 2025.02.21 14:41:59.210471 [ 256 ] {54655713-1e29-4c03-b9ed-0e4c84e875a6} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11552 | 2025.02.21 14:41:59.210525 [ 256 ] {54655713-1e29-4c03-b9ed-0e4c84e875a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11553 | 2025.02.21 14:41:59.210983 [ 256 ] {54655713-1e29-4c03-b9ed-0e4c84e875a6} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 11554 | 2025.02.21 14:41:59.211251 [ 256 ] {54655713-1e29-4c03-b9ed-0e4c84e875a6} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11555 | 2025.02.21 14:41:59.211510 [ 256 ] {54655713-1e29-4c03-b9ed-0e4c84e875a6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001996 sec., 32064.128256513028 rows/sec., 2.50 MiB/sec. | ||
| 11556 | 2025.02.21 14:41:59.211614 [ 256 ] {54655713-1e29-4c03-b9ed-0e4c84e875a6} <Debug> TCPHandler: Processed in 0.002406522 sec. | ||
| 11557 | 2025.02.21 14:41:59.211618 [ 225 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 11558 | 2025.02.21 14:41:59.211703 [ 225 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 11559 | 2025.02.21 14:41:59.211796 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11560 | 2025.02.21 14:41:59.211958 [ 254 ] {bd139909-019e-4b53-95e8-8e19e53e0657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11561 | 2025.02.21 14:41:59.212026 [ 254 ] {bd139909-019e-4b53-95e8-8e19e53e0657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11562 | 2025.02.21 14:41:59.213318 [ 254 ] {bd139909-019e-4b53-95e8-8e19e53e0657} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11563 | 2025.02.21 14:41:59.213379 [ 254 ] {bd139909-019e-4b53-95e8-8e19e53e0657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11564 | 2025.02.21 14:41:59.214115 [ 254 ] {bd139909-019e-4b53-95e8-8e19e53e0657} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 11565 | 2025.02.21 14:41:59.214486 [ 254 ] {bd139909-019e-4b53-95e8-8e19e53e0657} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11566 | 2025.02.21 14:41:59.214960 [ 254 ] {bd139909-019e-4b53-95e8-8e19e53e0657} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00304 sec., 52631.57894736842 rows/sec., 3.67 MiB/sec. | ||
| 11567 | 2025.02.21 14:41:59.215026 [ 254 ] {bd139909-019e-4b53-95e8-8e19e53e0657} <Debug> TCPHandler: Processed in 0.003318039 sec. | ||
| 11568 | 2025.02.21 14:41:59.215212 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11569 | 2025.02.21 14:41:59.215264 [ 225 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 11570 | 2025.02.21 14:41:59.215536 [ 256 ] {1b771c1a-ed23-4fa3-b8fe-1f89c29b411b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11571 | 2025.02.21 14:41:59.215618 [ 256 ] {1b771c1a-ed23-4fa3-b8fe-1f89c29b411b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11572 | 2025.02.21 14:41:59.217081 [ 256 ] {1b771c1a-ed23-4fa3-b8fe-1f89c29b411b} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11573 | 2025.02.21 14:41:59.217122 [ 256 ] {1b771c1a-ed23-4fa3-b8fe-1f89c29b411b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11574 | 2025.02.21 14:41:59.217520 [ 256 ] {1b771c1a-ed23-4fa3-b8fe-1f89c29b411b} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 11575 | 2025.02.21 14:41:59.217764 [ 256 ] {1b771c1a-ed23-4fa3-b8fe-1f89c29b411b} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11576 | 2025.02.21 14:41:59.217978 [ 256 ] {1b771c1a-ed23-4fa3-b8fe-1f89c29b411b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00255 sec., 23529.41176470588 rows/sec., 1.59 MiB/sec. | ||
| 11577 | 2025.02.21 14:41:59.218080 [ 256 ] {1b771c1a-ed23-4fa3-b8fe-1f89c29b411b} <Debug> TCPHandler: Processed in 0.002955289 sec. | ||
| 11578 | 2025.02.21 14:41:59.218127 [ 218 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 11579 | 2025.02.21 14:41:59.218198 [ 218 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 11580 | 2025.02.21 14:41:59.220090 [ 218 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 11581 | 2025.02.21 14:41:59.519029 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 11582 | 2025.02.21 14:41:59.519084 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 11583 | 2025.02.21 14:41:59.520971 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 11584 | 2025.02.21 14:42:00.105436 [ 223 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 11585 | 2025.02.21 14:42:00.105485 [ 223 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 11586 | 2025.02.21 14:42:00.107308 [ 223 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 11587 | 2025.02.21 14:42:02.236052 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11588 | 2025.02.21 14:42:02.236120 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11589 | 2025.02.21 14:42:02.513666 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34831 | ||
| 11590 | 2025.02.21 14:42:02.514304 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11591 | 2025.02.21 14:42:02.514350 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11592 | 2025.02.21 14:42:02.514916 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11593 | 2025.02.21 14:42:02.515180 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11594 | 2025.02.21 14:42:02.515348 [ 128 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11595 | 2025.02.21 14:42:02.515398 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
| 11596 | 2025.02.21 14:42:02.515401 [ 128 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11597 | 2025.02.21 14:42:02.515434 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11598 | 2025.02.21 14:42:02.515647 [ 187 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 11599 | 2025.02.21 14:42:02.515959 [ 187 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11600 | 2025.02.21 14:42:02.516004 [ 187 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32513 rows starting from the beginning of the part | ||
| 11601 | 2025.02.21 14:42:02.516084 [ 187 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 488 rows starting from the beginning of the part | ||
| 11602 | 2025.02.21 14:42:02.516340 [ 187 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 11603 | 2025.02.21 14:42:02.516534 [ 187 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 11604 | 2025.02.21 14:42:02.516726 [ 187 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 11605 | 2025.02.21 14:42:02.516862 [ 187 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 11606 | 2025.02.21 14:42:02.519921 [ 193 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.004404612 sec., 7907847.501664165 rows/sec., 113.12 MiB/sec. | ||
| 11607 | 2025.02.21 14:42:02.520253 [ 199 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11608 | 2025.02.21 14:42:02.520637 [ 199 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_76_15} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11609 | 2025.02.21 14:42:02.520717 [ 199 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_76_15} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11610 | 2025.02.21 14:42:02.520828 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB. | ||
| 11611 | 2025.02.21 14:42:02.678601 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1564 | ||
| 11612 | 2025.02.21 14:42:02.681362 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11613 | 2025.02.21 14:42:02.681413 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11614 | 2025.02.21 14:42:02.682971 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11615 | 2025.02.21 14:42:02.683281 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11616 | 2025.02.21 14:42:02.683530 [ 128 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11617 | 2025.02.21 14:42:02.683620 [ 128 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11618 | 2025.02.21 14:42:02.683683 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11619 | 2025.02.21 14:42:02.684044 [ 187 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 11620 | 2025.02.21 14:42:02.684733 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1564 | ||
| 11621 | 2025.02.21 14:42:02.685173 [ 187 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11622 | 2025.02.21 14:42:02.685342 [ 187 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1432 rows starting from the beginning of the part | ||
| 11623 | 2025.02.21 14:42:02.686006 [ 187 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 40 rows starting from the beginning of the part | ||
| 11624 | 2025.02.21 14:42:02.686647 [ 187 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 11625 | 2025.02.21 14:42:02.687341 [ 187 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 20 rows starting from the beginning of the part | ||
| 11626 | 2025.02.21 14:42:02.687977 [ 187 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 40 rows starting from the beginning of the part | ||
| 11627 | 2025.02.21 14:42:02.688609 [ 187 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 11628 | 2025.02.21 14:42:02.697070 [ 196 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1564 rows, containing 72 columns (72 merged, 0 gathered) in 0.013255707 sec., 117986.9168804048 rows/sec., 90.32 MiB/sec. | ||
| 11629 | 2025.02.21 14:42:02.698799 [ 196 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11630 | 2025.02.21 14:42:02.699654 [ 196 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_56_11} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11631 | 2025.02.21 14:42:02.699757 [ 196 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_56_11} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11632 | 2025.02.21 14:42:02.700130 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.87 MiB. | ||
| 11633 | 2025.02.21 14:42:02.862122 [ 161 ] {} <Debug> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 11634 | 2025.02.21 14:42:02.862191 [ 161 ] {} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11635 | 2025.02.21 14:42:02.862214 [ 161 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11636 | 2025.02.21 14:42:02.862436 [ 188 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 11637 | 2025.02.21 14:42:02.862629 [ 188 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11638 | 2025.02.21 14:42:02.862668 [ 188 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 11639 | 2025.02.21 14:42:02.862753 [ 188 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 11640 | 2025.02.21 14:42:02.862849 [ 188 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 11641 | 2025.02.21 14:42:02.863109 [ 188 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 11642 | 2025.02.21 14:42:02.863231 [ 188 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 11643 | 2025.02.21 14:42:02.864298 [ 195 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.001982479 sec., 27238.62396524755 rows/sec., 2.27 MiB/sec. | ||
| 11644 | 2025.02.21 14:42:02.864455 [ 188 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 11645 | 2025.02.21 14:42:02.864733 [ 188 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_17_4} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11646 | 2025.02.21 14:42:02.864815 [ 188 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_17_4} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 11647 | 2025.02.21 14:42:02.864893 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11648 | 2025.02.21 14:42:04.208765 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11649 | 2025.02.21 14:42:04.208961 [ 254 ] {ef192a41-8efe-4ec8-a4df-c17caef0beea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11650 | 2025.02.21 14:42:04.209036 [ 254 ] {ef192a41-8efe-4ec8-a4df-c17caef0beea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11651 | 2025.02.21 14:42:04.209839 [ 254 ] {ef192a41-8efe-4ec8-a4df-c17caef0beea} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11652 | 2025.02.21 14:42:04.209898 [ 254 ] {ef192a41-8efe-4ec8-a4df-c17caef0beea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11653 | 2025.02.21 14:42:04.210364 [ 254 ] {ef192a41-8efe-4ec8-a4df-c17caef0beea} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 11654 | 2025.02.21 14:42:04.210656 [ 254 ] {ef192a41-8efe-4ec8-a4df-c17caef0beea} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11655 | 2025.02.21 14:42:04.210903 [ 254 ] {ef192a41-8efe-4ec8-a4df-c17caef0beea} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001995 sec., 67167.91979949875 rows/sec., 5.78 MiB/sec. | ||
| 11656 | 2025.02.21 14:42:04.210972 [ 254 ] {ef192a41-8efe-4ec8-a4df-c17caef0beea} <Debug> TCPHandler: Processed in 0.00233869 sec. | ||
| 11657 | 2025.02.21 14:42:04.211219 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11658 | 2025.02.21 14:42:04.211432 [ 256 ] {fe2b4517-ccdf-4616-9e94-d08af86d4e1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11659 | 2025.02.21 14:42:04.211514 [ 256 ] {fe2b4517-ccdf-4616-9e94-d08af86d4e1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11660 | 2025.02.21 14:42:04.212332 [ 256 ] {fe2b4517-ccdf-4616-9e94-d08af86d4e1d} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11661 | 2025.02.21 14:42:04.212375 [ 256 ] {fe2b4517-ccdf-4616-9e94-d08af86d4e1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11662 | 2025.02.21 14:42:04.212820 [ 256 ] {fe2b4517-ccdf-4616-9e94-d08af86d4e1d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11663 | 2025.02.21 14:42:04.213084 [ 256 ] {fe2b4517-ccdf-4616-9e94-d08af86d4e1d} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11664 | 2025.02.21 14:42:04.213292 [ 256 ] {fe2b4517-ccdf-4616-9e94-d08af86d4e1d} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00192 sec., 20312.5 rows/sec., 1.49 MiB/sec. | ||
| 11665 | 2025.02.21 14:42:04.213359 [ 256 ] {fe2b4517-ccdf-4616-9e94-d08af86d4e1d} <Debug> TCPHandler: Processed in 0.002281419 sec. | ||
| 11666 | 2025.02.21 14:42:04.213502 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11667 | 2025.02.21 14:42:04.213653 [ 254 ] {c94e7a33-b6d6-4260-9324-48bce7ea2e30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11668 | 2025.02.21 14:42:04.213715 [ 254 ] {c94e7a33-b6d6-4260-9324-48bce7ea2e30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11669 | 2025.02.21 14:42:04.214401 [ 254 ] {c94e7a33-b6d6-4260-9324-48bce7ea2e30} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11670 | 2025.02.21 14:42:04.214445 [ 254 ] {c94e7a33-b6d6-4260-9324-48bce7ea2e30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11671 | 2025.02.21 14:42:04.214851 [ 254 ] {c94e7a33-b6d6-4260-9324-48bce7ea2e30} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 11672 | 2025.02.21 14:42:04.215105 [ 254 ] {c94e7a33-b6d6-4260-9324-48bce7ea2e30} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11673 | 2025.02.21 14:42:04.215334 [ 254 ] {c94e7a33-b6d6-4260-9324-48bce7ea2e30} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001712 sec., 60163.55140186916 rows/sec., 4.70 MiB/sec. | ||
| 11674 | 2025.02.21 14:42:04.215398 [ 254 ] {c94e7a33-b6d6-4260-9324-48bce7ea2e30} <Debug> TCPHandler: Processed in 0.001964229 sec. | ||
| 11675 | 2025.02.21 14:42:04.215573 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11676 | 2025.02.21 14:42:04.215929 [ 256 ] {18b76e89-4873-45aa-a37f-c4441c5a2853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11677 | 2025.02.21 14:42:04.216094 [ 256 ] {18b76e89-4873-45aa-a37f-c4441c5a2853} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11678 | 2025.02.21 14:42:04.216901 [ 256 ] {18b76e89-4873-45aa-a37f-c4441c5a2853} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11679 | 2025.02.21 14:42:04.216941 [ 256 ] {18b76e89-4873-45aa-a37f-c4441c5a2853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11680 | 2025.02.21 14:42:04.217354 [ 256 ] {18b76e89-4873-45aa-a37f-c4441c5a2853} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 11681 | 2025.02.21 14:42:04.217602 [ 256 ] {18b76e89-4873-45aa-a37f-c4441c5a2853} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11682 | 2025.02.21 14:42:04.217746 [ 116 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 3 parts from all_1_124_25 to all_126_126_0 | ||
| 11683 | 2025.02.21 14:42:04.217793 [ 116 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11684 | 2025.02.21 14:42:04.217796 [ 256 ] {18b76e89-4873-45aa-a37f-c4441c5a2853} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001996 sec., 80160.32064128257 rows/sec., 5.58 MiB/sec. | ||
| 11685 | 2025.02.21 14:42:04.217821 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11686 | 2025.02.21 14:42:04.217904 [ 256 ] {18b76e89-4873-45aa-a37f-c4441c5a2853} <Debug> TCPHandler: Processed in 0.002419903 sec. | ||
| 11687 | 2025.02.21 14:42:04.218128 [ 194 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_126_26} <Debug> MergeTask::PrepareStage: Merging 3 parts: from all_1_124_25 to all_126_126_0 into Compact with storage Full | ||
| 11688 | 2025.02.21 14:42:04.218184 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11689 | 2025.02.21 14:42:04.218649 [ 254 ] {bcb2a4c8-dd3d-4f8f-9f75-7fd599747e1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11690 | 2025.02.21 14:42:04.218745 [ 194 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_126_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11691 | 2025.02.21 14:42:04.218935 [ 194 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_124_25, total 33814 rows starting from the beginning of the part | ||
| 11692 | 2025.02.21 14:42:04.219131 [ 254 ] {bcb2a4c8-dd3d-4f8f-9f75-7fd599747e1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11693 | 2025.02.21 14:42:04.219674 [ 194 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 160 rows starting from the beginning of the part | ||
| 11694 | 2025.02.21 14:42:04.220842 [ 194 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 952 rows starting from the beginning of the part | ||
| 11695 | 2025.02.21 14:42:04.224305 [ 254 ] {bcb2a4c8-dd3d-4f8f-9f75-7fd599747e1f} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11696 | 2025.02.21 14:42:04.224372 [ 254 ] {bcb2a4c8-dd3d-4f8f-9f75-7fd599747e1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 11697 | 2025.02.21 14:42:04.225280 [ 254 ] {bcb2a4c8-dd3d-4f8f-9f75-7fd599747e1f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11698 | 2025.02.21 14:42:04.225596 [ 254 ] {bcb2a4c8-dd3d-4f8f-9f75-7fd599747e1f} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11699 | 2025.02.21 14:42:04.226015 [ 254 ] {bcb2a4c8-dd3d-4f8f-9f75-7fd599747e1f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007533 sec., 5177.220230983672 rows/sec., 9.28 MiB/sec. | ||
| 11700 | 2025.02.21 14:42:04.226668 [ 254 ] {bcb2a4c8-dd3d-4f8f-9f75-7fd599747e1f} <Debug> TCPHandler: Processed in 0.008585657 sec. | ||
| 11701 | 2025.02.21 14:42:04.226945 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11702 | 2025.02.21 14:42:04.227130 [ 256 ] {a62b414d-bd0a-4019-9b56-7214b55efe3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11703 | 2025.02.21 14:42:04.227233 [ 256 ] {a62b414d-bd0a-4019-9b56-7214b55efe3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11704 | 2025.02.21 14:42:04.228092 [ 256 ] {a62b414d-bd0a-4019-9b56-7214b55efe3f} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11705 | 2025.02.21 14:42:04.228138 [ 256 ] {a62b414d-bd0a-4019-9b56-7214b55efe3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11706 | 2025.02.21 14:42:04.228560 [ 256 ] {a62b414d-bd0a-4019-9b56-7214b55efe3f} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 11707 | 2025.02.21 14:42:04.228987 [ 256 ] {a62b414d-bd0a-4019-9b56-7214b55efe3f} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11708 | 2025.02.21 14:42:04.229189 [ 256 ] {a62b414d-bd0a-4019-9b56-7214b55efe3f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002136 sec., 28089.88764044944 rows/sec., 1.89 MiB/sec. | ||
| 11709 | 2025.02.21 14:42:04.229325 [ 256 ] {a62b414d-bd0a-4019-9b56-7214b55efe3f} <Debug> TCPHandler: Processed in 0.002505704 sec. | ||
| 11710 | 2025.02.21 14:42:04.230626 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_126_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34926 rows, containing 5 columns (5 merged, 0 gathered) in 0.012681999 sec., 2753982.2389199054 rows/sec., 188.70 MiB/sec. | ||
| 11711 | 2025.02.21 14:42:04.231049 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_126_26} <Trace> MergedBlockOutputStream: filled checksums all_1_126_26 (state Temporary) | ||
| 11712 | 2025.02.21 14:42:04.231394 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_126_26} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_126_26 to all_1_126_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11713 | 2025.02.21 14:42:04.231489 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_126_26} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 3 parts: [all_1_124_25, all_126_126_0] -> all_1_126_26 | ||
| 11714 | 2025.02.21 14:42:04.231592 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 11715 | 2025.02.21 14:42:05.017004 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 11716 | 2025.02.21 14:42:05.039182 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11717 | 2025.02.21 14:42:05.039259 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11718 | 2025.02.21 14:42:05.047401 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11719 | 2025.02.21 14:42:05.048677 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11720 | 2025.02.21 14:42:05.049221 [ 107 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11721 | 2025.02.21 14:42:05.049384 [ 107 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11722 | 2025.02.21 14:42:05.049455 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 11723 | 2025.02.21 14:42:05.049914 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 11724 | 2025.02.21 14:42:05.068729 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 11725 | 2025.02.21 14:42:05.069849 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11726 | 2025.02.21 14:42:05.071417 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 11727 | 2025.02.21 14:42:05.077190 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 11728 | 2025.02.21 14:42:05.083196 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 11729 | 2025.02.21 14:42:05.089250 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 11730 | 2025.02.21 14:42:05.095307 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 11731 | 2025.02.21 14:42:05.101124 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 11732 | 2025.02.21 14:42:05.164152 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.114552428 sec., 5002.076429143868 rows/sec., 25.86 MiB/sec. | ||
| 11733 | 2025.02.21 14:42:05.167372 [ 201 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11734 | 2025.02.21 14:42:05.170460 [ 201 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_76_15} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11735 | 2025.02.21 14:42:05.170568 [ 201 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_76_15} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11736 | 2025.02.21 14:42:05.173068 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 11737 | 2025.02.21 14:42:06.001153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.99 MiB, peak 274.39 MiB, free memory in arenas 0.00 B, will set to 255.92 MiB (RSS), difference: -1.07 MiB | ||
| 11738 | 2025.02.21 14:42:09.206577 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11739 | 2025.02.21 14:42:09.206780 [ 254 ] {19fdd65f-a60f-4b4f-9fa5-51cf65dfc2f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11740 | 2025.02.21 14:42:09.206850 [ 254 ] {19fdd65f-a60f-4b4f-9fa5-51cf65dfc2f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11741 | 2025.02.21 14:42:09.207646 [ 254 ] {19fdd65f-a60f-4b4f-9fa5-51cf65dfc2f3} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11742 | 2025.02.21 14:42:09.207691 [ 254 ] {19fdd65f-a60f-4b4f-9fa5-51cf65dfc2f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 11743 | 2025.02.21 14:42:09.208131 [ 254 ] {19fdd65f-a60f-4b4f-9fa5-51cf65dfc2f3} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 11744 | 2025.02.21 14:42:09.208402 [ 254 ] {19fdd65f-a60f-4b4f-9fa5-51cf65dfc2f3} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11745 | 2025.02.21 14:42:09.208646 [ 254 ] {19fdd65f-a60f-4b4f-9fa5-51cf65dfc2f3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001918 sec., 29197.080291970804 rows/sec., 2.23 MiB/sec. | ||
| 11746 | 2025.02.21 14:42:09.208714 [ 254 ] {19fdd65f-a60f-4b4f-9fa5-51cf65dfc2f3} <Debug> TCPHandler: Processed in 0.002266118 sec. | ||
| 11747 | 2025.02.21 14:42:09.208979 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11748 | 2025.02.21 14:42:09.209178 [ 256 ] {f97849c5-3398-45f7-be2b-a21335cf5337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11749 | 2025.02.21 14:42:09.209254 [ 256 ] {f97849c5-3398-45f7-be2b-a21335cf5337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11750 | 2025.02.21 14:42:09.210056 [ 256 ] {f97849c5-3398-45f7-be2b-a21335cf5337} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11751 | 2025.02.21 14:42:09.210111 [ 256 ] {f97849c5-3398-45f7-be2b-a21335cf5337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 11752 | 2025.02.21 14:42:09.210569 [ 256 ] {f97849c5-3398-45f7-be2b-a21335cf5337} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 11753 | 2025.02.21 14:42:09.210844 [ 256 ] {f97849c5-3398-45f7-be2b-a21335cf5337} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11754 | 2025.02.21 14:42:09.211090 [ 256 ] {f97849c5-3398-45f7-be2b-a21335cf5337} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001966 sec., 32553.407934893185 rows/sec., 2.54 MiB/sec. | ||
| 11755 | 2025.02.21 14:42:09.211160 [ 256 ] {f97849c5-3398-45f7-be2b-a21335cf5337} <Debug> TCPHandler: Processed in 0.00231569 sec. | ||
| 11756 | 2025.02.21 14:42:09.211324 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11757 | 2025.02.21 14:42:09.211471 [ 254 ] {8d7e5d47-977c-4086-af21-d535d0ca326b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11758 | 2025.02.21 14:42:09.211538 [ 254 ] {8d7e5d47-977c-4086-af21-d535d0ca326b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11759 | 2025.02.21 14:42:09.212229 [ 254 ] {8d7e5d47-977c-4086-af21-d535d0ca326b} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11760 | 2025.02.21 14:42:09.212267 [ 254 ] {8d7e5d47-977c-4086-af21-d535d0ca326b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 11761 | 2025.02.21 14:42:09.212690 [ 254 ] {8d7e5d47-977c-4086-af21-d535d0ca326b} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 11762 | 2025.02.21 14:42:09.212937 [ 254 ] {8d7e5d47-977c-4086-af21-d535d0ca326b} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11763 | 2025.02.21 14:42:09.213118 [ 254 ] {8d7e5d47-977c-4086-af21-d535d0ca326b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001684 sec., 95011.87648456058 rows/sec., 6.62 MiB/sec. | ||
| 11764 | 2025.02.21 14:42:09.213174 [ 254 ] {8d7e5d47-977c-4086-af21-d535d0ca326b} <Debug> TCPHandler: Processed in 0.001921127 sec. | ||
| 11765 | 2025.02.21 14:42:09.213351 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11766 | 2025.02.21 14:42:09.213500 [ 256 ] {d350b637-8f03-4c23-a8b3-d207899173e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11767 | 2025.02.21 14:42:09.213564 [ 256 ] {d350b637-8f03-4c23-a8b3-d207899173e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11768 | 2025.02.21 14:42:09.214167 [ 256 ] {d350b637-8f03-4c23-a8b3-d207899173e1} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11769 | 2025.02.21 14:42:09.214208 [ 256 ] {d350b637-8f03-4c23-a8b3-d207899173e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 11770 | 2025.02.21 14:42:09.214603 [ 256 ] {d350b637-8f03-4c23-a8b3-d207899173e1} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 11771 | 2025.02.21 14:42:09.214846 [ 256 ] {d350b637-8f03-4c23-a8b3-d207899173e1} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11772 | 2025.02.21 14:42:09.215064 [ 256 ] {d350b637-8f03-4c23-a8b3-d207899173e1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0016 sec., 37500 rows/sec., 2.53 MiB/sec. | ||
| 11773 | 2025.02.21 14:42:09.215119 [ 256 ] {d350b637-8f03-4c23-a8b3-d207899173e1} <Debug> TCPHandler: Processed in 0.001836865 sec. | ||
| 11774 | 2025.02.21 14:42:10.016413 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35319 | ||
| 11775 | 2025.02.21 14:42:10.017073 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11776 | 2025.02.21 14:42:10.017116 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 11777 | 2025.02.21 14:42:10.017673 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11778 | 2025.02.21 14:42:10.017952 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11779 | 2025.02.21 14:42:10.018205 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319 | ||
| 11780 | 2025.02.21 14:42:12.569740 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 11781 | 2025.02.21 14:42:12.593490 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11782 | 2025.02.21 14:42:12.593565 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 11783 | 2025.02.21 14:42:12.601211 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11784 | 2025.02.21 14:42:12.602074 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11785 | 2025.02.21 14:42:12.606239 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 11786 | 2025.02.21 14:42:12.685760 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1584 | ||
| 11787 | 2025.02.21 14:42:12.688716 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11788 | 2025.02.21 14:42:12.688766 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 11789 | 2025.02.21 14:42:12.690296 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11790 | 2025.02.21 14:42:12.690609 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11791 | 2025.02.21 14:42:12.691167 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1584 | ||
| 11792 | 2025.02.21 14:42:14.208483 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11793 | 2025.02.21 14:42:14.208671 [ 254 ] {9373ffdb-cdbf-4dc7-9b14-e989d85c5efc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11794 | 2025.02.21 14:42:14.208757 [ 254 ] {9373ffdb-cdbf-4dc7-9b14-e989d85c5efc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11795 | 2025.02.21 14:42:14.209623 [ 254 ] {9373ffdb-cdbf-4dc7-9b14-e989d85c5efc} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11796 | 2025.02.21 14:42:14.209676 [ 254 ] {9373ffdb-cdbf-4dc7-9b14-e989d85c5efc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 11797 | 2025.02.21 14:42:14.210135 [ 254 ] {9373ffdb-cdbf-4dc7-9b14-e989d85c5efc} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 11798 | 2025.02.21 14:42:14.210402 [ 254 ] {9373ffdb-cdbf-4dc7-9b14-e989d85c5efc} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11799 | 2025.02.21 14:42:14.210630 [ 254 ] {9373ffdb-cdbf-4dc7-9b14-e989d85c5efc} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002005 sec., 66832.91770573567 rows/sec., 5.75 MiB/sec. | ||
| 11800 | 2025.02.21 14:42:14.210631 [ 156 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 11801 | 2025.02.21 14:42:14.210726 [ 254 ] {9373ffdb-cdbf-4dc7-9b14-e989d85c5efc} <Debug> TCPHandler: Processed in 0.002375071 sec. | ||
| 11802 | 2025.02.21 14:42:14.210735 [ 156 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11803 | 2025.02.21 14:42:14.210785 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 11804 | 2025.02.21 14:42:14.211008 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 11805 | 2025.02.21 14:42:14.211053 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11806 | 2025.02.21 14:42:14.211476 [ 256 ] {9940cff7-2971-452f-b471-0b74e2936bd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11807 | 2025.02.21 14:42:14.211543 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11808 | 2025.02.21 14:42:14.211659 [ 256 ] {9940cff7-2971-452f-b471-0b74e2936bd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11809 | 2025.02.21 14:42:14.211676 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1405 rows starting from the beginning of the part | ||
| 11810 | 2025.02.21 14:42:14.212282 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 11811 | 2025.02.21 14:42:14.212971 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 11812 | 2025.02.21 14:42:14.213588 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 134 rows starting from the beginning of the part | ||
| 11813 | 2025.02.21 14:42:14.214107 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 11814 | 2025.02.21 14:42:14.214584 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 134 rows starting from the beginning of the part | ||
| 11815 | 2025.02.21 14:42:14.215516 [ 256 ] {9940cff7-2971-452f-b471-0b74e2936bd1} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11816 | 2025.02.21 14:42:14.215570 [ 256 ] {9940cff7-2971-452f-b471-0b74e2936bd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 11817 | 2025.02.21 14:42:14.216168 [ 256 ] {9940cff7-2971-452f-b471-0b74e2936bd1} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11818 | 2025.02.21 14:42:14.216447 [ 256 ] {9940cff7-2971-452f-b471-0b74e2936bd1} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11819 | 2025.02.21 14:42:14.216765 [ 156 ] {} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Selected 6 parts from all_1_51_11 to all_56_56_0 | ||
| 11820 | 2025.02.21 14:42:14.216813 [ 191 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1841 rows, containing 5 columns (5 merged, 0 gathered) in 0.005913567 sec., 311318.0251445532 rows/sec., 27.11 MiB/sec. | ||
| 11821 | 2025.02.21 14:42:14.216855 [ 156 ] {} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11822 | 2025.02.21 14:42:14.216915 [ 256 ] {9940cff7-2971-452f-b471-0b74e2936bd1} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.005595 sec., 6970.509383378016 rows/sec., 524.15 KiB/sec. | ||
| 11823 | 2025.02.21 14:42:14.216925 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 11824 | 2025.02.21 14:42:14.217221 [ 256 ] {9940cff7-2971-452f-b471-0b74e2936bd1} <Debug> TCPHandler: Processed in 0.00635048 sec. | ||
| 11825 | 2025.02.21 14:42:14.217218 [ 191 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 11826 | 2025.02.21 14:42:14.217455 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::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 | ||
| 11827 | 2025.02.21 14:42:14.217539 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11828 | 2025.02.21 14:42:14.217879 [ 254 ] {a6115e99-1e76-4c81-8030-df066dd263b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11829 | 2025.02.21 14:42:14.217902 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_56_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11830 | 2025.02.21 14:42:14.218012 [ 254 ] {a6115e99-1e76-4c81-8030-df066dd263b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11831 | 2025.02.21 14:42:14.218027 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 69 rows starting from the beginning of the part | ||
| 11832 | 2025.02.21 14:42:14.218434 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 39 rows starting from the beginning of the part | ||
| 11833 | 2025.02.21 14:42:14.218570 [ 190 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_131_26} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11834 | 2025.02.21 14:42:14.218880 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 39 rows starting from the beginning of the part | ||
| 11835 | 2025.02.21 14:42:14.219315 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 67 rows starting from the beginning of the part | ||
| 11836 | 2025.02.21 14:42:14.219716 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 39 rows starting from the beginning of the part | ||
| 11837 | 2025.02.21 14:42:14.220021 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 39 rows starting from the beginning of the part | ||
| 11838 | 2025.02.21 14:42:14.220874 [ 190 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_131_26} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 11839 | 2025.02.21 14:42:14.221305 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 11840 | 2025.02.21 14:42:14.221699 [ 254 ] {a6115e99-1e76-4c81-8030-df066dd263b4} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11841 | 2025.02.21 14:42:14.221776 [ 254 ] {a6115e99-1e76-4c81-8030-df066dd263b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 11842 | 2025.02.21 14:42:14.222832 [ 254 ] {a6115e99-1e76-4c81-8030-df066dd263b4} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 11843 | 2025.02.21 14:42:14.223217 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_56_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 5 columns (5 merged, 0 gathered) in 0.006122943 sec., 47689.485268767 rows/sec., 3.67 MiB/sec. | ||
| 11844 | 2025.02.21 14:42:14.223382 [ 254 ] {a6115e99-1e76-4c81-8030-df066dd263b4} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11845 | 2025.02.21 14:42:14.223431 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_56_12} <Trace> MergedBlockOutputStream: filled checksums all_1_56_12 (state Temporary) | ||
| 11846 | 2025.02.21 14:42:14.223678 [ 156 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 11847 | 2025.02.21 14:42:14.223757 [ 156 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11848 | 2025.02.21 14:42:14.223830 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 11849 | 2025.02.21 14:42:14.223946 [ 254 ] {a6115e99-1e76-4c81-8030-df066dd263b4} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.006175 sec., 16680.16194331984 rows/sec., 1.30 MiB/sec. | ||
| 11850 | 2025.02.21 14:42:14.224180 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_56_12} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_merge_all_1_56_12 to all_1_56_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11851 | 2025.02.21 14:42:14.224214 [ 254 ] {a6115e99-1e76-4c81-8030-df066dd263b4} <Debug> TCPHandler: Processed in 0.006831285 sec. | ||
| 11852 | 2025.02.21 14:42:14.224465 [ 190 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 11853 | 2025.02.21 14:42:14.224498 [ 192 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_56_12} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Merged 6 parts: [all_1_51_11, all_56_56_0] -> all_1_56_12 | ||
| 11854 | 2025.02.21 14:42:14.224554 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11855 | 2025.02.21 14:42:14.224728 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11856 | 2025.02.21 14:42:14.224881 [ 190 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11857 | 2025.02.21 14:42:14.224899 [ 256 ] {d7c45567-e9fd-4619-977d-5beddf1c15e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11858 | 2025.02.21 14:42:14.224960 [ 190 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 631 rows starting from the beginning of the part | ||
| 11859 | 2025.02.21 14:42:14.225029 [ 256 ] {d7c45567-e9fd-4619-977d-5beddf1c15e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11860 | 2025.02.21 14:42:14.225287 [ 190 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 11861 | 2025.02.21 14:42:14.225650 [ 190 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 11862 | 2025.02.21 14:42:14.225963 [ 190 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 103 rows starting from the beginning of the part | ||
| 11863 | 2025.02.21 14:42:14.226328 [ 190 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 11864 | 2025.02.21 14:42:14.226634 [ 190 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 103 rows starting from the beginning of the part | ||
| 11865 | 2025.02.21 14:42:14.227822 [ 256 ] {d7c45567-e9fd-4619-977d-5beddf1c15e6} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11866 | 2025.02.21 14:42:14.227890 [ 256 ] {d7c45567-e9fd-4619-977d-5beddf1c15e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 11867 | 2025.02.21 14:42:14.228974 [ 256 ] {d7c45567-e9fd-4619-977d-5beddf1c15e6} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 11868 | 2025.02.21 14:42:14.229533 [ 256 ] {d7c45567-e9fd-4619-977d-5beddf1c15e6} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11869 | 2025.02.21 14:42:14.229642 [ 190 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1029 rows, containing 5 columns (5 merged, 0 gathered) in 0.00568854 sec., 180889.99989452478 rows/sec., 14.51 MiB/sec. | ||
| 11870 | 2025.02.21 14:42:14.229833 [ 156 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_126_26 to all_131_131_0 | ||
| 11871 | 2025.02.21 14:42:14.229900 [ 156 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11872 | 2025.02.21 14:42:14.229921 [ 256 ] {d7c45567-e9fd-4619-977d-5beddf1c15e6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005101 sec., 31366.398745344053 rows/sec., 2.18 MiB/sec. | ||
| 11873 | 2025.02.21 14:42:14.229962 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 11874 | 2025.02.21 14:42:14.229965 [ 191 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 11875 | 2025.02.21 14:42:14.230201 [ 256 ] {d7c45567-e9fd-4619-977d-5beddf1c15e6} <Debug> TCPHandler: Processed in 0.005848575 sec. | ||
| 11876 | 2025.02.21 14:42:14.230520 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11877 | 2025.02.21 14:42:14.230582 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_131_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_26 to all_131_131_0 into Compact with storage Full | ||
| 11878 | 2025.02.21 14:42:14.230790 [ 254 ] {5ea5d823-d1a9-4a11-9907-a68da52eeb4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11879 | 2025.02.21 14:42:14.230936 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_131_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11880 | 2025.02.21 14:42:14.231054 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_126_26, total 34926 rows starting from the beginning of the part | ||
| 11881 | 2025.02.21 14:42:14.231058 [ 191 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_131_26} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11882 | 2025.02.21 14:42:14.231082 [ 254 ] {5ea5d823-d1a9-4a11-9907-a68da52eeb4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11883 | 2025.02.21 14:42:14.231486 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 98 rows starting from the beginning of the part | ||
| 11884 | 2025.02.21 14:42:14.231908 [ 191 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_131_26} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 11885 | 2025.02.21 14:42:14.232109 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 160 rows starting from the beginning of the part | ||
| 11886 | 2025.02.21 14:42:14.232296 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 11887 | 2025.02.21 14:42:14.232625 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 160 rows starting from the beginning of the part | ||
| 11888 | 2025.02.21 14:42:14.232926 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 160 rows starting from the beginning of the part | ||
| 11889 | 2025.02.21 14:42:14.233263 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 160 rows starting from the beginning of the part | ||
| 11890 | 2025.02.21 14:42:14.235080 [ 254 ] {5ea5d823-d1a9-4a11-9907-a68da52eeb4a} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11891 | 2025.02.21 14:42:14.235126 [ 254 ] {5ea5d823-d1a9-4a11-9907-a68da52eeb4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 11892 | 2025.02.21 14:42:14.236330 [ 254 ] {5ea5d823-d1a9-4a11-9907-a68da52eeb4a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11893 | 2025.02.21 14:42:14.236825 [ 254 ] {5ea5d823-d1a9-4a11-9907-a68da52eeb4a} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11894 | 2025.02.21 14:42:14.237013 [ 156 ] {} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11895 | 2025.02.21 14:42:14.237078 [ 156 ] {} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11896 | 2025.02.21 14:42:14.237156 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 11897 | 2025.02.21 14:42:14.237247 [ 254 ] {5ea5d823-d1a9-4a11-9907-a68da52eeb4a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.006535 sec., 5967.865340474369 rows/sec., 10.69 MiB/sec. | ||
| 11898 | 2025.02.21 14:42:14.237717 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 11899 | 2025.02.21 14:42:14.238238 [ 254 ] {5ea5d823-d1a9-4a11-9907-a68da52eeb4a} <Debug> TCPHandler: Processed in 0.007888876 sec. | ||
| 11900 | 2025.02.21 14:42:14.238769 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11901 | 2025.02.21 14:42:14.239367 [ 256 ] {6a9114b6-30ed-4e91-ab41-a0d5336dc189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11902 | 2025.02.21 14:42:14.239568 [ 256 ] {6a9114b6-30ed-4e91-ab41-a0d5336dc189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11903 | 2025.02.21 14:42:14.240167 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11904 | 2025.02.21 14:42:14.240464 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 11905 | 2025.02.21 14:42:14.241538 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 11906 | 2025.02.21 14:42:14.242590 [ 256 ] {6a9114b6-30ed-4e91-ab41-a0d5336dc189} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11907 | 2025.02.21 14:42:14.242590 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 11908 | 2025.02.21 14:42:14.242694 [ 256 ] {6a9114b6-30ed-4e91-ab41-a0d5336dc189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 11909 | 2025.02.21 14:42:14.243746 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 11910 | 2025.02.21 14:42:14.243988 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_131_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35664 rows, containing 5 columns (5 merged, 0 gathered) in 0.013837655 sec., 2577315.303785215 rows/sec., 176.65 MiB/sec. | ||
| 11911 | 2025.02.21 14:42:14.244635 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_131_27} <Trace> MergedBlockOutputStream: filled checksums all_1_131_27 (state Temporary) | ||
| 11912 | 2025.02.21 14:42:14.244930 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 11913 | 2025.02.21 14:42:14.245399 [ 256 ] {6a9114b6-30ed-4e91-ab41-a0d5336dc189} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 11914 | 2025.02.21 14:42:14.245841 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_131_27} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_131_27 to all_1_131_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11915 | 2025.02.21 14:42:14.245946 [ 190 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 11916 | 2025.02.21 14:42:14.246169 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_131_27} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_126_26, all_131_131_0] -> all_1_131_27 | ||
| 11917 | 2025.02.21 14:42:14.246523 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 11918 | 2025.02.21 14:42:14.247004 [ 256 ] {6a9114b6-30ed-4e91-ab41-a0d5336dc189} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11919 | 2025.02.21 14:42:14.247356 [ 156 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 11920 | 2025.02.21 14:42:14.247440 [ 156 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11921 | 2025.02.21 14:42:14.247516 [ 156 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 11922 | 2025.02.21 14:42:14.247734 [ 256 ] {6a9114b6-30ed-4e91-ab41-a0d5336dc189} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008521 sec., 7041.427062551343 rows/sec., 485.93 KiB/sec. | ||
| 11923 | 2025.02.21 14:42:14.248008 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 11924 | 2025.02.21 14:42:14.248057 [ 256 ] {6a9114b6-30ed-4e91-ab41-a0d5336dc189} <Debug> TCPHandler: Processed in 0.009680789 sec. | ||
| 11925 | 2025.02.21 14:42:14.248437 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11926 | 2025.02.21 14:42:14.248532 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 6490 rows starting from the beginning of the part | ||
| 11927 | 2025.02.21 14:42:14.248874 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 38 rows starting from the beginning of the part | ||
| 11928 | 2025.02.21 14:42:14.249111 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 11929 | 2025.02.21 14:42:14.249302 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 60 rows starting from the beginning of the part | ||
| 11930 | 2025.02.21 14:42:14.249393 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 11931 | 2025.02.21 14:42:14.249473 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 60 rows starting from the beginning of the part | ||
| 11932 | 2025.02.21 14:42:14.251911 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6768 rows, containing 4 columns (4 merged, 0 gathered) in 0.004275538 sec., 1582958.6826266076 rows/sec., 106.68 MiB/sec. | ||
| 11933 | 2025.02.21 14:42:14.252423 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 11934 | 2025.02.21 14:42:14.253082 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_131_26} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11935 | 2025.02.21 14:42:14.253307 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_131_26} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 11936 | 2025.02.21 14:42:14.253534 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. | ||
| 11937 | 2025.02.21 14:42:14.259049 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2076 rows, containing 19 columns (19 merged, 0 gathered) in 0.021694909 sec., 95690.65258582095 rows/sec., 171.47 MiB/sec. | ||
| 11938 | 2025.02.21 14:42:14.261119 [ 199 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11939 | 2025.02.21 14:42:14.261547 [ 199 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11940 | 2025.02.21 14:42:14.261626 [ 199 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11941 | 2025.02.21 14:42:14.261777 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.02 MiB. | ||
| 11942 | 2025.02.21 14:42:15.001160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.58 MiB, peak 274.55 MiB, free memory in arenas 0.00 B, will set to 258.94 MiB (RSS), difference: 2.36 MiB | ||
| 11943 | 2025.02.21 14:42:17.236366 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11944 | 2025.02.21 14:42:17.236436 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11945 | 2025.02.21 14:42:17.519250 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35746 | ||
| 11946 | 2025.02.21 14:42:17.519901 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11947 | 2025.02.21 14:42:17.519952 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 11948 | 2025.02.21 14:42:17.520544 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11949 | 2025.02.21 14:42:17.520819 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11950 | 2025.02.21 14:42:17.521084 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
| 11951 | 2025.02.21 14:42:19.206647 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11952 | 2025.02.21 14:42:19.206836 [ 254 ] {b56a3802-2413-4873-992a-f90bf656a2be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11953 | 2025.02.21 14:42:19.206910 [ 254 ] {b56a3802-2413-4873-992a-f90bf656a2be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11954 | 2025.02.21 14:42:19.207735 [ 254 ] {b56a3802-2413-4873-992a-f90bf656a2be} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11955 | 2025.02.21 14:42:19.207787 [ 254 ] {b56a3802-2413-4873-992a-f90bf656a2be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 11956 | 2025.02.21 14:42:19.208279 [ 254 ] {b56a3802-2413-4873-992a-f90bf656a2be} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 11957 | 2025.02.21 14:42:19.208553 [ 254 ] {b56a3802-2413-4873-992a-f90bf656a2be} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11958 | 2025.02.21 14:42:19.208766 [ 254 ] {b56a3802-2413-4873-992a-f90bf656a2be} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001982 sec., 28254.28859737639 rows/sec., 2.16 MiB/sec. | ||
| 11959 | 2025.02.21 14:42:19.208850 [ 254 ] {b56a3802-2413-4873-992a-f90bf656a2be} <Debug> TCPHandler: Processed in 0.00233203 sec. | ||
| 11960 | 2025.02.21 14:42:19.209154 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11961 | 2025.02.21 14:42:19.209351 [ 256 ] {8b48a874-1835-438a-84b8-7f622bd6d3aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11962 | 2025.02.21 14:42:19.209442 [ 256 ] {8b48a874-1835-438a-84b8-7f622bd6d3aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11963 | 2025.02.21 14:42:19.210261 [ 256 ] {8b48a874-1835-438a-84b8-7f622bd6d3aa} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11964 | 2025.02.21 14:42:19.210317 [ 256 ] {8b48a874-1835-438a-84b8-7f622bd6d3aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 11965 | 2025.02.21 14:42:19.210850 [ 256 ] {8b48a874-1835-438a-84b8-7f622bd6d3aa} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 11966 | 2025.02.21 14:42:19.211186 [ 256 ] {8b48a874-1835-438a-84b8-7f622bd6d3aa} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11967 | 2025.02.21 14:42:19.211458 [ 256 ] {8b48a874-1835-438a-84b8-7f622bd6d3aa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002159 sec., 29643.353404353868 rows/sec., 2.31 MiB/sec. | ||
| 11968 | 2025.02.21 14:42:19.211530 [ 256 ] {8b48a874-1835-438a-84b8-7f622bd6d3aa} <Debug> TCPHandler: Processed in 0.002541366 sec. | ||
| 11969 | 2025.02.21 14:42:19.211710 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11970 | 2025.02.21 14:42:19.211843 [ 254 ] {1c1efeda-695f-48e3-9961-80a3532b2f3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11971 | 2025.02.21 14:42:19.211904 [ 254 ] {1c1efeda-695f-48e3-9961-80a3532b2f3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11972 | 2025.02.21 14:42:19.212563 [ 254 ] {1c1efeda-695f-48e3-9961-80a3532b2f3d} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11973 | 2025.02.21 14:42:19.212604 [ 254 ] {1c1efeda-695f-48e3-9961-80a3532b2f3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 11974 | 2025.02.21 14:42:19.213032 [ 254 ] {1c1efeda-695f-48e3-9961-80a3532b2f3d} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 11975 | 2025.02.21 14:42:19.213298 [ 254 ] {1c1efeda-695f-48e3-9961-80a3532b2f3d} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11976 | 2025.02.21 14:42:19.213507 [ 254 ] {1c1efeda-695f-48e3-9961-80a3532b2f3d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001695 sec., 94395.2802359882 rows/sec., 6.57 MiB/sec. | ||
| 11977 | 2025.02.21 14:42:19.213585 [ 254 ] {1c1efeda-695f-48e3-9961-80a3532b2f3d} <Debug> TCPHandler: Processed in 0.001937618 sec. | ||
| 11978 | 2025.02.21 14:42:19.213782 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11979 | 2025.02.21 14:42:19.213928 [ 256 ] {cccf25d0-ff71-401e-9593-195a12bfbd38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11980 | 2025.02.21 14:42:19.214000 [ 256 ] {cccf25d0-ff71-401e-9593-195a12bfbd38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11981 | 2025.02.21 14:42:19.214562 [ 256 ] {cccf25d0-ff71-401e-9593-195a12bfbd38} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11982 | 2025.02.21 14:42:19.214606 [ 256 ] {cccf25d0-ff71-401e-9593-195a12bfbd38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 11983 | 2025.02.21 14:42:19.215004 [ 256 ] {cccf25d0-ff71-401e-9593-195a12bfbd38} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 11984 | 2025.02.21 14:42:19.215256 [ 256 ] {cccf25d0-ff71-401e-9593-195a12bfbd38} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11985 | 2025.02.21 14:42:19.215524 [ 256 ] {cccf25d0-ff71-401e-9593-195a12bfbd38} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001625 sec., 36923.07692307692 rows/sec., 2.49 MiB/sec. | ||
| 11986 | 2025.02.21 14:42:19.215609 [ 256 ] {cccf25d0-ff71-401e-9593-195a12bfbd38} <Debug> TCPHandler: Processed in 0.001890587 sec. | ||
| 11987 | 2025.02.21 14:42:20.029866 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 11988 | 2025.02.21 14:42:20.029932 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 11989 | 2025.02.21 14:42:20.032543 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 11990 | 2025.02.21 14:42:20.107219 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 11991 | 2025.02.21 14:42:20.131824 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11992 | 2025.02.21 14:42:20.131907 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 11993 | 2025.02.21 14:42:20.139439 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11994 | 2025.02.21 14:42:20.140320 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11995 | 2025.02.21 14:42:20.146018 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 11996 | 2025.02.21 14:42:20.540998 [ 223 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 11997 | 2025.02.21 14:42:20.541054 [ 223 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 11998 | 2025.02.21 14:42:20.543140 [ 223 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 11999 | 2025.02.21 14:42:20.838404 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12000 | 2025.02.21 14:42:20.838601 [ 254 ] {e817e8f5-2d52-4560-bc0f-c30d2c7f5ce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12001 | 2025.02.21 14:42:20.838673 [ 254 ] {e817e8f5-2d52-4560-bc0f-c30d2c7f5ce8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12002 | 2025.02.21 14:42:20.839430 [ 254 ] {e817e8f5-2d52-4560-bc0f-c30d2c7f5ce8} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12003 | 2025.02.21 14:42:20.839484 [ 254 ] {e817e8f5-2d52-4560-bc0f-c30d2c7f5ce8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 12004 | 2025.02.21 14:42:20.839902 [ 254 ] {e817e8f5-2d52-4560-bc0f-c30d2c7f5ce8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 12005 | 2025.02.21 14:42:20.840150 [ 254 ] {e817e8f5-2d52-4560-bc0f-c30d2c7f5ce8} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12006 | 2025.02.21 14:42:20.840417 [ 254 ] {e817e8f5-2d52-4560-bc0f-c30d2c7f5ce8} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001855 sec., 12938.005390835579 rows/sec., 1.07 MiB/sec. | ||
| 12007 | 2025.02.21 14:42:20.840503 [ 254 ] {e817e8f5-2d52-4560-bc0f-c30d2c7f5ce8} <Debug> TCPHandler: Processed in 0.002239748 sec. | ||
| 12008 | 2025.02.21 14:42:20.840985 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12009 | 2025.02.21 14:42:20.841290 [ 256 ] {307b10c9-7fde-41df-a372-25722fee712a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12010 | 2025.02.21 14:42:20.841406 [ 256 ] {307b10c9-7fde-41df-a372-25722fee712a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12011 | 2025.02.21 14:42:20.842177 [ 256 ] {307b10c9-7fde-41df-a372-25722fee712a} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12012 | 2025.02.21 14:42:20.842216 [ 256 ] {307b10c9-7fde-41df-a372-25722fee712a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 12013 | 2025.02.21 14:42:20.842628 [ 256 ] {307b10c9-7fde-41df-a372-25722fee712a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 12014 | 2025.02.21 14:42:20.842877 [ 256 ] {307b10c9-7fde-41df-a372-25722fee712a} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12015 | 2025.02.21 14:42:20.843067 [ 256 ] {307b10c9-7fde-41df-a372-25722fee712a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001863 sec., 1073.5373054213633 rows/sec., 87.54 KiB/sec. | ||
| 12016 | 2025.02.21 14:42:20.843212 [ 256 ] {307b10c9-7fde-41df-a372-25722fee712a} <Debug> TCPHandler: Processed in 0.002420563 sec. | ||
| 12017 | 2025.02.21 14:42:20.843363 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12018 | 2025.02.21 14:42:20.843484 [ 254 ] {a1a4842b-8d15-4a64-a0d3-58d350b671eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12019 | 2025.02.21 14:42:20.843534 [ 254 ] {a1a4842b-8d15-4a64-a0d3-58d350b671eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12020 | 2025.02.21 14:42:20.844936 [ 254 ] {a1a4842b-8d15-4a64-a0d3-58d350b671eb} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12021 | 2025.02.21 14:42:20.844976 [ 254 ] {a1a4842b-8d15-4a64-a0d3-58d350b671eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 12022 | 2025.02.21 14:42:20.845435 [ 254 ] {a1a4842b-8d15-4a64-a0d3-58d350b671eb} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 12023 | 2025.02.21 14:42:20.845670 [ 254 ] {a1a4842b-8d15-4a64-a0d3-58d350b671eb} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12024 | 2025.02.21 14:42:20.845893 [ 254 ] {a1a4842b-8d15-4a64-a0d3-58d350b671eb} <Debug> executeQuery: Read 1395 rows, 119.43 KiB in 0.002425 sec., 575257.7319587629 rows/sec., 48.10 MiB/sec. | ||
| 12025 | 2025.02.21 14:42:20.845976 [ 254 ] {a1a4842b-8d15-4a64-a0d3-58d350b671eb} <Debug> TCPHandler: Processed in 0.00266799 sec. | ||
| 12026 | 2025.02.21 14:42:20.846045 [ 225 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 12027 | 2025.02.21 14:42:20.846103 [ 225 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 12028 | 2025.02.21 14:42:20.846186 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12029 | 2025.02.21 14:42:20.846460 [ 256 ] {06308606-39a3-458c-be5d-2be282e1409c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12030 | 2025.02.21 14:42:20.846571 [ 256 ] {06308606-39a3-458c-be5d-2be282e1409c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12031 | 2025.02.21 14:42:20.847942 [ 256 ] {06308606-39a3-458c-be5d-2be282e1409c} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12032 | 2025.02.21 14:42:20.848008 [ 256 ] {06308606-39a3-458c-be5d-2be282e1409c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 12033 | 2025.02.21 14:42:20.848678 [ 256 ] {06308606-39a3-458c-be5d-2be282e1409c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 12034 | 2025.02.21 14:42:20.849096 [ 256 ] {06308606-39a3-458c-be5d-2be282e1409c} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12035 | 2025.02.21 14:42:20.849499 [ 256 ] {06308606-39a3-458c-be5d-2be282e1409c} <Debug> executeQuery: Read 53 rows, 4.03 KiB in 0.003126 sec., 16954.574536148433 rows/sec., 1.26 MiB/sec. | ||
| 12036 | 2025.02.21 14:42:20.849552 [ 256 ] {06308606-39a3-458c-be5d-2be282e1409c} <Debug> TCPHandler: Processed in 0.003492484 sec. | ||
| 12037 | 2025.02.21 14:42:20.849745 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12038 | 2025.02.21 14:42:20.849783 [ 225 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 12039 | 2025.02.21 14:42:20.850010 [ 254 ] {d4b2ac6a-132f-4a35-96f2-2c54a32ade3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12040 | 2025.02.21 14:42:20.850073 [ 254 ] {d4b2ac6a-132f-4a35-96f2-2c54a32ade3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12041 | 2025.02.21 14:42:20.851946 [ 254 ] {d4b2ac6a-132f-4a35-96f2-2c54a32ade3a} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12042 | 2025.02.21 14:42:20.851988 [ 254 ] {d4b2ac6a-132f-4a35-96f2-2c54a32ade3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 12043 | 2025.02.21 14:42:20.852392 [ 254 ] {d4b2ac6a-132f-4a35-96f2-2c54a32ade3a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 12044 | 2025.02.21 14:42:20.852629 [ 254 ] {d4b2ac6a-132f-4a35-96f2-2c54a32ade3a} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12045 | 2025.02.21 14:42:20.852890 [ 254 ] {d4b2ac6a-132f-4a35-96f2-2c54a32ade3a} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.00297 sec., 84848.48484848485 rows/sec., 5.87 MiB/sec. | ||
| 12046 | 2025.02.21 14:42:20.853117 [ 254 ] {d4b2ac6a-132f-4a35-96f2-2c54a32ade3a} <Debug> TCPHandler: Processed in 0.003445803 sec. | ||
| 12047 | 2025.02.21 14:42:20.853301 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12048 | 2025.02.21 14:42:20.853438 [ 256 ] {913ad7b3-c7aa-46c7-bc7a-864cdab8e866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12049 | 2025.02.21 14:42:20.853494 [ 256 ] {913ad7b3-c7aa-46c7-bc7a-864cdab8e866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12050 | 2025.02.21 14:42:20.854175 [ 256 ] {913ad7b3-c7aa-46c7-bc7a-864cdab8e866} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12051 | 2025.02.21 14:42:20.854220 [ 256 ] {913ad7b3-c7aa-46c7-bc7a-864cdab8e866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 12052 | 2025.02.21 14:42:20.854607 [ 256 ] {913ad7b3-c7aa-46c7-bc7a-864cdab8e866} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 12053 | 2025.02.21 14:42:20.854845 [ 256 ] {913ad7b3-c7aa-46c7-bc7a-864cdab8e866} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12054 | 2025.02.21 14:42:20.855031 [ 256 ] {913ad7b3-c7aa-46c7-bc7a-864cdab8e866} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001624 sec., 7389.162561576355 rows/sec., 577.28 KiB/sec. | ||
| 12055 | 2025.02.21 14:42:20.855142 [ 256 ] {913ad7b3-c7aa-46c7-bc7a-864cdab8e866} <Debug> TCPHandler: Processed in 0.001909527 sec. | ||
| 12056 | 2025.02.21 14:42:20.855294 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12057 | 2025.02.21 14:42:20.855412 [ 254 ] {5a2a0c9b-fca6-4fca-a736-21b3a8a4d8d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12058 | 2025.02.21 14:42:20.855460 [ 254 ] {5a2a0c9b-fca6-4fca-a736-21b3a8a4d8d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12059 | 2025.02.21 14:42:20.856283 [ 254 ] {5a2a0c9b-fca6-4fca-a736-21b3a8a4d8d1} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12060 | 2025.02.21 14:42:20.856323 [ 254 ] {5a2a0c9b-fca6-4fca-a736-21b3a8a4d8d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 12061 | 2025.02.21 14:42:20.856714 [ 254 ] {5a2a0c9b-fca6-4fca-a736-21b3a8a4d8d1} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 12062 | 2025.02.21 14:42:20.856952 [ 254 ] {5a2a0c9b-fca6-4fca-a736-21b3a8a4d8d1} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12063 | 2025.02.21 14:42:20.857190 [ 254 ] {5a2a0c9b-fca6-4fca-a736-21b3a8a4d8d1} <Debug> executeQuery: Read 597 rows, 45.95 KiB in 0.001801 sec., 331482.509716824 rows/sec., 24.91 MiB/sec. | ||
| 12064 | 2025.02.21 14:42:20.857236 [ 221 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 12065 | 2025.02.21 14:42:20.857280 [ 254 ] {5a2a0c9b-fca6-4fca-a736-21b3a8a4d8d1} <Debug> TCPHandler: Processed in 0.002046592 sec. | ||
| 12066 | 2025.02.21 14:42:20.857288 [ 221 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 12067 | 2025.02.21 14:42:20.857491 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12068 | 2025.02.21 14:42:20.857638 [ 256 ] {2b2338b4-6d1e-420a-b066-e148b27f0d7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12069 | 2025.02.21 14:42:20.857733 [ 256 ] {2b2338b4-6d1e-420a-b066-e148b27f0d7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12070 | 2025.02.21 14:42:20.859406 [ 256 ] {2b2338b4-6d1e-420a-b066-e148b27f0d7d} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12071 | 2025.02.21 14:42:20.859453 [ 256 ] {2b2338b4-6d1e-420a-b066-e148b27f0d7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 12072 | 2025.02.21 14:42:20.860314 [ 256 ] {2b2338b4-6d1e-420a-b066-e148b27f0d7d} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 12073 | 2025.02.21 14:42:20.860668 [ 256 ] {2b2338b4-6d1e-420a-b066-e148b27f0d7d} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12074 | 2025.02.21 14:42:20.860776 [ 221 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 12075 | 2025.02.21 14:42:20.861173 [ 256 ] {2b2338b4-6d1e-420a-b066-e148b27f0d7d} <Debug> executeQuery: Read 945 rows, 65.30 KiB in 0.003564 sec., 265151.51515151514 rows/sec., 17.89 MiB/sec. | ||
| 12076 | 2025.02.21 14:42:20.861322 [ 256 ] {2b2338b4-6d1e-420a-b066-e148b27f0d7d} <Debug> TCPHandler: Processed in 0.003950579 sec. | ||
| 12077 | 2025.02.21 14:42:20.861540 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12078 | 2025.02.21 14:42:20.861822 [ 254 ] {4b2e2aae-f822-4ff2-b365-82aba75bf354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12079 | 2025.02.21 14:42:20.861977 [ 254 ] {4b2e2aae-f822-4ff2-b365-82aba75bf354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12080 | 2025.02.21 14:42:20.863215 [ 254 ] {4b2e2aae-f822-4ff2-b365-82aba75bf354} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12081 | 2025.02.21 14:42:20.863254 [ 254 ] {4b2e2aae-f822-4ff2-b365-82aba75bf354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 12082 | 2025.02.21 14:42:20.863949 [ 254 ] {4b2e2aae-f822-4ff2-b365-82aba75bf354} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 12083 | 2025.02.21 14:42:20.864214 [ 254 ] {4b2e2aae-f822-4ff2-b365-82aba75bf354} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12084 | 2025.02.21 14:42:20.864466 [ 254 ] {4b2e2aae-f822-4ff2-b365-82aba75bf354} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002725 sec., 14311.926605504586 rows/sec., 25.65 MiB/sec. | ||
| 12085 | 2025.02.21 14:42:20.864683 [ 254 ] {4b2e2aae-f822-4ff2-b365-82aba75bf354} <Debug> TCPHandler: Processed in 0.003252017 sec. | ||
| 12086 | 2025.02.21 14:42:20.864928 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12087 | 2025.02.21 14:42:20.865126 [ 256 ] {7611a392-b23a-4e0c-99c3-f95ef4b603eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12088 | 2025.02.21 14:42:20.865176 [ 256 ] {7611a392-b23a-4e0c-99c3-f95ef4b603eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12089 | 2025.02.21 14:42:20.865655 [ 256 ] {7611a392-b23a-4e0c-99c3-f95ef4b603eb} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12090 | 2025.02.21 14:42:20.865692 [ 256 ] {7611a392-b23a-4e0c-99c3-f95ef4b603eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 12091 | 2025.02.21 14:42:20.866072 [ 256 ] {7611a392-b23a-4e0c-99c3-f95ef4b603eb} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 12092 | 2025.02.21 14:42:20.866330 [ 256 ] {7611a392-b23a-4e0c-99c3-f95ef4b603eb} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12093 | 2025.02.21 14:42:20.866551 [ 256 ] {7611a392-b23a-4e0c-99c3-f95ef4b603eb} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001455 sec., 15120.274914089348 rows/sec., 1.03 MiB/sec. | ||
| 12094 | 2025.02.21 14:42:20.866601 [ 256 ] {7611a392-b23a-4e0c-99c3-f95ef4b603eb} <Debug> TCPHandler: Processed in 0.001805684 sec. | ||
| 12095 | 2025.02.21 14:42:21.001152 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.18 MiB, peak 274.55 MiB, free memory in arenas 0.00 B, will set to 258.94 MiB (RSS), difference: -1.24 MiB | ||
| 12096 | 2025.02.21 14:42:22.692192 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1624 | ||
| 12097 | 2025.02.21 14:42:22.695548 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12098 | 2025.02.21 14:42:22.695607 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 12099 | 2025.02.21 14:42:22.697141 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12100 | 2025.02.21 14:42:22.697458 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12101 | 2025.02.21 14:42:22.698127 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1624 | ||
| 12102 | 2025.02.21 14:42:24.203593 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12103 | 2025.02.21 14:42:24.203780 [ 254 ] {e2095c6d-b344-4e23-881f-2d5439ce7dd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12104 | 2025.02.21 14:42:24.203856 [ 254 ] {e2095c6d-b344-4e23-881f-2d5439ce7dd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12105 | 2025.02.21 14:42:24.204732 [ 254 ] {e2095c6d-b344-4e23-881f-2d5439ce7dd5} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12106 | 2025.02.21 14:42:24.204783 [ 254 ] {e2095c6d-b344-4e23-881f-2d5439ce7dd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 12107 | 2025.02.21 14:42:24.205245 [ 254 ] {e2095c6d-b344-4e23-881f-2d5439ce7dd5} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 12108 | 2025.02.21 14:42:24.205498 [ 254 ] {e2095c6d-b344-4e23-881f-2d5439ce7dd5} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12109 | 2025.02.21 14:42:24.205731 [ 254 ] {e2095c6d-b344-4e23-881f-2d5439ce7dd5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002002 sec., 27972.027972027972 rows/sec., 2.14 MiB/sec. | ||
| 12110 | 2025.02.21 14:42:24.205788 [ 254 ] {e2095c6d-b344-4e23-881f-2d5439ce7dd5} <Debug> TCPHandler: Processed in 0.00232468 sec. | ||
| 12111 | 2025.02.21 14:42:24.206052 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12112 | 2025.02.21 14:42:24.206269 [ 256 ] {a5d96e34-72cb-47bc-874d-8605a11f23b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12113 | 2025.02.21 14:42:24.206350 [ 256 ] {a5d96e34-72cb-47bc-874d-8605a11f23b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12114 | 2025.02.21 14:42:24.207158 [ 256 ] {a5d96e34-72cb-47bc-874d-8605a11f23b5} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12115 | 2025.02.21 14:42:24.207203 [ 256 ] {a5d96e34-72cb-47bc-874d-8605a11f23b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 12116 | 2025.02.21 14:42:24.207652 [ 256 ] {a5d96e34-72cb-47bc-874d-8605a11f23b5} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 12117 | 2025.02.21 14:42:24.207903 [ 256 ] {a5d96e34-72cb-47bc-874d-8605a11f23b5} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12118 | 2025.02.21 14:42:24.208148 [ 256 ] {a5d96e34-72cb-47bc-874d-8605a11f23b5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001941 sec., 32972.69448737764 rows/sec., 2.57 MiB/sec. | ||
| 12119 | 2025.02.21 14:42:24.208205 [ 256 ] {a5d96e34-72cb-47bc-874d-8605a11f23b5} <Debug> TCPHandler: Processed in 0.002298439 sec. | ||
| 12120 | 2025.02.21 14:42:24.208348 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12121 | 2025.02.21 14:42:24.208468 [ 254 ] {2cab774f-4b40-4045-9716-9a95d92b70fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12122 | 2025.02.21 14:42:24.208522 [ 254 ] {2cab774f-4b40-4045-9716-9a95d92b70fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12123 | 2025.02.21 14:42:24.209080 [ 254 ] {2cab774f-4b40-4045-9716-9a95d92b70fb} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12124 | 2025.02.21 14:42:24.209126 [ 254 ] {2cab774f-4b40-4045-9716-9a95d92b70fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 12125 | 2025.02.21 14:42:24.209513 [ 254 ] {2cab774f-4b40-4045-9716-9a95d92b70fb} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 12126 | 2025.02.21 14:42:24.209752 [ 254 ] {2cab774f-4b40-4045-9716-9a95d92b70fb} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12127 | 2025.02.21 14:42:24.209980 [ 254 ] {2cab774f-4b40-4045-9716-9a95d92b70fb} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001529 sec., 64094.17920209287 rows/sec., 4.47 MiB/sec. | ||
| 12128 | 2025.02.21 14:42:24.210049 [ 254 ] {2cab774f-4b40-4045-9716-9a95d92b70fb} <Debug> TCPHandler: Processed in 0.001752922 sec. | ||
| 12129 | 2025.02.21 14:42:24.210273 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12130 | 2025.02.21 14:42:24.210577 [ 256 ] {586794e8-f82f-45ca-817a-3eb9c9917c5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12131 | 2025.02.21 14:42:24.210737 [ 256 ] {586794e8-f82f-45ca-817a-3eb9c9917c5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12132 | 2025.02.21 14:42:24.211428 [ 256 ] {586794e8-f82f-45ca-817a-3eb9c9917c5b} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12133 | 2025.02.21 14:42:24.211478 [ 256 ] {586794e8-f82f-45ca-817a-3eb9c9917c5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 12134 | 2025.02.21 14:42:24.211948 [ 256 ] {586794e8-f82f-45ca-817a-3eb9c9917c5b} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 12135 | 2025.02.21 14:42:24.212188 [ 256 ] {586794e8-f82f-45ca-817a-3eb9c9917c5b} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12136 | 2025.02.21 14:42:24.212402 [ 256 ] {586794e8-f82f-45ca-817a-3eb9c9917c5b} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001942 sec., 19567.45623069001 rows/sec., 1.31 MiB/sec. | ||
| 12137 | 2025.02.21 14:42:24.212460 [ 256 ] {586794e8-f82f-45ca-817a-3eb9c9917c5b} <Debug> TCPHandler: Processed in 0.002294579 sec. | ||
| 12138 | 2025.02.21 14:42:25.022114 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36234 | ||
| 12139 | 2025.02.21 14:42:25.022792 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12140 | 2025.02.21 14:42:25.022843 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 12141 | 2025.02.21 14:42:25.023403 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12142 | 2025.02.21 14:42:25.023671 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12143 | 2025.02.21 14:42:25.023956 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234 | ||
| 12144 | 2025.02.21 14:42:27.646998 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 12145 | 2025.02.21 14:42:27.669840 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12146 | 2025.02.21 14:42:27.669901 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 12147 | 2025.02.21 14:42:27.677412 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12148 | 2025.02.21 14:42:27.678235 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12149 | 2025.02.21 14:42:27.681135 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||
| 12150 | 2025.02.21 14:42:29.206575 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12151 | 2025.02.21 14:42:29.206777 [ 254 ] {1c5e94c7-7a72-42bd-a3cd-69e666f4a85e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12152 | 2025.02.21 14:42:29.206859 [ 254 ] {1c5e94c7-7a72-42bd-a3cd-69e666f4a85e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12153 | 2025.02.21 14:42:29.207728 [ 254 ] {1c5e94c7-7a72-42bd-a3cd-69e666f4a85e} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12154 | 2025.02.21 14:42:29.207781 [ 254 ] {1c5e94c7-7a72-42bd-a3cd-69e666f4a85e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 12155 | 2025.02.21 14:42:29.208230 [ 254 ] {1c5e94c7-7a72-42bd-a3cd-69e666f4a85e} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 12156 | 2025.02.21 14:42:29.208510 [ 254 ] {1c5e94c7-7a72-42bd-a3cd-69e666f4a85e} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12157 | 2025.02.21 14:42:29.208776 [ 254 ] {1c5e94c7-7a72-42bd-a3cd-69e666f4a85e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002057 sec., 27224.112785610116 rows/sec., 2.08 MiB/sec. | ||
| 12158 | 2025.02.21 14:42:29.208848 [ 254 ] {1c5e94c7-7a72-42bd-a3cd-69e666f4a85e} <Debug> TCPHandler: Processed in 0.002401771 sec. | ||
| 12159 | 2025.02.21 14:42:29.209155 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12160 | 2025.02.21 14:42:29.209461 [ 256 ] {b593ea65-9f28-48f1-b2b9-178c9be36251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12161 | 2025.02.21 14:42:29.209576 [ 256 ] {b593ea65-9f28-48f1-b2b9-178c9be36251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12162 | 2025.02.21 14:42:29.210424 [ 256 ] {b593ea65-9f28-48f1-b2b9-178c9be36251} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12163 | 2025.02.21 14:42:29.210466 [ 256 ] {b593ea65-9f28-48f1-b2b9-178c9be36251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 12164 | 2025.02.21 14:42:29.210917 [ 256 ] {b593ea65-9f28-48f1-b2b9-178c9be36251} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 12165 | 2025.02.21 14:42:29.211173 [ 256 ] {b593ea65-9f28-48f1-b2b9-178c9be36251} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12166 | 2025.02.21 14:42:29.211380 [ 256 ] {b593ea65-9f28-48f1-b2b9-178c9be36251} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002004 sec., 31936.127744510977 rows/sec., 2.49 MiB/sec. | ||
| 12167 | 2025.02.21 14:42:29.211448 [ 256 ] {b593ea65-9f28-48f1-b2b9-178c9be36251} <Debug> TCPHandler: Processed in 0.002484584 sec. | ||
| 12168 | 2025.02.21 14:42:29.211662 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12169 | 2025.02.21 14:42:29.211812 [ 254 ] {ab5fac8c-2efc-4558-8237-c6ea9c703cfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12170 | 2025.02.21 14:42:29.211881 [ 254 ] {ab5fac8c-2efc-4558-8237-c6ea9c703cfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12171 | 2025.02.21 14:42:29.212571 [ 254 ] {ab5fac8c-2efc-4558-8237-c6ea9c703cfb} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12172 | 2025.02.21 14:42:29.212619 [ 254 ] {ab5fac8c-2efc-4558-8237-c6ea9c703cfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 12173 | 2025.02.21 14:42:29.213038 [ 254 ] {ab5fac8c-2efc-4558-8237-c6ea9c703cfb} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 12174 | 2025.02.21 14:42:29.213280 [ 254 ] {ab5fac8c-2efc-4558-8237-c6ea9c703cfb} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12175 | 2025.02.21 14:42:29.213513 [ 254 ] {ab5fac8c-2efc-4558-8237-c6ea9c703cfb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001736 sec., 92165.89861751153 rows/sec., 6.42 MiB/sec. | ||
| 12176 | 2025.02.21 14:42:29.213566 [ 254 ] {ab5fac8c-2efc-4558-8237-c6ea9c703cfb} <Debug> TCPHandler: Processed in 0.00197623 sec. | ||
| 12177 | 2025.02.21 14:42:29.213717 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12178 | 2025.02.21 14:42:29.214088 [ 256 ] {0af1c50c-9b59-4f71-b47c-d33dba3b1595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12179 | 2025.02.21 14:42:29.214275 [ 256 ] {0af1c50c-9b59-4f71-b47c-d33dba3b1595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12180 | 2025.02.21 14:42:29.215658 [ 256 ] {0af1c50c-9b59-4f71-b47c-d33dba3b1595} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12181 | 2025.02.21 14:42:29.215696 [ 256 ] {0af1c50c-9b59-4f71-b47c-d33dba3b1595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 12182 | 2025.02.21 14:42:29.216080 [ 256 ] {0af1c50c-9b59-4f71-b47c-d33dba3b1595} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 12183 | 2025.02.21 14:42:29.216345 [ 256 ] {0af1c50c-9b59-4f71-b47c-d33dba3b1595} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12184 | 2025.02.21 14:42:29.216524 [ 256 ] {0af1c50c-9b59-4f71-b47c-d33dba3b1595} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002594 sec., 23130.300693909023 rows/sec., 1.56 MiB/sec. | ||
| 12185 | 2025.02.21 14:42:29.216573 [ 256 ] {0af1c50c-9b59-4f71-b47c-d33dba3b1595} <Debug> TCPHandler: Processed in 0.002923407 sec. | ||
| 12186 | 2025.02.21 14:42:31.582353 [ 61 ] {} <Debug> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 12187 | 2025.02.21 14:42:31.582419 [ 61 ] {} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12188 | 2025.02.21 14:42:31.582441 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
| 12189 | 2025.02.21 14:42:31.582683 [ 197 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::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 | ||
| 12190 | 2025.02.21 14:42:31.582938 [ 197 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12191 | 2025.02.21 14:42:31.582981 [ 197 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 254 rows starting from the beginning of the part | ||
| 12192 | 2025.02.21 14:42:31.583074 [ 197 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 252 rows starting from the beginning of the part | ||
| 12193 | 2025.02.21 14:42:31.583385 [ 197 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 252 rows starting from the beginning of the part | ||
| 12194 | 2025.02.21 14:42:31.583571 [ 197 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 252 rows starting from the beginning of the part | ||
| 12195 | 2025.02.21 14:42:31.583786 [ 197 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 252 rows starting from the beginning of the part | ||
| 12196 | 2025.02.21 14:42:31.585084 [ 199 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1262 rows, containing 5 columns (5 merged, 0 gathered) in 0.002565047 sec., 491998.7820885933 rows/sec., 35.90 MiB/sec. | ||
| 12197 | 2025.02.21 14:42:31.585326 [ 188 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 12198 | 2025.02.21 14:42:31.585704 [ 188 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_21_5} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12199 | 2025.02.21 14:42:31.585805 [ 188 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_21_5} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 12200 | 2025.02.21 14:42:31.585917 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 12201 | 2025.02.21 14:42:32.236496 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12202 | 2025.02.21 14:42:32.236592 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12203 | 2025.02.21 14:42:32.408832 [ 225 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): 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] | ||
| 12204 | 2025.02.21 14:42:32.408889 [ 225 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): 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] | ||
| 12205 | 2025.02.21 14:42:32.410981 [ 225 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): 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] | ||
| 12206 | 2025.02.21 14:42:32.478759 [ 220 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): 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] | ||
| 12207 | 2025.02.21 14:42:32.478834 [ 220 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): 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] | ||
| 12208 | 2025.02.21 14:42:32.480980 [ 220 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): 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] | ||
| 12209 | 2025.02.21 14:42:32.524992 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36661 | ||
| 12210 | 2025.02.21 14:42:32.525601 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12211 | 2025.02.21 14:42:32.525641 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12212 | 2025.02.21 14:42:32.526172 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12213 | 2025.02.21 14:42:32.526443 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12214 | 2025.02.21 14:42:32.526626 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 | ||
| 12215 | 2025.02.21 14:42:32.699271 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1640 | ||
| 12216 | 2025.02.21 14:42:32.702135 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12217 | 2025.02.21 14:42:32.702187 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12218 | 2025.02.21 14:42:32.703760 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12219 | 2025.02.21 14:42:32.704082 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12220 | 2025.02.21 14:42:32.704642 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1640 | ||
| 12221 | 2025.02.21 14:42:32.744629 [ 224 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): 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] | ||
| 12222 | 2025.02.21 14:42:32.744682 [ 224 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): 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] | ||
| 12223 | 2025.02.21 14:42:32.746868 [ 224 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): 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] | ||
| 12224 | 2025.02.21 14:42:33.003082 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001711802 sec. | ||
| 12225 | 2025.02.21 14:42:34.208428 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12226 | 2025.02.21 14:42:34.208615 [ 254 ] {5b88b56a-b1be-4509-9128-80c2d1f90bd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12227 | 2025.02.21 14:42:34.208686 [ 254 ] {5b88b56a-b1be-4509-9128-80c2d1f90bd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12228 | 2025.02.21 14:42:34.209498 [ 254 ] {5b88b56a-b1be-4509-9128-80c2d1f90bd5} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12229 | 2025.02.21 14:42:34.209551 [ 254 ] {5b88b56a-b1be-4509-9128-80c2d1f90bd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12230 | 2025.02.21 14:42:34.210014 [ 254 ] {5b88b56a-b1be-4509-9128-80c2d1f90bd5} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 12231 | 2025.02.21 14:42:34.210272 [ 254 ] {5b88b56a-b1be-4509-9128-80c2d1f90bd5} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12232 | 2025.02.21 14:42:34.210443 [ 70 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 12233 | 2025.02.21 14:42:34.210476 [ 254 ] {5b88b56a-b1be-4509-9128-80c2d1f90bd5} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.00191 sec., 70157.06806282722 rows/sec., 6.04 MiB/sec. | ||
| 12234 | 2025.02.21 14:42:34.210487 [ 70 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12235 | 2025.02.21 14:42:34.210521 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12236 | 2025.02.21 14:42:34.210561 [ 254 ] {5b88b56a-b1be-4509-9128-80c2d1f90bd5} <Debug> TCPHandler: Processed in 0.002262838 sec. | ||
| 12237 | 2025.02.21 14:42:34.210884 [ 188 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 12238 | 2025.02.21 14:42:34.211025 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12239 | 2025.02.21 14:42:34.211363 [ 188 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12240 | 2025.02.21 14:42:34.211467 [ 188 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1405 rows starting from the beginning of the part | ||
| 12241 | 2025.02.21 14:42:34.211848 [ 188 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 12242 | 2025.02.21 14:42:34.212219 [ 188 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 1395 rows starting from the beginning of the part | ||
| 12243 | 2025.02.21 14:42:34.212347 [ 256 ] {ef91ed77-8073-442a-882a-4ceabaf14eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12244 | 2025.02.21 14:42:34.212675 [ 188 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 12245 | 2025.02.21 14:42:34.213229 [ 188 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 12246 | 2025.02.21 14:42:34.213699 [ 188 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 134 rows starting from the beginning of the part | ||
| 12247 | 2025.02.21 14:42:34.213745 [ 256 ] {ef91ed77-8073-442a-882a-4ceabaf14eb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12248 | 2025.02.21 14:42:34.216004 [ 256 ] {ef91ed77-8073-442a-882a-4ceabaf14eb1} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12249 | 2025.02.21 14:42:34.216089 [ 256 ] {ef91ed77-8073-442a-882a-4ceabaf14eb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12250 | 2025.02.21 14:42:34.216915 [ 256 ] {ef91ed77-8073-442a-882a-4ceabaf14eb1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12251 | 2025.02.21 14:42:34.217452 [ 256 ] {ef91ed77-8073-442a-882a-4ceabaf14eb1} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12252 | 2025.02.21 14:42:34.217492 [ 199 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3102 rows, containing 5 columns (5 merged, 0 gathered) in 0.006881346 sec., 450783.90187036083 rows/sec., 39.27 MiB/sec. | ||
| 12253 | 2025.02.21 14:42:34.217864 [ 256 ] {ef91ed77-8073-442a-882a-4ceabaf14eb1} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.006147 sec., 6344.55832113226 rows/sec., 477.08 KiB/sec. | ||
| 12254 | 2025.02.21 14:42:34.217877 [ 201 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 12255 | 2025.02.21 14:42:34.218284 [ 256 ] {ef91ed77-8073-442a-882a-4ceabaf14eb1} <Debug> TCPHandler: Processed in 0.007514195 sec. | ||
| 12256 | 2025.02.21 14:42:34.218626 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12257 | 2025.02.21 14:42:34.218919 [ 201 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_136_27} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12258 | 2025.02.21 14:42:34.218963 [ 254 ] {9bde5c4d-b25a-4800-86fe-93ec22377b20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12259 | 2025.02.21 14:42:34.219055 [ 254 ] {9bde5c4d-b25a-4800-86fe-93ec22377b20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12260 | 2025.02.21 14:42:34.219068 [ 201 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_136_27} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 12261 | 2025.02.21 14:42:34.219265 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 12262 | 2025.02.21 14:42:34.219883 [ 254 ] {9bde5c4d-b25a-4800-86fe-93ec22377b20} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12263 | 2025.02.21 14:42:34.219928 [ 254 ] {9bde5c4d-b25a-4800-86fe-93ec22377b20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12264 | 2025.02.21 14:42:34.220346 [ 254 ] {9bde5c4d-b25a-4800-86fe-93ec22377b20} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 12265 | 2025.02.21 14:42:34.220593 [ 254 ] {9bde5c4d-b25a-4800-86fe-93ec22377b20} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12266 | 2025.02.21 14:42:34.220738 [ 70 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 12267 | 2025.02.21 14:42:34.220785 [ 70 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12268 | 2025.02.21 14:42:34.220787 [ 254 ] {9bde5c4d-b25a-4800-86fe-93ec22377b20} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001894 sec., 54382.259767687436 rows/sec., 4.25 MiB/sec. | ||
| 12269 | 2025.02.21 14:42:34.220812 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12270 | 2025.02.21 14:42:34.220933 [ 254 ] {9bde5c4d-b25a-4800-86fe-93ec22377b20} <Debug> TCPHandler: Processed in 0.002484294 sec. | ||
| 12271 | 2025.02.21 14:42:34.221258 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 12272 | 2025.02.21 14:42:34.221300 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12273 | 2025.02.21 14:42:34.221956 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12274 | 2025.02.21 14:42:34.221975 [ 256 ] {c4b17413-0800-454f-a7b0-038a9d589c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12275 | 2025.02.21 14:42:34.222107 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 631 rows starting from the beginning of the part | ||
| 12276 | 2025.02.21 14:42:34.222273 [ 256 ] {c4b17413-0800-454f-a7b0-038a9d589c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12277 | 2025.02.21 14:42:34.222933 [ 221 ] {} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): 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] | ||
| 12278 | 2025.02.21 14:42:34.222975 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 12279 | 2025.02.21 14:42:34.223024 [ 221 ] {} <Debug> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): 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] | ||
| 12280 | 2025.02.21 14:42:34.223559 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 597 rows starting from the beginning of the part | ||
| 12281 | 2025.02.21 14:42:34.224431 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 12282 | 2025.02.21 14:42:34.224905 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 12283 | 2025.02.21 14:42:34.225348 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 103 rows starting from the beginning of the part | ||
| 12284 | 2025.02.21 14:42:34.228337 [ 256 ] {c4b17413-0800-454f-a7b0-038a9d589c36} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12285 | 2025.02.21 14:42:34.228488 [ 256 ] {c4b17413-0800-454f-a7b0-038a9d589c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12286 | 2025.02.21 14:42:34.228845 [ 221 ] {} <Debug> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): 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] | ||
| 12287 | 2025.02.21 14:42:34.230214 [ 256 ] {c4b17413-0800-454f-a7b0-038a9d589c36} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 12288 | 2025.02.21 14:42:34.230555 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1523 rows, containing 5 columns (5 merged, 0 gathered) in 0.009614228 sec., 158411.0549489777 rows/sec., 12.61 MiB/sec. | ||
| 12289 | 2025.02.21 14:42:34.230735 [ 256 ] {c4b17413-0800-454f-a7b0-038a9d589c36} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12290 | 2025.02.21 14:42:34.230840 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 12291 | 2025.02.21 14:42:34.230967 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 3 parts from all_1_131_27 to all_133_133_0 | ||
| 12292 | 2025.02.21 14:42:34.231071 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12293 | 2025.02.21 14:42:34.231134 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12294 | 2025.02.21 14:42:34.231426 [ 256 ] {c4b17413-0800-454f-a7b0-038a9d589c36} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.009721 sec., 16459.21201522477 rows/sec., 1.15 MiB/sec. | ||
| 12295 | 2025.02.21 14:42:34.231650 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_133_28} <Debug> MergeTask::PrepareStage: Merging 3 parts: from all_1_131_27 to all_133_133_0 into Compact with storage Full | ||
| 12296 | 2025.02.21 14:42:34.231945 [ 256 ] {c4b17413-0800-454f-a7b0-038a9d589c36} <Debug> TCPHandler: Processed in 0.010867296 sec. | ||
| 12297 | 2025.02.21 14:42:34.231988 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_136_27} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12298 | 2025.02.21 14:42:34.232290 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12299 | 2025.02.21 14:42:34.232521 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_136_27} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 12300 | 2025.02.21 14:42:34.232806 [ 254 ] {39377c05-8f2d-47fc-a706-3bf86b8ae52c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12301 | 2025.02.21 14:42:34.233131 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 12302 | 2025.02.21 14:42:34.233263 [ 254 ] {39377c05-8f2d-47fc-a706-3bf86b8ae52c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12303 | 2025.02.21 14:42:34.233339 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_133_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12304 | 2025.02.21 14:42:34.233563 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_133_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_131_27, total 35664 rows starting from the beginning of the part | ||
| 12305 | 2025.02.21 14:42:34.234384 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_133_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part | ||
| 12306 | 2025.02.21 14:42:34.235193 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_133_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 945 rows starting from the beginning of the part | ||
| 12307 | 2025.02.21 14:42:34.238466 [ 254 ] {39377c05-8f2d-47fc-a706-3bf86b8ae52c} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12308 | 2025.02.21 14:42:34.238522 [ 254 ] {39377c05-8f2d-47fc-a706-3bf86b8ae52c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12309 | 2025.02.21 14:42:34.239511 [ 254 ] {39377c05-8f2d-47fc-a706-3bf86b8ae52c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12310 | 2025.02.21 14:42:34.239807 [ 254 ] {39377c05-8f2d-47fc-a706-3bf86b8ae52c} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12311 | 2025.02.21 14:42:34.240190 [ 254 ] {39377c05-8f2d-47fc-a706-3bf86b8ae52c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007577 sec., 5147.155866437904 rows/sec., 9.22 MiB/sec. | ||
| 12312 | 2025.02.21 14:42:34.240345 [ 254 ] {39377c05-8f2d-47fc-a706-3bf86b8ae52c} <Debug> TCPHandler: Processed in 0.008237067 sec. | ||
| 12313 | 2025.02.21 14:42:34.240537 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12314 | 2025.02.21 14:42:34.240698 [ 256 ] {e85a6a91-fc8c-4145-a93c-312f9a7949e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12315 | 2025.02.21 14:42:34.240773 [ 256 ] {e85a6a91-fc8c-4145-a93c-312f9a7949e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12316 | 2025.02.21 14:42:34.241404 [ 256 ] {e85a6a91-fc8c-4145-a93c-312f9a7949e6} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12317 | 2025.02.21 14:42:34.241447 [ 256 ] {e85a6a91-fc8c-4145-a93c-312f9a7949e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12318 | 2025.02.21 14:42:34.241874 [ 256 ] {e85a6a91-fc8c-4145-a93c-312f9a7949e6} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 12319 | 2025.02.21 14:42:34.242142 [ 256 ] {e85a6a91-fc8c-4145-a93c-312f9a7949e6} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12320 | 2025.02.21 14:42:34.242334 [ 83 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 12321 | 2025.02.21 14:42:34.242399 [ 83 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12322 | 2025.02.21 14:42:34.242406 [ 256 ] {e85a6a91-fc8c-4145-a93c-312f9a7949e6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001736 sec., 34562.21198156682 rows/sec., 2.33 MiB/sec. | ||
| 12323 | 2025.02.21 14:42:34.242427 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12324 | 2025.02.21 14:42:34.242613 [ 256 ] {e85a6a91-fc8c-4145-a93c-312f9a7949e6} <Debug> TCPHandler: Processed in 0.002156644 sec. | ||
| 12325 | 2025.02.21 14:42:34.242898 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 12326 | 2025.02.21 14:42:34.243046 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12327 | 2025.02.21 14:42:34.243078 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 6768 rows starting from the beginning of the part | ||
| 12328 | 2025.02.21 14:42:34.243204 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 12329 | 2025.02.21 14:42:34.243442 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 22 rows starting from the beginning of the part | ||
| 12330 | 2025.02.21 14:42:34.243715 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 38 rows starting from the beginning of the part | ||
| 12331 | 2025.02.21 14:42:34.243812 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 12332 | 2025.02.21 14:42:34.244013 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 60 rows starting from the beginning of the part | ||
| 12333 | 2025.02.21 14:42:34.245405 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_133_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36769 rows, containing 5 columns (5 merged, 0 gathered) in 0.014085992 sec., 2610323.7883423474 rows/sec., 178.86 MiB/sec. | ||
| 12334 | 2025.02.21 14:42:34.245873 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_133_28} <Trace> MergedBlockOutputStream: filled checksums all_1_133_28 (state Temporary) | ||
| 12335 | 2025.02.21 14:42:34.246409 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_133_28} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_133_28 to all_1_133_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12336 | 2025.02.21 14:42:34.246549 [ 199 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_133_28} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 3 parts: [all_1_131_27, all_133_133_0] -> all_1_133_28 | ||
| 12337 | 2025.02.21 14:42:34.246656 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 12338 | 2025.02.21 14:42:34.247417 [ 198 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7008 rows, containing 4 columns (4 merged, 0 gathered) in 0.004811094 sec., 1456633.3561555853 rows/sec., 98.17 MiB/sec. | ||
| 12339 | 2025.02.21 14:42:34.247848 [ 191 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 12340 | 2025.02.21 14:42:34.248176 [ 191 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_136_27} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12341 | 2025.02.21 14:42:34.248257 [ 191 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_136_27} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 12342 | 2025.02.21 14:42:34.248348 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
| 12343 | 2025.02.21 14:42:35.182108 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603 | ||
| 12344 | 2025.02.21 14:42:35.204448 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12345 | 2025.02.21 14:42:35.204522 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12346 | 2025.02.21 14:42:35.212090 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12347 | 2025.02.21 14:42:35.212902 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12348 | 2025.02.21 14:42:35.216424 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
| 12349 | 2025.02.21 14:42:39.206004 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12350 | 2025.02.21 14:42:39.206217 [ 254 ] {7981ce9f-186d-4f8a-aff1-7fe29506b0fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12351 | 2025.02.21 14:42:39.206292 [ 254 ] {7981ce9f-186d-4f8a-aff1-7fe29506b0fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12352 | 2025.02.21 14:42:39.207083 [ 254 ] {7981ce9f-186d-4f8a-aff1-7fe29506b0fb} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12353 | 2025.02.21 14:42:39.207138 [ 254 ] {7981ce9f-186d-4f8a-aff1-7fe29506b0fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12354 | 2025.02.21 14:42:39.207591 [ 254 ] {7981ce9f-186d-4f8a-aff1-7fe29506b0fb} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 12355 | 2025.02.21 14:42:39.207842 [ 254 ] {7981ce9f-186d-4f8a-aff1-7fe29506b0fb} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12356 | 2025.02.21 14:42:39.208111 [ 254 ] {7981ce9f-186d-4f8a-aff1-7fe29506b0fb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001936 sec., 28925.619834710742 rows/sec., 2.21 MiB/sec. | ||
| 12357 | 2025.02.21 14:42:39.208199 [ 254 ] {7981ce9f-186d-4f8a-aff1-7fe29506b0fb} <Debug> TCPHandler: Processed in 0.00232939 sec. | ||
| 12358 | 2025.02.21 14:42:39.208499 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12359 | 2025.02.21 14:42:39.208751 [ 256 ] {90264568-871c-41d5-adfc-0dc60daea32d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12360 | 2025.02.21 14:42:39.208829 [ 256 ] {90264568-871c-41d5-adfc-0dc60daea32d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12361 | 2025.02.21 14:42:39.209638 [ 256 ] {90264568-871c-41d5-adfc-0dc60daea32d} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12362 | 2025.02.21 14:42:39.209683 [ 256 ] {90264568-871c-41d5-adfc-0dc60daea32d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12363 | 2025.02.21 14:42:39.210137 [ 256 ] {90264568-871c-41d5-adfc-0dc60daea32d} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 12364 | 2025.02.21 14:42:39.210390 [ 256 ] {90264568-871c-41d5-adfc-0dc60daea32d} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12365 | 2025.02.21 14:42:39.210599 [ 256 ] {90264568-871c-41d5-adfc-0dc60daea32d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001907 sec., 33560.5663345569 rows/sec., 2.62 MiB/sec. | ||
| 12366 | 2025.02.21 14:42:39.210664 [ 256 ] {90264568-871c-41d5-adfc-0dc60daea32d} <Debug> TCPHandler: Processed in 0.00233525 sec. | ||
| 12367 | 2025.02.21 14:42:39.210815 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12368 | 2025.02.21 14:42:39.210945 [ 254 ] {d8b603de-e84a-4cbe-97f8-de623c495036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12369 | 2025.02.21 14:42:39.211003 [ 254 ] {d8b603de-e84a-4cbe-97f8-de623c495036} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12370 | 2025.02.21 14:42:39.211598 [ 254 ] {d8b603de-e84a-4cbe-97f8-de623c495036} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12371 | 2025.02.21 14:42:39.211641 [ 254 ] {d8b603de-e84a-4cbe-97f8-de623c495036} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12372 | 2025.02.21 14:42:39.212053 [ 254 ] {d8b603de-e84a-4cbe-97f8-de623c495036} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 12373 | 2025.02.21 14:42:39.212304 [ 254 ] {d8b603de-e84a-4cbe-97f8-de623c495036} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12374 | 2025.02.21 14:42:39.212557 [ 254 ] {d8b603de-e84a-4cbe-97f8-de623c495036} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001636 sec., 97799.51100244498 rows/sec., 6.81 MiB/sec. | ||
| 12375 | 2025.02.21 14:42:39.212625 [ 254 ] {d8b603de-e84a-4cbe-97f8-de623c495036} <Debug> TCPHandler: Processed in 0.001865226 sec. | ||
| 12376 | 2025.02.21 14:42:39.212793 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12377 | 2025.02.21 14:42:39.213094 [ 256 ] {db454fc0-517e-464c-b7d6-a1b5aba8a289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12378 | 2025.02.21 14:42:39.213269 [ 256 ] {db454fc0-517e-464c-b7d6-a1b5aba8a289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12379 | 2025.02.21 14:42:39.214217 [ 256 ] {db454fc0-517e-464c-b7d6-a1b5aba8a289} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12380 | 2025.02.21 14:42:39.214257 [ 256 ] {db454fc0-517e-464c-b7d6-a1b5aba8a289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12381 | 2025.02.21 14:42:39.214642 [ 256 ] {db454fc0-517e-464c-b7d6-a1b5aba8a289} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 12382 | 2025.02.21 14:42:39.214891 [ 256 ] {db454fc0-517e-464c-b7d6-a1b5aba8a289} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12383 | 2025.02.21 14:42:39.215072 [ 256 ] {db454fc0-517e-464c-b7d6-a1b5aba8a289} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002096 sec., 28625.95419847328 rows/sec., 1.93 MiB/sec. | ||
| 12384 | 2025.02.21 14:42:39.215125 [ 256 ] {db454fc0-517e-464c-b7d6-a1b5aba8a289} <Debug> TCPHandler: Processed in 0.002406763 sec. | ||
| 12385 | 2025.02.21 14:42:40.027652 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37149 | ||
| 12386 | 2025.02.21 14:42:40.028299 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12387 | 2025.02.21 14:42:40.028346 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12388 | 2025.02.21 14:42:40.028899 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12389 | 2025.02.21 14:42:40.029178 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12390 | 2025.02.21 14:42:40.029470 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149 | ||
| 12391 | 2025.02.21 14:42:40.029470 [ 105 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 12392 | 2025.02.21 14:42:40.029582 [ 105 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12393 | 2025.02.21 14:42:40.029624 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12394 | 2025.02.21 14:42:40.029869 [ 200 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 12395 | 2025.02.21 14:42:40.030241 [ 200 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12396 | 2025.02.21 14:42:40.030289 [ 200 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 12397 | 2025.02.21 14:42:40.030379 [ 200 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 12398 | 2025.02.21 14:42:40.030600 [ 200 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 12399 | 2025.02.21 14:42:40.030821 [ 200 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 12400 | 2025.02.21 14:42:40.031055 [ 200 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 12401 | 2025.02.21 14:42:40.031231 [ 200 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 12402 | 2025.02.21 14:42:40.034361 [ 196 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.004634268 sec., 8016152.712790887 rows/sec., 114.67 MiB/sec. | ||
| 12403 | 2025.02.21 14:42:40.034825 [ 187 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 12404 | 2025.02.21 14:42:40.035200 [ 187 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_81_16} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12405 | 2025.02.21 14:42:40.035293 [ 187 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_81_16} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 12406 | 2025.02.21 14:42:40.035418 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 12407 | 2025.02.21 14:42:42.705653 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1660 | ||
| 12408 | 2025.02.21 14:42:42.708656 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12409 | 2025.02.21 14:42:42.708698 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12410 | 2025.02.21 14:42:42.710171 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12411 | 2025.02.21 14:42:42.710483 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12412 | 2025.02.21 14:42:42.711787 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1660 | ||
| 12413 | 2025.02.21 14:42:42.717398 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611 | ||
| 12414 | 2025.02.21 14:42:42.740088 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12415 | 2025.02.21 14:42:42.740148 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12416 | 2025.02.21 14:42:42.747576 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12417 | 2025.02.21 14:42:42.748387 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12418 | 2025.02.21 14:42:42.748775 [ 95 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 12419 | 2025.02.21 14:42:42.748932 [ 95 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12420 | 2025.02.21 14:42:42.748999 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12421 | 2025.02.21 14:42:42.749477 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 12422 | 2025.02.21 14:42:42.767813 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611 | ||
| 12423 | 2025.02.21 14:42:42.768989 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12424 | 2025.02.21 14:42:42.770542 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 12425 | 2025.02.21 14:42:42.776258 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 12426 | 2025.02.21 14:42:42.782147 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 12427 | 2025.02.21 14:42:42.788043 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 12428 | 2025.02.21 14:42:42.794163 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 12429 | 2025.02.21 14:42:42.800368 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 12430 | 2025.02.21 14:42:42.869038 [ 195 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.119907529 sec., 5095.593288391424 rows/sec., 26.35 MiB/sec. | ||
| 12431 | 2025.02.21 14:42:42.872715 [ 195 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 12432 | 2025.02.21 14:42:42.875906 [ 195 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_81_16} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12433 | 2025.02.21 14:42:42.876036 [ 195 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_81_16} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 12434 | 2025.02.21 14:42:42.878599 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 12435 | 2025.02.21 14:42:43.001153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.01 MiB, peak 277.44 MiB, free memory in arenas 0.00 B, will set to 258.94 MiB (RSS), difference: -1.08 MiB | ||
| 12436 | 2025.02.21 14:42:44.012007 [ 221 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 12437 | 2025.02.21 14:42:44.012059 [ 221 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 12438 | 2025.02.21 14:42:44.014391 [ 221 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 12439 | 2025.02.21 14:42:44.208700 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12440 | 2025.02.21 14:42:44.208920 [ 254 ] {7a43b2d9-9bd6-4150-8fe9-d19ed18f2d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12441 | 2025.02.21 14:42:44.209004 [ 254 ] {7a43b2d9-9bd6-4150-8fe9-d19ed18f2d1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12442 | 2025.02.21 14:42:44.209854 [ 254 ] {7a43b2d9-9bd6-4150-8fe9-d19ed18f2d1b} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12443 | 2025.02.21 14:42:44.209899 [ 254 ] {7a43b2d9-9bd6-4150-8fe9-d19ed18f2d1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12444 | 2025.02.21 14:42:44.210345 [ 254 ] {7a43b2d9-9bd6-4150-8fe9-d19ed18f2d1b} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 12445 | 2025.02.21 14:42:44.210610 [ 254 ] {7a43b2d9-9bd6-4150-8fe9-d19ed18f2d1b} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12446 | 2025.02.21 14:42:44.210823 [ 254 ] {7a43b2d9-9bd6-4150-8fe9-d19ed18f2d1b} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001964 sec., 68228.10590631365 rows/sec., 5.87 MiB/sec. | ||
| 12447 | 2025.02.21 14:42:44.210896 [ 254 ] {7a43b2d9-9bd6-4150-8fe9-d19ed18f2d1b} <Debug> TCPHandler: Processed in 0.00233679 sec. | ||
| 12448 | 2025.02.21 14:42:44.211193 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12449 | 2025.02.21 14:42:44.211409 [ 256 ] {efc83607-abf8-4a20-831a-9421018ea7e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12450 | 2025.02.21 14:42:44.211494 [ 256 ] {efc83607-abf8-4a20-831a-9421018ea7e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12451 | 2025.02.21 14:42:44.212369 [ 256 ] {efc83607-abf8-4a20-831a-9421018ea7e0} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12452 | 2025.02.21 14:42:44.212419 [ 256 ] {efc83607-abf8-4a20-831a-9421018ea7e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12453 | 2025.02.21 14:42:44.212862 [ 256 ] {efc83607-abf8-4a20-831a-9421018ea7e0} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12454 | 2025.02.21 14:42:44.213115 [ 256 ] {efc83607-abf8-4a20-831a-9421018ea7e0} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12455 | 2025.02.21 14:42:44.213357 [ 256 ] {efc83607-abf8-4a20-831a-9421018ea7e0} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.002008 sec., 19422.310756972114 rows/sec., 1.43 MiB/sec. | ||
| 12456 | 2025.02.21 14:42:44.213429 [ 256 ] {efc83607-abf8-4a20-831a-9421018ea7e0} <Debug> TCPHandler: Processed in 0.002421692 sec. | ||
| 12457 | 2025.02.21 14:42:44.213613 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12458 | 2025.02.21 14:42:44.213762 [ 254 ] {f4961288-01a7-4557-adc7-823b88f0b434} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12459 | 2025.02.21 14:42:44.213823 [ 254 ] {f4961288-01a7-4557-adc7-823b88f0b434} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12460 | 2025.02.21 14:42:44.214502 [ 254 ] {f4961288-01a7-4557-adc7-823b88f0b434} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12461 | 2025.02.21 14:42:44.214541 [ 254 ] {f4961288-01a7-4557-adc7-823b88f0b434} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12462 | 2025.02.21 14:42:44.214921 [ 254 ] {f4961288-01a7-4557-adc7-823b88f0b434} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 12463 | 2025.02.21 14:42:44.215170 [ 254 ] {f4961288-01a7-4557-adc7-823b88f0b434} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12464 | 2025.02.21 14:42:44.215350 [ 254 ] {f4961288-01a7-4557-adc7-823b88f0b434} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001625 sec., 63384.61538461539 rows/sec., 4.95 MiB/sec. | ||
| 12465 | 2025.02.21 14:42:44.215409 [ 254 ] {f4961288-01a7-4557-adc7-823b88f0b434} <Debug> TCPHandler: Processed in 0.001866476 sec. | ||
| 12466 | 2025.02.21 14:42:44.215569 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12467 | 2025.02.21 14:42:44.215723 [ 256 ] {eef0af8a-9d34-44ef-a834-2def6be34714} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12468 | 2025.02.21 14:42:44.215791 [ 256 ] {eef0af8a-9d34-44ef-a834-2def6be34714} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12469 | 2025.02.21 14:42:44.216442 [ 256 ] {eef0af8a-9d34-44ef-a834-2def6be34714} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12470 | 2025.02.21 14:42:44.216485 [ 256 ] {eef0af8a-9d34-44ef-a834-2def6be34714} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12471 | 2025.02.21 14:42:44.216915 [ 256 ] {eef0af8a-9d34-44ef-a834-2def6be34714} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 12472 | 2025.02.21 14:42:44.217161 [ 256 ] {eef0af8a-9d34-44ef-a834-2def6be34714} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12473 | 2025.02.21 14:42:44.217345 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 2 parts from all_1_133_28 to all_134_134_0 | ||
| 12474 | 2025.02.21 14:42:44.217407 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12475 | 2025.02.21 14:42:44.217415 [ 256 ] {eef0af8a-9d34-44ef-a834-2def6be34714} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001718 sec., 93131.54831199069 rows/sec., 6.49 MiB/sec. | ||
| 12476 | 2025.02.21 14:42:44.217454 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12477 | 2025.02.21 14:42:44.217595 [ 256 ] {eef0af8a-9d34-44ef-a834-2def6be34714} <Debug> TCPHandler: Processed in 0.002088373 sec. | ||
| 12478 | 2025.02.21 14:42:44.217689 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_134_29} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_133_28 to all_134_134_0 into Compact with storage Full | ||
| 12479 | 2025.02.21 14:42:44.217792 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 12480 | 2025.02.21 14:42:44.217885 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 12481 | 2025.02.21 14:42:44.217891 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12482 | 2025.02.21 14:42:44.218044 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_134_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12483 | 2025.02.21 14:42:44.218121 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_134_29} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_133_28, total 36769 rows starting from the beginning of the part | ||
| 12484 | 2025.02.21 14:42:44.218140 [ 254 ] {a92f25d2-b090-4db0-8593-3e5d859cd65b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12485 | 2025.02.21 14:42:44.218585 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_134_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 98 rows starting from the beginning of the part | ||
| 12486 | 2025.02.21 14:42:44.218643 [ 254 ] {a92f25d2-b090-4db0-8593-3e5d859cd65b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12487 | 2025.02.21 14:42:44.223709 [ 254 ] {a92f25d2-b090-4db0-8593-3e5d859cd65b} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12488 | 2025.02.21 14:42:44.223751 [ 254 ] {a92f25d2-b090-4db0-8593-3e5d859cd65b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12489 | 2025.02.21 14:42:44.224276 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 12490 | 2025.02.21 14:42:44.226755 [ 254 ] {a92f25d2-b090-4db0-8593-3e5d859cd65b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12491 | 2025.02.21 14:42:44.227086 [ 254 ] {a92f25d2-b090-4db0-8593-3e5d859cd65b} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12492 | 2025.02.21 14:42:44.227335 [ 254 ] {a92f25d2-b090-4db0-8593-3e5d859cd65b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.009262 sec., 4210.753616929389 rows/sec., 7.55 MiB/sec. | ||
| 12493 | 2025.02.21 14:42:44.227480 [ 254 ] {a92f25d2-b090-4db0-8593-3e5d859cd65b} <Debug> TCPHandler: Processed in 0.009735151 sec. | ||
| 12494 | 2025.02.21 14:42:44.227747 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12495 | 2025.02.21 14:42:44.227904 [ 256 ] {6e5879d2-5db3-489f-be12-472d16bc9321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12496 | 2025.02.21 14:42:44.227970 [ 256 ] {6e5879d2-5db3-489f-be12-472d16bc9321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12497 | 2025.02.21 14:42:44.228640 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_134_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36867 rows, containing 5 columns (5 merged, 0 gathered) in 0.011064152 sec., 3332112.574013806 rows/sec., 228.33 MiB/sec. | ||
| 12498 | 2025.02.21 14:42:44.228857 [ 256 ] {6e5879d2-5db3-489f-be12-472d16bc9321} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12499 | 2025.02.21 14:42:44.228908 [ 256 ] {6e5879d2-5db3-489f-be12-472d16bc9321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12500 | 2025.02.21 14:42:44.229195 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_134_29} <Trace> MergedBlockOutputStream: filled checksums all_1_134_29 (state Temporary) | ||
| 12501 | 2025.02.21 14:42:44.229510 [ 256 ] {6e5879d2-5db3-489f-be12-472d16bc9321} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 12502 | 2025.02.21 14:42:44.229871 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_134_29} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_134_29 to all_1_134_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12503 | 2025.02.21 14:42:44.229989 [ 256 ] {6e5879d2-5db3-489f-be12-472d16bc9321} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12504 | 2025.02.21 14:42:44.230113 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_134_29} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 2 parts: [all_1_133_28, all_134_134_0] -> all_1_134_29 | ||
| 12505 | 2025.02.21 14:42:44.230385 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 12506 | 2025.02.21 14:42:44.230400 [ 256 ] {6e5879d2-5db3-489f-be12-472d16bc9321} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002528 sec., 23734.177215189873 rows/sec., 1.60 MiB/sec. | ||
| 12507 | 2025.02.21 14:42:44.230470 [ 256 ] {6e5879d2-5db3-489f-be12-472d16bc9321} <Debug> TCPHandler: Processed in 0.002878616 sec. | ||
| 12508 | 2025.02.21 14:42:45.016509 [ 221 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 12509 | 2025.02.21 14:42:45.016569 [ 221 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 12510 | 2025.02.21 14:42:45.018718 [ 221 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 12511 | 2025.02.21 14:42:45.159431 [ 219 ] {} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): 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] | ||
| 12512 | 2025.02.21 14:42:45.159477 [ 219 ] {} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): 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] | ||
| 12513 | 2025.02.21 14:42:45.161366 [ 219 ] {} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): 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] | ||
| 12514 | 2025.02.21 14:42:45.173500 [ 221 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 12515 | 2025.02.21 14:42:45.173544 [ 221 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 12516 | 2025.02.21 14:42:45.175508 [ 221 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 12517 | 2025.02.21 14:42:45.602642 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): 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] | ||
| 12518 | 2025.02.21 14:42:45.602701 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): 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] | ||
| 12519 | 2025.02.21 14:42:45.605036 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): 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] | ||
| 12520 | 2025.02.21 14:42:47.236845 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12521 | 2025.02.21 14:42:47.236916 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12522 | 2025.02.21 14:42:47.530498 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37576 | ||
| 12523 | 2025.02.21 14:42:47.531136 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12524 | 2025.02.21 14:42:47.531181 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12525 | 2025.02.21 14:42:47.531745 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12526 | 2025.02.21 14:42:47.532016 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12527 | 2025.02.21 14:42:47.532215 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 | ||
| 12528 | 2025.02.21 14:42:49.206220 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12529 | 2025.02.21 14:42:49.206410 [ 254 ] {91cb02b1-21fb-43f6-a239-e0908680c304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12530 | 2025.02.21 14:42:49.206482 [ 254 ] {91cb02b1-21fb-43f6-a239-e0908680c304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12531 | 2025.02.21 14:42:49.207293 [ 254 ] {91cb02b1-21fb-43f6-a239-e0908680c304} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12532 | 2025.02.21 14:42:49.207346 [ 254 ] {91cb02b1-21fb-43f6-a239-e0908680c304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12533 | 2025.02.21 14:42:49.207804 [ 254 ] {91cb02b1-21fb-43f6-a239-e0908680c304} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 12534 | 2025.02.21 14:42:49.208099 [ 254 ] {91cb02b1-21fb-43f6-a239-e0908680c304} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12535 | 2025.02.21 14:42:49.208305 [ 254 ] {91cb02b1-21fb-43f6-a239-e0908680c304} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001948 sec., 28747.433264887062 rows/sec., 2.19 MiB/sec. | ||
| 12536 | 2025.02.21 14:42:49.208370 [ 254 ] {91cb02b1-21fb-43f6-a239-e0908680c304} <Debug> TCPHandler: Processed in 0.002279068 sec. | ||
| 12537 | 2025.02.21 14:42:49.208609 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12538 | 2025.02.21 14:42:49.208812 [ 256 ] {f1b8730c-35aa-487d-99e1-d889294385c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12539 | 2025.02.21 14:42:49.208887 [ 256 ] {f1b8730c-35aa-487d-99e1-d889294385c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12540 | 2025.02.21 14:42:49.209693 [ 256 ] {f1b8730c-35aa-487d-99e1-d889294385c3} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12541 | 2025.02.21 14:42:49.209741 [ 256 ] {f1b8730c-35aa-487d-99e1-d889294385c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12542 | 2025.02.21 14:42:49.210194 [ 256 ] {f1b8730c-35aa-487d-99e1-d889294385c3} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 12543 | 2025.02.21 14:42:49.210451 [ 256 ] {f1b8730c-35aa-487d-99e1-d889294385c3} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12544 | 2025.02.21 14:42:49.210684 [ 256 ] {f1b8730c-35aa-487d-99e1-d889294385c3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001927 sec., 33212.24701608718 rows/sec., 2.59 MiB/sec. | ||
| 12545 | 2025.02.21 14:42:49.210751 [ 256 ] {f1b8730c-35aa-487d-99e1-d889294385c3} <Debug> TCPHandler: Processed in 0.002274908 sec. | ||
| 12546 | 2025.02.21 14:42:49.210897 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12547 | 2025.02.21 14:42:49.211026 [ 254 ] {5803b109-f48a-446e-8cda-cd11494deace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12548 | 2025.02.21 14:42:49.211085 [ 254 ] {5803b109-f48a-446e-8cda-cd11494deace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12549 | 2025.02.21 14:42:49.211698 [ 254 ] {5803b109-f48a-446e-8cda-cd11494deace} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12550 | 2025.02.21 14:42:49.211737 [ 254 ] {5803b109-f48a-446e-8cda-cd11494deace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12551 | 2025.02.21 14:42:49.212173 [ 254 ] {5803b109-f48a-446e-8cda-cd11494deace} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 12552 | 2025.02.21 14:42:49.212417 [ 254 ] {5803b109-f48a-446e-8cda-cd11494deace} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12553 | 2025.02.21 14:42:49.212620 [ 125 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 2 parts from all_1_134_29 to all_135_135_0 | ||
| 12554 | 2025.02.21 14:42:49.212655 [ 254 ] {5803b109-f48a-446e-8cda-cd11494deace} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001659 sec., 96443.64074743821 rows/sec., 6.72 MiB/sec. | ||
| 12555 | 2025.02.21 14:42:49.212700 [ 125 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12556 | 2025.02.21 14:42:49.212769 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12557 | 2025.02.21 14:42:49.212796 [ 254 ] {5803b109-f48a-446e-8cda-cd11494deace} <Debug> TCPHandler: Processed in 0.001955018 sec. | ||
| 12558 | 2025.02.21 14:42:49.213040 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_135_30} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_134_29 to all_135_135_0 into Compact with storage Full | ||
| 12559 | 2025.02.21 14:42:49.213112 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12560 | 2025.02.21 14:42:49.213349 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_135_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12561 | 2025.02.21 14:42:49.213476 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_135_30} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_134_29, total 36867 rows starting from the beginning of the part | ||
| 12562 | 2025.02.21 14:42:49.213772 [ 256 ] {a3228e71-5668-4405-ad1a-1c6dcbb8fae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12563 | 2025.02.21 14:42:49.213923 [ 189 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_135_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 160 rows starting from the beginning of the part | ||
| 12564 | 2025.02.21 14:42:49.214275 [ 256 ] {a3228e71-5668-4405-ad1a-1c6dcbb8fae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12565 | 2025.02.21 14:42:49.216705 [ 256 ] {a3228e71-5668-4405-ad1a-1c6dcbb8fae3} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12566 | 2025.02.21 14:42:49.216747 [ 256 ] {a3228e71-5668-4405-ad1a-1c6dcbb8fae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12567 | 2025.02.21 14:42:49.217502 [ 256 ] {a3228e71-5668-4405-ad1a-1c6dcbb8fae3} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 12568 | 2025.02.21 14:42:49.217818 [ 256 ] {a3228e71-5668-4405-ad1a-1c6dcbb8fae3} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12569 | 2025.02.21 14:42:49.218205 [ 256 ] {a3228e71-5668-4405-ad1a-1c6dcbb8fae3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004793 sec., 12518.255789693301 rows/sec., 863.89 KiB/sec. | ||
| 12570 | 2025.02.21 14:42:49.218273 [ 256 ] {a3228e71-5668-4405-ad1a-1c6dcbb8fae3} <Debug> TCPHandler: Processed in 0.005386711 sec. | ||
| 12571 | 2025.02.21 14:42:49.222218 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_135_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37027 rows, containing 5 columns (5 merged, 0 gathered) in 0.009335989 sec., 3966050.0885337377 rows/sec., 271.78 MiB/sec. | ||
| 12572 | 2025.02.21 14:42:49.222870 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_135_30} <Trace> MergedBlockOutputStream: filled checksums all_1_135_30 (state Temporary) | ||
| 12573 | 2025.02.21 14:42:49.223267 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_135_30} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_135_30 to all_1_135_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12574 | 2025.02.21 14:42:49.223361 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_135_30} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 2 parts: [all_1_134_29, all_135_135_0] -> all_1_135_30 | ||
| 12575 | 2025.02.21 14:42:49.223464 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 12576 | 2025.02.21 14:42:50.268806 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 619 | ||
| 12577 | 2025.02.21 14:42:50.293432 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12578 | 2025.02.21 14:42:50.293489 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12579 | 2025.02.21 14:42:50.301693 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12580 | 2025.02.21 14:42:50.302597 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12581 | 2025.02.21 14:42:50.306208 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 619 | ||
| 12582 | 2025.02.21 14:42:50.835769 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12583 | 2025.02.21 14:42:50.835969 [ 254 ] {00e566dc-bd7b-4e30-b1d2-11264dec4734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12584 | 2025.02.21 14:42:50.836047 [ 254 ] {00e566dc-bd7b-4e30-b1d2-11264dec4734} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12585 | 2025.02.21 14:42:50.836860 [ 254 ] {00e566dc-bd7b-4e30-b1d2-11264dec4734} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12586 | 2025.02.21 14:42:50.836906 [ 254 ] {00e566dc-bd7b-4e30-b1d2-11264dec4734} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12587 | 2025.02.21 14:42:50.837334 [ 254 ] {00e566dc-bd7b-4e30-b1d2-11264dec4734} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 12588 | 2025.02.21 14:42:50.837588 [ 254 ] {00e566dc-bd7b-4e30-b1d2-11264dec4734} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12589 | 2025.02.21 14:42:50.837839 [ 254 ] {00e566dc-bd7b-4e30-b1d2-11264dec4734} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001926 sec., 12461.059190031152 rows/sec., 1.03 MiB/sec. | ||
| 12590 | 2025.02.21 14:42:50.837908 [ 254 ] {00e566dc-bd7b-4e30-b1d2-11264dec4734} <Debug> TCPHandler: Processed in 0.002271818 sec. | ||
| 12591 | 2025.02.21 14:42:50.838229 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12592 | 2025.02.21 14:42:50.838454 [ 256 ] {b39d9fb1-e556-4249-a30d-8e8ac7627333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12593 | 2025.02.21 14:42:50.838541 [ 256 ] {b39d9fb1-e556-4249-a30d-8e8ac7627333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12594 | 2025.02.21 14:42:50.839427 [ 256 ] {b39d9fb1-e556-4249-a30d-8e8ac7627333} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12595 | 2025.02.21 14:42:50.839482 [ 256 ] {b39d9fb1-e556-4249-a30d-8e8ac7627333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12596 | 2025.02.21 14:42:50.839932 [ 256 ] {b39d9fb1-e556-4249-a30d-8e8ac7627333} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 12597 | 2025.02.21 14:42:50.840189 [ 256 ] {b39d9fb1-e556-4249-a30d-8e8ac7627333} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12598 | 2025.02.21 14:42:50.840505 [ 256 ] {b39d9fb1-e556-4249-a30d-8e8ac7627333} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.00209 sec., 7655.502392344498 rows/sec., 624.25 KiB/sec. | ||
| 12599 | 2025.02.21 14:42:50.840685 [ 256 ] {b39d9fb1-e556-4249-a30d-8e8ac7627333} <Debug> TCPHandler: Processed in 0.002604988 sec. | ||
| 12600 | 2025.02.21 14:42:50.840858 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12601 | 2025.02.21 14:42:50.840985 [ 254 ] {731b0734-85a5-4db1-9346-67f39846b87a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12602 | 2025.02.21 14:42:50.841039 [ 254 ] {731b0734-85a5-4db1-9346-67f39846b87a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12603 | 2025.02.21 14:42:50.842416 [ 254 ] {731b0734-85a5-4db1-9346-67f39846b87a} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12604 | 2025.02.21 14:42:50.842456 [ 254 ] {731b0734-85a5-4db1-9346-67f39846b87a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12605 | 2025.02.21 14:42:50.842919 [ 254 ] {731b0734-85a5-4db1-9346-67f39846b87a} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 12606 | 2025.02.21 14:42:50.843162 [ 254 ] {731b0734-85a5-4db1-9346-67f39846b87a} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12607 | 2025.02.21 14:42:50.843393 [ 254 ] {731b0734-85a5-4db1-9346-67f39846b87a} <Debug> executeQuery: Read 1402 rows, 119.95 KiB in 0.002437 sec., 575297.4969224456 rows/sec., 48.07 MiB/sec. | ||
| 12608 | 2025.02.21 14:42:50.843449 [ 254 ] {731b0734-85a5-4db1-9346-67f39846b87a} <Debug> TCPHandler: Processed in 0.00265387 sec. | ||
| 12609 | 2025.02.21 14:42:50.843622 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12610 | 2025.02.21 14:42:50.843751 [ 256 ] {111ccff9-d725-46a9-97bd-06965a114da7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12611 | 2025.02.21 14:42:50.843812 [ 256 ] {111ccff9-d725-46a9-97bd-06965a114da7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12612 | 2025.02.21 14:42:50.844464 [ 256 ] {111ccff9-d725-46a9-97bd-06965a114da7} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12613 | 2025.02.21 14:42:50.844509 [ 256 ] {111ccff9-d725-46a9-97bd-06965a114da7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12614 | 2025.02.21 14:42:50.844899 [ 256 ] {111ccff9-d725-46a9-97bd-06965a114da7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12615 | 2025.02.21 14:42:50.845151 [ 256 ] {111ccff9-d725-46a9-97bd-06965a114da7} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12616 | 2025.02.21 14:42:50.845373 [ 256 ] {111ccff9-d725-46a9-97bd-06965a114da7} <Debug> executeQuery: Read 67 rows, 5.01 KiB in 0.001652 sec., 40556.900726392254 rows/sec., 2.96 MiB/sec. | ||
| 12617 | 2025.02.21 14:42:50.845436 [ 256 ] {111ccff9-d725-46a9-97bd-06965a114da7} <Debug> TCPHandler: Processed in 0.001873046 sec. | ||
| 12618 | 2025.02.21 14:42:50.845602 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12619 | 2025.02.21 14:42:50.845723 [ 254 ] {4da92606-5f7d-40fd-b332-fe86d832b4e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12620 | 2025.02.21 14:42:50.845774 [ 254 ] {4da92606-5f7d-40fd-b332-fe86d832b4e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12621 | 2025.02.21 14:42:50.846479 [ 254 ] {4da92606-5f7d-40fd-b332-fe86d832b4e0} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12622 | 2025.02.21 14:42:50.846520 [ 254 ] {4da92606-5f7d-40fd-b332-fe86d832b4e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12623 | 2025.02.21 14:42:50.846900 [ 254 ] {4da92606-5f7d-40fd-b332-fe86d832b4e0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 12624 | 2025.02.21 14:42:50.847159 [ 254 ] {4da92606-5f7d-40fd-b332-fe86d832b4e0} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12625 | 2025.02.21 14:42:50.847374 [ 254 ] {4da92606-5f7d-40fd-b332-fe86d832b4e0} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001677 sec., 150268.33631484793 rows/sec., 10.39 MiB/sec. | ||
| 12626 | 2025.02.21 14:42:50.847431 [ 254 ] {4da92606-5f7d-40fd-b332-fe86d832b4e0} <Debug> TCPHandler: Processed in 0.001886537 sec. | ||
| 12627 | 2025.02.21 14:42:50.847591 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12628 | 2025.02.21 14:42:50.847713 [ 256 ] {43d4bc65-6a0a-4b37-a031-6d71316852a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12629 | 2025.02.21 14:42:50.847766 [ 256 ] {43d4bc65-6a0a-4b37-a031-6d71316852a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12630 | 2025.02.21 14:42:50.848379 [ 256 ] {43d4bc65-6a0a-4b37-a031-6d71316852a8} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12631 | 2025.02.21 14:42:50.848422 [ 256 ] {43d4bc65-6a0a-4b37-a031-6d71316852a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12632 | 2025.02.21 14:42:50.848800 [ 256 ] {43d4bc65-6a0a-4b37-a031-6d71316852a8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 12633 | 2025.02.21 14:42:50.849052 [ 256 ] {43d4bc65-6a0a-4b37-a031-6d71316852a8} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12634 | 2025.02.21 14:42:50.849319 [ 256 ] {43d4bc65-6a0a-4b37-a031-6d71316852a8} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.00163 sec., 7361.963190184049 rows/sec., 575.15 KiB/sec. | ||
| 12635 | 2025.02.21 14:42:50.849523 [ 256 ] {43d4bc65-6a0a-4b37-a031-6d71316852a8} <Debug> TCPHandler: Processed in 0.001984339 sec. | ||
| 12636 | 2025.02.21 14:42:50.849678 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12637 | 2025.02.21 14:42:50.849800 [ 254 ] {279d9d4c-641c-4ae5-9d73-5b47a7c90327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12638 | 2025.02.21 14:42:50.849850 [ 254 ] {279d9d4c-641c-4ae5-9d73-5b47a7c90327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12639 | 2025.02.21 14:42:50.850634 [ 254 ] {279d9d4c-641c-4ae5-9d73-5b47a7c90327} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12640 | 2025.02.21 14:42:50.850672 [ 254 ] {279d9d4c-641c-4ae5-9d73-5b47a7c90327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12641 | 2025.02.21 14:42:50.851077 [ 254 ] {279d9d4c-641c-4ae5-9d73-5b47a7c90327} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 12642 | 2025.02.21 14:42:50.851315 [ 254 ] {279d9d4c-641c-4ae5-9d73-5b47a7c90327} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12643 | 2025.02.21 14:42:50.851522 [ 254 ] {279d9d4c-641c-4ae5-9d73-5b47a7c90327} <Debug> executeQuery: Read 611 rows, 47.09 KiB in 0.001749 sec., 349342.48141795315 rows/sec., 26.29 MiB/sec. | ||
| 12644 | 2025.02.21 14:42:50.851577 [ 254 ] {279d9d4c-641c-4ae5-9d73-5b47a7c90327} <Debug> TCPHandler: Processed in 0.001953589 sec. | ||
| 12645 | 2025.02.21 14:42:50.851723 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12646 | 2025.02.21 14:42:50.851870 [ 256 ] {40fea449-6fe6-4a10-8b74-d058eda7b539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12647 | 2025.02.21 14:42:50.851936 [ 256 ] {40fea449-6fe6-4a10-8b74-d058eda7b539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12648 | 2025.02.21 14:42:50.852800 [ 256 ] {40fea449-6fe6-4a10-8b74-d058eda7b539} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12649 | 2025.02.21 14:42:50.852841 [ 256 ] {40fea449-6fe6-4a10-8b74-d058eda7b539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12650 | 2025.02.21 14:42:50.853337 [ 256 ] {40fea449-6fe6-4a10-8b74-d058eda7b539} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 12651 | 2025.02.21 14:42:50.853587 [ 256 ] {40fea449-6fe6-4a10-8b74-d058eda7b539} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12652 | 2025.02.21 14:42:50.853764 [ 142 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_135_30 to all_140_140_0 | ||
| 12653 | 2025.02.21 14:42:50.853824 [ 256 ] {40fea449-6fe6-4a10-8b74-d058eda7b539} <Debug> executeQuery: Read 952 rows, 65.79 KiB in 0.001985 sec., 479596.9773299749 rows/sec., 32.37 MiB/sec. | ||
| 12654 | 2025.02.21 14:42:50.853844 [ 142 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12655 | 2025.02.21 14:42:50.853914 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12656 | 2025.02.21 14:42:50.853971 [ 256 ] {40fea449-6fe6-4a10-8b74-d058eda7b539} <Debug> TCPHandler: Processed in 0.002314089 sec. | ||
| 12657 | 2025.02.21 14:42:50.854240 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12658 | 2025.02.21 14:42:50.854293 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_140_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_135_30 to all_140_140_0 into Compact with storage Full | ||
| 12659 | 2025.02.21 14:42:50.854604 [ 254 ] {4de95691-9af6-493f-9791-fd5e4b21808d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12660 | 2025.02.21 14:42:50.854941 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_140_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12661 | 2025.02.21 14:42:50.855048 [ 254 ] {4de95691-9af6-493f-9791-fd5e4b21808d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12662 | 2025.02.21 14:42:50.855091 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_140_31} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_135_30, total 37027 rows starting from the beginning of the part | ||
| 12663 | 2025.02.21 14:42:50.855708 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_140_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 160 rows starting from the beginning of the part | ||
| 12664 | 2025.02.21 14:42:50.856328 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_140_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 160 rows starting from the beginning of the part | ||
| 12665 | 2025.02.21 14:42:50.856917 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_140_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part | ||
| 12666 | 2025.02.21 14:42:50.857574 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_140_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 160 rows starting from the beginning of the part | ||
| 12667 | 2025.02.21 14:42:50.858152 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_140_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 952 rows starting from the beginning of the part | ||
| 12668 | 2025.02.21 14:42:50.860091 [ 254 ] {4de95691-9af6-493f-9791-fd5e4b21808d} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12669 | 2025.02.21 14:42:50.860138 [ 254 ] {4de95691-9af6-493f-9791-fd5e4b21808d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12670 | 2025.02.21 14:42:50.861143 [ 254 ] {4de95691-9af6-493f-9791-fd5e4b21808d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12671 | 2025.02.21 14:42:50.861446 [ 254 ] {4de95691-9af6-493f-9791-fd5e4b21808d} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12672 | 2025.02.21 14:42:50.861694 [ 254 ] {4de95691-9af6-493f-9791-fd5e4b21808d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007244 sec., 5383.765875207068 rows/sec., 9.65 MiB/sec. | ||
| 12673 | 2025.02.21 14:42:50.861828 [ 254 ] {4de95691-9af6-493f-9791-fd5e4b21808d} <Debug> TCPHandler: Processed in 0.007731922 sec. | ||
| 12674 | 2025.02.21 14:42:50.862015 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12675 | 2025.02.21 14:42:50.862175 [ 256 ] {d64b6469-9146-47e9-996f-1f4fbfdc0577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12676 | 2025.02.21 14:42:50.862239 [ 256 ] {d64b6469-9146-47e9-996f-1f4fbfdc0577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12677 | 2025.02.21 14:42:50.862906 [ 256 ] {d64b6469-9146-47e9-996f-1f4fbfdc0577} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12678 | 2025.02.21 14:42:50.862947 [ 256 ] {d64b6469-9146-47e9-996f-1f4fbfdc0577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12679 | 2025.02.21 14:42:50.863431 [ 256 ] {d64b6469-9146-47e9-996f-1f4fbfdc0577} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 12680 | 2025.02.21 14:42:50.863750 [ 256 ] {d64b6469-9146-47e9-996f-1f4fbfdc0577} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12681 | 2025.02.21 14:42:50.864037 [ 256 ] {d64b6469-9146-47e9-996f-1f4fbfdc0577} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001888 sec., 11652.542372881357 rows/sec., 810.53 KiB/sec. | ||
| 12682 | 2025.02.21 14:42:50.864098 [ 256 ] {d64b6469-9146-47e9-996f-1f4fbfdc0577} <Debug> TCPHandler: Processed in 0.002171985 sec. | ||
| 12683 | 2025.02.21 14:42:50.866539 [ 201 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_140_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38619 rows, containing 5 columns (5 merged, 0 gathered) in 0.012509224 sec., 3087241.8624848356 rows/sec., 211.54 MiB/sec. | ||
| 12684 | 2025.02.21 14:42:50.867155 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_140_31} <Trace> MergedBlockOutputStream: filled checksums all_1_140_31 (state Temporary) | ||
| 12685 | 2025.02.21 14:42:50.867516 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_140_31} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_140_31 to all_1_140_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12686 | 2025.02.21 14:42:50.867611 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_140_31} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_135_30, all_140_140_0] -> all_1_140_31 | ||
| 12687 | 2025.02.21 14:42:50.867720 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 12688 | 2025.02.21 14:42:51.000362 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.21 MiB, peak 277.44 MiB, free memory in arenas 0.00 B, will set to 258.94 MiB (RSS), difference: -1.27 MiB | ||
| 12689 | 2025.02.21 14:42:52.712836 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1700 | ||
| 12690 | 2025.02.21 14:42:52.716240 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12691 | 2025.02.21 14:42:52.716288 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12692 | 2025.02.21 14:42:52.717839 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12693 | 2025.02.21 14:42:52.718166 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12694 | 2025.02.21 14:42:52.718336 [ 147 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12695 | 2025.02.21 14:42:52.718395 [ 147 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12696 | 2025.02.21 14:42:52.718431 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12697 | 2025.02.21 14:42:52.718671 [ 197 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 12698 | 2025.02.21 14:42:52.719161 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1700 | ||
| 12699 | 2025.02.21 14:42:52.719553 [ 197 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12700 | 2025.02.21 14:42:52.719681 [ 197 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1564 rows starting from the beginning of the part | ||
| 12701 | 2025.02.21 14:42:52.720244 [ 197 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 20 rows starting from the beginning of the part | ||
| 12702 | 2025.02.21 14:42:52.720752 [ 197 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 40 rows starting from the beginning of the part | ||
| 12703 | 2025.02.21 14:42:52.721262 [ 197 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 12704 | 2025.02.21 14:42:52.721778 [ 197 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 20 rows starting from the beginning of the part | ||
| 12705 | 2025.02.21 14:42:52.722363 [ 197 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 40 rows starting from the beginning of the part | ||
| 12706 | 2025.02.21 14:42:52.730602 [ 197 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1700 rows, containing 72 columns (72 merged, 0 gathered) in 0.012098082 sec., 140518.1416360048 rows/sec., 106.91 MiB/sec. | ||
| 12707 | 2025.02.21 14:42:52.732475 [ 201 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12708 | 2025.02.21 14:42:52.733364 [ 201 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_61_12} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12709 | 2025.02.21 14:42:52.733469 [ 201 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_61_12} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12710 | 2025.02.21 14:42:52.733840 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 12711 | 2025.02.21 14:42:54.203506 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12712 | 2025.02.21 14:42:54.203719 [ 254 ] {68ad94c5-a7bb-48aa-9086-8d0eb7c21a71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12713 | 2025.02.21 14:42:54.203800 [ 254 ] {68ad94c5-a7bb-48aa-9086-8d0eb7c21a71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12714 | 2025.02.21 14:42:54.204662 [ 254 ] {68ad94c5-a7bb-48aa-9086-8d0eb7c21a71} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12715 | 2025.02.21 14:42:54.204713 [ 254 ] {68ad94c5-a7bb-48aa-9086-8d0eb7c21a71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12716 | 2025.02.21 14:42:54.205148 [ 254 ] {68ad94c5-a7bb-48aa-9086-8d0eb7c21a71} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 12717 | 2025.02.21 14:42:54.205413 [ 254 ] {68ad94c5-a7bb-48aa-9086-8d0eb7c21a71} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12718 | 2025.02.21 14:42:54.205625 [ 146 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 12719 | 2025.02.21 14:42:54.205654 [ 254 ] {68ad94c5-a7bb-48aa-9086-8d0eb7c21a71} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001995 sec., 28070.175438596492 rows/sec., 2.14 MiB/sec. | ||
| 12720 | 2025.02.21 14:42:54.205707 [ 146 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12721 | 2025.02.21 14:42:54.205782 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12722 | 2025.02.21 14:42:54.205800 [ 254 ] {68ad94c5-a7bb-48aa-9086-8d0eb7c21a71} <Debug> TCPHandler: Processed in 0.002450403 sec. | ||
| 12723 | 2025.02.21 14:42:54.206016 [ 188 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 12724 | 2025.02.21 14:42:54.206108 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12725 | 2025.02.21 14:42:54.206214 [ 188 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12726 | 2025.02.21 14:42:54.206276 [ 188 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1405 rows starting from the beginning of the part | ||
| 12727 | 2025.02.21 14:42:54.206497 [ 256 ] {50fdfe24-e987-4932-8629-b0e3234450b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12728 | 2025.02.21 14:42:54.206554 [ 188 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 12729 | 2025.02.21 14:42:54.206734 [ 256 ] {50fdfe24-e987-4932-8629-b0e3234450b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12730 | 2025.02.21 14:42:54.206931 [ 188 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 134 rows starting from the beginning of the part | ||
| 12731 | 2025.02.21 14:42:54.207312 [ 188 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 12732 | 2025.02.21 14:42:54.207658 [ 188 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 1402 rows starting from the beginning of the part | ||
| 12733 | 2025.02.21 14:42:54.207922 [ 188 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 12734 | 2025.02.21 14:42:54.209924 [ 256 ] {50fdfe24-e987-4932-8629-b0e3234450b9} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12735 | 2025.02.21 14:42:54.210003 [ 256 ] {50fdfe24-e987-4932-8629-b0e3234450b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12736 | 2025.02.21 14:42:54.210926 [ 256 ] {50fdfe24-e987-4932-8629-b0e3234450b9} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 12737 | 2025.02.21 14:42:54.211304 [ 256 ] {50fdfe24-e987-4932-8629-b0e3234450b9} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12738 | 2025.02.21 14:42:54.211776 [ 146 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 12739 | 2025.02.21 14:42:54.211978 [ 146 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12740 | 2025.02.21 14:42:54.212126 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12741 | 2025.02.21 14:42:54.212170 [ 256 ] {50fdfe24-e987-4932-8629-b0e3234450b9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005811 sec., 11013.594906212356 rows/sec., 880.27 KiB/sec. | ||
| 12742 | 2025.02.21 14:42:54.212356 [ 199 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3109 rows, containing 5 columns (5 merged, 0 gathered) in 0.006446313 sec., 482291.19498231 rows/sec., 42.00 MiB/sec. | ||
| 12743 | 2025.02.21 14:42:54.212595 [ 256 ] {50fdfe24-e987-4932-8629-b0e3234450b9} <Debug> TCPHandler: Processed in 0.00664972 sec. | ||
| 12744 | 2025.02.21 14:42:54.212640 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 12745 | 2025.02.21 14:42:54.212829 [ 199 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 12746 | 2025.02.21 14:42:54.212861 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12747 | 2025.02.21 14:42:54.213081 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12748 | 2025.02.21 14:42:54.213213 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 631 rows starting from the beginning of the part | ||
| 12749 | 2025.02.21 14:42:54.213246 [ 254 ] {484d1a49-9431-4515-9768-0be425824ffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12750 | 2025.02.21 14:42:54.213542 [ 254 ] {484d1a49-9431-4515-9768-0be425824ffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12751 | 2025.02.21 14:42:54.213803 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 12752 | 2025.02.21 14:42:54.214163 [ 199 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_141_28} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12753 | 2025.02.21 14:42:54.214299 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 103 rows starting from the beginning of the part | ||
| 12754 | 2025.02.21 14:42:54.214581 [ 199 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_141_28} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 12755 | 2025.02.21 14:42:54.215043 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 12756 | 2025.02.21 14:42:54.215161 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 12757 | 2025.02.21 14:42:54.215410 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 611 rows starting from the beginning of the part | ||
| 12758 | 2025.02.21 14:42:54.215671 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 12759 | 2025.02.21 14:42:54.216706 [ 254 ] {484d1a49-9431-4515-9768-0be425824ffb} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12760 | 2025.02.21 14:42:54.216781 [ 254 ] {484d1a49-9431-4515-9768-0be425824ffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12761 | 2025.02.21 14:42:54.217926 [ 254 ] {484d1a49-9431-4515-9768-0be425824ffb} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 12762 | 2025.02.21 14:42:54.218376 [ 254 ] {484d1a49-9431-4515-9768-0be425824ffb} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12763 | 2025.02.21 14:42:54.218892 [ 254 ] {484d1a49-9431-4515-9768-0be425824ffb} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.005747 sec., 17052.37515225335 rows/sec., 1.19 MiB/sec. | ||
| 12764 | 2025.02.21 14:42:54.218986 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1537 rows, containing 5 columns (5 merged, 0 gathered) in 0.0066751 sec., 230258.72271576457 rows/sec., 18.34 MiB/sec. | ||
| 12765 | 2025.02.21 14:42:54.219024 [ 254 ] {484d1a49-9431-4515-9768-0be425824ffb} <Debug> TCPHandler: Processed in 0.006301198 sec. | ||
| 12766 | 2025.02.21 14:42:54.219220 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 12767 | 2025.02.21 14:42:54.219316 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12768 | 2025.02.21 14:42:54.219593 [ 256 ] {6a632c73-c702-46fa-9ae6-506c581a62a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12769 | 2025.02.21 14:42:54.219710 [ 256 ] {6a632c73-c702-46fa-9ae6-506c581a62a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12770 | 2025.02.21 14:42:54.219720 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_141_28} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12771 | 2025.02.21 14:42:54.219954 [ 187 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_141_28} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 12772 | 2025.02.21 14:42:54.220144 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 12773 | 2025.02.21 14:42:54.220591 [ 256 ] {6a632c73-c702-46fa-9ae6-506c581a62a0} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12774 | 2025.02.21 14:42:54.220635 [ 256 ] {6a632c73-c702-46fa-9ae6-506c581a62a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12775 | 2025.02.21 14:42:54.221029 [ 256 ] {6a632c73-c702-46fa-9ae6-506c581a62a0} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 12776 | 2025.02.21 14:42:54.221268 [ 256 ] {6a632c73-c702-46fa-9ae6-506c581a62a0} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12777 | 2025.02.21 14:42:54.221456 [ 146 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 12778 | 2025.02.21 14:42:54.221511 [ 256 ] {6a632c73-c702-46fa-9ae6-506c581a62a0} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001981 sec., 19182.231196365472 rows/sec., 1.29 MiB/sec. | ||
| 12779 | 2025.02.21 14:42:54.221519 [ 146 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12780 | 2025.02.21 14:42:54.221601 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12781 | 2025.02.21 14:42:54.221636 [ 256 ] {6a632c73-c702-46fa-9ae6-506c581a62a0} <Debug> TCPHandler: Processed in 0.002460833 sec. | ||
| 12782 | 2025.02.21 14:42:54.221826 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 12783 | 2025.02.21 14:42:54.221948 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12784 | 2025.02.21 14:42:54.221979 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 7008 rows starting from the beginning of the part | ||
| 12785 | 2025.02.21 14:42:54.222070 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 12786 | 2025.02.21 14:42:54.222302 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 60 rows starting from the beginning of the part | ||
| 12787 | 2025.02.21 14:42:54.222535 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 12788 | 2025.02.21 14:42:54.222651 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 22 rows starting from the beginning of the part | ||
| 12789 | 2025.02.21 14:42:54.222859 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 38 rows starting from the beginning of the part | ||
| 12790 | 2025.02.21 14:42:54.224961 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7248 rows, containing 4 columns (4 merged, 0 gathered) in 0.003256118 sec., 2225963.5553748356 rows/sec., 150.01 MiB/sec. | ||
| 12791 | 2025.02.21 14:42:54.225451 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 12792 | 2025.02.21 14:42:54.225742 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_141_28} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12793 | 2025.02.21 14:42:54.225823 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_141_28} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 12794 | 2025.02.21 14:42:54.225906 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. | ||
| 12795 | 2025.02.21 14:42:55.033248 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38064 | ||
| 12796 | 2025.02.21 14:42:55.033935 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12797 | 2025.02.21 14:42:55.033981 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12798 | 2025.02.21 14:42:55.034533 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12799 | 2025.02.21 14:42:55.034803 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12800 | 2025.02.21 14:42:55.035068 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064 | ||
| 12801 | 2025.02.21 14:42:57.807179 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 626 | ||
| 12802 | 2025.02.21 14:42:57.829641 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12803 | 2025.02.21 14:42:57.829701 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12804 | 2025.02.21 14:42:57.837126 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12805 | 2025.02.21 14:42:57.837921 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12806 | 2025.02.21 14:42:57.842408 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626 | ||
| 12807 | 2025.02.21 14:42:59.206007 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12808 | 2025.02.21 14:42:59.206197 [ 254 ] {32cecf8c-8232-4672-880c-8a18be90a8c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12809 | 2025.02.21 14:42:59.206278 [ 254 ] {32cecf8c-8232-4672-880c-8a18be90a8c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12810 | 2025.02.21 14:42:59.207077 [ 254 ] {32cecf8c-8232-4672-880c-8a18be90a8c3} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12811 | 2025.02.21 14:42:59.207131 [ 254 ] {32cecf8c-8232-4672-880c-8a18be90a8c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12812 | 2025.02.21 14:42:59.207580 [ 254 ] {32cecf8c-8232-4672-880c-8a18be90a8c3} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 12813 | 2025.02.21 14:42:59.207837 [ 254 ] {32cecf8c-8232-4672-880c-8a18be90a8c3} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12814 | 2025.02.21 14:42:59.208082 [ 254 ] {32cecf8c-8232-4672-880c-8a18be90a8c3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001935 sec., 28940.568475452194 rows/sec., 2.21 MiB/sec. | ||
| 12815 | 2025.02.21 14:42:59.208163 [ 254 ] {32cecf8c-8232-4672-880c-8a18be90a8c3} <Debug> TCPHandler: Processed in 0.002283369 sec. | ||
| 12816 | 2025.02.21 14:42:59.208539 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12817 | 2025.02.21 14:42:59.208760 [ 256 ] {2faedaae-6b00-4d5b-b701-89e19377468d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12818 | 2025.02.21 14:42:59.208836 [ 256 ] {2faedaae-6b00-4d5b-b701-89e19377468d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12819 | 2025.02.21 14:42:59.209645 [ 256 ] {2faedaae-6b00-4d5b-b701-89e19377468d} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12820 | 2025.02.21 14:42:59.209693 [ 256 ] {2faedaae-6b00-4d5b-b701-89e19377468d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12821 | 2025.02.21 14:42:59.210141 [ 256 ] {2faedaae-6b00-4d5b-b701-89e19377468d} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 12822 | 2025.02.21 14:42:59.210401 [ 256 ] {2faedaae-6b00-4d5b-b701-89e19377468d} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12823 | 2025.02.21 14:42:59.210652 [ 256 ] {2faedaae-6b00-4d5b-b701-89e19377468d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001946 sec., 32887.9753340185 rows/sec., 2.57 MiB/sec. | ||
| 12824 | 2025.02.21 14:42:59.210722 [ 256 ] {2faedaae-6b00-4d5b-b701-89e19377468d} <Debug> TCPHandler: Processed in 0.002415892 sec. | ||
| 12825 | 2025.02.21 14:42:59.210870 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12826 | 2025.02.21 14:42:59.211017 [ 254 ] {6f81011e-71ac-47d7-bfe9-3c8157f92e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12827 | 2025.02.21 14:42:59.211084 [ 254 ] {6f81011e-71ac-47d7-bfe9-3c8157f92e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12828 | 2025.02.21 14:42:59.211737 [ 254 ] {6f81011e-71ac-47d7-bfe9-3c8157f92e95} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12829 | 2025.02.21 14:42:59.211777 [ 254 ] {6f81011e-71ac-47d7-bfe9-3c8157f92e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12830 | 2025.02.21 14:42:59.212192 [ 254 ] {6f81011e-71ac-47d7-bfe9-3c8157f92e95} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 12831 | 2025.02.21 14:42:59.212451 [ 254 ] {6f81011e-71ac-47d7-bfe9-3c8157f92e95} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12832 | 2025.02.21 14:42:59.212696 [ 254 ] {6f81011e-71ac-47d7-bfe9-3c8157f92e95} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001717 sec., 93185.789167152 rows/sec., 6.49 MiB/sec. | ||
| 12833 | 2025.02.21 14:42:59.212754 [ 254 ] {6f81011e-71ac-47d7-bfe9-3c8157f92e95} <Debug> TCPHandler: Processed in 0.001952318 sec. | ||
| 12834 | 2025.02.21 14:42:59.212971 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12835 | 2025.02.21 14:42:59.213205 [ 256 ] {6e36ce67-450e-4c55-8f30-e8e1726cef38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12836 | 2025.02.21 14:42:59.213308 [ 256 ] {6e36ce67-450e-4c55-8f30-e8e1726cef38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12837 | 2025.02.21 14:42:59.213973 [ 256 ] {6e36ce67-450e-4c55-8f30-e8e1726cef38} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12838 | 2025.02.21 14:42:59.214015 [ 256 ] {6e36ce67-450e-4c55-8f30-e8e1726cef38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12839 | 2025.02.21 14:42:59.214411 [ 256 ] {6e36ce67-450e-4c55-8f30-e8e1726cef38} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 12840 | 2025.02.21 14:42:59.214661 [ 256 ] {6e36ce67-450e-4c55-8f30-e8e1726cef38} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12841 | 2025.02.21 14:42:59.214895 [ 256 ] {6e36ce67-450e-4c55-8f30-e8e1726cef38} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001751 sec., 34266.133637921186 rows/sec., 2.31 MiB/sec. | ||
| 12842 | 2025.02.21 14:42:59.214964 [ 256 ] {6e36ce67-450e-4c55-8f30-e8e1726cef38} <Debug> TCPHandler: Processed in 0.002108233 sec. | ||
| 12843 | 2025.02.21 14:43:01.360776 [ 140 ] {} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Selected 5 parts from all_1_56_12 to all_60_60_0 | ||
| 12844 | 2025.02.21 14:43:01.360849 [ 140 ] {} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12845 | 2025.02.21 14:43:01.360878 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12846 | 2025.02.21 14:43:01.361088 [ 196 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::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 | ||
| 12847 | 2025.02.21 14:43:01.361519 [ 196 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12848 | 2025.02.21 14:43:01.361587 [ 196 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_12, total 69 rows starting from the beginning of the part | ||
| 12849 | 2025.02.21 14:43:01.362036 [ 196 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 53 rows starting from the beginning of the part | ||
| 12850 | 2025.02.21 14:43:01.362204 [ 196 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 39 rows starting from the beginning of the part | ||
| 12851 | 2025.02.21 14:43:01.362414 [ 196 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 39 rows starting from the beginning of the part | ||
| 12852 | 2025.02.21 14:43:01.362535 [ 196 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 67 rows starting from the beginning of the part | ||
| 12853 | 2025.02.21 14:43:01.363742 [ 186 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 267 rows, containing 5 columns (5 merged, 0 gathered) in 0.002774113 sec., 96246.98056640086 rows/sec., 7.43 MiB/sec. | ||
| 12854 | 2025.02.21 14:43:01.364118 [ 186 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary) | ||
| 12855 | 2025.02.21 14:43:01.364683 [ 186 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_60_13} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12856 | 2025.02.21 14:43:01.364769 [ 186 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_60_13} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Merged 5 parts: [all_1_56_12, all_60_60_0] -> all_1_60_13 | ||
| 12857 | 2025.02.21 14:43:01.364876 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12858 | 2025.02.21 14:43:02.237155 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12859 | 2025.02.21 14:43:02.237228 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12860 | 2025.02.21 14:43:02.536110 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38491 | ||
| 12861 | 2025.02.21 14:43:02.536772 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12862 | 2025.02.21 14:43:02.536823 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12863 | 2025.02.21 14:43:02.537365 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12864 | 2025.02.21 14:43:02.537640 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12865 | 2025.02.21 14:43:02.537903 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 | ||
| 12866 | 2025.02.21 14:43:02.720254 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1716 | ||
| 12867 | 2025.02.21 14:43:02.723108 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12868 | 2025.02.21 14:43:02.723159 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12869 | 2025.02.21 14:43:02.724677 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12870 | 2025.02.21 14:43:02.724998 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12871 | 2025.02.21 14:43:02.726028 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1716 | ||
| 12872 | 2025.02.21 14:43:04.207889 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12873 | 2025.02.21 14:43:04.208107 [ 254 ] {166f0e15-929c-46d3-9a97-42200053eb62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12874 | 2025.02.21 14:43:04.208189 [ 254 ] {166f0e15-929c-46d3-9a97-42200053eb62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12875 | 2025.02.21 14:43:04.209083 [ 254 ] {166f0e15-929c-46d3-9a97-42200053eb62} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12876 | 2025.02.21 14:43:04.209136 [ 254 ] {166f0e15-929c-46d3-9a97-42200053eb62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12877 | 2025.02.21 14:43:04.209580 [ 254 ] {166f0e15-929c-46d3-9a97-42200053eb62} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 12878 | 2025.02.21 14:43:04.209833 [ 254 ] {166f0e15-929c-46d3-9a97-42200053eb62} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12879 | 2025.02.21 14:43:04.210071 [ 254 ] {166f0e15-929c-46d3-9a97-42200053eb62} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.002021 sec., 66303.80999505197 rows/sec., 5.71 MiB/sec. | ||
| 12880 | 2025.02.21 14:43:04.210140 [ 254 ] {166f0e15-929c-46d3-9a97-42200053eb62} <Debug> TCPHandler: Processed in 0.002392832 sec. | ||
| 12881 | 2025.02.21 14:43:04.210403 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12882 | 2025.02.21 14:43:04.210602 [ 256 ] {cc49e210-72e7-435b-b827-f609fa73218f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12883 | 2025.02.21 14:43:04.210681 [ 256 ] {cc49e210-72e7-435b-b827-f609fa73218f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12884 | 2025.02.21 14:43:04.211481 [ 256 ] {cc49e210-72e7-435b-b827-f609fa73218f} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12885 | 2025.02.21 14:43:04.211534 [ 256 ] {cc49e210-72e7-435b-b827-f609fa73218f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12886 | 2025.02.21 14:43:04.211974 [ 256 ] {cc49e210-72e7-435b-b827-f609fa73218f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12887 | 2025.02.21 14:43:04.212247 [ 256 ] {cc49e210-72e7-435b-b827-f609fa73218f} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12888 | 2025.02.21 14:43:04.212493 [ 256 ] {cc49e210-72e7-435b-b827-f609fa73218f} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001946 sec., 20041.109969167523 rows/sec., 1.47 MiB/sec. | ||
| 12889 | 2025.02.21 14:43:04.212564 [ 256 ] {cc49e210-72e7-435b-b827-f609fa73218f} <Debug> TCPHandler: Processed in 0.002295798 sec. | ||
| 12890 | 2025.02.21 14:43:04.212744 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12891 | 2025.02.21 14:43:04.212870 [ 254 ] {a1f4e743-f765-4280-864e-4f6728cca371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12892 | 2025.02.21 14:43:04.212922 [ 254 ] {a1f4e743-f765-4280-864e-4f6728cca371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12893 | 2025.02.21 14:43:04.213608 [ 254 ] {a1f4e743-f765-4280-864e-4f6728cca371} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12894 | 2025.02.21 14:43:04.213651 [ 254 ] {a1f4e743-f765-4280-864e-4f6728cca371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12895 | 2025.02.21 14:43:04.214026 [ 254 ] {a1f4e743-f765-4280-864e-4f6728cca371} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 12896 | 2025.02.21 14:43:04.214266 [ 254 ] {a1f4e743-f765-4280-864e-4f6728cca371} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12897 | 2025.02.21 14:43:04.214494 [ 254 ] {a1f4e743-f765-4280-864e-4f6728cca371} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001644 sec., 62652.06812652068 rows/sec., 4.89 MiB/sec. | ||
| 12898 | 2025.02.21 14:43:04.214573 [ 254 ] {a1f4e743-f765-4280-864e-4f6728cca371} <Debug> TCPHandler: Processed in 0.001885306 sec. | ||
| 12899 | 2025.02.21 14:43:04.214580 [ 220 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 12900 | 2025.02.21 14:43:04.214643 [ 220 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 12901 | 2025.02.21 14:43:04.214747 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12902 | 2025.02.21 14:43:04.214898 [ 256 ] {dd566720-47d7-442d-b2da-d5757fe60cd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12903 | 2025.02.21 14:43:04.214974 [ 256 ] {dd566720-47d7-442d-b2da-d5757fe60cd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12904 | 2025.02.21 14:43:04.215940 [ 256 ] {dd566720-47d7-442d-b2da-d5757fe60cd7} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12905 | 2025.02.21 14:43:04.215987 [ 256 ] {dd566720-47d7-442d-b2da-d5757fe60cd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12906 | 2025.02.21 14:43:04.216485 [ 256 ] {dd566720-47d7-442d-b2da-d5757fe60cd7} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 12907 | 2025.02.21 14:43:04.216770 [ 256 ] {dd566720-47d7-442d-b2da-d5757fe60cd7} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12908 | 2025.02.21 14:43:04.217030 [ 256 ] {dd566720-47d7-442d-b2da-d5757fe60cd7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002164 sec., 73937.15341959333 rows/sec., 5.15 MiB/sec. | ||
| 12909 | 2025.02.21 14:43:04.217112 [ 256 ] {dd566720-47d7-442d-b2da-d5757fe60cd7} <Debug> TCPHandler: Processed in 0.002440762 sec. | ||
| 12910 | 2025.02.21 14:43:04.217228 [ 220 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 12911 | 2025.02.21 14:43:04.217316 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12912 | 2025.02.21 14:43:04.217497 [ 254 ] {b67aa88a-742c-4c0d-a857-73c5bc49a994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12913 | 2025.02.21 14:43:04.217816 [ 254 ] {b67aa88a-742c-4c0d-a857-73c5bc49a994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12914 | 2025.02.21 14:43:04.220031 [ 254 ] {b67aa88a-742c-4c0d-a857-73c5bc49a994} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12915 | 2025.02.21 14:43:04.220073 [ 254 ] {b67aa88a-742c-4c0d-a857-73c5bc49a994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12916 | 2025.02.21 14:43:04.220773 [ 254 ] {b67aa88a-742c-4c0d-a857-73c5bc49a994} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12917 | 2025.02.21 14:43:04.221037 [ 254 ] {b67aa88a-742c-4c0d-a857-73c5bc49a994} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12918 | 2025.02.21 14:43:04.221227 [ 138 ] {} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12919 | 2025.02.21 14:43:04.221317 [ 254 ] {b67aa88a-742c-4c0d-a857-73c5bc49a994} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003842 sec., 10150.96304008329 rows/sec., 18.19 MiB/sec. | ||
| 12920 | 2025.02.21 14:43:04.221319 [ 138 ] {} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12921 | 2025.02.21 14:43:04.221405 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12922 | 2025.02.21 14:43:04.221859 [ 254 ] {b67aa88a-742c-4c0d-a857-73c5bc49a994} <Debug> TCPHandler: Processed in 0.004636068 sec. | ||
| 12923 | 2025.02.21 14:43:04.221864 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 12924 | 2025.02.21 14:43:04.222254 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12925 | 2025.02.21 14:43:04.222741 [ 256 ] {49ee9c24-29be-4bc0-8b5c-bd8b59386090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12926 | 2025.02.21 14:43:04.222937 [ 256 ] {49ee9c24-29be-4bc0-8b5c-bd8b59386090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12927 | 2025.02.21 14:43:04.223597 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12928 | 2025.02.21 14:43:04.223833 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 12929 | 2025.02.21 14:43:04.224446 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 12930 | 2025.02.21 14:43:04.225211 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 12931 | 2025.02.21 14:43:04.225300 [ 256 ] {49ee9c24-29be-4bc0-8b5c-bd8b59386090} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12932 | 2025.02.21 14:43:04.225368 [ 256 ] {49ee9c24-29be-4bc0-8b5c-bd8b59386090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12933 | 2025.02.21 14:43:04.225762 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 12934 | 2025.02.21 14:43:04.226378 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 12935 | 2025.02.21 14:43:04.227091 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 12936 | 2025.02.21 14:43:04.227263 [ 256 ] {49ee9c24-29be-4bc0-8b5c-bd8b59386090} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 12937 | 2025.02.21 14:43:04.228104 [ 256 ] {49ee9c24-29be-4bc0-8b5c-bd8b59386090} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12938 | 2025.02.21 14:43:04.228497 [ 256 ] {49ee9c24-29be-4bc0-8b5c-bd8b59386090} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005902 sec., 10166.045408336156 rows/sec., 701.56 KiB/sec. | ||
| 12939 | 2025.02.21 14:43:04.228710 [ 256 ] {49ee9c24-29be-4bc0-8b5c-bd8b59386090} <Debug> TCPHandler: Processed in 0.006709771 sec. | ||
| 12940 | 2025.02.21 14:43:04.236442 [ 187 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2271 rows, containing 19 columns (19 merged, 0 gathered) in 0.014887796 sec., 152541.0477145173 rows/sec., 273.35 MiB/sec. | ||
| 12941 | 2025.02.21 14:43:04.238492 [ 186 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12942 | 2025.02.21 14:43:04.238944 [ 186 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12943 | 2025.02.21 14:43:04.239023 [ 186 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12944 | 2025.02.21 14:43:04.239185 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.58 MiB. | ||
| 12945 | 2025.02.21 14:43:04.632500 [ 222 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 12946 | 2025.02.21 14:43:04.632572 [ 222 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 12947 | 2025.02.21 14:43:04.635038 [ 222 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 12948 | 2025.02.21 14:43:05.241776 [ 218 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 12949 | 2025.02.21 14:43:05.241860 [ 218 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 12950 | 2025.02.21 14:43:05.244166 [ 218 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 12951 | 2025.02.21 14:43:05.301328 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 12952 | 2025.02.21 14:43:05.301376 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 12953 | 2025.02.21 14:43:05.303663 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 12954 | 2025.02.21 14:43:05.343388 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 634 | ||
| 12955 | 2025.02.21 14:43:05.366338 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12956 | 2025.02.21 14:43:05.366402 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12957 | 2025.02.21 14:43:05.375427 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12958 | 2025.02.21 14:43:05.376273 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12959 | 2025.02.21 14:43:05.381088 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 634 | ||
| 12960 | 2025.02.21 14:43:07.820035 [ 224 ] {} <Trace> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087): 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] | ||
| 12961 | 2025.02.21 14:43:07.820145 [ 224 ] {} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087): 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] | ||
| 12962 | 2025.02.21 14:43:07.821961 [ 224 ] {} <Debug> oximeter.timeseries_schema (1cdb5cfd-e0d9-45c4-9e0d-37f533b63087): 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] | ||
| 12963 | 2025.02.21 14:43:08.001147 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.42 MiB, peak 277.96 MiB, free memory in arenas 0.00 B, will set to 260.42 MiB (RSS), difference: 4.00 MiB | ||
| 12964 | 2025.02.21 14:43:09.206203 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12965 | 2025.02.21 14:43:09.206413 [ 254 ] {c875bbdc-cb36-4fff-a6cf-b149d6e6e2d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12966 | 2025.02.21 14:43:09.206492 [ 254 ] {c875bbdc-cb36-4fff-a6cf-b149d6e6e2d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12967 | 2025.02.21 14:43:09.207320 [ 254 ] {c875bbdc-cb36-4fff-a6cf-b149d6e6e2d4} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12968 | 2025.02.21 14:43:09.207363 [ 254 ] {c875bbdc-cb36-4fff-a6cf-b149d6e6e2d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12969 | 2025.02.21 14:43:09.207825 [ 254 ] {c875bbdc-cb36-4fff-a6cf-b149d6e6e2d4} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 12970 | 2025.02.21 14:43:09.208080 [ 254 ] {c875bbdc-cb36-4fff-a6cf-b149d6e6e2d4} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12971 | 2025.02.21 14:43:09.208276 [ 254 ] {c875bbdc-cb36-4fff-a6cf-b149d6e6e2d4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001922 sec., 29136.3163371488 rows/sec., 2.22 MiB/sec. | ||
| 12972 | 2025.02.21 14:43:09.208341 [ 254 ] {c875bbdc-cb36-4fff-a6cf-b149d6e6e2d4} <Debug> TCPHandler: Processed in 0.002270257 sec. | ||
| 12973 | 2025.02.21 14:43:09.208668 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12974 | 2025.02.21 14:43:09.208936 [ 256 ] {4475c684-6946-484a-9f38-5f3da74fdd3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12975 | 2025.02.21 14:43:09.209010 [ 256 ] {4475c684-6946-484a-9f38-5f3da74fdd3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12976 | 2025.02.21 14:43:09.209808 [ 256 ] {4475c684-6946-484a-9f38-5f3da74fdd3a} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12977 | 2025.02.21 14:43:09.209857 [ 256 ] {4475c684-6946-484a-9f38-5f3da74fdd3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12978 | 2025.02.21 14:43:09.210318 [ 256 ] {4475c684-6946-484a-9f38-5f3da74fdd3a} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 12979 | 2025.02.21 14:43:09.210602 [ 256 ] {4475c684-6946-484a-9f38-5f3da74fdd3a} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12980 | 2025.02.21 14:43:09.210839 [ 256 ] {4475c684-6946-484a-9f38-5f3da74fdd3a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001966 sec., 32553.407934893185 rows/sec., 2.54 MiB/sec. | ||
| 12981 | 2025.02.21 14:43:09.210911 [ 256 ] {4475c684-6946-484a-9f38-5f3da74fdd3a} <Debug> TCPHandler: Processed in 0.002429412 sec. | ||
| 12982 | 2025.02.21 14:43:09.211074 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12983 | 2025.02.21 14:43:09.211221 [ 254 ] {4bf96b99-5ca6-441b-9a25-24f4ee840e15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12984 | 2025.02.21 14:43:09.211288 [ 254 ] {4bf96b99-5ca6-441b-9a25-24f4ee840e15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12985 | 2025.02.21 14:43:09.211963 [ 254 ] {4bf96b99-5ca6-441b-9a25-24f4ee840e15} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12986 | 2025.02.21 14:43:09.212001 [ 254 ] {4bf96b99-5ca6-441b-9a25-24f4ee840e15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12987 | 2025.02.21 14:43:09.212414 [ 254 ] {4bf96b99-5ca6-441b-9a25-24f4ee840e15} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 12988 | 2025.02.21 14:43:09.212649 [ 254 ] {4bf96b99-5ca6-441b-9a25-24f4ee840e15} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12989 | 2025.02.21 14:43:09.212840 [ 254 ] {4bf96b99-5ca6-441b-9a25-24f4ee840e15} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001651 sec., 96910.96305269534 rows/sec., 6.75 MiB/sec. | ||
| 12990 | 2025.02.21 14:43:09.212905 [ 254 ] {4bf96b99-5ca6-441b-9a25-24f4ee840e15} <Debug> TCPHandler: Processed in 0.001897527 sec. | ||
| 12991 | 2025.02.21 14:43:09.213160 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12992 | 2025.02.21 14:43:09.213512 [ 256 ] {ba411952-a32f-4249-ac3f-62defe3b3da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12993 | 2025.02.21 14:43:09.213616 [ 256 ] {ba411952-a32f-4249-ac3f-62defe3b3da0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12994 | 2025.02.21 14:43:09.214680 [ 256 ] {ba411952-a32f-4249-ac3f-62defe3b3da0} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12995 | 2025.02.21 14:43:09.214757 [ 256 ] {ba411952-a32f-4249-ac3f-62defe3b3da0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 12996 | 2025.02.21 14:43:09.215169 [ 256 ] {ba411952-a32f-4249-ac3f-62defe3b3da0} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 12997 | 2025.02.21 14:43:09.215410 [ 256 ] {ba411952-a32f-4249-ac3f-62defe3b3da0} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12998 | 2025.02.21 14:43:09.215626 [ 256 ] {ba411952-a32f-4249-ac3f-62defe3b3da0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002192 sec., 27372.26277372263 rows/sec., 1.84 MiB/sec. | ||
| 12999 | 2025.02.21 14:43:09.215680 [ 256 ] {ba411952-a32f-4249-ac3f-62defe3b3da0} <Debug> TCPHandler: Processed in 0.00267675 sec. | ||
| 13000 | 2025.02.21 14:43:10.038939 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38979 | ||
| 13001 | 2025.02.21 14:43:10.039606 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13002 | 2025.02.21 14:43:10.039658 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13003 | 2025.02.21 14:43:10.040213 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 13004 | 2025.02.21 14:43:10.040486 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13005 | 2025.02.21 14:43:10.040718 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979 | ||
| 13006 | 2025.02.21 14:43:10.040816 [ 218 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): 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] | ||
| 13007 | 2025.02.21 14:43:10.040896 [ 218 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): 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] | ||
| 13008 | 2025.02.21 14:43:10.043133 [ 218 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): 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] | ||
| 13009 | 2025.02.21 14:43:11.005404 [ 221 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): 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] | ||
| 13010 | 2025.02.21 14:43:11.005467 [ 221 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): 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] | ||
| 13011 | 2025.02.21 14:43:11.007470 [ 221 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): 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] | ||
| 13012 | 2025.02.21 14:43:12.001157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.42 MiB, peak 277.96 MiB, free memory in arenas 0.00 B, will set to 260.42 MiB (RSS), difference: 4.00 MiB | ||
| 13013 | 2025.02.21 14:43:12.727049 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1736 | ||
| 13014 | 2025.02.21 14:43:12.730050 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13015 | 2025.02.21 14:43:12.730114 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13016 | 2025.02.21 14:43:12.731668 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13017 | 2025.02.21 14:43:12.732007 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13018 | 2025.02.21 14:43:12.733155 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1736 | ||
| 13019 | 2025.02.21 14:43:12.882069 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 641 | ||
| 13020 | 2025.02.21 14:43:12.905547 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13021 | 2025.02.21 14:43:12.905613 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13022 | 2025.02.21 14:43:12.913412 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 13023 | 2025.02.21 14:43:12.914234 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13024 | 2025.02.21 14:43:12.917820 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641 | ||
| 13025 | 2025.02.21 14:43:14.207748 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13026 | 2025.02.21 14:43:14.207958 [ 254 ] {0dd54f6c-d73d-458c-a20f-c4fb0d42e241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13027 | 2025.02.21 14:43:14.208033 [ 254 ] {0dd54f6c-d73d-458c-a20f-c4fb0d42e241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13028 | 2025.02.21 14:43:14.208881 [ 254 ] {0dd54f6c-d73d-458c-a20f-c4fb0d42e241} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13029 | 2025.02.21 14:43:14.208926 [ 254 ] {0dd54f6c-d73d-458c-a20f-c4fb0d42e241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13030 | 2025.02.21 14:43:14.209385 [ 254 ] {0dd54f6c-d73d-458c-a20f-c4fb0d42e241} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 13031 | 2025.02.21 14:43:14.209647 [ 254 ] {0dd54f6c-d73d-458c-a20f-c4fb0d42e241} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13032 | 2025.02.21 14:43:14.209852 [ 254 ] {0dd54f6c-d73d-458c-a20f-c4fb0d42e241} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001952 sec., 68647.54098360655 rows/sec., 5.91 MiB/sec. | ||
| 13033 | 2025.02.21 14:43:14.209920 [ 254 ] {0dd54f6c-d73d-458c-a20f-c4fb0d42e241} <Debug> TCPHandler: Processed in 0.002305869 sec. | ||
| 13034 | 2025.02.21 14:43:14.210198 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13035 | 2025.02.21 14:43:14.210396 [ 256 ] {b9681f4a-4486-4f35-9fad-c85d3494f1ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13036 | 2025.02.21 14:43:14.210473 [ 256 ] {b9681f4a-4486-4f35-9fad-c85d3494f1ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13037 | 2025.02.21 14:43:14.211279 [ 256 ] {b9681f4a-4486-4f35-9fad-c85d3494f1ea} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13038 | 2025.02.21 14:43:14.211327 [ 256 ] {b9681f4a-4486-4f35-9fad-c85d3494f1ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13039 | 2025.02.21 14:43:14.211773 [ 256 ] {b9681f4a-4486-4f35-9fad-c85d3494f1ea} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 13040 | 2025.02.21 14:43:14.212030 [ 256 ] {b9681f4a-4486-4f35-9fad-c85d3494f1ea} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13041 | 2025.02.21 14:43:14.212302 [ 256 ] {b9681f4a-4486-4f35-9fad-c85d3494f1ea} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001956 sec., 19938.650306748466 rows/sec., 1.46 MiB/sec. | ||
| 13042 | 2025.02.21 14:43:14.212431 [ 256 ] {b9681f4a-4486-4f35-9fad-c85d3494f1ea} <Debug> TCPHandler: Processed in 0.00236563 sec. | ||
| 13043 | 2025.02.21 14:43:14.212669 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13044 | 2025.02.21 14:43:14.212827 [ 254 ] {167c29e6-9aaa-4e0f-8177-4d0bae60cfb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13045 | 2025.02.21 14:43:14.212889 [ 254 ] {167c29e6-9aaa-4e0f-8177-4d0bae60cfb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13046 | 2025.02.21 14:43:14.213542 [ 254 ] {167c29e6-9aaa-4e0f-8177-4d0bae60cfb8} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13047 | 2025.02.21 14:43:14.213582 [ 254 ] {167c29e6-9aaa-4e0f-8177-4d0bae60cfb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13048 | 2025.02.21 14:43:14.213978 [ 254 ] {167c29e6-9aaa-4e0f-8177-4d0bae60cfb8} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 13049 | 2025.02.21 14:43:14.214227 [ 254 ] {167c29e6-9aaa-4e0f-8177-4d0bae60cfb8} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13050 | 2025.02.21 14:43:14.214422 [ 254 ] {167c29e6-9aaa-4e0f-8177-4d0bae60cfb8} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001627 sec., 63306.69944683467 rows/sec., 4.94 MiB/sec. | ||
| 13051 | 2025.02.21 14:43:14.214501 [ 254 ] {167c29e6-9aaa-4e0f-8177-4d0bae60cfb8} <Debug> TCPHandler: Processed in 0.001923988 sec. | ||
| 13052 | 2025.02.21 14:43:14.214787 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13053 | 2025.02.21 14:43:14.215050 [ 256 ] {b70f24ee-9277-4440-bbc0-ab69346e6553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13054 | 2025.02.21 14:43:14.215108 [ 256 ] {b70f24ee-9277-4440-bbc0-ab69346e6553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13055 | 2025.02.21 14:43:14.215704 [ 256 ] {b70f24ee-9277-4440-bbc0-ab69346e6553} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13056 | 2025.02.21 14:43:14.215744 [ 256 ] {b70f24ee-9277-4440-bbc0-ab69346e6553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13057 | 2025.02.21 14:43:14.216153 [ 256 ] {b70f24ee-9277-4440-bbc0-ab69346e6553} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 13058 | 2025.02.21 14:43:14.216412 [ 256 ] {b70f24ee-9277-4440-bbc0-ab69346e6553} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13059 | 2025.02.21 14:43:14.216601 [ 127 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 2 parts from all_1_140_31 to all_141_141_0 | ||
| 13060 | 2025.02.21 14:43:14.216648 [ 256 ] {b70f24ee-9277-4440-bbc0-ab69346e6553} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001642 sec., 97442.143727162 rows/sec., 6.79 MiB/sec. | ||
| 13061 | 2025.02.21 14:43:14.216659 [ 127 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13062 | 2025.02.21 14:43:14.216738 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13063 | 2025.02.21 14:43:14.216786 [ 256 ] {b70f24ee-9277-4440-bbc0-ab69346e6553} <Debug> TCPHandler: Processed in 0.002170125 sec. | ||
| 13064 | 2025.02.21 14:43:14.216937 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_141_32} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_140_31 to all_141_141_0 into Compact with storage Full | ||
| 13065 | 2025.02.21 14:43:14.216996 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13066 | 2025.02.21 14:43:14.217088 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_141_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13067 | 2025.02.21 14:43:14.217137 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_141_32} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_140_31, total 38619 rows starting from the beginning of the part | ||
| 13068 | 2025.02.21 14:43:14.217155 [ 254 ] {57b948f2-a799-43a4-993e-0daf7764439e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13069 | 2025.02.21 14:43:14.217326 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_141_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 98 rows starting from the beginning of the part | ||
| 13070 | 2025.02.21 14:43:14.217445 [ 254 ] {57b948f2-a799-43a4-993e-0daf7764439e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13071 | 2025.02.21 14:43:14.219864 [ 254 ] {57b948f2-a799-43a4-993e-0daf7764439e} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13072 | 2025.02.21 14:43:14.219917 [ 254 ] {57b948f2-a799-43a4-993e-0daf7764439e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13073 | 2025.02.21 14:43:14.220672 [ 254 ] {57b948f2-a799-43a4-993e-0daf7764439e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 13074 | 2025.02.21 14:43:14.220977 [ 254 ] {57b948f2-a799-43a4-993e-0daf7764439e} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13075 | 2025.02.21 14:43:14.221189 [ 254 ] {57b948f2-a799-43a4-993e-0daf7764439e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004076 sec., 9568.20412168793 rows/sec., 17.15 MiB/sec. | ||
| 13076 | 2025.02.21 14:43:14.221320 [ 254 ] {57b948f2-a799-43a4-993e-0daf7764439e} <Debug> TCPHandler: Processed in 0.004410902 sec. | ||
| 13077 | 2025.02.21 14:43:14.221576 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13078 | 2025.02.21 14:43:14.221811 [ 256 ] {cd8ef3e5-3208-44c0-acdf-70d81fcb701d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13079 | 2025.02.21 14:43:14.221907 [ 256 ] {cd8ef3e5-3208-44c0-acdf-70d81fcb701d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13080 | 2025.02.21 14:43:14.222684 [ 256 ] {cd8ef3e5-3208-44c0-acdf-70d81fcb701d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13081 | 2025.02.21 14:43:14.222724 [ 256 ] {cd8ef3e5-3208-44c0-acdf-70d81fcb701d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13082 | 2025.02.21 14:43:14.223222 [ 256 ] {cd8ef3e5-3208-44c0-acdf-70d81fcb701d} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 13083 | 2025.02.21 14:43:14.223585 [ 256 ] {cd8ef3e5-3208-44c0-acdf-70d81fcb701d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13084 | 2025.02.21 14:43:14.223886 [ 256 ] {cd8ef3e5-3208-44c0-acdf-70d81fcb701d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002132 sec., 28142.58911819887 rows/sec., 1.90 MiB/sec. | ||
| 13085 | 2025.02.21 14:43:14.223944 [ 256 ] {cd8ef3e5-3208-44c0-acdf-70d81fcb701d} <Debug> TCPHandler: Processed in 0.002489744 sec. | ||
| 13086 | 2025.02.21 14:43:14.225302 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_141_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38717 rows, containing 5 columns (5 merged, 0 gathered) in 0.008461304 sec., 4575772.245034572 rows/sec., 313.55 MiB/sec. | ||
| 13087 | 2025.02.21 14:43:14.225970 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_141_32} <Trace> MergedBlockOutputStream: filled checksums all_1_141_32 (state Temporary) | ||
| 13088 | 2025.02.21 14:43:14.226345 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_141_32} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_141_32 to all_1_141_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13089 | 2025.02.21 14:43:14.226442 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_141_32} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 2 parts: [all_1_140_31, all_141_141_0] -> all_1_141_32 | ||
| 13090 | 2025.02.21 14:43:14.226555 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 13091 | 2025.02.21 14:43:17.237265 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13092 | 2025.02.21 14:43:17.237331 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13093 | 2025.02.21 14:43:17.541759 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39406 | ||
| 13094 | 2025.02.21 14:43:17.542403 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13095 | 2025.02.21 14:43:17.542452 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13096 | 2025.02.21 14:43:17.543006 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13097 | 2025.02.21 14:43:17.543273 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13098 | 2025.02.21 14:43:17.543491 [ 123 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 13099 | 2025.02.21 14:43:17.543531 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 | ||
| 13100 | 2025.02.21 14:43:17.543576 [ 123 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13101 | 2025.02.21 14:43:17.543603 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13102 | 2025.02.21 14:43:17.543795 [ 198 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 13103 | 2025.02.21 14:43:17.544035 [ 198 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13104 | 2025.02.21 14:43:17.544108 [ 198 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 13105 | 2025.02.21 14:43:17.544192 [ 198 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 13106 | 2025.02.21 14:43:17.544426 [ 198 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 13107 | 2025.02.21 14:43:17.544647 [ 198 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 13108 | 2025.02.21 14:43:17.544827 [ 198 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 13109 | 2025.02.21 14:43:17.544902 [ 198 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 13110 | 2025.02.21 14:43:17.548012 [ 201 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.004318149 sec., 9125669.355087098 rows/sec., 130.54 MiB/sec. | ||
| 13111 | 2025.02.21 14:43:17.548507 [ 201 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 13112 | 2025.02.21 14:43:17.548858 [ 201 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_86_17} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13113 | 2025.02.21 14:43:17.548958 [ 201 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_86_17} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 13114 | 2025.02.21 14:43:17.549080 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.09 MiB. | ||
| 13115 | 2025.02.21 14:43:19.205538 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13116 | 2025.02.21 14:43:19.205823 [ 254 ] {7d324ac6-ee82-4699-a0d0-96ec8e0fbc2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13117 | 2025.02.21 14:43:19.205928 [ 254 ] {7d324ac6-ee82-4699-a0d0-96ec8e0fbc2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13118 | 2025.02.21 14:43:19.206813 [ 254 ] {7d324ac6-ee82-4699-a0d0-96ec8e0fbc2d} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13119 | 2025.02.21 14:43:19.206870 [ 254 ] {7d324ac6-ee82-4699-a0d0-96ec8e0fbc2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13120 | 2025.02.21 14:43:19.207313 [ 254 ] {7d324ac6-ee82-4699-a0d0-96ec8e0fbc2d} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 13121 | 2025.02.21 14:43:19.207570 [ 254 ] {7d324ac6-ee82-4699-a0d0-96ec8e0fbc2d} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13122 | 2025.02.21 14:43:19.207805 [ 254 ] {7d324ac6-ee82-4699-a0d0-96ec8e0fbc2d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002056 sec., 27237.35408560311 rows/sec., 2.08 MiB/sec. | ||
| 13123 | 2025.02.21 14:43:19.207803 [ 121 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 13124 | 2025.02.21 14:43:19.207913 [ 254 ] {7d324ac6-ee82-4699-a0d0-96ec8e0fbc2d} <Debug> TCPHandler: Processed in 0.002551526 sec. | ||
| 13125 | 2025.02.21 14:43:19.207920 [ 121 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13126 | 2025.02.21 14:43:19.207969 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13127 | 2025.02.21 14:43:19.208162 [ 199 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 13128 | 2025.02.21 14:43:19.208186 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13129 | 2025.02.21 14:43:19.208381 [ 199 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13130 | 2025.02.21 14:43:19.208426 [ 256 ] {b609d556-294b-4813-9140-929c18e42997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13131 | 2025.02.21 14:43:19.208434 [ 199 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1405 rows starting from the beginning of the part | ||
| 13132 | 2025.02.21 14:43:19.208520 [ 256 ] {b609d556-294b-4813-9140-929c18e42997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13133 | 2025.02.21 14:43:19.208620 [ 199 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 13134 | 2025.02.21 14:43:19.209171 [ 199 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 134 rows starting from the beginning of the part | ||
| 13135 | 2025.02.21 14:43:19.209504 [ 199 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 13136 | 2025.02.21 14:43:19.209824 [ 199 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 134 rows starting from the beginning of the part | ||
| 13137 | 2025.02.21 14:43:19.210191 [ 199 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 13138 | 2025.02.21 14:43:19.211281 [ 256 ] {b609d556-294b-4813-9140-929c18e42997} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13139 | 2025.02.21 14:43:19.211330 [ 256 ] {b609d556-294b-4813-9140-929c18e42997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13140 | 2025.02.21 14:43:19.211940 [ 256 ] {b609d556-294b-4813-9140-929c18e42997} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 13141 | 2025.02.21 14:43:19.212316 [ 256 ] {b609d556-294b-4813-9140-929c18e42997} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13142 | 2025.02.21 14:43:19.212382 [ 191 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1841 rows, containing 5 columns (5 merged, 0 gathered) in 0.004299229 sec., 428216.31506486394 rows/sec., 37.28 MiB/sec. | ||
| 13143 | 2025.02.21 14:43:19.212549 [ 121 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 13144 | 2025.02.21 14:43:19.212621 [ 121 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13145 | 2025.02.21 14:43:19.212682 [ 256 ] {b609d556-294b-4813-9140-929c18e42997} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004305 sec., 14866.434378629501 rows/sec., 1.16 MiB/sec. | ||
| 13146 | 2025.02.21 14:43:19.212691 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13147 | 2025.02.21 14:43:19.212710 [ 191 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 13148 | 2025.02.21 14:43:19.213039 [ 256 ] {b609d556-294b-4813-9140-929c18e42997} <Debug> TCPHandler: Processed in 0.004987009 sec. | ||
| 13149 | 2025.02.21 14:43:19.213316 [ 197 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 13150 | 2025.02.21 14:43:19.213341 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13151 | 2025.02.21 14:43:19.213684 [ 197 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13152 | 2025.02.21 14:43:19.213701 [ 254 ] {59c25d39-4b4a-43ca-b1ae-8e15ba65f5a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13153 | 2025.02.21 14:43:19.213701 [ 191 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_146_29} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13154 | 2025.02.21 14:43:19.213741 [ 197 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 631 rows starting from the beginning of the part | ||
| 13155 | 2025.02.21 14:43:19.213890 [ 254 ] {59c25d39-4b4a-43ca-b1ae-8e15ba65f5a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13156 | 2025.02.21 14:43:19.214181 [ 197 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 13157 | 2025.02.21 14:43:19.214560 [ 197 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 103 rows starting from the beginning of the part | ||
| 13158 | 2025.02.21 14:43:19.214441 [ 191 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_146_29} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 13159 | 2025.02.21 14:43:19.215063 [ 197 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 13160 | 2025.02.21 14:43:19.215454 [ 197 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 103 rows starting from the beginning of the part | ||
| 13161 | 2025.02.21 14:43:19.215893 [ 197 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 13162 | 2025.02.21 14:43:19.215795 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 13163 | 2025.02.21 14:43:19.216779 [ 254 ] {59c25d39-4b4a-43ca-b1ae-8e15ba65f5a2} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13164 | 2025.02.21 14:43:19.216830 [ 254 ] {59c25d39-4b4a-43ca-b1ae-8e15ba65f5a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13165 | 2025.02.21 14:43:19.217445 [ 254 ] {59c25d39-4b4a-43ca-b1ae-8e15ba65f5a2} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 13166 | 2025.02.21 14:43:19.217803 [ 254 ] {59c25d39-4b4a-43ca-b1ae-8e15ba65f5a2} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13167 | 2025.02.21 14:43:19.217867 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1029 rows, containing 5 columns (5 merged, 0 gathered) in 0.004982999 sec., 206502.14860568906 rows/sec., 16.57 MiB/sec. | ||
| 13168 | 2025.02.21 14:43:19.218093 [ 121 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 2 parts from all_1_141_32 to all_142_142_0 | ||
| 13169 | 2025.02.21 14:43:19.218208 [ 254 ] {59c25d39-4b4a-43ca-b1ae-8e15ba65f5a2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004618 sec., 34647.0333477696 rows/sec., 2.41 MiB/sec. | ||
| 13170 | 2025.02.21 14:43:19.218227 [ 121 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13171 | 2025.02.21 14:43:19.218294 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 13172 | 2025.02.21 14:43:19.218382 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13173 | 2025.02.21 14:43:19.218506 [ 254 ] {59c25d39-4b4a-43ca-b1ae-8e15ba65f5a2} <Debug> TCPHandler: Processed in 0.005316259 sec. | ||
| 13174 | 2025.02.21 14:43:19.218838 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_142_33} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_141_32 to all_142_142_0 into Compact with storage Full | ||
| 13175 | 2025.02.21 14:43:19.218968 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13176 | 2025.02.21 14:43:19.219257 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_142_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13177 | 2025.02.21 14:43:19.219263 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_146_29} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13178 | 2025.02.21 14:43:19.219368 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_142_33} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_141_32, total 38717 rows starting from the beginning of the part | ||
| 13179 | 2025.02.21 14:43:19.219363 [ 256 ] {6e91ece9-1572-4047-aaa8-13749e0e207b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13180 | 2025.02.21 14:43:19.219666 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_146_29} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 13181 | 2025.02.21 14:43:19.219731 [ 256 ] {6e91ece9-1572-4047-aaa8-13749e0e207b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13182 | 2025.02.21 14:43:19.219775 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_142_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 160 rows starting from the beginning of the part | ||
| 13183 | 2025.02.21 14:43:19.220041 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 13184 | 2025.02.21 14:43:19.221293 [ 256 ] {6e91ece9-1572-4047-aaa8-13749e0e207b} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13185 | 2025.02.21 14:43:19.221345 [ 256 ] {6e91ece9-1572-4047-aaa8-13749e0e207b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13186 | 2025.02.21 14:43:19.221929 [ 256 ] {6e91ece9-1572-4047-aaa8-13749e0e207b} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 13187 | 2025.02.21 14:43:19.222267 [ 256 ] {6e91ece9-1572-4047-aaa8-13749e0e207b} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13188 | 2025.02.21 14:43:19.222469 [ 120 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 13189 | 2025.02.21 14:43:19.222521 [ 120 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13190 | 2025.02.21 14:43:19.222529 [ 256 ] {6e91ece9-1572-4047-aaa8-13749e0e207b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00327 sec., 18348.62385321101 rows/sec., 1.24 MiB/sec. | ||
| 13191 | 2025.02.21 14:43:19.222549 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13192 | 2025.02.21 14:43:19.222647 [ 256 ] {6e91ece9-1572-4047-aaa8-13749e0e207b} <Debug> TCPHandler: Processed in 0.003987739 sec. | ||
| 13193 | 2025.02.21 14:43:19.222703 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 13194 | 2025.02.21 14:43:19.222929 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13195 | 2025.02.21 14:43:19.222963 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 7248 rows starting from the beginning of the part | ||
| 13196 | 2025.02.21 14:43:19.223023 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 13197 | 2025.02.21 14:43:19.223254 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 60 rows starting from the beginning of the part | ||
| 13198 | 2025.02.21 14:43:19.223683 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 13199 | 2025.02.21 14:43:19.223773 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 60 rows starting from the beginning of the part | ||
| 13200 | 2025.02.21 14:43:19.223996 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 13201 | 2025.02.21 14:43:19.226883 [ 194 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7548 rows, containing 4 columns (4 merged, 0 gathered) in 0.004257278 sec., 1772963.851550216 rows/sec., 119.49 MiB/sec. | ||
| 13202 | 2025.02.21 14:43:19.227649 [ 196 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 13203 | 2025.02.21 14:43:19.228368 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_146_29} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13204 | 2025.02.21 14:43:19.228499 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_146_29} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 13205 | 2025.02.21 14:43:19.228618 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. | ||
| 13206 | 2025.02.21 14:43:19.228784 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_142_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38877 rows, containing 5 columns (5 merged, 0 gathered) in 0.010134164 sec., 3836231.582595269 rows/sec., 262.89 MiB/sec. | ||
| 13207 | 2025.02.21 14:43:19.229195 [ 200 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_142_33} <Trace> MergedBlockOutputStream: filled checksums all_1_142_33 (state Temporary) | ||
| 13208 | 2025.02.21 14:43:19.229478 [ 200 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_142_33} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_142_33 to all_1_142_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13209 | 2025.02.21 14:43:19.229552 [ 200 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_142_33} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 2 parts: [all_1_141_32, all_142_142_0] -> all_1_142_33 | ||
| 13210 | 2025.02.21 14:43:19.229619 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 13211 | 2025.02.21 14:43:20.418797 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649 | ||
| 13212 | 2025.02.21 14:43:20.442423 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13213 | 2025.02.21 14:43:20.442492 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13214 | 2025.02.21 14:43:20.450160 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13215 | 2025.02.21 14:43:20.450961 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13216 | 2025.02.21 14:43:20.451430 [ 118 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 13217 | 2025.02.21 14:43:20.451552 [ 118 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13218 | 2025.02.21 14:43:20.451626 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13219 | 2025.02.21 14:43:20.452091 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 13220 | 2025.02.21 14:43:20.468468 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649 | ||
| 13221 | 2025.02.21 14:43:20.470117 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13222 | 2025.02.21 14:43:20.471866 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 13223 | 2025.02.21 14:43:20.478096 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part | ||
| 13224 | 2025.02.21 14:43:20.484547 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 7 rows starting from the beginning of the part | ||
| 13225 | 2025.02.21 14:43:20.490687 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 13226 | 2025.02.21 14:43:20.496925 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 13227 | 2025.02.21 14:43:20.502997 [ 200 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 13228 | 2025.02.21 14:43:20.573580 [ 196 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.121812935 sec., 5327.841415199461 rows/sec., 27.55 MiB/sec. | ||
| 13229 | 2025.02.21 14:43:20.577299 [ 187 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 13230 | 2025.02.21 14:43:20.580476 [ 187 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_86_17} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13231 | 2025.02.21 14:43:20.580618 [ 187 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_86_17} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 13232 | 2025.02.21 14:43:20.583434 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 13233 | 2025.02.21 14:43:20.836712 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13234 | 2025.02.21 14:43:20.836915 [ 254 ] {56a761bc-19dc-45e0-abc3-030244033e2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13235 | 2025.02.21 14:43:20.836993 [ 254 ] {56a761bc-19dc-45e0-abc3-030244033e2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13236 | 2025.02.21 14:43:20.837773 [ 254 ] {56a761bc-19dc-45e0-abc3-030244033e2e} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13237 | 2025.02.21 14:43:20.837826 [ 254 ] {56a761bc-19dc-45e0-abc3-030244033e2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13238 | 2025.02.21 14:43:20.838278 [ 254 ] {56a761bc-19dc-45e0-abc3-030244033e2e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 13239 | 2025.02.21 14:43:20.838527 [ 254 ] {56a761bc-19dc-45e0-abc3-030244033e2e} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13240 | 2025.02.21 14:43:20.838715 [ 118 ] {} <Debug> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 13241 | 2025.02.21 14:43:20.838779 [ 118 ] {} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13242 | 2025.02.21 14:43:20.838805 [ 254 ] {56a761bc-19dc-45e0-abc3-030244033e2e} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001941 sec., 12364.760432766616 rows/sec., 1.03 MiB/sec. | ||
| 13243 | 2025.02.21 14:43:20.838817 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13244 | 2025.02.21 14:43:20.838953 [ 254 ] {56a761bc-19dc-45e0-abc3-030244033e2e} <Debug> TCPHandler: Processed in 0.002382541 sec. | ||
| 13245 | 2025.02.21 14:43:20.839002 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::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 | ||
| 13246 | 2025.02.21 14:43:20.839133 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13247 | 2025.02.21 14:43:20.839163 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 24 rows starting from the beginning of the part | ||
| 13248 | 2025.02.21 14:43:20.839252 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part | ||
| 13249 | 2025.02.21 14:43:20.839288 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13250 | 2025.02.21 14:43:20.839533 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part | ||
| 13251 | 2025.02.21 14:43:20.839936 [ 256 ] {66e9b767-c59c-43c7-a637-8758c9614477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13252 | 2025.02.21 14:43:20.839966 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part | ||
| 13253 | 2025.02.21 14:43:20.840163 [ 256 ] {66e9b767-c59c-43c7-a637-8758c9614477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13254 | 2025.02.21 14:43:20.840238 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part | ||
| 13255 | 2025.02.21 14:43:20.842458 [ 256 ] {66e9b767-c59c-43c7-a637-8758c9614477} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13256 | 2025.02.21 14:43:20.842528 [ 256 ] {66e9b767-c59c-43c7-a637-8758c9614477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13257 | 2025.02.21 14:43:20.843420 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.004475694 sec., 26811.48443124128 rows/sec., 2.33 MiB/sec. | ||
| 13258 | 2025.02.21 14:43:20.843498 [ 256 ] {66e9b767-c59c-43c7-a637-8758c9614477} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 13259 | 2025.02.21 14:43:20.843584 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 13260 | 2025.02.21 14:43:20.843955 [ 256 ] {66e9b767-c59c-43c7-a637-8758c9614477} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13261 | 2025.02.21 14:43:20.844080 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_21_5} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13262 | 2025.02.21 14:43:20.844306 [ 189 ] {713edcd5-46d7-4a89-a53e-4b2edf4d28e2::all_1_21_5} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 13263 | 2025.02.21 14:43:20.844522 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 13264 | 2025.02.21 14:43:20.844536 [ 256 ] {66e9b767-c59c-43c7-a637-8758c9614477} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004798 sec., 416.8403501458941 rows/sec., 33.99 KiB/sec. | ||
| 13265 | 2025.02.21 14:43:20.844787 [ 256 ] {66e9b767-c59c-43c7-a637-8758c9614477} <Debug> TCPHandler: Processed in 0.005700681 sec. | ||
| 13266 | 2025.02.21 14:43:20.844974 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13267 | 2025.02.21 14:43:20.845102 [ 254 ] {14b9dd4f-5669-48c0-91a2-2a0c646572fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13268 | 2025.02.21 14:43:20.845162 [ 254 ] {14b9dd4f-5669-48c0-91a2-2a0c646572fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13269 | 2025.02.21 14:43:20.846572 [ 254 ] {14b9dd4f-5669-48c0-91a2-2a0c646572fb} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13270 | 2025.02.21 14:43:20.846615 [ 254 ] {14b9dd4f-5669-48c0-91a2-2a0c646572fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13271 | 2025.02.21 14:43:20.847079 [ 254 ] {14b9dd4f-5669-48c0-91a2-2a0c646572fb} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 13272 | 2025.02.21 14:43:20.847366 [ 254 ] {14b9dd4f-5669-48c0-91a2-2a0c646572fb} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13273 | 2025.02.21 14:43:20.847631 [ 254 ] {14b9dd4f-5669-48c0-91a2-2a0c646572fb} <Debug> executeQuery: Read 1395 rows, 119.43 KiB in 0.00254 sec., 549212.5984251968 rows/sec., 45.92 MiB/sec. | ||
| 13274 | 2025.02.21 14:43:20.847704 [ 254 ] {14b9dd4f-5669-48c0-91a2-2a0c646572fb} <Debug> TCPHandler: Processed in 0.002798794 sec. | ||
| 13275 | 2025.02.21 14:43:20.847920 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13276 | 2025.02.21 14:43:20.848066 [ 256 ] {025283d8-d632-4efb-9c0a-d5c54ebd1802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13277 | 2025.02.21 14:43:20.848129 [ 256 ] {025283d8-d632-4efb-9c0a-d5c54ebd1802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13278 | 2025.02.21 14:43:20.848782 [ 256 ] {025283d8-d632-4efb-9c0a-d5c54ebd1802} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13279 | 2025.02.21 14:43:20.848825 [ 256 ] {025283d8-d632-4efb-9c0a-d5c54ebd1802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13280 | 2025.02.21 14:43:20.849216 [ 256 ] {025283d8-d632-4efb-9c0a-d5c54ebd1802} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13281 | 2025.02.21 14:43:20.849470 [ 256 ] {025283d8-d632-4efb-9c0a-d5c54ebd1802} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13282 | 2025.02.21 14:43:20.849689 [ 256 ] {025283d8-d632-4efb-9c0a-d5c54ebd1802} <Debug> executeQuery: Read 53 rows, 4.03 KiB in 0.00166 sec., 31927.710843373494 rows/sec., 2.37 MiB/sec. | ||
| 13283 | 2025.02.21 14:43:20.849747 [ 256 ] {025283d8-d632-4efb-9c0a-d5c54ebd1802} <Debug> TCPHandler: Processed in 0.001900837 sec. | ||
| 13284 | 2025.02.21 14:43:20.849919 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13285 | 2025.02.21 14:43:20.850053 [ 254 ] {3c609371-c9da-40c0-bb81-aa1cd9e536db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13286 | 2025.02.21 14:43:20.850108 [ 254 ] {3c609371-c9da-40c0-bb81-aa1cd9e536db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13287 | 2025.02.21 14:43:20.850827 [ 254 ] {3c609371-c9da-40c0-bb81-aa1cd9e536db} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13288 | 2025.02.21 14:43:20.850869 [ 254 ] {3c609371-c9da-40c0-bb81-aa1cd9e536db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13289 | 2025.02.21 14:43:20.851301 [ 254 ] {3c609371-c9da-40c0-bb81-aa1cd9e536db} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 13290 | 2025.02.21 14:43:20.851577 [ 254 ] {3c609371-c9da-40c0-bb81-aa1cd9e536db} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13291 | 2025.02.21 14:43:20.851872 [ 254 ] {3c609371-c9da-40c0-bb81-aa1cd9e536db} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001838 sec., 137105.54951033733 rows/sec., 9.48 MiB/sec. | ||
| 13292 | 2025.02.21 14:43:20.852097 [ 254 ] {3c609371-c9da-40c0-bb81-aa1cd9e536db} <Debug> TCPHandler: Processed in 0.002244077 sec. | ||
| 13293 | 2025.02.21 14:43:20.852276 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13294 | 2025.02.21 14:43:20.852415 [ 256 ] {0da66143-7ef2-4079-82a0-21e7077146fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13295 | 2025.02.21 14:43:20.852477 [ 256 ] {0da66143-7ef2-4079-82a0-21e7077146fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13296 | 2025.02.21 14:43:20.853166 [ 256 ] {0da66143-7ef2-4079-82a0-21e7077146fc} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13297 | 2025.02.21 14:43:20.853205 [ 256 ] {0da66143-7ef2-4079-82a0-21e7077146fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13298 | 2025.02.21 14:43:20.853566 [ 256 ] {0da66143-7ef2-4079-82a0-21e7077146fc} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 13299 | 2025.02.21 14:43:20.853804 [ 256 ] {0da66143-7ef2-4079-82a0-21e7077146fc} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13300 | 2025.02.21 14:43:20.853965 [ 118 ] {} <Debug> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 13301 | 2025.02.21 14:43:20.854048 [ 118 ] {} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13302 | 2025.02.21 14:43:20.854062 [ 256 ] {0da66143-7ef2-4079-82a0-21e7077146fc} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001671 sec., 7181.32854578097 rows/sec., 561.04 KiB/sec. | ||
| 13303 | 2025.02.21 14:43:20.854089 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13304 | 2025.02.21 14:43:20.854222 [ 256 ] {0da66143-7ef2-4079-82a0-21e7077146fc} <Debug> TCPHandler: Processed in 0.00200947 sec. | ||
| 13305 | 2025.02.21 14:43:20.854313 [ 219 ] {} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): 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] | ||
| 13306 | 2025.02.21 14:43:20.854410 [ 219 ] {} <Debug> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): 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] | ||
| 13307 | 2025.02.21 14:43:20.854527 [ 196 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::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 | ||
| 13308 | 2025.02.21 14:43:20.854543 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13309 | 2025.02.21 14:43:20.854948 [ 254 ] {8136c99d-bd4c-49e1-b513-c13e5a64bd92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13310 | 2025.02.21 14:43:20.854970 [ 196 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13311 | 2025.02.21 14:43:20.855064 [ 196 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 12 rows starting from the beginning of the part | ||
| 13312 | 2025.02.21 14:43:20.855076 [ 254 ] {8136c99d-bd4c-49e1-b513-c13e5a64bd92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13313 | 2025.02.21 14:43:20.855456 [ 196 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part | ||
| 13314 | 2025.02.21 14:43:20.855982 [ 196 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part | ||
| 13315 | 2025.02.21 14:43:20.856524 [ 196 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part | ||
| 13316 | 2025.02.21 14:43:20.857062 [ 196 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part | ||
| 13317 | 2025.02.21 14:43:20.860094 [ 254 ] {8136c99d-bd4c-49e1-b513-c13e5a64bd92} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13318 | 2025.02.21 14:43:20.860184 [ 254 ] {8136c99d-bd4c-49e1-b513-c13e5a64bd92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13319 | 2025.02.21 14:43:20.860549 [ 219 ] {} <Debug> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): 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] | ||
| 13320 | 2025.02.21 14:43:20.861862 [ 254 ] {8136c99d-bd4c-49e1-b513-c13e5a64bd92} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 13321 | 2025.02.21 14:43:20.862253 [ 190 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.00802228 sec., 7479.17051012929 rows/sec., 613.53 KiB/sec. | ||
| 13322 | 2025.02.21 14:43:20.862448 [ 254 ] {8136c99d-bd4c-49e1-b513-c13e5a64bd92} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13323 | 2025.02.21 14:43:20.862507 [ 190 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 13324 | 2025.02.21 14:43:20.862864 [ 254 ] {8136c99d-bd4c-49e1-b513-c13e5a64bd92} <Debug> executeQuery: Read 597 rows, 45.95 KiB in 0.00804 sec., 74253.73134328358 rows/sec., 5.58 MiB/sec. | ||
| 13325 | 2025.02.21 14:43:20.863036 [ 254 ] {8136c99d-bd4c-49e1-b513-c13e5a64bd92} <Debug> TCPHandler: Processed in 0.008642649 sec. | ||
| 13326 | 2025.02.21 14:43:20.863111 [ 190 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_21_5} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13327 | 2025.02.21 14:43:20.863249 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13328 | 2025.02.21 14:43:20.863264 [ 190 ] {e63280fd-e901-4a43-83f1-cdc119b82f96::all_1_21_5} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 13329 | 2025.02.21 14:43:20.863449 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13330 | 2025.02.21 14:43:20.863473 [ 256 ] {60bc7041-6117-426b-a522-70c37badebf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13331 | 2025.02.21 14:43:20.863543 [ 256 ] {60bc7041-6117-426b-a522-70c37badebf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13332 | 2025.02.21 14:43:20.864356 [ 256 ] {60bc7041-6117-426b-a522-70c37badebf8} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13333 | 2025.02.21 14:43:20.864395 [ 256 ] {60bc7041-6117-426b-a522-70c37badebf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13334 | 2025.02.21 14:43:20.864854 [ 256 ] {60bc7041-6117-426b-a522-70c37badebf8} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 13335 | 2025.02.21 14:43:20.865092 [ 256 ] {60bc7041-6117-426b-a522-70c37badebf8} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13336 | 2025.02.21 14:43:20.865279 [ 117 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_142_33 to all_147_147_0 | ||
| 13337 | 2025.02.21 14:43:20.865325 [ 256 ] {60bc7041-6117-426b-a522-70c37badebf8} <Debug> executeQuery: Read 945 rows, 65.30 KiB in 0.001916 sec., 493215.0313152401 rows/sec., 33.28 MiB/sec. | ||
| 13338 | 2025.02.21 14:43:20.865340 [ 117 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13339 | 2025.02.21 14:43:20.865415 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13340 | 2025.02.21 14:43:20.865467 [ 256 ] {60bc7041-6117-426b-a522-70c37badebf8} <Debug> TCPHandler: Processed in 0.00231471 sec. | ||
| 13341 | 2025.02.21 14:43:20.865772 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13342 | 2025.02.21 14:43:20.865802 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_147_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_142_33 to all_147_147_0 into Compact with storage Full | ||
| 13343 | 2025.02.21 14:43:20.866186 [ 254 ] {2e038f19-4e19-4f99-83a5-171d88e39ba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13344 | 2025.02.21 14:43:20.866433 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_147_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13345 | 2025.02.21 14:43:20.866550 [ 254 ] {2e038f19-4e19-4f99-83a5-171d88e39ba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13346 | 2025.02.21 14:43:20.866607 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_147_34} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_142_33, total 38877 rows starting from the beginning of the part | ||
| 13347 | 2025.02.21 14:43:20.867176 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_147_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 160 rows starting from the beginning of the part | ||
| 13348 | 2025.02.21 14:43:20.867659 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_147_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part | ||
| 13349 | 2025.02.21 14:43:20.868492 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_147_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 160 rows starting from the beginning of the part | ||
| 13350 | 2025.02.21 14:43:20.869316 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_147_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 160 rows starting from the beginning of the part | ||
| 13351 | 2025.02.21 14:43:20.869826 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_147_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 945 rows starting from the beginning of the part | ||
| 13352 | 2025.02.21 14:43:20.872570 [ 254 ] {2e038f19-4e19-4f99-83a5-171d88e39ba8} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13353 | 2025.02.21 14:43:20.872643 [ 254 ] {2e038f19-4e19-4f99-83a5-171d88e39ba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13354 | 2025.02.21 14:43:20.874496 [ 254 ] {2e038f19-4e19-4f99-83a5-171d88e39ba8} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13355 | 2025.02.21 14:43:20.874953 [ 254 ] {2e038f19-4e19-4f99-83a5-171d88e39ba8} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13356 | 2025.02.21 14:43:20.875321 [ 254 ] {2e038f19-4e19-4f99-83a5-171d88e39ba8} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.009306 sec., 4190.844616376531 rows/sec., 7.51 MiB/sec. | ||
| 13357 | 2025.02.21 14:43:20.876148 [ 254 ] {2e038f19-4e19-4f99-83a5-171d88e39ba8} <Debug> TCPHandler: Processed in 0.010539505 sec. | ||
| 13358 | 2025.02.21 14:43:20.876418 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13359 | 2025.02.21 14:43:20.876570 [ 256 ] {f00fdb93-f2e6-4e73-8f7c-9bbac75e3071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13360 | 2025.02.21 14:43:20.876623 [ 256 ] {f00fdb93-f2e6-4e73-8f7c-9bbac75e3071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13361 | 2025.02.21 14:43:20.877274 [ 256 ] {f00fdb93-f2e6-4e73-8f7c-9bbac75e3071} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13362 | 2025.02.21 14:43:20.877331 [ 256 ] {f00fdb93-f2e6-4e73-8f7c-9bbac75e3071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13363 | 2025.02.21 14:43:20.877841 [ 256 ] {f00fdb93-f2e6-4e73-8f7c-9bbac75e3071} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 13364 | 2025.02.21 14:43:20.878140 [ 256 ] {f00fdb93-f2e6-4e73-8f7c-9bbac75e3071} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13365 | 2025.02.21 14:43:20.878410 [ 256 ] {f00fdb93-f2e6-4e73-8f7c-9bbac75e3071} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001883 sec., 11683.48380244291 rows/sec., 812.68 KiB/sec. | ||
| 13366 | 2025.02.21 14:43:20.878466 [ 256 ] {f00fdb93-f2e6-4e73-8f7c-9bbac75e3071} <Debug> TCPHandler: Processed in 0.002191846 sec. | ||
| 13367 | 2025.02.21 14:43:20.880793 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_147_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40462 rows, containing 5 columns (5 merged, 0 gathered) in 0.015267467 sec., 2650210.4114585607 rows/sec., 181.60 MiB/sec. | ||
| 13368 | 2025.02.21 14:43:20.881453 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_147_34} <Trace> MergedBlockOutputStream: filled checksums all_1_147_34 (state Temporary) | ||
| 13369 | 2025.02.21 14:43:20.881783 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_147_34} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_147_34 to all_1_147_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13370 | 2025.02.21 14:43:20.881872 [ 192 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_147_34} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_142_33, all_147_147_0] -> all_1_147_34 | ||
| 13371 | 2025.02.21 14:43:20.881979 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 13372 | 2025.02.21 14:43:21.001163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.32 MiB, peak 278.90 MiB, free memory in arenas 0.00 B, will set to 260.42 MiB (RSS), difference: -1.91 MiB | ||
| 13373 | 2025.02.21 14:43:21.291232 [ 218 ] {} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): 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] | ||
| 13374 | 2025.02.21 14:43:21.291285 [ 218 ] {} <Debug> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): 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] | ||
| 13375 | 2025.02.21 14:43:21.292848 [ 218 ] {} <Debug> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): 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] | ||
| 13376 | 2025.02.21 14:43:22.382002 [ 222 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): 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] | ||
| 13377 | 2025.02.21 14:43:22.382076 [ 222 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): 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] | ||
| 13378 | 2025.02.21 14:43:22.384314 [ 222 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): 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] | ||
| 13379 | 2025.02.21 14:43:22.734195 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1776 | ||
| 13380 | 2025.02.21 14:43:22.737603 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13381 | 2025.02.21 14:43:22.737669 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13382 | 2025.02.21 14:43:22.739267 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13383 | 2025.02.21 14:43:22.739594 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13384 | 2025.02.21 14:43:22.740269 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1776 | ||
| 13385 | 2025.02.21 14:43:24.202776 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13386 | 2025.02.21 14:43:24.202987 [ 254 ] {0aea047b-af70-4ae0-a2cc-4f5e9b382075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13387 | 2025.02.21 14:43:24.203071 [ 254 ] {0aea047b-af70-4ae0-a2cc-4f5e9b382075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13388 | 2025.02.21 14:43:24.203903 [ 254 ] {0aea047b-af70-4ae0-a2cc-4f5e9b382075} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13389 | 2025.02.21 14:43:24.203957 [ 254 ] {0aea047b-af70-4ae0-a2cc-4f5e9b382075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13390 | 2025.02.21 14:43:24.204407 [ 254 ] {0aea047b-af70-4ae0-a2cc-4f5e9b382075} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 13391 | 2025.02.21 14:43:24.204663 [ 254 ] {0aea047b-af70-4ae0-a2cc-4f5e9b382075} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13392 | 2025.02.21 14:43:24.204902 [ 254 ] {0aea047b-af70-4ae0-a2cc-4f5e9b382075} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001974 sec., 28368.794326241135 rows/sec., 2.17 MiB/sec. | ||
| 13393 | 2025.02.21 14:43:24.204970 [ 254 ] {0aea047b-af70-4ae0-a2cc-4f5e9b382075} <Debug> TCPHandler: Processed in 0.0023331 sec. | ||
| 13394 | 2025.02.21 14:43:24.205236 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13395 | 2025.02.21 14:43:24.205447 [ 256 ] {b2cb615c-f641-41b1-a692-018b526b1036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13396 | 2025.02.21 14:43:24.205526 [ 256 ] {b2cb615c-f641-41b1-a692-018b526b1036} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13397 | 2025.02.21 14:43:24.206376 [ 256 ] {b2cb615c-f641-41b1-a692-018b526b1036} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13398 | 2025.02.21 14:43:24.206415 [ 256 ] {b2cb615c-f641-41b1-a692-018b526b1036} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13399 | 2025.02.21 14:43:24.206854 [ 256 ] {b2cb615c-f641-41b1-a692-018b526b1036} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 13400 | 2025.02.21 14:43:24.207100 [ 256 ] {b2cb615c-f641-41b1-a692-018b526b1036} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13401 | 2025.02.21 14:43:24.207286 [ 256 ] {b2cb615c-f641-41b1-a692-018b526b1036} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001899 sec., 33701.94839389152 rows/sec., 2.63 MiB/sec. | ||
| 13402 | 2025.02.21 14:43:24.207339 [ 256 ] {b2cb615c-f641-41b1-a692-018b526b1036} <Debug> TCPHandler: Processed in 0.002240708 sec. | ||
| 13403 | 2025.02.21 14:43:24.207510 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13404 | 2025.02.21 14:43:24.207661 [ 254 ] {9b10c0e3-0a16-44b6-bdaf-bb1345fed147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13405 | 2025.02.21 14:43:24.207729 [ 254 ] {9b10c0e3-0a16-44b6-bdaf-bb1345fed147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13406 | 2025.02.21 14:43:24.208389 [ 254 ] {9b10c0e3-0a16-44b6-bdaf-bb1345fed147} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13407 | 2025.02.21 14:43:24.208437 [ 254 ] {9b10c0e3-0a16-44b6-bdaf-bb1345fed147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13408 | 2025.02.21 14:43:24.208845 [ 254 ] {9b10c0e3-0a16-44b6-bdaf-bb1345fed147} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 13409 | 2025.02.21 14:43:24.209084 [ 254 ] {9b10c0e3-0a16-44b6-bdaf-bb1345fed147} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13410 | 2025.02.21 14:43:24.209298 [ 254 ] {9b10c0e3-0a16-44b6-bdaf-bb1345fed147} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001673 sec., 58577.40585774059 rows/sec., 4.09 MiB/sec. | ||
| 13411 | 2025.02.21 14:43:24.209357 [ 254 ] {9b10c0e3-0a16-44b6-bdaf-bb1345fed147} <Debug> TCPHandler: Processed in 0.001915787 sec. | ||
| 13412 | 2025.02.21 14:43:24.209573 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13413 | 2025.02.21 14:43:24.209794 [ 256 ] {11432605-01c3-47cd-b78a-53a589e2e98a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13414 | 2025.02.21 14:43:24.209888 [ 256 ] {11432605-01c3-47cd-b78a-53a589e2e98a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13415 | 2025.02.21 14:43:24.210575 [ 256 ] {11432605-01c3-47cd-b78a-53a589e2e98a} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13416 | 2025.02.21 14:43:24.210612 [ 256 ] {11432605-01c3-47cd-b78a-53a589e2e98a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13417 | 2025.02.21 14:43:24.210986 [ 256 ] {11432605-01c3-47cd-b78a-53a589e2e98a} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 13418 | 2025.02.21 14:43:24.211218 [ 256 ] {11432605-01c3-47cd-b78a-53a589e2e98a} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13419 | 2025.02.21 14:43:24.211389 [ 256 ] {11432605-01c3-47cd-b78a-53a589e2e98a} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001649 sec., 23044.26925409339 rows/sec., 1.55 MiB/sec. | ||
| 13420 | 2025.02.21 14:43:24.211437 [ 256 ] {11432605-01c3-47cd-b78a-53a589e2e98a} <Debug> TCPHandler: Processed in 0.001972939 sec. | ||
| 13421 | 2025.02.21 14:43:25.044615 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39894 | ||
| 13422 | 2025.02.21 14:43:25.045322 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13423 | 2025.02.21 14:43:25.045367 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13424 | 2025.02.21 14:43:25.045923 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13425 | 2025.02.21 14:43:25.046199 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13426 | 2025.02.21 14:43:25.046477 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894 | ||
| 13427 | 2025.02.21 14:43:25.130715 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 13428 | 2025.02.21 14:43:25.130770 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 13429 | 2025.02.21 14:43:25.132638 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 13430 | 2025.02.21 14:43:25.250599 [ 221 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 13431 | 2025.02.21 14:43:25.250666 [ 221 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 13432 | 2025.02.21 14:43:25.252748 [ 221 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 13433 | 2025.02.21 14:43:25.258457 [ 225 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 13434 | 2025.02.21 14:43:25.258512 [ 225 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 13435 | 2025.02.21 14:43:25.260678 [ 225 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 13436 | 2025.02.21 14:43:25.364229 [ 221 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 13437 | 2025.02.21 14:43:25.364262 [ 221 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 13438 | 2025.02.21 14:43:25.366124 [ 221 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 13439 | 2025.02.21 14:43:27.969472 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656 | ||
| 13440 | 2025.02.21 14:43:27.993601 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13441 | 2025.02.21 14:43:27.993660 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13442 | 2025.02.21 14:43:28.001166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.94 MiB, peak 278.90 MiB, free memory in arenas 0.00 B, will set to 260.42 MiB (RSS), difference: -4.52 MiB | ||
| 13443 | 2025.02.21 14:43:28.001995 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13444 | 2025.02.21 14:43:28.002837 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13445 | 2025.02.21 14:43:28.006494 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656 | ||
| 13446 | 2025.02.21 14:43:29.000351 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.42 MiB, peak 278.90 MiB, free memory in arenas 0.00 B, will set to 260.42 MiB (RSS), difference: 4.00 MiB | ||
| 13447 | 2025.02.21 14:43:29.205553 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13448 | 2025.02.21 14:43:29.205882 [ 254 ] {ec8868b2-d482-4eb2-9611-d9f6b0837bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13449 | 2025.02.21 14:43:29.205965 [ 254 ] {ec8868b2-d482-4eb2-9611-d9f6b0837bfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13450 | 2025.02.21 14:43:29.206769 [ 254 ] {ec8868b2-d482-4eb2-9611-d9f6b0837bfa} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13451 | 2025.02.21 14:43:29.206827 [ 254 ] {ec8868b2-d482-4eb2-9611-d9f6b0837bfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13452 | 2025.02.21 14:43:29.207287 [ 254 ] {ec8868b2-d482-4eb2-9611-d9f6b0837bfa} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 13453 | 2025.02.21 14:43:29.207548 [ 254 ] {ec8868b2-d482-4eb2-9611-d9f6b0837bfa} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13454 | 2025.02.21 14:43:29.207799 [ 254 ] {ec8868b2-d482-4eb2-9611-d9f6b0837bfa} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002036 sec., 27504.911591355598 rows/sec., 2.10 MiB/sec. | ||
| 13455 | 2025.02.21 14:43:29.207868 [ 254 ] {ec8868b2-d482-4eb2-9611-d9f6b0837bfa} <Debug> TCPHandler: Processed in 0.002455813 sec. | ||
| 13456 | 2025.02.21 14:43:29.208188 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13457 | 2025.02.21 14:43:29.208486 [ 256 ] {84fa4435-b1b9-4537-a890-473c2e2a2b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13458 | 2025.02.21 14:43:29.208560 [ 256 ] {84fa4435-b1b9-4537-a890-473c2e2a2b36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13459 | 2025.02.21 14:43:29.209357 [ 256 ] {84fa4435-b1b9-4537-a890-473c2e2a2b36} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13460 | 2025.02.21 14:43:29.209408 [ 256 ] {84fa4435-b1b9-4537-a890-473c2e2a2b36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13461 | 2025.02.21 14:43:29.209858 [ 256 ] {84fa4435-b1b9-4537-a890-473c2e2a2b36} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 13462 | 2025.02.21 14:43:29.210119 [ 256 ] {84fa4435-b1b9-4537-a890-473c2e2a2b36} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13463 | 2025.02.21 14:43:29.210387 [ 256 ] {84fa4435-b1b9-4537-a890-473c2e2a2b36} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001969 sec., 32503.80904012189 rows/sec., 2.54 MiB/sec. | ||
| 13464 | 2025.02.21 14:43:29.210477 [ 256 ] {84fa4435-b1b9-4537-a890-473c2e2a2b36} <Debug> TCPHandler: Processed in 0.002474164 sec. | ||
| 13465 | 2025.02.21 14:43:29.210685 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13466 | 2025.02.21 14:43:29.211037 [ 254 ] {4d2a2cf6-8a0e-4893-9c63-7e4d47f69134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13467 | 2025.02.21 14:43:29.211227 [ 254 ] {4d2a2cf6-8a0e-4893-9c63-7e4d47f69134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13468 | 2025.02.21 14:43:29.212434 [ 254 ] {4d2a2cf6-8a0e-4893-9c63-7e4d47f69134} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13469 | 2025.02.21 14:43:29.212477 [ 254 ] {4d2a2cf6-8a0e-4893-9c63-7e4d47f69134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13470 | 2025.02.21 14:43:29.212892 [ 254 ] {4d2a2cf6-8a0e-4893-9c63-7e4d47f69134} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 13471 | 2025.02.21 14:43:29.213132 [ 254 ] {4d2a2cf6-8a0e-4893-9c63-7e4d47f69134} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13472 | 2025.02.21 14:43:29.213376 [ 254 ] {4d2a2cf6-8a0e-4893-9c63-7e4d47f69134} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00247 sec., 64777.327935222675 rows/sec., 4.51 MiB/sec. | ||
| 13473 | 2025.02.21 14:43:29.213436 [ 254 ] {4d2a2cf6-8a0e-4893-9c63-7e4d47f69134} <Debug> TCPHandler: Processed in 0.002838705 sec. | ||
| 13474 | 2025.02.21 14:43:29.213646 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13475 | 2025.02.21 14:43:29.213875 [ 256 ] {aa8e3501-92b2-4423-9c71-7bcbfa6c8ea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13476 | 2025.02.21 14:43:29.213973 [ 256 ] {aa8e3501-92b2-4423-9c71-7bcbfa6c8ea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13477 | 2025.02.21 14:43:29.214695 [ 256 ] {aa8e3501-92b2-4423-9c71-7bcbfa6c8ea0} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13478 | 2025.02.21 14:43:29.214734 [ 256 ] {aa8e3501-92b2-4423-9c71-7bcbfa6c8ea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
| 13479 | 2025.02.21 14:43:29.215120 [ 256 ] {aa8e3501-92b2-4423-9c71-7bcbfa6c8ea0} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 13480 | 2025.02.21 14:43:29.215354 [ 256 ] {aa8e3501-92b2-4423-9c71-7bcbfa6c8ea0} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13481 | 2025.02.21 14:43:29.215565 [ 256 ] {aa8e3501-92b2-4423-9c71-7bcbfa6c8ea0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001751 sec., 34266.133637921186 rows/sec., 2.31 MiB/sec. | ||
| 13482 | 2025.02.21 14:43:29.215618 [ 256 ] {aa8e3501-92b2-4423-9c71-7bcbfa6c8ea0} <Debug> TCPHandler: Processed in 0.002089923 sec. | ||
| 13483 | 2025.02.21 14:43:31.054629 [ 220 ] {} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): 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] | ||
| 13484 | 2025.02.21 14:43:31.054719 [ 220 ] {} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): 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] | ||
| 13485 | 2025.02.21 14:43:31.056764 [ 220 ] {} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): 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] | ||
| 13486 | 2025.02.21 14:43:32.237361 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13487 | 2025.02.21 14:43:32.237421 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13488 | 2025.02.21 14:43:32.547561 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40321 | ||
| 13489 | 2025.02.21 14:43:32.548215 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13490 | 2025.02.21 14:43:32.548269 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13491 | 2025.02.21 14:43:32.548842 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 13492 | 2025.02.21 14:43:32.549112 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13493 | 2025.02.21 14:43:32.549383 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 | ||
| 13494 | 2025.02.21 14:43:32.741373 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1792 | ||
| 13495 | 2025.02.21 14:43:32.744163 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13496 | 2025.02.21 14:43:32.744209 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13497 | 2025.02.21 14:43:32.745806 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13498 | 2025.02.21 14:43:32.746114 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13499 | 2025.02.21 14:43:32.746614 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1792 | ||
| 13500 | 2025.02.21 14:43:34.207914 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13501 | 2025.02.21 14:43:34.208105 [ 254 ] {549b82f8-f9fe-435e-9bf6-66088670a00c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13502 | 2025.02.21 14:43:34.208179 [ 254 ] {549b82f8-f9fe-435e-9bf6-66088670a00c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13503 | 2025.02.21 14:43:34.209032 [ 254 ] {549b82f8-f9fe-435e-9bf6-66088670a00c} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13504 | 2025.02.21 14:43:34.209090 [ 254 ] {549b82f8-f9fe-435e-9bf6-66088670a00c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13505 | 2025.02.21 14:43:34.209554 [ 254 ] {549b82f8-f9fe-435e-9bf6-66088670a00c} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 13506 | 2025.02.21 14:43:34.209814 [ 254 ] {549b82f8-f9fe-435e-9bf6-66088670a00c} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13507 | 2025.02.21 14:43:34.210039 [ 254 ] {549b82f8-f9fe-435e-9bf6-66088670a00c} <Debug> executeQuery: Read 134 rows, 11.81 KiB in 0.001988 sec., 67404.42655935613 rows/sec., 5.80 MiB/sec. | ||
| 13508 | 2025.02.21 14:43:34.210098 [ 254 ] {549b82f8-f9fe-435e-9bf6-66088670a00c} <Debug> TCPHandler: Processed in 0.00231478 sec. | ||
| 13509 | 2025.02.21 14:43:34.210437 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13510 | 2025.02.21 14:43:34.210641 [ 256 ] {fa1a5245-ab33-4045-85af-0826facf7ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13511 | 2025.02.21 14:43:34.210718 [ 256 ] {fa1a5245-ab33-4045-85af-0826facf7ab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13512 | 2025.02.21 14:43:34.211514 [ 256 ] {fa1a5245-ab33-4045-85af-0826facf7ab7} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13513 | 2025.02.21 14:43:34.211571 [ 256 ] {fa1a5245-ab33-4045-85af-0826facf7ab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13514 | 2025.02.21 14:43:34.212028 [ 256 ] {fa1a5245-ab33-4045-85af-0826facf7ab7} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13515 | 2025.02.21 14:43:34.212318 [ 256 ] {fa1a5245-ab33-4045-85af-0826facf7ab7} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13516 | 2025.02.21 14:43:34.212632 [ 256 ] {fa1a5245-ab33-4045-85af-0826facf7ab7} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.002044 sec., 19080.23483365949 rows/sec., 1.40 MiB/sec. | ||
| 13517 | 2025.02.21 14:43:34.212724 [ 256 ] {fa1a5245-ab33-4045-85af-0826facf7ab7} <Debug> TCPHandler: Processed in 0.002423483 sec. | ||
| 13518 | 2025.02.21 14:43:34.213002 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13519 | 2025.02.21 14:43:34.213155 [ 254 ] {7995741d-2fc2-4e5a-8c83-45c121b88419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13520 | 2025.02.21 14:43:34.213213 [ 254 ] {7995741d-2fc2-4e5a-8c83-45c121b88419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13521 | 2025.02.21 14:43:34.213908 [ 254 ] {7995741d-2fc2-4e5a-8c83-45c121b88419} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13522 | 2025.02.21 14:43:34.213951 [ 254 ] {7995741d-2fc2-4e5a-8c83-45c121b88419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13523 | 2025.02.21 14:43:34.214334 [ 254 ] {7995741d-2fc2-4e5a-8c83-45c121b88419} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 13524 | 2025.02.21 14:43:34.214583 [ 254 ] {7995741d-2fc2-4e5a-8c83-45c121b88419} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13525 | 2025.02.21 14:43:34.214826 [ 254 ] {7995741d-2fc2-4e5a-8c83-45c121b88419} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001697 sec., 60695.34472598704 rows/sec., 4.74 MiB/sec. | ||
| 13526 | 2025.02.21 14:43:34.214897 [ 254 ] {7995741d-2fc2-4e5a-8c83-45c121b88419} <Debug> TCPHandler: Processed in 0.002015371 sec. | ||
| 13527 | 2025.02.21 14:43:34.215127 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13528 | 2025.02.21 14:43:34.215353 [ 256 ] {fb199bf5-db7a-4c9a-adbe-4978b2db6e67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13529 | 2025.02.21 14:43:34.215418 [ 256 ] {fb199bf5-db7a-4c9a-adbe-4978b2db6e67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13530 | 2025.02.21 14:43:34.216025 [ 256 ] {fb199bf5-db7a-4c9a-adbe-4978b2db6e67} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13531 | 2025.02.21 14:43:34.216064 [ 256 ] {fb199bf5-db7a-4c9a-adbe-4978b2db6e67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13532 | 2025.02.21 14:43:34.216469 [ 256 ] {fb199bf5-db7a-4c9a-adbe-4978b2db6e67} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 13533 | 2025.02.21 14:43:34.216722 [ 256 ] {fb199bf5-db7a-4c9a-adbe-4978b2db6e67} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13534 | 2025.02.21 14:43:34.216941 [ 256 ] {fb199bf5-db7a-4c9a-adbe-4978b2db6e67} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001629 sec., 98219.76672805402 rows/sec., 6.84 MiB/sec. | ||
| 13535 | 2025.02.21 14:43:34.216992 [ 256 ] {fb199bf5-db7a-4c9a-adbe-4978b2db6e67} <Debug> TCPHandler: Processed in 0.00199025 sec. | ||
| 13536 | 2025.02.21 14:43:34.217152 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13537 | 2025.02.21 14:43:34.217276 [ 254 ] {298613ca-8ecf-45a0-8624-28db2bc998d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13538 | 2025.02.21 14:43:34.217361 [ 254 ] {298613ca-8ecf-45a0-8624-28db2bc998d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13539 | 2025.02.21 14:43:34.218643 [ 254 ] {298613ca-8ecf-45a0-8624-28db2bc998d2} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13540 | 2025.02.21 14:43:34.218684 [ 254 ] {298613ca-8ecf-45a0-8624-28db2bc998d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13541 | 2025.02.21 14:43:34.219387 [ 254 ] {298613ca-8ecf-45a0-8624-28db2bc998d2} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13542 | 2025.02.21 14:43:34.219646 [ 254 ] {298613ca-8ecf-45a0-8624-28db2bc998d2} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13543 | 2025.02.21 14:43:34.219920 [ 218 ] {} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): 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] | ||
| 13544 | 2025.02.21 14:43:34.219940 [ 254 ] {298613ca-8ecf-45a0-8624-28db2bc998d2} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002683 sec., 14535.96720089452 rows/sec., 26.05 MiB/sec. | ||
| 13545 | 2025.02.21 14:43:34.219984 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): 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] | ||
| 13546 | 2025.02.21 14:43:34.220356 [ 254 ] {298613ca-8ecf-45a0-8624-28db2bc998d2} <Debug> TCPHandler: Processed in 0.003263067 sec. | ||
| 13547 | 2025.02.21 14:43:34.220543 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13548 | 2025.02.21 14:43:34.220809 [ 256 ] {fb8a6c6e-79a3-4a32-ad69-70717801db41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13549 | 2025.02.21 14:43:34.220898 [ 256 ] {fb8a6c6e-79a3-4a32-ad69-70717801db41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13550 | 2025.02.21 14:43:34.222174 [ 256 ] {fb8a6c6e-79a3-4a32-ad69-70717801db41} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13551 | 2025.02.21 14:43:34.222218 [ 256 ] {fb8a6c6e-79a3-4a32-ad69-70717801db41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13552 | 2025.02.21 14:43:34.222911 [ 256 ] {fb8a6c6e-79a3-4a32-ad69-70717801db41} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 13553 | 2025.02.21 14:43:34.223338 [ 256 ] {fb8a6c6e-79a3-4a32-ad69-70717801db41} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13554 | 2025.02.21 14:43:34.223606 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): 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] | ||
| 13555 | 2025.02.21 14:43:34.223762 [ 256 ] {fb8a6c6e-79a3-4a32-ad69-70717801db41} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003019 sec., 19874.130506790327 rows/sec., 1.34 MiB/sec. | ||
| 13556 | 2025.02.21 14:43:34.224039 [ 256 ] {fb8a6c6e-79a3-4a32-ad69-70717801db41} <Debug> TCPHandler: Processed in 0.003569116 sec. | ||
| 13557 | 2025.02.21 14:43:35.507470 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664 | ||
| 13558 | 2025.02.21 14:43:35.531874 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13559 | 2025.02.21 14:43:35.531939 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13560 | 2025.02.21 14:43:35.540278 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 13561 | 2025.02.21 14:43:35.541235 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13562 | 2025.02.21 14:43:35.546114 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664 | ||
| 13563 | 2025.02.21 14:43:39.205450 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13564 | 2025.02.21 14:43:39.205686 [ 254 ] {3fb1424e-7260-4162-9167-28af2d1e9ce7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13565 | 2025.02.21 14:43:39.205767 [ 254 ] {3fb1424e-7260-4162-9167-28af2d1e9ce7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13566 | 2025.02.21 14:43:39.206607 [ 254 ] {3fb1424e-7260-4162-9167-28af2d1e9ce7} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13567 | 2025.02.21 14:43:39.206664 [ 254 ] {3fb1424e-7260-4162-9167-28af2d1e9ce7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13568 | 2025.02.21 14:43:39.207148 [ 254 ] {3fb1424e-7260-4162-9167-28af2d1e9ce7} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 13569 | 2025.02.21 14:43:39.207410 [ 254 ] {3fb1424e-7260-4162-9167-28af2d1e9ce7} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13570 | 2025.02.21 14:43:39.207618 [ 85 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 13571 | 2025.02.21 14:43:39.207649 [ 254 ] {3fb1424e-7260-4162-9167-28af2d1e9ce7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002021 sec., 27709.0549233053 rows/sec., 2.12 MiB/sec. | ||
| 13572 | 2025.02.21 14:43:39.207699 [ 85 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13573 | 2025.02.21 14:43:39.207769 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13574 | 2025.02.21 14:43:39.207789 [ 254 ] {3fb1424e-7260-4162-9167-28af2d1e9ce7} <Debug> TCPHandler: Processed in 0.002474764 sec. | ||
| 13575 | 2025.02.21 14:43:39.208018 [ 201 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 13576 | 2025.02.21 14:43:39.208097 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13577 | 2025.02.21 14:43:39.208201 [ 201 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13578 | 2025.02.21 14:43:39.208282 [ 201 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1405 rows starting from the beginning of the part | ||
| 13579 | 2025.02.21 14:43:39.208423 [ 256 ] {dc56cbd9-81dd-4b53-b6e4-eaf992051e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13580 | 2025.02.21 14:43:39.208533 [ 201 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 1395 rows starting from the beginning of the part | ||
| 13581 | 2025.02.21 14:43:39.208688 [ 256 ] {dc56cbd9-81dd-4b53-b6e4-eaf992051e80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13582 | 2025.02.21 14:43:39.208913 [ 201 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 13583 | 2025.02.21 14:43:39.209324 [ 201 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 13584 | 2025.02.21 14:43:39.209646 [ 201 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 134 rows starting from the beginning of the part | ||
| 13585 | 2025.02.21 14:43:39.210022 [ 201 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 13586 | 2025.02.21 14:43:39.211831 [ 256 ] {dc56cbd9-81dd-4b53-b6e4-eaf992051e80} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13587 | 2025.02.21 14:43:39.211911 [ 256 ] {dc56cbd9-81dd-4b53-b6e4-eaf992051e80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13588 | 2025.02.21 14:43:39.212977 [ 256 ] {dc56cbd9-81dd-4b53-b6e4-eaf992051e80} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 13589 | 2025.02.21 14:43:39.213278 [ 256 ] {dc56cbd9-81dd-4b53-b6e4-eaf992051e80} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13590 | 2025.02.21 14:43:39.213526 [ 85 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 13591 | 2025.02.21 14:43:39.213637 [ 85 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13592 | 2025.02.21 14:43:39.213745 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13593 | 2025.02.21 14:43:39.213913 [ 256 ] {dc56cbd9-81dd-4b53-b6e4-eaf992051e80} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005537 sec., 11558.605743182228 rows/sec., 923.83 KiB/sec. | ||
| 13594 | 2025.02.21 14:43:39.214333 [ 198 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3102 rows, containing 5 columns (5 merged, 0 gathered) in 0.006440313 sec., 481653.6090714846 rows/sec., 41.96 MiB/sec. | ||
| 13595 | 2025.02.21 14:43:39.214352 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 13596 | 2025.02.21 14:43:39.214622 [ 256 ] {dc56cbd9-81dd-4b53-b6e4-eaf992051e80} <Debug> TCPHandler: Processed in 0.00667823 sec. | ||
| 13597 | 2025.02.21 14:43:39.214966 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 13598 | 2025.02.21 14:43:39.215042 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13599 | 2025.02.21 14:43:39.215132 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13600 | 2025.02.21 14:43:39.215365 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 631 rows starting from the beginning of the part | ||
| 13601 | 2025.02.21 14:43:39.215596 [ 254 ] {eaf03732-e136-439a-9ff7-12aaf6fa5be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13602 | 2025.02.21 14:43:39.215845 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 597 rows starting from the beginning of the part | ||
| 13603 | 2025.02.21 14:43:39.215854 [ 254 ] {eaf03732-e136-439a-9ff7-12aaf6fa5be0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13604 | 2025.02.21 14:43:39.216250 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 13605 | 2025.02.21 14:43:39.216899 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 13606 | 2025.02.21 14:43:39.217496 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 103 rows starting from the beginning of the part | ||
| 13607 | 2025.02.21 14:43:39.218056 [ 192 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 13608 | 2025.02.21 14:43:39.219277 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_151_30} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13609 | 2025.02.21 14:43:39.219888 [ 194 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_151_30} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 13610 | 2025.02.21 14:43:39.220372 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 13611 | 2025.02.21 14:43:39.220802 [ 254 ] {eaf03732-e136-439a-9ff7-12aaf6fa5be0} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13612 | 2025.02.21 14:43:39.220906 [ 254 ] {eaf03732-e136-439a-9ff7-12aaf6fa5be0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13613 | 2025.02.21 14:43:39.222080 [ 254 ] {eaf03732-e136-439a-9ff7-12aaf6fa5be0} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 13614 | 2025.02.21 14:43:39.222528 [ 254 ] {eaf03732-e136-439a-9ff7-12aaf6fa5be0} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13615 | 2025.02.21 14:43:39.222785 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1523 rows, containing 5 columns (5 merged, 0 gathered) in 0.008884146 sec., 171428.97021278128 rows/sec., 13.65 MiB/sec. | ||
| 13616 | 2025.02.21 14:43:39.223001 [ 254 ] {eaf03732-e136-439a-9ff7-12aaf6fa5be0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007617 sec., 21005.645267165553 rows/sec., 1.46 MiB/sec. | ||
| 13617 | 2025.02.21 14:43:39.223128 [ 254 ] {eaf03732-e136-439a-9ff7-12aaf6fa5be0} <Debug> TCPHandler: Processed in 0.008284368 sec. | ||
| 13618 | 2025.02.21 14:43:39.223131 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 13619 | 2025.02.21 14:43:39.223379 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13620 | 2025.02.21 14:43:39.223569 [ 256 ] {baf75c4d-d0a3-43ea-b09e-9387f9b5a8c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13621 | 2025.02.21 14:43:39.223655 [ 256 ] {baf75c4d-d0a3-43ea-b09e-9387f9b5a8c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13622 | 2025.02.21 14:43:39.223726 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_151_30} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13623 | 2025.02.21 14:43:39.223977 [ 198 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_151_30} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 13624 | 2025.02.21 14:43:39.224175 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 13625 | 2025.02.21 14:43:39.224565 [ 256 ] {baf75c4d-d0a3-43ea-b09e-9387f9b5a8c6} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13626 | 2025.02.21 14:43:39.224610 [ 256 ] {baf75c4d-d0a3-43ea-b09e-9387f9b5a8c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13627 | 2025.02.21 14:43:39.225014 [ 256 ] {baf75c4d-d0a3-43ea-b09e-9387f9b5a8c6} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 13628 | 2025.02.21 14:43:39.225289 [ 256 ] {baf75c4d-d0a3-43ea-b09e-9387f9b5a8c6} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13629 | 2025.02.21 14:43:39.225488 [ 85 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 13630 | 2025.02.21 14:43:39.225555 [ 85 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13631 | 2025.02.21 14:43:39.225560 [ 256 ] {baf75c4d-d0a3-43ea-b09e-9387f9b5a8c6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00204 sec., 29411.76470588235 rows/sec., 1.98 MiB/sec. | ||
| 13632 | 2025.02.21 14:43:39.225588 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13633 | 2025.02.21 14:43:39.225743 [ 256 ] {baf75c4d-d0a3-43ea-b09e-9387f9b5a8c6} <Debug> TCPHandler: Processed in 0.002486124 sec. | ||
| 13634 | 2025.02.21 14:43:39.225794 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 13635 | 2025.02.21 14:43:39.225901 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13636 | 2025.02.21 14:43:39.225934 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 7548 rows starting from the beginning of the part | ||
| 13637 | 2025.02.21 14:43:39.226000 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 22 rows starting from the beginning of the part | ||
| 13638 | 2025.02.21 14:43:39.226255 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 38 rows starting from the beginning of the part | ||
| 13639 | 2025.02.21 14:43:39.226391 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 13640 | 2025.02.21 14:43:39.226519 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 60 rows starting from the beginning of the part | ||
| 13641 | 2025.02.21 14:43:39.226722 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 13642 | 2025.02.21 14:43:39.228834 [ 197 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7788 rows, containing 4 columns (4 merged, 0 gathered) in 0.003121174 sec., 2495214.941557247 rows/sec., 168.16 MiB/sec. | ||
| 13643 | 2025.02.21 14:43:39.229258 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 13644 | 2025.02.21 14:43:39.229586 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_151_30} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13645 | 2025.02.21 14:43:39.229682 [ 195 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_151_30} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 13646 | 2025.02.21 14:43:39.229760 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 13647 | 2025.02.21 14:43:40.050426 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40809 | ||
| 13648 | 2025.02.21 14:43:40.051148 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13649 | 2025.02.21 14:43:40.051201 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13650 | 2025.02.21 14:43:40.051762 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13651 | 2025.02.21 14:43:40.052032 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13652 | 2025.02.21 14:43:40.052287 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40809 | ||
| 13653 | 2025.02.21 14:43:42.747633 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1812 | ||
| 13654 | 2025.02.21 14:43:42.750600 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13655 | 2025.02.21 14:43:42.750654 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13656 | 2025.02.21 14:43:42.752192 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13657 | 2025.02.21 14:43:42.752504 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13658 | 2025.02.21 14:43:42.752758 [ 80 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13659 | 2025.02.21 14:43:42.752876 [ 80 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13660 | 2025.02.21 14:43:42.752936 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13661 | 2025.02.21 14:43:42.755476 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1812 | ||
| 13662 | 2025.02.21 14:43:42.756140 [ 186 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 13663 | 2025.02.21 14:43:42.757487 [ 186 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13664 | 2025.02.21 14:43:42.757710 [ 186 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1700 rows starting from the beginning of the part | ||
| 13665 | 2025.02.21 14:43:42.758296 [ 186 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 13666 | 2025.02.21 14:43:42.758836 [ 186 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 20 rows starting from the beginning of the part | ||
| 13667 | 2025.02.21 14:43:42.759367 [ 186 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 40 rows starting from the beginning of the part | ||
| 13668 | 2025.02.21 14:43:42.759872 [ 186 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 13669 | 2025.02.21 14:43:42.760365 [ 186 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 20 rows starting from the beginning of the part | ||
| 13670 | 2025.02.21 14:43:42.769448 [ 197 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1812 rows, containing 72 columns (72 merged, 0 gathered) in 0.016212725 sec., 111764.06187115367 rows/sec., 84.67 MiB/sec. | ||
| 13671 | 2025.02.21 14:43:42.771020 [ 191 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13672 | 2025.02.21 14:43:42.771746 [ 191 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_66_13} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13673 | 2025.02.21 14:43:42.771834 [ 191 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_66_13} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13674 | 2025.02.21 14:43:42.772065 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. | ||
| 13675 | 2025.02.21 14:43:43.047104 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671 | ||
| 13676 | 2025.02.21 14:43:43.072795 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13677 | 2025.02.21 14:43:43.072869 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13678 | 2025.02.21 14:43:43.080946 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13679 | 2025.02.21 14:43:43.081912 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13680 | 2025.02.21 14:43:43.086804 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671 | ||
| 13681 | 2025.02.21 14:43:44.209098 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13682 | 2025.02.21 14:43:44.209313 [ 254 ] {6e73982f-dd71-406c-a4bf-2383d70649a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13683 | 2025.02.21 14:43:44.209397 [ 254 ] {6e73982f-dd71-406c-a4bf-2383d70649a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13684 | 2025.02.21 14:43:44.210336 [ 254 ] {6e73982f-dd71-406c-a4bf-2383d70649a5} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13685 | 2025.02.21 14:43:44.210393 [ 254 ] {6e73982f-dd71-406c-a4bf-2383d70649a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13686 | 2025.02.21 14:43:44.210862 [ 254 ] {6e73982f-dd71-406c-a4bf-2383d70649a5} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 13687 | 2025.02.21 14:43:44.211123 [ 254 ] {6e73982f-dd71-406c-a4bf-2383d70649a5} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13688 | 2025.02.21 14:43:44.211354 [ 254 ] {6e73982f-dd71-406c-a4bf-2383d70649a5} <Debug> executeQuery: Read 154 rows, 13.71 KiB in 0.002101 sec., 73298.42931937173 rows/sec., 6.37 MiB/sec. | ||
| 13689 | 2025.02.21 14:43:44.211423 [ 254 ] {6e73982f-dd71-406c-a4bf-2383d70649a5} <Debug> TCPHandler: Processed in 0.002467823 sec. | ||
| 13690 | 2025.02.21 14:43:44.211709 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13691 | 2025.02.21 14:43:44.211930 [ 256 ] {9ae8f248-9d06-4f30-9dca-074441d32c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13692 | 2025.02.21 14:43:44.212015 [ 256 ] {9ae8f248-9d06-4f30-9dca-074441d32c92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13693 | 2025.02.21 14:43:44.212920 [ 256 ] {9ae8f248-9d06-4f30-9dca-074441d32c92} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13694 | 2025.02.21 14:43:44.212975 [ 256 ] {9ae8f248-9d06-4f30-9dca-074441d32c92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13695 | 2025.02.21 14:43:44.213428 [ 256 ] {9ae8f248-9d06-4f30-9dca-074441d32c92} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13696 | 2025.02.21 14:43:44.213692 [ 256 ] {9ae8f248-9d06-4f30-9dca-074441d32c92} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13697 | 2025.02.21 14:43:44.213889 [ 80 ] {} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Selected 6 parts from all_1_60_13 to all_65_65_0 | ||
| 13698 | 2025.02.21 14:43:44.213956 [ 256 ] {9ae8f248-9d06-4f30-9dca-074441d32c92} <Debug> executeQuery: Read 49 rows, 3.68 KiB in 0.002083 sec., 23523.763802208352 rows/sec., 1.73 MiB/sec. | ||
| 13699 | 2025.02.21 14:43:44.213966 [ 80 ] {} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13700 | 2025.02.21 14:43:44.214030 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13701 | 2025.02.21 14:43:44.214106 [ 256 ] {9ae8f248-9d06-4f30-9dca-074441d32c92} <Debug> TCPHandler: Processed in 0.002538076 sec. | ||
| 13702 | 2025.02.21 14:43:44.214239 [ 199 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::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 | ||
| 13703 | 2025.02.21 14:43:44.214321 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13704 | 2025.02.21 14:43:44.214419 [ 199 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_65_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13705 | 2025.02.21 14:43:44.214500 [ 199 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_13, total 69 rows starting from the beginning of the part | ||
| 13706 | 2025.02.21 14:43:44.214605 [ 254 ] {d589081e-551b-482c-8766-3769f26c5533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13707 | 2025.02.21 14:43:44.214724 [ 199 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 39 rows starting from the beginning of the part | ||
| 13708 | 2025.02.21 14:43:44.214822 [ 254 ] {d589081e-551b-482c-8766-3769f26c5533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13709 | 2025.02.21 14:43:44.215092 [ 199 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 39 rows starting from the beginning of the part | ||
| 13710 | 2025.02.21 14:43:44.215513 [ 199 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 53 rows starting from the beginning of the part | ||
| 13711 | 2025.02.21 14:43:44.215825 [ 199 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 39 rows starting from the beginning of the part | ||
| 13712 | 2025.02.21 14:43:44.216283 [ 199 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 49 rows starting from the beginning of the part | ||
| 13713 | 2025.02.21 14:43:44.218165 [ 254 ] {d589081e-551b-482c-8766-3769f26c5533} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13714 | 2025.02.21 14:43:44.218246 [ 254 ] {d589081e-551b-482c-8766-3769f26c5533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13715 | 2025.02.21 14:43:44.219209 [ 199 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_65_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 288 rows, containing 5 columns (5 merged, 0 gathered) in 0.005063651 sec., 56875.957683497545 rows/sec., 4.40 MiB/sec. | ||
| 13716 | 2025.02.21 14:43:44.219334 [ 254 ] {d589081e-551b-482c-8766-3769f26c5533} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 13717 | 2025.02.21 14:43:44.219381 [ 199 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_65_14} <Trace> MergedBlockOutputStream: filled checksums all_1_65_14 (state Temporary) | ||
| 13718 | 2025.02.21 14:43:44.219835 [ 254 ] {d589081e-551b-482c-8766-3769f26c5533} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13719 | 2025.02.21 14:43:44.219868 [ 199 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_65_14} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_merge_all_1_65_14 to all_1_65_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13720 | 2025.02.21 14:43:44.220016 [ 199 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_65_14} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Merged 6 parts: [all_1_60_13, all_65_65_0] -> all_1_65_14 | ||
| 13721 | 2025.02.21 14:43:44.220235 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 13722 | 2025.02.21 14:43:44.220289 [ 254 ] {d589081e-551b-482c-8766-3769f26c5533} <Debug> executeQuery: Read 119 rows, 9.55 KiB in 0.005769 sec., 20627.49176633732 rows/sec., 1.62 MiB/sec. | ||
| 13723 | 2025.02.21 14:43:44.220370 [ 254 ] {d589081e-551b-482c-8766-3769f26c5533} <Debug> TCPHandler: Processed in 0.006135803 sec. | ||
| 13724 | 2025.02.21 14:43:44.220533 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13725 | 2025.02.21 14:43:44.220664 [ 256 ] {7d022d57-0016-485e-b940-53cbc5f0665e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13726 | 2025.02.21 14:43:44.220724 [ 256 ] {7d022d57-0016-485e-b940-53cbc5f0665e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13727 | 2025.02.21 14:43:44.221344 [ 256 ] {7d022d57-0016-485e-b940-53cbc5f0665e} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13728 | 2025.02.21 14:43:44.221384 [ 256 ] {7d022d57-0016-485e-b940-53cbc5f0665e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13729 | 2025.02.21 14:43:44.221800 [ 256 ] {7d022d57-0016-485e-b940-53cbc5f0665e} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 13730 | 2025.02.21 14:43:44.222069 [ 256 ] {7d022d57-0016-485e-b940-53cbc5f0665e} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13731 | 2025.02.21 14:43:44.222263 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 2 parts from all_1_147_34 to all_148_148_0 | ||
| 13732 | 2025.02.21 14:43:44.222298 [ 256 ] {7d022d57-0016-485e-b940-53cbc5f0665e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001657 sec., 96560.04828002413 rows/sec., 6.73 MiB/sec. | ||
| 13733 | 2025.02.21 14:43:44.222325 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13734 | 2025.02.21 14:43:44.222391 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13735 | 2025.02.21 14:43:44.222440 [ 256 ] {7d022d57-0016-485e-b940-53cbc5f0665e} <Debug> TCPHandler: Processed in 0.001970869 sec. | ||
| 13736 | 2025.02.21 14:43:44.222668 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_148_35} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_147_34 to all_148_148_0 into Compact with storage Full | ||
| 13737 | 2025.02.21 14:43:44.222689 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13738 | 2025.02.21 14:43:44.223003 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_148_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13739 | 2025.02.21 14:43:44.223013 [ 254 ] {716a06b2-0b86-4cbd-9fc4-776288f2ef41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13740 | 2025.02.21 14:43:44.223085 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_148_35} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_147_34, total 40462 rows starting from the beginning of the part | ||
| 13741 | 2025.02.21 14:43:44.223585 [ 254 ] {716a06b2-0b86-4cbd-9fc4-776288f2ef41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13742 | 2025.02.21 14:43:44.223715 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_148_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 98 rows starting from the beginning of the part | ||
| 13743 | 2025.02.21 14:43:44.226548 [ 254 ] {716a06b2-0b86-4cbd-9fc4-776288f2ef41} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13744 | 2025.02.21 14:43:44.226588 [ 254 ] {716a06b2-0b86-4cbd-9fc4-776288f2ef41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13745 | 2025.02.21 14:43:44.227391 [ 254 ] {716a06b2-0b86-4cbd-9fc4-776288f2ef41} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13746 | 2025.02.21 14:43:44.227744 [ 254 ] {716a06b2-0b86-4cbd-9fc4-776288f2ef41} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13747 | 2025.02.21 14:43:44.228080 [ 254 ] {716a06b2-0b86-4cbd-9fc4-776288f2ef41} <Debug> executeQuery: Read 49 rows, 89.91 KiB in 0.00519 sec., 9441.233140655106 rows/sec., 16.92 MiB/sec. | ||
| 13748 | 2025.02.21 14:43:44.228239 [ 254 ] {716a06b2-0b86-4cbd-9fc4-776288f2ef41} <Debug> TCPHandler: Processed in 0.00567097 sec. | ||
| 13749 | 2025.02.21 14:43:44.228442 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13750 | 2025.02.21 14:43:44.228592 [ 256 ] {39546cce-5019-4685-a2c3-70c72480347b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 13751 | 2025.02.21 14:43:44.228657 [ 256 ] {39546cce-5019-4685-a2c3-70c72480347b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 13752 | 2025.02.21 14:43:44.229454 [ 256 ] {39546cce-5019-4685-a2c3-70c72480347b} <Trace> oximeter.measurements_i64 (b382b733-560b-450c-9ac9-a3f6c818add5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13753 | 2025.02.21 14:43:44.229496 [ 256 ] {39546cce-5019-4685-a2c3-70c72480347b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13754 | 2025.02.21 14:43:44.229991 [ 256 ] {39546cce-5019-4685-a2c3-70c72480347b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 13755 | 2025.02.21 14:43:44.230345 [ 256 ] {39546cce-5019-4685-a2c3-70c72480347b} <Trace> oximeter.measurements_i64 (b382b733-560b-450c-9ac9-a3f6c818add5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13756 | 2025.02.21 14:43:44.230920 [ 256 ] {39546cce-5019-4685-a2c3-70c72480347b} <Debug> executeQuery: Read 6 rows, 463.00 B in 0.002337 sec., 2567.3940949935813 rows/sec., 193.47 KiB/sec. | ||
| 13757 | 2025.02.21 14:43:44.231069 [ 256 ] {39546cce-5019-4685-a2c3-70c72480347b} <Debug> TCPHandler: Processed in 0.002718851 sec. | ||
| 13758 | 2025.02.21 14:43:44.231261 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13759 | 2025.02.21 14:43:44.231396 [ 254 ] {c82a028b-db7f-4b0b-b9c8-6f27cc1ade7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13760 | 2025.02.21 14:43:44.231470 [ 254 ] {c82a028b-db7f-4b0b-b9c8-6f27cc1ade7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13761 | 2025.02.21 14:43:44.232071 [ 254 ] {c82a028b-db7f-4b0b-b9c8-6f27cc1ade7e} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13762 | 2025.02.21 14:43:44.232114 [ 254 ] {c82a028b-db7f-4b0b-b9c8-6f27cc1ade7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13763 | 2025.02.21 14:43:44.232520 [ 254 ] {c82a028b-db7f-4b0b-b9c8-6f27cc1ade7e} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 13764 | 2025.02.21 14:43:44.232650 [ 187 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_148_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40560 rows, containing 5 columns (5 merged, 0 gathered) in 0.010137874 sec., 4000838.834651131 rows/sec., 274.16 MiB/sec. | ||
| 13765 | 2025.02.21 14:43:44.232858 [ 254 ] {c82a028b-db7f-4b0b-b9c8-6f27cc1ade7e} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13766 | 2025.02.21 14:43:44.233126 [ 254 ] {c82a028b-db7f-4b0b-b9c8-6f27cc1ade7e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001756 sec., 34168.56492027335 rows/sec., 2.30 MiB/sec. | ||
| 13767 | 2025.02.21 14:43:44.233229 [ 254 ] {c82a028b-db7f-4b0b-b9c8-6f27cc1ade7e} <Debug> TCPHandler: Processed in 0.002048821 sec. | ||
| 13768 | 2025.02.21 14:43:44.233633 [ 187 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_148_35} <Trace> MergedBlockOutputStream: filled checksums all_1_148_35 (state Temporary) | ||
| 13769 | 2025.02.21 14:43:44.234011 [ 187 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_148_35} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_148_35 to all_1_148_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13770 | 2025.02.21 14:43:44.234108 [ 187 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_148_35} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 2 parts: [all_1_147_34, all_148_148_0] -> all_1_148_35 | ||
| 13771 | 2025.02.21 14:43:44.234212 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 13772 | 2025.02.21 14:43:47.237462 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13773 | 2025.02.21 14:43:47.237551 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13774 | 2025.02.21 14:43:47.553334 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41236 | ||
| 13775 | 2025.02.21 14:43:47.553996 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13776 | 2025.02.21 14:43:47.554049 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13777 | 2025.02.21 14:43:47.554632 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13778 | 2025.02.21 14:43:47.554923 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13779 | 2025.02.21 14:43:47.555215 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236 | ||
| 13780 | 2025.02.21 14:43:47.555231 [ 221 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): 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] | ||
| 13781 | 2025.02.21 14:43:47.555300 [ 221 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): 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] | ||
| 13782 | 2025.02.21 14:43:47.557275 [ 221 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): 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] | ||
| 13783 | 2025.02.21 14:43:48.250213 [ 224 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): 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] | ||
| 13784 | 2025.02.21 14:43:48.250276 [ 224 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): 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] | ||
| 13785 | 2025.02.21 14:43:48.252480 [ 224 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): 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] | ||
| 13786 | 2025.02.21 14:43:49.205707 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13787 | 2025.02.21 14:43:49.205924 [ 254 ] {cb264d35-2cce-4cd0-b09c-1e2adb342917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13788 | 2025.02.21 14:43:49.206007 [ 254 ] {cb264d35-2cce-4cd0-b09c-1e2adb342917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13789 | 2025.02.21 14:43:49.206818 [ 254 ] {cb264d35-2cce-4cd0-b09c-1e2adb342917} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13790 | 2025.02.21 14:43:49.206873 [ 254 ] {cb264d35-2cce-4cd0-b09c-1e2adb342917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13791 | 2025.02.21 14:43:49.207341 [ 254 ] {cb264d35-2cce-4cd0-b09c-1e2adb342917} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 13792 | 2025.02.21 14:43:49.207600 [ 254 ] {cb264d35-2cce-4cd0-b09c-1e2adb342917} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13793 | 2025.02.21 14:43:49.207845 [ 254 ] {cb264d35-2cce-4cd0-b09c-1e2adb342917} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001979 sec., 28297.11975745326 rows/sec., 2.16 MiB/sec. | ||
| 13794 | 2025.02.21 14:43:49.207914 [ 254 ] {cb264d35-2cce-4cd0-b09c-1e2adb342917} <Debug> TCPHandler: Processed in 0.00234837 sec. | ||
| 13795 | 2025.02.21 14:43:49.208186 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13796 | 2025.02.21 14:43:49.208403 [ 256 ] {9ea4bb6c-30e1-40c4-8d68-ee4ca4f7692f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13797 | 2025.02.21 14:43:49.208487 [ 256 ] {9ea4bb6c-30e1-40c4-8d68-ee4ca4f7692f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13798 | 2025.02.21 14:43:49.209335 [ 256 ] {9ea4bb6c-30e1-40c4-8d68-ee4ca4f7692f} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13799 | 2025.02.21 14:43:49.209386 [ 256 ] {9ea4bb6c-30e1-40c4-8d68-ee4ca4f7692f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13800 | 2025.02.21 14:43:49.209842 [ 256 ] {9ea4bb6c-30e1-40c4-8d68-ee4ca4f7692f} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 13801 | 2025.02.21 14:43:49.210106 [ 256 ] {9ea4bb6c-30e1-40c4-8d68-ee4ca4f7692f} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13802 | 2025.02.21 14:43:49.210359 [ 256 ] {9ea4bb6c-30e1-40c4-8d68-ee4ca4f7692f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002012 sec., 31809.145129224653 rows/sec., 2.48 MiB/sec. | ||
| 13803 | 2025.02.21 14:43:49.210454 [ 256 ] {9ea4bb6c-30e1-40c4-8d68-ee4ca4f7692f} <Debug> TCPHandler: Processed in 0.002410132 sec. | ||
| 13804 | 2025.02.21 14:43:49.210455 [ 223 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 13805 | 2025.02.21 14:43:49.210513 [ 223 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 13806 | 2025.02.21 14:43:49.210633 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13807 | 2025.02.21 14:43:49.210785 [ 254 ] {12a4db64-ed60-4790-8ac5-5c3dbd9f0057} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13808 | 2025.02.21 14:43:49.210858 [ 254 ] {12a4db64-ed60-4790-8ac5-5c3dbd9f0057} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13809 | 2025.02.21 14:43:49.211722 [ 254 ] {12a4db64-ed60-4790-8ac5-5c3dbd9f0057} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13810 | 2025.02.21 14:43:49.211762 [ 254 ] {12a4db64-ed60-4790-8ac5-5c3dbd9f0057} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13811 | 2025.02.21 14:43:49.212292 [ 254 ] {12a4db64-ed60-4790-8ac5-5c3dbd9f0057} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 13812 | 2025.02.21 14:43:49.212590 [ 254 ] {12a4db64-ed60-4790-8ac5-5c3dbd9f0057} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13813 | 2025.02.21 14:43:49.212794 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 2 parts from all_1_148_35 to all_149_149_0 | ||
| 13814 | 2025.02.21 14:43:49.212872 [ 254 ] {12a4db64-ed60-4790-8ac5-5c3dbd9f0057} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002111 sec., 75793.4628138323 rows/sec., 5.28 MiB/sec. | ||
| 13815 | 2025.02.21 14:43:49.212884 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13816 | 2025.02.21 14:43:49.212986 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13817 | 2025.02.21 14:43:49.213236 [ 254 ] {12a4db64-ed60-4790-8ac5-5c3dbd9f0057} <Debug> TCPHandler: Processed in 0.00266912 sec. | ||
| 13818 | 2025.02.21 14:43:49.213382 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_149_36} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_148_35 to all_149_149_0 into Compact with storage Full | ||
| 13819 | 2025.02.21 14:43:49.213568 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13820 | 2025.02.21 14:43:49.213743 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_149_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13821 | 2025.02.21 14:43:49.213909 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_149_36} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_148_35, total 40560 rows starting from the beginning of the part | ||
| 13822 | 2025.02.21 14:43:49.213930 [ 256 ] {82b6c3a4-7e21-48e5-bd7f-4736cc9bfad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13823 | 2025.02.21 14:43:49.214190 [ 223 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 13824 | 2025.02.21 14:43:49.214218 [ 256 ] {82b6c3a4-7e21-48e5-bd7f-4736cc9bfad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13825 | 2025.02.21 14:43:49.214616 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_149_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 160 rows starting from the beginning of the part | ||
| 13826 | 2025.02.21 14:43:49.217504 [ 256 ] {82b6c3a4-7e21-48e5-bd7f-4736cc9bfad4} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13827 | 2025.02.21 14:43:49.217551 [ 256 ] {82b6c3a4-7e21-48e5-bd7f-4736cc9bfad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13828 | 2025.02.21 14:43:49.218078 [ 256 ] {82b6c3a4-7e21-48e5-bd7f-4736cc9bfad4} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 13829 | 2025.02.21 14:43:49.218506 [ 256 ] {82b6c3a4-7e21-48e5-bd7f-4736cc9bfad4} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13830 | 2025.02.21 14:43:49.218773 [ 256 ] {82b6c3a4-7e21-48e5-bd7f-4736cc9bfad4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004991 sec., 12021.638950110198 rows/sec., 829.62 KiB/sec. | ||
| 13831 | 2025.02.21 14:43:49.218830 [ 256 ] {82b6c3a4-7e21-48e5-bd7f-4736cc9bfad4} <Debug> TCPHandler: Processed in 0.005439473 sec. | ||
| 13832 | 2025.02.21 14:43:49.223771 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_149_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40720 rows, containing 5 columns (5 merged, 0 gathered) in 0.010605967 sec., 3839348.1707042833 rows/sec., 263.11 MiB/sec. | ||
| 13833 | 2025.02.21 14:43:49.224657 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_149_36} <Trace> MergedBlockOutputStream: filled checksums all_1_149_36 (state Temporary) | ||
| 13834 | 2025.02.21 14:43:49.225010 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_149_36} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_149_36 to all_1_149_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13835 | 2025.02.21 14:43:49.225104 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_149_36} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 2 parts: [all_1_148_35, all_149_149_0] -> all_1_149_36 | ||
| 13836 | 2025.02.21 14:43:49.225206 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 13837 | 2025.02.21 14:43:49.507373 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 13838 | 2025.02.21 14:43:49.507418 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 13839 | 2025.02.21 14:43:49.509590 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 13840 | 2025.02.21 14:43:49.525528 [ 218 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 13841 | 2025.02.21 14:43:49.525556 [ 218 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 13842 | 2025.02.21 14:43:49.527576 [ 218 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 13843 | 2025.02.21 14:43:50.096037 [ 219 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 13844 | 2025.02.21 14:43:50.096105 [ 219 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 13845 | 2025.02.21 14:43:50.098377 [ 219 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 13846 | 2025.02.21 14:43:50.587805 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679 | ||
| 13847 | 2025.02.21 14:43:50.611466 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13848 | 2025.02.21 14:43:50.611535 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13849 | 2025.02.21 14:43:50.619112 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13850 | 2025.02.21 14:43:50.619943 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13851 | 2025.02.21 14:43:50.624437 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679 | ||
| 13852 | 2025.02.21 14:43:50.830586 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13853 | 2025.02.21 14:43:50.830804 [ 254 ] {495b5f1e-560d-4fb7-b4ba-1c6beecf05db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13854 | 2025.02.21 14:43:50.830886 [ 254 ] {495b5f1e-560d-4fb7-b4ba-1c6beecf05db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13855 | 2025.02.21 14:43:50.831757 [ 254 ] {495b5f1e-560d-4fb7-b4ba-1c6beecf05db} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13856 | 2025.02.21 14:43:50.831808 [ 254 ] {495b5f1e-560d-4fb7-b4ba-1c6beecf05db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13857 | 2025.02.21 14:43:50.832269 [ 254 ] {495b5f1e-560d-4fb7-b4ba-1c6beecf05db} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 13858 | 2025.02.21 14:43:50.832528 [ 254 ] {495b5f1e-560d-4fb7-b4ba-1c6beecf05db} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13859 | 2025.02.21 14:43:50.832852 [ 254 ] {495b5f1e-560d-4fb7-b4ba-1c6beecf05db} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002105 sec., 11401.425178147269 rows/sec., 968.68 KiB/sec. | ||
| 13860 | 2025.02.21 14:43:50.833200 [ 254 ] {495b5f1e-560d-4fb7-b4ba-1c6beecf05db} <Debug> TCPHandler: Processed in 0.002749182 sec. | ||
| 13861 | 2025.02.21 14:43:50.833569 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13862 | 2025.02.21 14:43:50.833773 [ 256 ] {76174554-d9e9-4af7-ae94-70f7fd08bf59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13863 | 2025.02.21 14:43:50.833854 [ 256 ] {76174554-d9e9-4af7-ae94-70f7fd08bf59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13864 | 2025.02.21 14:43:50.834611 [ 256 ] {76174554-d9e9-4af7-ae94-70f7fd08bf59} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13865 | 2025.02.21 14:43:50.834659 [ 256 ] {76174554-d9e9-4af7-ae94-70f7fd08bf59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13866 | 2025.02.21 14:43:50.835091 [ 256 ] {76174554-d9e9-4af7-ae94-70f7fd08bf59} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 13867 | 2025.02.21 14:43:50.835373 [ 256 ] {76174554-d9e9-4af7-ae94-70f7fd08bf59} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13868 | 2025.02.21 14:43:50.835631 [ 256 ] {76174554-d9e9-4af7-ae94-70f7fd08bf59} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001914 sec., 8359.456635318706 rows/sec., 681.65 KiB/sec. | ||
| 13869 | 2025.02.21 14:43:50.835767 [ 256 ] {76174554-d9e9-4af7-ae94-70f7fd08bf59} <Debug> TCPHandler: Processed in 0.002402582 sec. | ||
| 13870 | 2025.02.21 14:43:50.835947 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13871 | 2025.02.21 14:43:50.836087 [ 254 ] {cae31b14-e286-46af-a8e2-1959c09e0842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13872 | 2025.02.21 14:43:50.836141 [ 254 ] {cae31b14-e286-46af-a8e2-1959c09e0842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13873 | 2025.02.21 14:43:50.837379 [ 254 ] {cae31b14-e286-46af-a8e2-1959c09e0842} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13874 | 2025.02.21 14:43:50.837420 [ 254 ] {cae31b14-e286-46af-a8e2-1959c09e0842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13875 | 2025.02.21 14:43:50.837910 [ 254 ] {cae31b14-e286-46af-a8e2-1959c09e0842} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 13876 | 2025.02.21 14:43:50.838148 [ 254 ] {cae31b14-e286-46af-a8e2-1959c09e0842} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13877 | 2025.02.21 14:43:50.838379 [ 254 ] {cae31b14-e286-46af-a8e2-1959c09e0842} <Debug> executeQuery: Read 1430 rows, 122.59 KiB in 0.002318 sec., 616911.1302847281 rows/sec., 51.65 MiB/sec. | ||
| 13878 | 2025.02.21 14:43:50.838480 [ 254 ] {cae31b14-e286-46af-a8e2-1959c09e0842} <Debug> TCPHandler: Processed in 0.002602508 sec. | ||
| 13879 | 2025.02.21 14:43:50.838671 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13880 | 2025.02.21 14:43:50.838961 [ 256 ] {c7df0eda-cbb5-4a6e-8575-b918e55c5b08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13881 | 2025.02.21 14:43:50.839065 [ 256 ] {c7df0eda-cbb5-4a6e-8575-b918e55c5b08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13882 | 2025.02.21 14:43:50.839733 [ 256 ] {c7df0eda-cbb5-4a6e-8575-b918e55c5b08} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13883 | 2025.02.21 14:43:50.839772 [ 256 ] {c7df0eda-cbb5-4a6e-8575-b918e55c5b08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13884 | 2025.02.21 14:43:50.840164 [ 256 ] {c7df0eda-cbb5-4a6e-8575-b918e55c5b08} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13885 | 2025.02.21 14:43:50.840409 [ 256 ] {c7df0eda-cbb5-4a6e-8575-b918e55c5b08} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13886 | 2025.02.21 14:43:50.840633 [ 256 ] {c7df0eda-cbb5-4a6e-8575-b918e55c5b08} <Debug> executeQuery: Read 81 rows, 6.06 KiB in 0.001778 sec., 45556.80539932508 rows/sec., 3.33 MiB/sec. | ||
| 13887 | 2025.02.21 14:43:50.840749 [ 256 ] {c7df0eda-cbb5-4a6e-8575-b918e55c5b08} <Debug> TCPHandler: Processed in 0.002181355 sec. | ||
| 13888 | 2025.02.21 14:43:50.840965 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13889 | 2025.02.21 14:43:50.841094 [ 254 ] {8cdddff4-54d4-41ae-a2e9-40a7e6496d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13890 | 2025.02.21 14:43:50.841150 [ 254 ] {8cdddff4-54d4-41ae-a2e9-40a7e6496d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13891 | 2025.02.21 14:43:50.841851 [ 254 ] {8cdddff4-54d4-41ae-a2e9-40a7e6496d6f} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13892 | 2025.02.21 14:43:50.841892 [ 254 ] {8cdddff4-54d4-41ae-a2e9-40a7e6496d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13893 | 2025.02.21 14:43:50.842297 [ 254 ] {8cdddff4-54d4-41ae-a2e9-40a7e6496d6f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 13894 | 2025.02.21 14:43:50.842546 [ 254 ] {8cdddff4-54d4-41ae-a2e9-40a7e6496d6f} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13895 | 2025.02.21 14:43:50.842846 [ 254 ] {8cdddff4-54d4-41ae-a2e9-40a7e6496d6f} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001754 sec., 143671.60775370582 rows/sec., 9.94 MiB/sec. | ||
| 13896 | 2025.02.21 14:43:50.843013 [ 254 ] {8cdddff4-54d4-41ae-a2e9-40a7e6496d6f} <Debug> TCPHandler: Processed in 0.002173175 sec. | ||
| 13897 | 2025.02.21 14:43:50.843181 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13898 | 2025.02.21 14:43:50.843323 [ 256 ] {4f7b4f08-669f-439d-a444-b7e20fd40a7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13899 | 2025.02.21 14:43:50.843383 [ 256 ] {4f7b4f08-669f-439d-a444-b7e20fd40a7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13900 | 2025.02.21 14:43:50.844065 [ 256 ] {4f7b4f08-669f-439d-a444-b7e20fd40a7b} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13901 | 2025.02.21 14:43:50.844105 [ 256 ] {4f7b4f08-669f-439d-a444-b7e20fd40a7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13902 | 2025.02.21 14:43:50.844472 [ 256 ] {4f7b4f08-669f-439d-a444-b7e20fd40a7b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 13903 | 2025.02.21 14:43:50.844708 [ 256 ] {4f7b4f08-669f-439d-a444-b7e20fd40a7b} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13904 | 2025.02.21 14:43:50.844944 [ 256 ] {4f7b4f08-669f-439d-a444-b7e20fd40a7b} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001647 sec., 7285.974499089253 rows/sec., 569.22 KiB/sec. | ||
| 13905 | 2025.02.21 14:43:50.845033 [ 256 ] {4f7b4f08-669f-439d-a444-b7e20fd40a7b} <Debug> TCPHandler: Processed in 0.001918787 sec. | ||
| 13906 | 2025.02.21 14:43:50.845178 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13907 | 2025.02.21 14:43:50.845317 [ 254 ] {e50cc1b0-ff43-4c1a-b384-38d9e622cc8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13908 | 2025.02.21 14:43:50.845376 [ 254 ] {e50cc1b0-ff43-4c1a-b384-38d9e622cc8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13909 | 2025.02.21 14:43:50.846271 [ 254 ] {e50cc1b0-ff43-4c1a-b384-38d9e622cc8e} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13910 | 2025.02.21 14:43:50.846314 [ 254 ] {e50cc1b0-ff43-4c1a-b384-38d9e622cc8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13911 | 2025.02.21 14:43:50.846736 [ 254 ] {e50cc1b0-ff43-4c1a-b384-38d9e622cc8e} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 13912 | 2025.02.21 14:43:50.846979 [ 254 ] {e50cc1b0-ff43-4c1a-b384-38d9e622cc8e} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13913 | 2025.02.21 14:43:50.847182 [ 254 ] {e50cc1b0-ff43-4c1a-b384-38d9e622cc8e} <Debug> executeQuery: Read 634 rows, 48.93 KiB in 0.001896 sec., 334388.18565400847 rows/sec., 25.20 MiB/sec. | ||
| 13914 | 2025.02.21 14:43:50.847234 [ 254 ] {e50cc1b0-ff43-4c1a-b384-38d9e622cc8e} <Debug> TCPHandler: Processed in 0.002123493 sec. | ||
| 13915 | 2025.02.21 14:43:50.847390 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13916 | 2025.02.21 14:43:50.847529 [ 256 ] {70c0a7e9-ea08-48ea-bec1-559cf5088a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13917 | 2025.02.21 14:43:50.847592 [ 256 ] {70c0a7e9-ea08-48ea-bec1-559cf5088a23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13918 | 2025.02.21 14:43:50.848440 [ 256 ] {70c0a7e9-ea08-48ea-bec1-559cf5088a23} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13919 | 2025.02.21 14:43:50.848478 [ 256 ] {70c0a7e9-ea08-48ea-bec1-559cf5088a23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13920 | 2025.02.21 14:43:50.848943 [ 256 ] {70c0a7e9-ea08-48ea-bec1-559cf5088a23} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 13921 | 2025.02.21 14:43:50.849194 [ 256 ] {70c0a7e9-ea08-48ea-bec1-559cf5088a23} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13922 | 2025.02.21 14:43:50.849357 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_149_36 to all_154_154_0 | ||
| 13923 | 2025.02.21 14:43:50.849429 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13924 | 2025.02.21 14:43:50.849437 [ 256 ] {70c0a7e9-ea08-48ea-bec1-559cf5088a23} <Debug> executeQuery: Read 932 rows, 64.38 KiB in 0.001932 sec., 482401.6563146998 rows/sec., 32.54 MiB/sec. | ||
| 13925 | 2025.02.21 14:43:50.849472 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13926 | 2025.02.21 14:43:50.849599 [ 256 ] {70c0a7e9-ea08-48ea-bec1-559cf5088a23} <Debug> TCPHandler: Processed in 0.002276008 sec. | ||
| 13927 | 2025.02.21 14:43:50.849744 [ 200 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_154_37} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_149_36 to all_154_154_0 into Compact with storage Full | ||
| 13928 | 2025.02.21 14:43:50.849805 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13929 | 2025.02.21 14:43:50.849882 [ 200 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_154_37} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13930 | 2025.02.21 14:43:50.849926 [ 200 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_154_37} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_149_36, total 40720 rows starting from the beginning of the part | ||
| 13931 | 2025.02.21 14:43:50.849972 [ 254 ] {aa12202b-39cf-4d13-a840-ea84496ba58f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13932 | 2025.02.21 14:43:50.850046 [ 200 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_154_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 160 rows starting from the beginning of the part | ||
| 13933 | 2025.02.21 14:43:50.850339 [ 254 ] {aa12202b-39cf-4d13-a840-ea84496ba58f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13934 | 2025.02.21 14:43:50.850533 [ 200 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_154_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 160 rows starting from the beginning of the part | ||
| 13935 | 2025.02.21 14:43:50.850959 [ 200 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_154_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 160 rows starting from the beginning of the part | ||
| 13936 | 2025.02.21 14:43:50.851485 [ 200 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_154_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 160 rows starting from the beginning of the part | ||
| 13937 | 2025.02.21 14:43:50.851984 [ 200 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_154_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 932 rows starting from the beginning of the part | ||
| 13938 | 2025.02.21 14:43:50.854247 [ 254 ] {aa12202b-39cf-4d13-a840-ea84496ba58f} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13939 | 2025.02.21 14:43:50.854297 [ 254 ] {aa12202b-39cf-4d13-a840-ea84496ba58f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13940 | 2025.02.21 14:43:50.855327 [ 254 ] {aa12202b-39cf-4d13-a840-ea84496ba58f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13941 | 2025.02.21 14:43:50.855686 [ 254 ] {aa12202b-39cf-4d13-a840-ea84496ba58f} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13942 | 2025.02.21 14:43:50.855872 [ 68 ] {} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13943 | 2025.02.21 14:43:50.855938 [ 68 ] {} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13944 | 2025.02.21 14:43:50.855967 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13945 | 2025.02.21 14:43:50.855987 [ 254 ] {aa12202b-39cf-4d13-a840-ea84496ba58f} <Debug> executeQuery: Read 53 rows, 97.25 KiB in 0.006048 sec., 8763.227513227512 rows/sec., 15.70 MiB/sec. | ||
| 13946 | 2025.02.21 14:43:50.856349 [ 196 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 13947 | 2025.02.21 14:43:50.856964 [ 254 ] {aa12202b-39cf-4d13-a840-ea84496ba58f} <Debug> TCPHandler: Processed in 0.007243826 sec. | ||
| 13948 | 2025.02.21 14:43:50.857460 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13949 | 2025.02.21 14:43:50.857764 [ 256 ] {f3e5345a-d386-499b-bc77-b316cfd3a9e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 13950 | 2025.02.21 14:43:50.857764 [ 196 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13951 | 2025.02.21 14:43:50.857889 [ 256 ] {f3e5345a-d386-499b-bc77-b316cfd3a9e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 13952 | 2025.02.21 14:43:50.858009 [ 196 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 13953 | 2025.02.21 14:43:50.859894 [ 196 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 13954 | 2025.02.21 14:43:50.861609 [ 256 ] {f3e5345a-d386-499b-bc77-b316cfd3a9e5} <Trace> oximeter.measurements_i64 (b382b733-560b-450c-9ac9-a3f6c818add5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13955 | 2025.02.21 14:43:50.861642 [ 196 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 13956 | 2025.02.21 14:43:50.861715 [ 256 ] {f3e5345a-d386-499b-bc77-b316cfd3a9e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13957 | 2025.02.21 14:43:50.862467 [ 196 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 13958 | 2025.02.21 14:43:50.863192 [ 196 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 49 rows starting from the beginning of the part | ||
| 13959 | 2025.02.21 14:43:50.863851 [ 256 ] {f3e5345a-d386-499b-bc77-b316cfd3a9e5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 13960 | 2025.02.21 14:43:50.864150 [ 196 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 53 rows starting from the beginning of the part | ||
| 13961 | 2025.02.21 14:43:50.864934 [ 256 ] {f3e5345a-d386-499b-bc77-b316cfd3a9e5} <Trace> oximeter.measurements_i64 (b382b733-560b-450c-9ac9-a3f6c818add5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13962 | 2025.02.21 14:43:50.865769 [ 256 ] {f3e5345a-d386-499b-bc77-b316cfd3a9e5} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.008041 sec., 1119.263773162542 rows/sec., 79.06 KiB/sec. | ||
| 13963 | 2025.02.21 14:43:50.866119 [ 256 ] {f3e5345a-d386-499b-bc77-b316cfd3a9e5} <Debug> TCPHandler: Processed in 0.009014829 sec. | ||
| 13964 | 2025.02.21 14:43:50.866330 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13965 | 2025.02.21 14:43:50.866594 [ 254 ] {9188d6d6-b841-4bd4-91e5-4bcb1e8fcdd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13966 | 2025.02.21 14:43:50.866743 [ 254 ] {9188d6d6-b841-4bd4-91e5-4bcb1e8fcdd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13967 | 2025.02.21 14:43:50.868077 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_154_37} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42292 rows, containing 5 columns (5 merged, 0 gathered) in 0.018477103 sec., 2288886.953761095 rows/sec., 156.84 MiB/sec. | ||
| 13968 | 2025.02.21 14:43:50.868088 [ 254 ] {9188d6d6-b841-4bd4-91e5-4bcb1e8fcdd2} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13969 | 2025.02.21 14:43:50.868168 [ 254 ] {9188d6d6-b841-4bd4-91e5-4bcb1e8fcdd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13970 | 2025.02.21 14:43:50.868793 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_154_37} <Trace> MergedBlockOutputStream: filled checksums all_1_154_37 (state Temporary) | ||
| 13971 | 2025.02.21 14:43:50.868812 [ 254 ] {9188d6d6-b841-4bd4-91e5-4bcb1e8fcdd2} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 13972 | 2025.02.21 14:43:50.869635 [ 254 ] {9188d6d6-b841-4bd4-91e5-4bcb1e8fcdd2} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13973 | 2025.02.21 14:43:50.870266 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_154_37} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_154_37 to all_1_154_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13974 | 2025.02.21 14:43:50.870368 [ 254 ] {9188d6d6-b841-4bd4-91e5-4bcb1e8fcdd2} <Debug> executeQuery: Read 16 rows, 1.11 KiB in 0.00385 sec., 4155.8441558441555 rows/sec., 288.15 KiB/sec. | ||
| 13975 | 2025.02.21 14:43:50.870679 [ 254 ] {9188d6d6-b841-4bd4-91e5-4bcb1e8fcdd2} <Debug> TCPHandler: Processed in 0.004444953 sec. | ||
| 13976 | 2025.02.21 14:43:50.870903 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_154_37} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_149_36, all_154_154_0] -> all_1_154_37 | ||
| 13977 | 2025.02.21 14:43:50.871096 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
| 13978 | 2025.02.21 14:43:50.875861 [ 194 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2490 rows, containing 19 columns (19 merged, 0 gathered) in 0.019801283 sec., 125749.42744871633 rows/sec., 225.34 MiB/sec. | ||
| 13979 | 2025.02.21 14:43:50.877811 [ 192 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13980 | 2025.02.21 14:43:50.878232 [ 192 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13981 | 2025.02.21 14:43:50.878313 [ 192 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13982 | 2025.02.21 14:43:50.878437 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.38 MiB. | ||
| 13983 | 2025.02.21 14:43:52.756552 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1856 | ||
| 13984 | 2025.02.21 14:43:52.759979 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13985 | 2025.02.21 14:43:52.760038 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13986 | 2025.02.21 14:43:52.761608 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13987 | 2025.02.21 14:43:52.761959 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13988 | 2025.02.21 14:43:52.762609 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1856 | ||
| 13989 | 2025.02.21 14:43:54.204096 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13990 | 2025.02.21 14:43:54.204306 [ 254 ] {480b7ec8-c062-4831-95b9-d39e53cbf5d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13991 | 2025.02.21 14:43:54.204390 [ 254 ] {480b7ec8-c062-4831-95b9-d39e53cbf5d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13992 | 2025.02.21 14:43:54.205291 [ 254 ] {480b7ec8-c062-4831-95b9-d39e53cbf5d1} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13993 | 2025.02.21 14:43:54.205342 [ 254 ] {480b7ec8-c062-4831-95b9-d39e53cbf5d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 13994 | 2025.02.21 14:43:54.205806 [ 254 ] {480b7ec8-c062-4831-95b9-d39e53cbf5d1} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 13995 | 2025.02.21 14:43:54.206072 [ 254 ] {480b7ec8-c062-4831-95b9-d39e53cbf5d1} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13996 | 2025.02.21 14:43:54.206323 [ 254 ] {480b7ec8-c062-4831-95b9-d39e53cbf5d1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002077 sec., 26961.96437168994 rows/sec., 2.06 MiB/sec. | ||
| 13997 | 2025.02.21 14:43:54.206392 [ 254 ] {480b7ec8-c062-4831-95b9-d39e53cbf5d1} <Debug> TCPHandler: Processed in 0.002436393 sec. | ||
| 13998 | 2025.02.21 14:43:54.206637 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13999 | 2025.02.21 14:43:54.206831 [ 256 ] {c3048e0a-cf47-4259-8005-cac6132613b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14000 | 2025.02.21 14:43:54.206901 [ 256 ] {c3048e0a-cf47-4259-8005-cac6132613b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14001 | 2025.02.21 14:43:54.207673 [ 256 ] {c3048e0a-cf47-4259-8005-cac6132613b5} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14002 | 2025.02.21 14:43:54.207713 [ 256 ] {c3048e0a-cf47-4259-8005-cac6132613b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 14003 | 2025.02.21 14:43:54.208164 [ 256 ] {c3048e0a-cf47-4259-8005-cac6132613b5} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 14004 | 2025.02.21 14:43:54.208422 [ 256 ] {c3048e0a-cf47-4259-8005-cac6132613b5} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14005 | 2025.02.21 14:43:54.208632 [ 256 ] {c3048e0a-cf47-4259-8005-cac6132613b5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001853 sec., 34538.586076632484 rows/sec., 2.70 MiB/sec. | ||
| 14006 | 2025.02.21 14:43:54.208686 [ 256 ] {c3048e0a-cf47-4259-8005-cac6132613b5} <Debug> TCPHandler: Processed in 0.002181695 sec. | ||
| 14007 | 2025.02.21 14:43:54.208841 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14008 | 2025.02.21 14:43:54.208973 [ 254 ] {3a2c0a10-e4e6-4d20-98b4-d96a6fd2472b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14009 | 2025.02.21 14:43:54.209032 [ 254 ] {3a2c0a10-e4e6-4d20-98b4-d96a6fd2472b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14010 | 2025.02.21 14:43:54.209618 [ 254 ] {3a2c0a10-e4e6-4d20-98b4-d96a6fd2472b} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14011 | 2025.02.21 14:43:54.209659 [ 254 ] {3a2c0a10-e4e6-4d20-98b4-d96a6fd2472b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 14012 | 2025.02.21 14:43:54.210089 [ 254 ] {3a2c0a10-e4e6-4d20-98b4-d96a6fd2472b} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 14013 | 2025.02.21 14:43:54.210335 [ 254 ] {3a2c0a10-e4e6-4d20-98b4-d96a6fd2472b} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14014 | 2025.02.21 14:43:54.210561 [ 254 ] {3a2c0a10-e4e6-4d20-98b4-d96a6fd2472b} <Debug> executeQuery: Read 118 rows, 8.42 KiB in 0.001618 sec., 72929.54264524103 rows/sec., 5.08 MiB/sec. | ||
| 14015 | 2025.02.21 14:43:54.210620 [ 254 ] {3a2c0a10-e4e6-4d20-98b4-d96a6fd2472b} <Debug> TCPHandler: Processed in 0.001842165 sec. | ||
| 14016 | 2025.02.21 14:43:54.210776 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14017 | 2025.02.21 14:43:54.210896 [ 256 ] {1bc4e675-9ff6-4c1d-89cd-dd11d6fe13e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14018 | 2025.02.21 14:43:54.210948 [ 256 ] {1bc4e675-9ff6-4c1d-89cd-dd11d6fe13e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14019 | 2025.02.21 14:43:54.211462 [ 256 ] {1bc4e675-9ff6-4c1d-89cd-dd11d6fe13e8} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14020 | 2025.02.21 14:43:54.211499 [ 256 ] {1bc4e675-9ff6-4c1d-89cd-dd11d6fe13e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 14021 | 2025.02.21 14:43:54.211885 [ 256 ] {1bc4e675-9ff6-4c1d-89cd-dd11d6fe13e8} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 14022 | 2025.02.21 14:43:54.212137 [ 256 ] {1bc4e675-9ff6-4c1d-89cd-dd11d6fe13e8} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14023 | 2025.02.21 14:43:54.212308 [ 256 ] {1bc4e675-9ff6-4c1d-89cd-dd11d6fe13e8} <Debug> executeQuery: Read 44 rows, 3.03 KiB in 0.001438 sec., 30598.052851182198 rows/sec., 2.06 MiB/sec. | ||
| 14024 | 2025.02.21 14:43:54.212356 [ 256 ] {1bc4e675-9ff6-4c1d-89cd-dd11d6fe13e8} <Debug> TCPHandler: Processed in 0.001639049 sec. | ||
| 14025 | 2025.02.21 14:43:55.056252 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41724 | ||
| 14026 | 2025.02.21 14:43:55.056920 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14027 | 2025.02.21 14:43:55.056959 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 14028 | 2025.02.21 14:43:55.057524 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 14029 | 2025.02.21 14:43:55.057782 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14030 | 2025.02.21 14:43:55.057957 [ 63 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 14031 | 2025.02.21 14:43:55.057969 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41724 | ||
| 14032 | 2025.02.21 14:43:55.058009 [ 63 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14033 | 2025.02.21 14:43:55.058066 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 14034 | 2025.02.21 14:43:55.058165 [ 195 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 14035 | 2025.02.21 14:43:55.058255 [ 195 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14036 | 2025.02.21 14:43:55.058287 [ 195 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 14037 | 2025.02.21 14:43:55.058354 [ 195 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 14038 | 2025.02.21 14:43:55.058522 [ 195 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 14039 | 2025.02.21 14:43:55.058785 [ 195 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 14040 | 2025.02.21 14:43:55.058864 [ 195 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 14041 | 2025.02.21 14:43:55.059056 [ 195 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 14042 | 2025.02.21 14:43:55.062285 [ 194 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41724 rows, containing 4 columns (4 merged, 0 gathered) in 0.004159564 sec., 10030859.00349171 rows/sec., 143.49 MiB/sec. | ||
| 14043 | 2025.02.21 14:43:55.062575 [ 194 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 14044 | 2025.02.21 14:43:55.062952 [ 194 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_91_18} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14045 | 2025.02.21 14:43:55.063051 [ 194 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_91_18} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 14046 | 2025.02.21 14:43:55.063172 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. | ||
| 14047 | 2025.02.21 14:43:58.125409 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 686 | ||
| 14048 | 2025.02.21 14:43:58.147545 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14049 | 2025.02.21 14:43:58.147599 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 14050 | 2025.02.21 14:43:58.155160 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 14051 | 2025.02.21 14:43:58.155937 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14052 | 2025.02.21 14:43:58.156418 [ 51 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 14053 | 2025.02.21 14:43:58.156611 [ 51 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14054 | 2025.02.21 14:43:58.156714 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 14055 | 2025.02.21 14:43:58.157220 [ 189 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 14056 | 2025.02.21 14:43:58.170633 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 686 | ||
| 14057 | 2025.02.21 14:43:58.172359 [ 189 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14058 | 2025.02.21 14:43:58.173625 [ 189 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 14059 | 2025.02.21 14:43:58.179070 [ 189 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 14060 | 2025.02.21 14:43:58.185298 [ 189 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 14061 | 2025.02.21 14:43:58.191550 [ 189 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 14062 | 2025.02.21 14:43:58.199266 [ 189 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 14063 | 2025.02.21 14:43:58.205637 [ 189 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 14064 | 2025.02.21 14:43:58.271649 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.114754103 sec., 5977.99975831801 rows/sec., 30.91 MiB/sec. | ||
| 14065 | 2025.02.21 14:43:58.275413 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 14066 | 2025.02.21 14:43:58.278540 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_91_18} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14067 | 2025.02.21 14:43:58.278667 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_91_18} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 14068 | 2025.02.21 14:43:58.281344 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 14069 | 2025.02.21 14:43:59.001150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.23 MiB, peak 279.65 MiB, free memory in arenas 0.00 B, will set to 261.17 MiB (RSS), difference: -1.06 MiB | ||
| 14070 | 2025.02.21 14:43:59.205190 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14071 | 2025.02.21 14:43:59.205397 [ 254 ] {7e2fb9b1-c62a-496d-87d4-61ed253239cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14072 | 2025.02.21 14:43:59.205477 [ 254 ] {7e2fb9b1-c62a-496d-87d4-61ed253239cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14073 | 2025.02.21 14:43:59.206431 [ 254 ] {7e2fb9b1-c62a-496d-87d4-61ed253239cb} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14074 | 2025.02.21 14:43:59.206475 [ 254 ] {7e2fb9b1-c62a-496d-87d4-61ed253239cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 14075 | 2025.02.21 14:43:59.206917 [ 254 ] {7e2fb9b1-c62a-496d-87d4-61ed253239cb} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 14076 | 2025.02.21 14:43:59.207178 [ 254 ] {7e2fb9b1-c62a-496d-87d4-61ed253239cb} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14077 | 2025.02.21 14:43:59.207343 [ 54 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 14078 | 2025.02.21 14:43:59.207374 [ 254 ] {7e2fb9b1-c62a-496d-87d4-61ed253239cb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002037 sec., 27491.408934707903 rows/sec., 2.10 MiB/sec. | ||
| 14079 | 2025.02.21 14:43:59.207383 [ 54 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14080 | 2025.02.21 14:43:59.207417 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 14081 | 2025.02.21 14:43:59.207451 [ 254 ] {7e2fb9b1-c62a-496d-87d4-61ed253239cb} <Debug> TCPHandler: Processed in 0.002388311 sec. | ||
| 14082 | 2025.02.21 14:43:59.207672 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 14083 | 2025.02.21 14:43:59.207757 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14084 | 2025.02.21 14:43:59.207817 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14085 | 2025.02.21 14:43:59.207855 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1405 rows starting from the beginning of the part | ||
| 14086 | 2025.02.21 14:43:59.207961 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 154 rows starting from the beginning of the part | ||
| 14087 | 2025.02.21 14:43:59.207985 [ 256 ] {56772744-4811-4164-9256-c3a4c5c51364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14088 | 2025.02.21 14:43:59.208212 [ 256 ] {56772744-4811-4164-9256-c3a4c5c51364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14089 | 2025.02.21 14:43:59.208387 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 14090 | 2025.02.21 14:43:59.208931 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 1430 rows starting from the beginning of the part | ||
| 14091 | 2025.02.21 14:43:59.209178 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 14092 | 2025.02.21 14:43:59.209579 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 14093 | 2025.02.21 14:43:59.210762 [ 256 ] {56772744-4811-4164-9256-c3a4c5c51364} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14094 | 2025.02.21 14:43:59.210808 [ 256 ] {56772744-4811-4164-9256-c3a4c5c51364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14095 | 2025.02.21 14:43:59.211401 [ 256 ] {56772744-4811-4164-9256-c3a4c5c51364} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 14096 | 2025.02.21 14:43:59.211661 [ 256 ] {56772744-4811-4164-9256-c3a4c5c51364} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14097 | 2025.02.21 14:43:59.211903 [ 54 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 14098 | 2025.02.21 14:43:59.212009 [ 54 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14099 | 2025.02.21 14:43:59.212066 [ 256 ] {56772744-4811-4164-9256-c3a4c5c51364} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004148 sec., 15429.122468659596 rows/sec., 1.20 MiB/sec. | ||
| 14100 | 2025.02.21 14:43:59.212087 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14101 | 2025.02.21 14:43:59.212472 [ 256 ] {56772744-4811-4164-9256-c3a4c5c51364} <Debug> TCPHandler: Processed in 0.004878896 sec. | ||
| 14102 | 2025.02.21 14:43:59.212816 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 14103 | 2025.02.21 14:43:59.212838 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14104 | 2025.02.21 14:43:59.213003 [ 186 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3157 rows, containing 5 columns (5 merged, 0 gathered) in 0.005500595 sec., 573937.9103533345 rows/sec., 50.06 MiB/sec. | ||
| 14105 | 2025.02.21 14:43:59.213470 [ 254 ] {bb2b8357-4b93-4776-887b-c5a977f7e3be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14106 | 2025.02.21 14:43:59.213598 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14107 | 2025.02.21 14:43:59.213616 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 14108 | 2025.02.21 14:43:59.213770 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 631 rows starting from the beginning of the part | ||
| 14109 | 2025.02.21 14:43:59.213791 [ 254 ] {bb2b8357-4b93-4776-887b-c5a977f7e3be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14110 | 2025.02.21 14:43:59.214374 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 119 rows starting from the beginning of the part | ||
| 14111 | 2025.02.21 14:43:59.215026 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 14112 | 2025.02.21 14:43:59.215206 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_156_31} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14113 | 2025.02.21 14:43:59.215758 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_156_31} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 14114 | 2025.02.21 14:43:59.216143 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 14115 | 2025.02.21 14:43:59.216278 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 634 rows starting from the beginning of the part | ||
| 14116 | 2025.02.21 14:43:59.216852 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 14117 | 2025.02.21 14:43:59.217312 [ 199 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 14118 | 2025.02.21 14:43:59.218723 [ 254 ] {bb2b8357-4b93-4776-887b-c5a977f7e3be} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14119 | 2025.02.21 14:43:59.218803 [ 254 ] {bb2b8357-4b93-4776-887b-c5a977f7e3be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14120 | 2025.02.21 14:43:59.220044 [ 254 ] {bb2b8357-4b93-4776-887b-c5a977f7e3be} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 14121 | 2025.02.21 14:43:59.220442 [ 254 ] {bb2b8357-4b93-4776-887b-c5a977f7e3be} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14122 | 2025.02.21 14:43:59.220826 [ 193 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1576 rows, containing 5 columns (5 merged, 0 gathered) in 0.008546406 sec., 184405.00018370297 rows/sec., 14.70 MiB/sec. | ||
| 14123 | 2025.02.21 14:43:59.220953 [ 254 ] {bb2b8357-4b93-4776-887b-c5a977f7e3be} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00766 sec., 20887.728459530026 rows/sec., 1.45 MiB/sec. | ||
| 14124 | 2025.02.21 14:43:59.221172 [ 254 ] {bb2b8357-4b93-4776-887b-c5a977f7e3be} <Debug> TCPHandler: Processed in 0.008560356 sec. | ||
| 14125 | 2025.02.21 14:43:59.221414 [ 190 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 14126 | 2025.02.21 14:43:59.221454 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14127 | 2025.02.21 14:43:59.222102 [ 256 ] {b3f9ff70-66e1-4a03-b8fb-e627c6ae44ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14128 | 2025.02.21 14:43:59.222454 [ 256 ] {b3f9ff70-66e1-4a03-b8fb-e627c6ae44ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14129 | 2025.02.21 14:43:59.222519 [ 190 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_156_31} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14130 | 2025.02.21 14:43:59.222995 [ 190 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_156_31} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 14131 | 2025.02.21 14:43:59.223374 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 14132 | 2025.02.21 14:43:59.223842 [ 256 ] {b3f9ff70-66e1-4a03-b8fb-e627c6ae44ed} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14133 | 2025.02.21 14:43:59.223885 [ 256 ] {b3f9ff70-66e1-4a03-b8fb-e627c6ae44ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 14134 | 2025.02.21 14:43:59.224283 [ 256 ] {b3f9ff70-66e1-4a03-b8fb-e627c6ae44ed} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 14135 | 2025.02.21 14:43:59.224531 [ 256 ] {b3f9ff70-66e1-4a03-b8fb-e627c6ae44ed} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14136 | 2025.02.21 14:43:59.224714 [ 54 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 14137 | 2025.02.21 14:43:59.224758 [ 54 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14138 | 2025.02.21 14:43:59.224781 [ 256 ] {b3f9ff70-66e1-4a03-b8fb-e627c6ae44ed} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002953 sec., 20318.32035218422 rows/sec., 1.37 MiB/sec. | ||
| 14139 | 2025.02.21 14:43:59.224799 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
| 14140 | 2025.02.21 14:43:59.224965 [ 256 ] {b3f9ff70-66e1-4a03-b8fb-e627c6ae44ed} <Debug> TCPHandler: Processed in 0.00367573 sec. | ||
| 14141 | 2025.02.21 14:43:59.225038 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 14142 | 2025.02.21 14:43:59.225167 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14143 | 2025.02.21 14:43:59.225198 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 7788 rows starting from the beginning of the part | ||
| 14144 | 2025.02.21 14:43:59.225308 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 60 rows starting from the beginning of the part | ||
| 14145 | 2025.02.21 14:43:59.225507 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 14146 | 2025.02.21 14:43:59.225723 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 16 rows starting from the beginning of the part | ||
| 14147 | 2025.02.21 14:43:59.225919 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 44 rows starting from the beginning of the part | ||
| 14148 | 2025.02.21 14:43:59.226121 [ 200 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 14149 | 2025.02.21 14:43:59.228593 [ 190 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8028 rows, containing 4 columns (4 merged, 0 gathered) in 0.00368484 sec., 2178656.3324323446 rows/sec., 146.83 MiB/sec. | ||
| 14150 | 2025.02.21 14:43:59.229034 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 14151 | 2025.02.21 14:43:59.229323 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_156_31} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14152 | 2025.02.21 14:43:59.229401 [ 193 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_156_31} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 14153 | 2025.02.21 14:43:59.229475 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. | ||
| 14154 | 2025.02.21 14:44:02.237616 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14155 | 2025.02.21 14:44:02.237682 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14156 | 2025.02.21 14:44:02.559022 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42151 | ||
| 14157 | 2025.02.21 14:44:02.559682 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14158 | 2025.02.21 14:44:02.559736 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14159 | 2025.02.21 14:44:02.560301 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 14160 | 2025.02.21 14:44:02.560591 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14161 | 2025.02.21 14:44:02.560793 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151 | ||
| 14162 | 2025.02.21 14:44:02.763725 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1872 | ||
| 14163 | 2025.02.21 14:44:02.766612 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14164 | 2025.02.21 14:44:02.766677 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14165 | 2025.02.21 14:44:02.768221 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 14166 | 2025.02.21 14:44:02.768556 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14167 | 2025.02.21 14:44:02.770088 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1872 | ||
| 14168 | 2025.02.21 14:44:03.406487 [ 47 ] {} <Debug> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 14169 | 2025.02.21 14:44:03.406556 [ 47 ] {} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14170 | 2025.02.21 14:44:03.406582 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14171 | 2025.02.21 14:44:03.406680 [ 224 ] {} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): 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] | ||
| 14172 | 2025.02.21 14:44:03.406737 [ 224 ] {} <Debug> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): 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] | ||
| 14173 | 2025.02.21 14:44:03.406816 [ 200 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 14174 | 2025.02.21 14:44:03.407086 [ 200 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14175 | 2025.02.21 14:44:03.407131 [ 200 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 14176 | 2025.02.21 14:44:03.407391 [ 200 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 14177 | 2025.02.21 14:44:03.407694 [ 200 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 14178 | 2025.02.21 14:44:03.408035 [ 200 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 14179 | 2025.02.21 14:44:03.408277 [ 200 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::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 | ||
| 14180 | 2025.02.21 14:44:03.410199 [ 200 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.003532825 sec., 15285.217920502715 rows/sec., 1.28 MiB/sec. | ||
| 14181 | 2025.02.21 14:44:03.410435 [ 200 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 14182 | 2025.02.21 14:44:03.410847 [ 200 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_21_5} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14183 | 2025.02.21 14:44:03.410962 [ 200 ] {60566b12-7f35-459e-a7ef-aa0480fe86d1::all_1_21_5} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 14184 | 2025.02.21 14:44:03.410971 [ 224 ] {} <Debug> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): 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] | ||
| 14185 | 2025.02.21 14:44:03.411190 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14186 | 2025.02.21 14:44:04.207803 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14187 | 2025.02.21 14:44:04.207994 [ 254 ] {2914ebc3-56d3-4fdd-8da6-8083a7c7439d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14188 | 2025.02.21 14:44:04.208068 [ 254 ] {2914ebc3-56d3-4fdd-8da6-8083a7c7439d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14189 | 2025.02.21 14:44:04.208926 [ 254 ] {2914ebc3-56d3-4fdd-8da6-8083a7c7439d} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14190 | 2025.02.21 14:44:04.208979 [ 254 ] {2914ebc3-56d3-4fdd-8da6-8083a7c7439d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14191 | 2025.02.21 14:44:04.209442 [ 254 ] {2914ebc3-56d3-4fdd-8da6-8083a7c7439d} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 14192 | 2025.02.21 14:44:04.209700 [ 254 ] {2914ebc3-56d3-4fdd-8da6-8083a7c7439d} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14193 | 2025.02.21 14:44:04.209902 [ 254 ] {2914ebc3-56d3-4fdd-8da6-8083a7c7439d} <Debug> executeQuery: Read 166 rows, 14.84 KiB in 0.001962 sec., 84607.54332313965 rows/sec., 7.39 MiB/sec. | ||
| 14194 | 2025.02.21 14:44:04.209962 [ 254 ] {2914ebc3-56d3-4fdd-8da6-8083a7c7439d} <Debug> TCPHandler: Processed in 0.002289449 sec. | ||
| 14195 | 2025.02.21 14:44:04.210291 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14196 | 2025.02.21 14:44:04.210558 [ 256 ] {21546a18-6f6b-419f-94ff-f8899db3ac99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14197 | 2025.02.21 14:44:04.210633 [ 256 ] {21546a18-6f6b-419f-94ff-f8899db3ac99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14198 | 2025.02.21 14:44:04.211424 [ 256 ] {21546a18-6f6b-419f-94ff-f8899db3ac99} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14199 | 2025.02.21 14:44:04.211472 [ 256 ] {21546a18-6f6b-419f-94ff-f8899db3ac99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14200 | 2025.02.21 14:44:04.211934 [ 256 ] {21546a18-6f6b-419f-94ff-f8899db3ac99} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 14201 | 2025.02.21 14:44:04.212204 [ 256 ] {21546a18-6f6b-419f-94ff-f8899db3ac99} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14202 | 2025.02.21 14:44:04.212447 [ 256 ] {21546a18-6f6b-419f-94ff-f8899db3ac99} <Debug> executeQuery: Read 55 rows, 4.14 KiB in 0.001943 sec., 28306.742151312403 rows/sec., 2.08 MiB/sec. | ||
| 14203 | 2025.02.21 14:44:04.212517 [ 256 ] {21546a18-6f6b-419f-94ff-f8899db3ac99} <Debug> TCPHandler: Processed in 0.002418992 sec. | ||
| 14204 | 2025.02.21 14:44:04.212677 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14205 | 2025.02.21 14:44:04.212815 [ 254 ] {15b9bed1-7a2b-4a3e-be2c-673349d6f2bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14206 | 2025.02.21 14:44:04.212874 [ 254 ] {15b9bed1-7a2b-4a3e-be2c-673349d6f2bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14207 | 2025.02.21 14:44:04.213520 [ 254 ] {15b9bed1-7a2b-4a3e-be2c-673349d6f2bb} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14208 | 2025.02.21 14:44:04.213560 [ 254 ] {15b9bed1-7a2b-4a3e-be2c-673349d6f2bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14209 | 2025.02.21 14:44:04.213941 [ 254 ] {15b9bed1-7a2b-4a3e-be2c-673349d6f2bb} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 14210 | 2025.02.21 14:44:04.214201 [ 254 ] {15b9bed1-7a2b-4a3e-be2c-673349d6f2bb} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14211 | 2025.02.21 14:44:04.214410 [ 254 ] {15b9bed1-7a2b-4a3e-be2c-673349d6f2bb} <Debug> executeQuery: Read 119 rows, 9.52 KiB in 0.001628 sec., 73095.82309582309 rows/sec., 5.71 MiB/sec. | ||
| 14212 | 2025.02.21 14:44:04.214463 [ 254 ] {15b9bed1-7a2b-4a3e-be2c-673349d6f2bb} <Debug> TCPHandler: Processed in 0.001855725 sec. | ||
| 14213 | 2025.02.21 14:44:04.214663 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14214 | 2025.02.21 14:44:04.214900 [ 256 ] {b7ae912d-26b6-4533-852c-55b7c2078489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14215 | 2025.02.21 14:44:04.215001 [ 256 ] {b7ae912d-26b6-4533-852c-55b7c2078489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14216 | 2025.02.21 14:44:04.215814 [ 256 ] {b7ae912d-26b6-4533-852c-55b7c2078489} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14217 | 2025.02.21 14:44:04.215854 [ 256 ] {b7ae912d-26b6-4533-852c-55b7c2078489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14218 | 2025.02.21 14:44:04.216270 [ 256 ] {b7ae912d-26b6-4533-852c-55b7c2078489} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 14219 | 2025.02.21 14:44:04.216536 [ 256 ] {b7ae912d-26b6-4533-852c-55b7c2078489} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14220 | 2025.02.21 14:44:04.216763 [ 256 ] {b7ae912d-26b6-4533-852c-55b7c2078489} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001926 sec., 83073.72793354101 rows/sec., 5.79 MiB/sec. | ||
| 14221 | 2025.02.21 14:44:04.216821 [ 256 ] {b7ae912d-26b6-4533-852c-55b7c2078489} <Debug> TCPHandler: Processed in 0.002275038 sec. | ||
| 14222 | 2025.02.21 14:44:04.216962 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14223 | 2025.02.21 14:44:04.217082 [ 254 ] {342becb8-7aab-4726-9d53-b42a5db49cea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14224 | 2025.02.21 14:44:04.217166 [ 254 ] {342becb8-7aab-4726-9d53-b42a5db49cea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14225 | 2025.02.21 14:44:04.218449 [ 254 ] {342becb8-7aab-4726-9d53-b42a5db49cea} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14226 | 2025.02.21 14:44:04.218489 [ 254 ] {342becb8-7aab-4726-9d53-b42a5db49cea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14227 | 2025.02.21 14:44:04.219204 [ 254 ] {342becb8-7aab-4726-9d53-b42a5db49cea} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 14228 | 2025.02.21 14:44:04.219466 [ 254 ] {342becb8-7aab-4726-9d53-b42a5db49cea} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14229 | 2025.02.21 14:44:04.219767 [ 254 ] {342becb8-7aab-4726-9d53-b42a5db49cea} <Debug> executeQuery: Read 55 rows, 100.92 KiB in 0.002697 sec., 20393.02929180571 rows/sec., 36.54 MiB/sec. | ||
| 14230 | 2025.02.21 14:44:04.220282 [ 254 ] {342becb8-7aab-4726-9d53-b42a5db49cea} <Debug> TCPHandler: Processed in 0.003372221 sec. | ||
| 14231 | 2025.02.21 14:44:04.220623 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14232 | 2025.02.21 14:44:04.220791 [ 256 ] {a0d8169a-6c16-44dd-8ef8-27ff0c7a6043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14233 | 2025.02.21 14:44:04.220846 [ 256 ] {a0d8169a-6c16-44dd-8ef8-27ff0c7a6043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14234 | 2025.02.21 14:44:04.221356 [ 256 ] {a0d8169a-6c16-44dd-8ef8-27ff0c7a6043} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14235 | 2025.02.21 14:44:04.221397 [ 256 ] {a0d8169a-6c16-44dd-8ef8-27ff0c7a6043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14236 | 2025.02.21 14:44:04.221790 [ 256 ] {a0d8169a-6c16-44dd-8ef8-27ff0c7a6043} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 14237 | 2025.02.21 14:44:04.222048 [ 256 ] {a0d8169a-6c16-44dd-8ef8-27ff0c7a6043} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14238 | 2025.02.21 14:44:04.222296 [ 256 ] {a0d8169a-6c16-44dd-8ef8-27ff0c7a6043} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001528 sec., 39267.01570680628 rows/sec., 2.65 MiB/sec. | ||
| 14239 | 2025.02.21 14:44:04.222379 [ 256 ] {a0d8169a-6c16-44dd-8ef8-27ff0c7a6043} <Debug> TCPHandler: Processed in 0.001967199 sec. | ||
| 14240 | 2025.02.21 14:44:05.671636 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 694 | ||
| 14241 | 2025.02.21 14:44:05.696152 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14242 | 2025.02.21 14:44:05.696220 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14243 | 2025.02.21 14:44:05.703761 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 14244 | 2025.02.21 14:44:05.704563 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14245 | 2025.02.21 14:44:05.707530 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 694 | ||
| 14246 | 2025.02.21 14:44:09.001684 [ 221 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 14247 | 2025.02.21 14:44:09.001746 [ 221 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 14248 | 2025.02.21 14:44:09.003872 [ 221 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 14249 | 2025.02.21 14:44:09.205186 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14250 | 2025.02.21 14:44:09.205380 [ 254 ] {53f1a3ef-100e-4a70-95d7-24e85f36077c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14251 | 2025.02.21 14:44:09.205456 [ 254 ] {53f1a3ef-100e-4a70-95d7-24e85f36077c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14252 | 2025.02.21 14:44:09.206281 [ 254 ] {53f1a3ef-100e-4a70-95d7-24e85f36077c} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14253 | 2025.02.21 14:44:09.206335 [ 254 ] {53f1a3ef-100e-4a70-95d7-24e85f36077c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14254 | 2025.02.21 14:44:09.206784 [ 254 ] {53f1a3ef-100e-4a70-95d7-24e85f36077c} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 14255 | 2025.02.21 14:44:09.207049 [ 254 ] {53f1a3ef-100e-4a70-95d7-24e85f36077c} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14256 | 2025.02.21 14:44:09.207255 [ 254 ] {53f1a3ef-100e-4a70-95d7-24e85f36077c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00193 sec., 29015.544041450776 rows/sec., 2.22 MiB/sec. | ||
| 14257 | 2025.02.21 14:44:09.207324 [ 254 ] {53f1a3ef-100e-4a70-95d7-24e85f36077c} <Debug> TCPHandler: Processed in 0.002268798 sec. | ||
| 14258 | 2025.02.21 14:44:09.207597 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14259 | 2025.02.21 14:44:09.207875 [ 256 ] {018e2390-ef56-46ca-a08a-bd11f8b416f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14260 | 2025.02.21 14:44:09.207980 [ 256 ] {018e2390-ef56-46ca-a08a-bd11f8b416f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14261 | 2025.02.21 14:44:09.208991 [ 256 ] {018e2390-ef56-46ca-a08a-bd11f8b416f2} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14262 | 2025.02.21 14:44:09.209037 [ 256 ] {018e2390-ef56-46ca-a08a-bd11f8b416f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14263 | 2025.02.21 14:44:09.209480 [ 256 ] {018e2390-ef56-46ca-a08a-bd11f8b416f2} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 14264 | 2025.02.21 14:44:09.209740 [ 256 ] {018e2390-ef56-46ca-a08a-bd11f8b416f2} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14265 | 2025.02.21 14:44:09.209984 [ 256 ] {018e2390-ef56-46ca-a08a-bd11f8b416f2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002184 sec., 29304.0293040293 rows/sec., 2.29 MiB/sec. | ||
| 14266 | 2025.02.21 14:44:09.210054 [ 224 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 14267 | 2025.02.21 14:44:09.210057 [ 256 ] {018e2390-ef56-46ca-a08a-bd11f8b416f2} <Debug> TCPHandler: Processed in 0.002610428 sec. | ||
| 14268 | 2025.02.21 14:44:09.210098 [ 224 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 14269 | 2025.02.21 14:44:09.210255 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14270 | 2025.02.21 14:44:09.210401 [ 254 ] {ee3082d2-ee6e-43f3-83fd-b48f56be422c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14271 | 2025.02.21 14:44:09.210489 [ 254 ] {ee3082d2-ee6e-43f3-83fd-b48f56be422c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14272 | 2025.02.21 14:44:09.211846 [ 254 ] {ee3082d2-ee6e-43f3-83fd-b48f56be422c} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14273 | 2025.02.21 14:44:09.211895 [ 254 ] {ee3082d2-ee6e-43f3-83fd-b48f56be422c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14274 | 2025.02.21 14:44:09.212613 [ 254 ] {ee3082d2-ee6e-43f3-83fd-b48f56be422c} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 14275 | 2025.02.21 14:44:09.213034 [ 254 ] {ee3082d2-ee6e-43f3-83fd-b48f56be422c} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14276 | 2025.02.21 14:44:09.213490 [ 254 ] {ee3082d2-ee6e-43f3-83fd-b48f56be422c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003102 sec., 51579.62604771115 rows/sec., 3.59 MiB/sec. | ||
| 14277 | 2025.02.21 14:44:09.213564 [ 254 ] {ee3082d2-ee6e-43f3-83fd-b48f56be422c} <Debug> TCPHandler: Processed in 0.003376801 sec. | ||
| 14278 | 2025.02.21 14:44:09.213737 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14279 | 2025.02.21 14:44:09.213853 [ 224 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 14280 | 2025.02.21 14:44:09.213919 [ 256 ] {6aa61ab7-d8f6-4a0d-b7a1-bcf89a686b76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14281 | 2025.02.21 14:44:09.214022 [ 256 ] {6aa61ab7-d8f6-4a0d-b7a1-bcf89a686b76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14282 | 2025.02.21 14:44:09.214845 [ 256 ] {6aa61ab7-d8f6-4a0d-b7a1-bcf89a686b76} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14283 | 2025.02.21 14:44:09.214885 [ 256 ] {6aa61ab7-d8f6-4a0d-b7a1-bcf89a686b76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14284 | 2025.02.21 14:44:09.215259 [ 256 ] {6aa61ab7-d8f6-4a0d-b7a1-bcf89a686b76} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 14285 | 2025.02.21 14:44:09.215489 [ 256 ] {6aa61ab7-d8f6-4a0d-b7a1-bcf89a686b76} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14286 | 2025.02.21 14:44:09.215691 [ 256 ] {6aa61ab7-d8f6-4a0d-b7a1-bcf89a686b76} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001831 sec., 32768.97870016385 rows/sec., 2.21 MiB/sec. | ||
| 14287 | 2025.02.21 14:44:09.215742 [ 256 ] {6aa61ab7-d8f6-4a0d-b7a1-bcf89a686b76} <Debug> TCPHandler: Processed in 0.002074242 sec. | ||
| 14288 | 2025.02.21 14:44:10.061829 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42639 | ||
| 14289 | 2025.02.21 14:44:10.062509 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14290 | 2025.02.21 14:44:10.062560 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14291 | 2025.02.21 14:44:10.063111 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 14292 | 2025.02.21 14:44:10.063387 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14293 | 2025.02.21 14:44:10.063673 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42639 | ||
| 14294 | 2025.02.21 14:44:10.352020 [ 218 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 14295 | 2025.02.21 14:44:10.352067 [ 218 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 14296 | 2025.02.21 14:44:10.354018 [ 218 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 14297 | 2025.02.21 14:44:10.458935 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 14298 | 2025.02.21 14:44:10.458997 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 14299 | 2025.02.21 14:44:10.461340 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 14300 | 2025.02.21 14:44:12.712453 [ 219 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): 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] | ||
| 14301 | 2025.02.21 14:44:12.712526 [ 219 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): 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] | ||
| 14302 | 2025.02.21 14:44:12.714664 [ 219 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): 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] | ||
| 14303 | 2025.02.21 14:44:12.771079 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1892 | ||
| 14304 | 2025.02.21 14:44:12.773769 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14305 | 2025.02.21 14:44:12.773809 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14306 | 2025.02.21 14:44:12.775330 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14307 | 2025.02.21 14:44:12.775639 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14308 | 2025.02.21 14:44:12.776106 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1892 | ||
| 14309 | 2025.02.21 14:44:13.208518 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 701 | ||
| 14310 | 2025.02.21 14:44:13.232165 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14311 | 2025.02.21 14:44:13.232220 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14312 | 2025.02.21 14:44:13.239864 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 14313 | 2025.02.21 14:44:13.240677 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14314 | 2025.02.21 14:44:13.243651 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 701 | ||
| 14315 | 2025.02.21 14:44:14.209064 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14316 | 2025.02.21 14:44:14.209257 [ 254 ] {7ad04bcf-4d22-4045-8d07-7980b11fe61a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14317 | 2025.02.21 14:44:14.209332 [ 254 ] {7ad04bcf-4d22-4045-8d07-7980b11fe61a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14318 | 2025.02.21 14:44:14.210218 [ 254 ] {7ad04bcf-4d22-4045-8d07-7980b11fe61a} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14319 | 2025.02.21 14:44:14.210273 [ 254 ] {7ad04bcf-4d22-4045-8d07-7980b11fe61a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14320 | 2025.02.21 14:44:14.210729 [ 254 ] {7ad04bcf-4d22-4045-8d07-7980b11fe61a} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 14321 | 2025.02.21 14:44:14.210991 [ 254 ] {7ad04bcf-4d22-4045-8d07-7980b11fe61a} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14322 | 2025.02.21 14:44:14.211255 [ 254 ] {7ad04bcf-4d22-4045-8d07-7980b11fe61a} <Debug> executeQuery: Read 172 rows, 15.40 KiB in 0.002046 sec., 84066.47116324535 rows/sec., 7.35 MiB/sec. | ||
| 14323 | 2025.02.21 14:44:14.211344 [ 254 ] {7ad04bcf-4d22-4045-8d07-7980b11fe61a} <Debug> TCPHandler: Processed in 0.002405132 sec. | ||
| 14324 | 2025.02.21 14:44:14.211691 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14325 | 2025.02.21 14:44:14.211931 [ 256 ] {71e94b5b-2dd3-48c2-8c17-bc0a6378cac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14326 | 2025.02.21 14:44:14.212011 [ 256 ] {71e94b5b-2dd3-48c2-8c17-bc0a6378cac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14327 | 2025.02.21 14:44:14.212862 [ 256 ] {71e94b5b-2dd3-48c2-8c17-bc0a6378cac3} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14328 | 2025.02.21 14:44:14.212906 [ 256 ] {71e94b5b-2dd3-48c2-8c17-bc0a6378cac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14329 | 2025.02.21 14:44:14.213339 [ 256 ] {71e94b5b-2dd3-48c2-8c17-bc0a6378cac3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 14330 | 2025.02.21 14:44:14.213590 [ 256 ] {71e94b5b-2dd3-48c2-8c17-bc0a6378cac3} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14331 | 2025.02.21 14:44:14.213824 [ 256 ] {71e94b5b-2dd3-48c2-8c17-bc0a6378cac3} <Debug> executeQuery: Read 58 rows, 4.36 KiB in 0.001949 sec., 29758.850692662905 rows/sec., 2.19 MiB/sec. | ||
| 14332 | 2025.02.21 14:44:14.213890 [ 256 ] {71e94b5b-2dd3-48c2-8c17-bc0a6378cac3} <Debug> TCPHandler: Processed in 0.002414012 sec. | ||
| 14333 | 2025.02.21 14:44:14.214064 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14334 | 2025.02.21 14:44:14.214212 [ 254 ] {32ca6534-d7dc-4ccf-8d6f-d0cda8f7bb24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14335 | 2025.02.21 14:44:14.214272 [ 254 ] {32ca6534-d7dc-4ccf-8d6f-d0cda8f7bb24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14336 | 2025.02.21 14:44:14.215012 [ 254 ] {32ca6534-d7dc-4ccf-8d6f-d0cda8f7bb24} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14337 | 2025.02.21 14:44:14.215055 [ 254 ] {32ca6534-d7dc-4ccf-8d6f-d0cda8f7bb24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14338 | 2025.02.21 14:44:14.215438 [ 254 ] {32ca6534-d7dc-4ccf-8d6f-d0cda8f7bb24} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 14339 | 2025.02.21 14:44:14.215679 [ 254 ] {32ca6534-d7dc-4ccf-8d6f-d0cda8f7bb24} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14340 | 2025.02.21 14:44:14.215890 [ 254 ] {32ca6534-d7dc-4ccf-8d6f-d0cda8f7bb24} <Debug> executeQuery: Read 131 rows, 10.48 KiB in 0.001713 sec., 76474.02218330414 rows/sec., 5.98 MiB/sec. | ||
| 14341 | 2025.02.21 14:44:14.215950 [ 254 ] {32ca6534-d7dc-4ccf-8d6f-d0cda8f7bb24} <Debug> TCPHandler: Processed in 0.001953798 sec. | ||
| 14342 | 2025.02.21 14:44:14.216176 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14343 | 2025.02.21 14:44:14.216408 [ 256 ] {cc75efd9-28e2-4ea9-ba7d-69d1c58a74fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14344 | 2025.02.21 14:44:14.216511 [ 256 ] {cc75efd9-28e2-4ea9-ba7d-69d1c58a74fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14345 | 2025.02.21 14:44:14.217467 [ 256 ] {cc75efd9-28e2-4ea9-ba7d-69d1c58a74fe} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14346 | 2025.02.21 14:44:14.217507 [ 256 ] {cc75efd9-28e2-4ea9-ba7d-69d1c58a74fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14347 | 2025.02.21 14:44:14.217914 [ 256 ] {cc75efd9-28e2-4ea9-ba7d-69d1c58a74fe} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 14348 | 2025.02.21 14:44:14.218158 [ 256 ] {cc75efd9-28e2-4ea9-ba7d-69d1c58a74fe} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14349 | 2025.02.21 14:44:14.218348 [ 32 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 2 parts from all_1_154_37 to all_155_155_0 | ||
| 14350 | 2025.02.21 14:44:14.218404 [ 256 ] {cc75efd9-28e2-4ea9-ba7d-69d1c58a74fe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002051 sec., 78010.7264748903 rows/sec., 5.43 MiB/sec. | ||
| 14351 | 2025.02.21 14:44:14.218427 [ 32 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14352 | 2025.02.21 14:44:14.218491 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14353 | 2025.02.21 14:44:14.218536 [ 256 ] {cc75efd9-28e2-4ea9-ba7d-69d1c58a74fe} <Debug> TCPHandler: Processed in 0.002471864 sec. | ||
| 14354 | 2025.02.21 14:44:14.218825 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14355 | 2025.02.21 14:44:14.218891 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_155_38} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_154_37 to all_155_155_0 into Compact with storage Full | ||
| 14356 | 2025.02.21 14:44:14.219255 [ 254 ] {941ffe3b-01fa-4660-92c6-f594629ef422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14357 | 2025.02.21 14:44:14.219702 [ 254 ] {941ffe3b-01fa-4660-92c6-f594629ef422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14358 | 2025.02.21 14:44:14.220128 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_155_38} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14359 | 2025.02.21 14:44:14.220280 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_155_38} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_154_37, total 42292 rows starting from the beginning of the part | ||
| 14360 | 2025.02.21 14:44:14.220852 [ 190 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_155_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 118 rows starting from the beginning of the part | ||
| 14361 | 2025.02.21 14:44:14.224666 [ 254 ] {941ffe3b-01fa-4660-92c6-f594629ef422} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14362 | 2025.02.21 14:44:14.224713 [ 254 ] {941ffe3b-01fa-4660-92c6-f594629ef422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14363 | 2025.02.21 14:44:14.225696 [ 254 ] {941ffe3b-01fa-4660-92c6-f594629ef422} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 14364 | 2025.02.21 14:44:14.226089 [ 254 ] {941ffe3b-01fa-4660-92c6-f594629ef422} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14365 | 2025.02.21 14:44:14.226445 [ 254 ] {941ffe3b-01fa-4660-92c6-f594629ef422} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.007384 sec., 7854.821235102925 rows/sec., 14.08 MiB/sec. | ||
| 14366 | 2025.02.21 14:44:14.226623 [ 254 ] {941ffe3b-01fa-4660-92c6-f594629ef422} <Debug> TCPHandler: Processed in 0.007979978 sec. | ||
| 14367 | 2025.02.21 14:44:14.226890 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14368 | 2025.02.21 14:44:14.227198 [ 256 ] {ee92ac20-68e3-43d5-b5be-fe1add2ab99e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 14369 | 2025.02.21 14:44:14.227315 [ 256 ] {ee92ac20-68e3-43d5-b5be-fe1add2ab99e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 14370 | 2025.02.21 14:44:14.228184 [ 256 ] {ee92ac20-68e3-43d5-b5be-fe1add2ab99e} <Trace> oximeter.measurements_i64 (b382b733-560b-450c-9ac9-a3f6c818add5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14371 | 2025.02.21 14:44:14.228231 [ 256 ] {ee92ac20-68e3-43d5-b5be-fe1add2ab99e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14372 | 2025.02.21 14:44:14.228752 [ 256 ] {ee92ac20-68e3-43d5-b5be-fe1add2ab99e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 14373 | 2025.02.21 14:44:14.229096 [ 256 ] {ee92ac20-68e3-43d5-b5be-fe1add2ab99e} <Trace> oximeter.measurements_i64 (b382b733-560b-450c-9ac9-a3f6c818add5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14374 | 2025.02.21 14:44:14.229457 [ 256 ] {ee92ac20-68e3-43d5-b5be-fe1add2ab99e} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.00234 sec., 3846.153846153846 rows/sec., 271.68 KiB/sec. | ||
| 14375 | 2025.02.21 14:44:14.229653 [ 256 ] {ee92ac20-68e3-43d5-b5be-fe1add2ab99e} <Debug> TCPHandler: Processed in 0.002910557 sec. | ||
| 14376 | 2025.02.21 14:44:14.229831 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14377 | 2025.02.21 14:44:14.229954 [ 254 ] {121b6b72-5a39-4196-a2f8-6e842510c39d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14378 | 2025.02.21 14:44:14.230076 [ 254 ] {121b6b72-5a39-4196-a2f8-6e842510c39d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14379 | 2025.02.21 14:44:14.230843 [ 254 ] {121b6b72-5a39-4196-a2f8-6e842510c39d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14380 | 2025.02.21 14:44:14.230884 [ 254 ] {121b6b72-5a39-4196-a2f8-6e842510c39d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14381 | 2025.02.21 14:44:14.231417 [ 254 ] {121b6b72-5a39-4196-a2f8-6e842510c39d} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 14382 | 2025.02.21 14:44:14.231868 [ 254 ] {121b6b72-5a39-4196-a2f8-6e842510c39d} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14383 | 2025.02.21 14:44:14.231900 [ 201 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_155_38} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42410 rows, containing 5 columns (5 merged, 0 gathered) in 0.013264967 sec., 3197143.2721996214 rows/sec., 219.09 MiB/sec. | ||
| 14384 | 2025.02.21 14:44:14.232183 [ 254 ] {121b6b72-5a39-4196-a2f8-6e842510c39d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002256 sec., 26595.74468085106 rows/sec., 1.79 MiB/sec. | ||
| 14385 | 2025.02.21 14:44:14.232242 [ 254 ] {121b6b72-5a39-4196-a2f8-6e842510c39d} <Debug> TCPHandler: Processed in 0.002494864 sec. | ||
| 14386 | 2025.02.21 14:44:14.232346 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_155_38} <Trace> MergedBlockOutputStream: filled checksums all_1_155_38 (state Temporary) | ||
| 14387 | 2025.02.21 14:44:14.232721 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_155_38} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_155_38 to all_1_155_38 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14388 | 2025.02.21 14:44:14.232811 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_155_38} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 2 parts: [all_1_154_37, all_155_155_0] -> all_1_155_38 | ||
| 14389 | 2025.02.21 14:44:14.232900 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 14390 | 2025.02.21 14:44:14.870947 [ 224 ] {} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): 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] | ||
| 14391 | 2025.02.21 14:44:14.871005 [ 224 ] {} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): 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] | ||
| 14392 | 2025.02.21 14:44:14.872994 [ 224 ] {} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): 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] | ||
| 14393 | 2025.02.21 14:44:17.237733 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14394 | 2025.02.21 14:44:17.237836 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14395 | 2025.02.21 14:44:17.564735 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43066 | ||
| 14396 | 2025.02.21 14:44:17.565397 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14397 | 2025.02.21 14:44:17.565445 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14398 | 2025.02.21 14:44:17.565992 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 14399 | 2025.02.21 14:44:17.566251 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14400 | 2025.02.21 14:44:17.566498 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43066 | ||
| 14401 | 2025.02.21 14:44:19.205501 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14402 | 2025.02.21 14:44:19.205710 [ 254 ] {f4a1ddc8-e023-4a95-9ec3-a1b9dfd2eae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14403 | 2025.02.21 14:44:19.205793 [ 254 ] {f4a1ddc8-e023-4a95-9ec3-a1b9dfd2eae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14404 | 2025.02.21 14:44:19.206614 [ 254 ] {f4a1ddc8-e023-4a95-9ec3-a1b9dfd2eae8} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14405 | 2025.02.21 14:44:19.206659 [ 254 ] {f4a1ddc8-e023-4a95-9ec3-a1b9dfd2eae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14406 | 2025.02.21 14:44:19.207112 [ 254 ] {f4a1ddc8-e023-4a95-9ec3-a1b9dfd2eae8} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 14407 | 2025.02.21 14:44:19.207366 [ 254 ] {f4a1ddc8-e023-4a95-9ec3-a1b9dfd2eae8} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14408 | 2025.02.21 14:44:19.207575 [ 254 ] {f4a1ddc8-e023-4a95-9ec3-a1b9dfd2eae8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001922 sec., 29136.3163371488 rows/sec., 2.22 MiB/sec. | ||
| 14409 | 2025.02.21 14:44:19.207642 [ 254 ] {f4a1ddc8-e023-4a95-9ec3-a1b9dfd2eae8} <Debug> TCPHandler: Processed in 0.002280338 sec. | ||
| 14410 | 2025.02.21 14:44:19.207907 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14411 | 2025.02.21 14:44:19.208119 [ 256 ] {a907daf3-293d-494a-92bf-71461f2612f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14412 | 2025.02.21 14:44:19.208199 [ 256 ] {a907daf3-293d-494a-92bf-71461f2612f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14413 | 2025.02.21 14:44:19.209068 [ 256 ] {a907daf3-293d-494a-92bf-71461f2612f0} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14414 | 2025.02.21 14:44:19.209113 [ 256 ] {a907daf3-293d-494a-92bf-71461f2612f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14415 | 2025.02.21 14:44:19.209555 [ 256 ] {a907daf3-293d-494a-92bf-71461f2612f0} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 14416 | 2025.02.21 14:44:19.209812 [ 256 ] {a907daf3-293d-494a-92bf-71461f2612f0} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14417 | 2025.02.21 14:44:19.210055 [ 256 ] {a907daf3-293d-494a-92bf-71461f2612f0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001996 sec., 32064.128256513028 rows/sec., 2.50 MiB/sec. | ||
| 14418 | 2025.02.21 14:44:19.210122 [ 256 ] {a907daf3-293d-494a-92bf-71461f2612f0} <Debug> TCPHandler: Processed in 0.00235178 sec. | ||
| 14419 | 2025.02.21 14:44:19.210288 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14420 | 2025.02.21 14:44:19.210419 [ 254 ] {4cbad87a-ca7c-4960-b97d-badf7078343a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14421 | 2025.02.21 14:44:19.210478 [ 254 ] {4cbad87a-ca7c-4960-b97d-badf7078343a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14422 | 2025.02.21 14:44:19.211112 [ 254 ] {4cbad87a-ca7c-4960-b97d-badf7078343a} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14423 | 2025.02.21 14:44:19.211151 [ 254 ] {4cbad87a-ca7c-4960-b97d-badf7078343a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14424 | 2025.02.21 14:44:19.211574 [ 254 ] {4cbad87a-ca7c-4960-b97d-badf7078343a} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 14425 | 2025.02.21 14:44:19.211825 [ 254 ] {4cbad87a-ca7c-4960-b97d-badf7078343a} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14426 | 2025.02.21 14:44:19.211973 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 2 parts from all_1_155_38 to all_156_156_0 | ||
| 14427 | 2025.02.21 14:44:19.212018 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14428 | 2025.02.21 14:44:19.212022 [ 254 ] {4cbad87a-ca7c-4960-b97d-badf7078343a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001633 sec., 97979.17942437233 rows/sec., 6.82 MiB/sec. | ||
| 14429 | 2025.02.21 14:44:19.212042 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14430 | 2025.02.21 14:44:19.212147 [ 254 ] {4cbad87a-ca7c-4960-b97d-badf7078343a} <Debug> TCPHandler: Processed in 0.001916398 sec. | ||
| 14431 | 2025.02.21 14:44:19.212319 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_156_39} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_155_38 to all_156_156_0 into Compact with storage Full | ||
| 14432 | 2025.02.21 14:44:19.212410 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14433 | 2025.02.21 14:44:19.212816 [ 256 ] {5236f70b-e1c2-40b7-b647-c73982b60db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14434 | 2025.02.21 14:44:19.212985 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_156_39} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14435 | 2025.02.21 14:44:19.213011 [ 256 ] {5236f70b-e1c2-40b7-b647-c73982b60db3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14436 | 2025.02.21 14:44:19.213156 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_156_39} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_155_38, total 42410 rows starting from the beginning of the part | ||
| 14437 | 2025.02.21 14:44:19.213695 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_156_39} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 160 rows starting from the beginning of the part | ||
| 14438 | 2025.02.21 14:44:19.216128 [ 256 ] {5236f70b-e1c2-40b7-b647-c73982b60db3} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14439 | 2025.02.21 14:44:19.216179 [ 256 ] {5236f70b-e1c2-40b7-b647-c73982b60db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14440 | 2025.02.21 14:44:19.216687 [ 256 ] {5236f70b-e1c2-40b7-b647-c73982b60db3} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 14441 | 2025.02.21 14:44:19.217109 [ 256 ] {5236f70b-e1c2-40b7-b647-c73982b60db3} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14442 | 2025.02.21 14:44:19.217405 [ 256 ] {5236f70b-e1c2-40b7-b647-c73982b60db3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004735 sec., 12671.594508975713 rows/sec., 874.47 KiB/sec. | ||
| 14443 | 2025.02.21 14:44:19.217477 [ 256 ] {5236f70b-e1c2-40b7-b647-c73982b60db3} <Debug> TCPHandler: Processed in 0.005189895 sec. | ||
| 14444 | 2025.02.21 14:44:19.222801 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_156_39} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42570 rows, containing 5 columns (5 merged, 0 gathered) in 0.010634729 sec., 4002922.876549087 rows/sec., 274.32 MiB/sec. | ||
| 14445 | 2025.02.21 14:44:19.223104 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_156_39} <Trace> MergedBlockOutputStream: filled checksums all_1_156_39 (state Temporary) | ||
| 14446 | 2025.02.21 14:44:19.223446 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_156_39} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_156_39 to all_1_156_39 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14447 | 2025.02.21 14:44:19.223545 [ 196 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_156_39} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 2 parts: [all_1_155_38, all_156_156_0] -> all_1_156_39 | ||
| 14448 | 2025.02.21 14:44:19.223631 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 14449 | 2025.02.21 14:44:20.573093 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): 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] | ||
| 14450 | 2025.02.21 14:44:20.573148 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): 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] | ||
| 14451 | 2025.02.21 14:44:20.575357 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): 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] | ||
| 14452 | 2025.02.21 14:44:20.744638 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 709 | ||
| 14453 | 2025.02.21 14:44:20.767858 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14454 | 2025.02.21 14:44:20.767914 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14455 | 2025.02.21 14:44:20.775440 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 14456 | 2025.02.21 14:44:20.776261 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14457 | 2025.02.21 14:44:20.780467 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 709 | ||
| 14458 | 2025.02.21 14:44:20.835037 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14459 | 2025.02.21 14:44:20.835212 [ 254 ] {42fddab1-e81a-47de-b165-2417d24082dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14460 | 2025.02.21 14:44:20.835284 [ 254 ] {42fddab1-e81a-47de-b165-2417d24082dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14461 | 2025.02.21 14:44:20.836052 [ 254 ] {42fddab1-e81a-47de-b165-2417d24082dc} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14462 | 2025.02.21 14:44:20.836098 [ 254 ] {42fddab1-e81a-47de-b165-2417d24082dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14463 | 2025.02.21 14:44:20.836538 [ 254 ] {42fddab1-e81a-47de-b165-2417d24082dc} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 14464 | 2025.02.21 14:44:20.836782 [ 254 ] {42fddab1-e81a-47de-b165-2417d24082dc} <Trace> oximeter.fields_i16 (713edcd5-46d7-4a89-a53e-4b2edf4d28e2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14465 | 2025.02.21 14:44:20.837004 [ 254 ] {42fddab1-e81a-47de-b165-2417d24082dc} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001844 sec., 13015.184381778743 rows/sec., 1.08 MiB/sec. | ||
| 14466 | 2025.02.21 14:44:20.837062 [ 254 ] {42fddab1-e81a-47de-b165-2417d24082dc} <Debug> TCPHandler: Processed in 0.002150734 sec. | ||
| 14467 | 2025.02.21 14:44:20.837341 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14468 | 2025.02.21 14:44:20.837559 [ 256 ] {6a7a3f93-06ae-48a2-afc2-09eb77018ecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14469 | 2025.02.21 14:44:20.837642 [ 256 ] {6a7a3f93-06ae-48a2-afc2-09eb77018ecc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14470 | 2025.02.21 14:44:20.838423 [ 256 ] {6a7a3f93-06ae-48a2-afc2-09eb77018ecc} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14471 | 2025.02.21 14:44:20.838489 [ 256 ] {6a7a3f93-06ae-48a2-afc2-09eb77018ecc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14472 | 2025.02.21 14:44:20.838907 [ 256 ] {6a7a3f93-06ae-48a2-afc2-09eb77018ecc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 14473 | 2025.02.21 14:44:20.839234 [ 256 ] {6a7a3f93-06ae-48a2-afc2-09eb77018ecc} <Trace> oximeter.fields_ipaddr (60566b12-7f35-459e-a7ef-aa0480fe86d1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14474 | 2025.02.21 14:44:20.839492 [ 256 ] {6a7a3f93-06ae-48a2-afc2-09eb77018ecc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001988 sec., 1006.0362173038228 rows/sec., 82.04 KiB/sec. | ||
| 14475 | 2025.02.21 14:44:20.839593 [ 256 ] {6a7a3f93-06ae-48a2-afc2-09eb77018ecc} <Debug> TCPHandler: Processed in 0.002398512 sec. | ||
| 14476 | 2025.02.21 14:44:20.839759 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14477 | 2025.02.21 14:44:20.839879 [ 254 ] {1609ad9f-379c-436f-ade3-0686646b288d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14478 | 2025.02.21 14:44:20.839930 [ 254 ] {1609ad9f-379c-436f-ade3-0686646b288d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14479 | 2025.02.21 14:44:20.841132 [ 254 ] {1609ad9f-379c-436f-ade3-0686646b288d} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14480 | 2025.02.21 14:44:20.841173 [ 254 ] {1609ad9f-379c-436f-ade3-0686646b288d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14481 | 2025.02.21 14:44:20.841639 [ 254 ] {1609ad9f-379c-436f-ade3-0686646b288d} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 14482 | 2025.02.21 14:44:20.841878 [ 254 ] {1609ad9f-379c-436f-ade3-0686646b288d} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14483 | 2025.02.21 14:44:20.842035 [ 78 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 14484 | 2025.02.21 14:44:20.842051 [ 254 ] {1609ad9f-379c-436f-ade3-0686646b288d} <Debug> executeQuery: Read 1433 rows, 123.02 KiB in 0.002199 sec., 651659.8453842655 rows/sec., 54.63 MiB/sec. | ||
| 14485 | 2025.02.21 14:44:20.842087 [ 78 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14486 | 2025.02.21 14:44:20.842129 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14487 | 2025.02.21 14:44:20.842132 [ 254 ] {1609ad9f-379c-436f-ade3-0686646b288d} <Debug> TCPHandler: Processed in 0.002431063 sec. | ||
| 14488 | 2025.02.21 14:44:20.842340 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14489 | 2025.02.21 14:44:20.842349 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 14490 | 2025.02.21 14:44:20.842552 [ 256 ] {5e34f55f-3487-49af-adfe-80a778968a97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14491 | 2025.02.21 14:44:20.842616 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14492 | 2025.02.21 14:44:20.842646 [ 256 ] {5e34f55f-3487-49af-adfe-80a778968a97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14493 | 2025.02.21 14:44:20.842685 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 1433 rows starting from the beginning of the part | ||
| 14494 | 2025.02.21 14:44:20.843057 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 166 rows starting from the beginning of the part | ||
| 14495 | 2025.02.21 14:44:20.843436 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 14496 | 2025.02.21 14:44:20.843813 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 172 rows starting from the beginning of the part | ||
| 14497 | 2025.02.21 14:44:20.844195 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 14498 | 2025.02.21 14:44:20.844544 [ 192 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 1433 rows starting from the beginning of the part | ||
| 14499 | 2025.02.21 14:44:20.845509 [ 256 ] {5e34f55f-3487-49af-adfe-80a778968a97} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14500 | 2025.02.21 14:44:20.845577 [ 256 ] {5e34f55f-3487-49af-adfe-80a778968a97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14501 | 2025.02.21 14:44:20.846487 [ 256 ] {5e34f55f-3487-49af-adfe-80a778968a97} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14502 | 2025.02.21 14:44:20.847009 [ 256 ] {5e34f55f-3487-49af-adfe-80a778968a97} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14503 | 2025.02.21 14:44:20.847356 [ 256 ] {5e34f55f-3487-49af-adfe-80a778968a97} <Debug> executeQuery: Read 72 rows, 5.46 KiB in 0.004899 sec., 14696.87691365585 rows/sec., 1.09 MiB/sec. | ||
| 14504 | 2025.02.21 14:44:20.847421 [ 256 ] {5e34f55f-3487-49af-adfe-80a778968a97} <Debug> TCPHandler: Processed in 0.005198176 sec. | ||
| 14505 | 2025.02.21 14:44:20.847549 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14506 | 2025.02.21 14:44:20.847801 [ 254 ] {dbed5de7-d951-4fa8-bb3e-7ea4473ec003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14507 | 2025.02.21 14:44:20.847939 [ 254 ] {dbed5de7-d951-4fa8-bb3e-7ea4473ec003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14508 | 2025.02.21 14:44:20.848022 [ 195 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3316 rows, containing 5 columns (5 merged, 0 gathered) in 0.005778733 sec., 573828.2076711279 rows/sec., 50.33 MiB/sec. | ||
| 14509 | 2025.02.21 14:44:20.848388 [ 195 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 14510 | 2025.02.21 14:44:20.848992 [ 195 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_161_32} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14511 | 2025.02.21 14:44:20.849144 [ 195 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_161_32} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 14512 | 2025.02.21 14:44:20.849170 [ 254 ] {dbed5de7-d951-4fa8-bb3e-7ea4473ec003} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14513 | 2025.02.21 14:44:20.849250 [ 254 ] {dbed5de7-d951-4fa8-bb3e-7ea4473ec003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14514 | 2025.02.21 14:44:20.849297 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 14515 | 2025.02.21 14:44:20.849686 [ 254 ] {dbed5de7-d951-4fa8-bb3e-7ea4473ec003} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 14516 | 2025.02.21 14:44:20.849923 [ 254 ] {dbed5de7-d951-4fa8-bb3e-7ea4473ec003} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14517 | 2025.02.21 14:44:20.850139 [ 254 ] {dbed5de7-d951-4fa8-bb3e-7ea4473ec003} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002438 sec., 103363.41263330598 rows/sec., 7.15 MiB/sec. | ||
| 14518 | 2025.02.21 14:44:20.850380 [ 254 ] {dbed5de7-d951-4fa8-bb3e-7ea4473ec003} <Debug> TCPHandler: Processed in 0.002885206 sec. | ||
| 14519 | 2025.02.21 14:44:20.850555 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14520 | 2025.02.21 14:44:20.850696 [ 256 ] {1c20c9f8-bc2d-4b0c-8813-1843916f0c1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14521 | 2025.02.21 14:44:20.850756 [ 256 ] {1c20c9f8-bc2d-4b0c-8813-1843916f0c1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14522 | 2025.02.21 14:44:20.851381 [ 256 ] {1c20c9f8-bc2d-4b0c-8813-1843916f0c1f} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14523 | 2025.02.21 14:44:20.851420 [ 256 ] {1c20c9f8-bc2d-4b0c-8813-1843916f0c1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14524 | 2025.02.21 14:44:20.851780 [ 256 ] {1c20c9f8-bc2d-4b0c-8813-1843916f0c1f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 14525 | 2025.02.21 14:44:20.852015 [ 256 ] {1c20c9f8-bc2d-4b0c-8813-1843916f0c1f} <Trace> oximeter.fields_u8 (e63280fd-e901-4a43-83f1-cdc119b82f96): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14526 | 2025.02.21 14:44:20.852240 [ 256 ] {1c20c9f8-bc2d-4b0c-8813-1843916f0c1f} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001571 sec., 7638.446849140675 rows/sec., 596.75 KiB/sec. | ||
| 14527 | 2025.02.21 14:44:20.852353 [ 256 ] {1c20c9f8-bc2d-4b0c-8813-1843916f0c1f} <Debug> TCPHandler: Processed in 0.001866475 sec. | ||
| 14528 | 2025.02.21 14:44:20.852520 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14529 | 2025.02.21 14:44:20.852660 [ 254 ] {62af8434-1178-4130-9e49-0ccba97a62a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14530 | 2025.02.21 14:44:20.852718 [ 254 ] {62af8434-1178-4130-9e49-0ccba97a62a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14531 | 2025.02.21 14:44:20.853625 [ 254 ] {62af8434-1178-4130-9e49-0ccba97a62a4} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14532 | 2025.02.21 14:44:20.853663 [ 254 ] {62af8434-1178-4130-9e49-0ccba97a62a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14533 | 2025.02.21 14:44:20.854056 [ 254 ] {62af8434-1178-4130-9e49-0ccba97a62a4} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 14534 | 2025.02.21 14:44:20.854303 [ 254 ] {62af8434-1178-4130-9e49-0ccba97a62a4} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14535 | 2025.02.21 14:44:20.854439 [ 78 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 14536 | 2025.02.21 14:44:20.854483 [ 78 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14537 | 2025.02.21 14:44:20.854489 [ 254 ] {62af8434-1178-4130-9e49-0ccba97a62a4} <Debug> executeQuery: Read 616 rows, 47.47 KiB in 0.001858 sec., 331539.28955866524 rows/sec., 24.95 MiB/sec. | ||
| 14538 | 2025.02.21 14:44:20.854509 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14539 | 2025.02.21 14:44:20.854593 [ 254 ] {62af8434-1178-4130-9e49-0ccba97a62a4} <Debug> TCPHandler: Processed in 0.002139104 sec. | ||
| 14540 | 2025.02.21 14:44:20.854799 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 14541 | 2025.02.21 14:44:20.854826 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14542 | 2025.02.21 14:44:20.855107 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14543 | 2025.02.21 14:44:20.855116 [ 256 ] {e9586376-3695-41d9-aefb-ea541d734a14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14544 | 2025.02.21 14:44:20.855167 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 648 rows starting from the beginning of the part | ||
| 14545 | 2025.02.21 14:44:20.855246 [ 256 ] {e9586376-3695-41d9-aefb-ea541d734a14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14546 | 2025.02.21 14:44:20.855517 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 119 rows starting from the beginning of the part | ||
| 14547 | 2025.02.21 14:44:20.855909 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 14548 | 2025.02.21 14:44:20.856287 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 131 rows starting from the beginning of the part | ||
| 14549 | 2025.02.21 14:44:20.856626 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 14550 | 2025.02.21 14:44:20.856928 [ 194 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 616 rows starting from the beginning of the part | ||
| 14551 | 2025.02.21 14:44:20.858455 [ 256 ] {e9586376-3695-41d9-aefb-ea541d734a14} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14552 | 2025.02.21 14:44:20.858551 [ 256 ] {e9586376-3695-41d9-aefb-ea541d734a14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14553 | 2025.02.21 14:44:20.859558 [ 256 ] {e9586376-3695-41d9-aefb-ea541d734a14} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 14554 | 2025.02.21 14:44:20.859998 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1642 rows, containing 5 columns (5 merged, 0 gathered) in 0.005372221 sec., 305646.3983890462 rows/sec., 24.39 MiB/sec. | ||
| 14555 | 2025.02.21 14:44:20.860024 [ 256 ] {e9586376-3695-41d9-aefb-ea541d734a14} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14556 | 2025.02.21 14:44:20.860330 [ 78 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 6 parts from all_1_156_39 to all_161_161_0 | ||
| 14557 | 2025.02.21 14:44:20.860411 [ 78 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14558 | 2025.02.21 14:44:20.860493 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14559 | 2025.02.21 14:44:20.860500 [ 256 ] {e9586376-3695-41d9-aefb-ea541d734a14} <Debug> executeQuery: Read 945 rows, 65.30 KiB in 0.005479 sec., 172476.72933016974 rows/sec., 11.64 MiB/sec. | ||
| 14560 | 2025.02.21 14:44:20.860512 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 14561 | 2025.02.21 14:44:20.860806 [ 256 ] {e9586376-3695-41d9-aefb-ea541d734a14} <Debug> TCPHandler: Processed in 0.006104112 sec. | ||
| 14562 | 2025.02.21 14:44:20.861001 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_161_40} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_39 to all_161_161_0 into Compact with storage Full | ||
| 14563 | 2025.02.21 14:44:20.861124 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14564 | 2025.02.21 14:44:20.861375 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_161_40} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14565 | 2025.02.21 14:44:20.861450 [ 254 ] {28a9e267-2933-4e77-adc9-27dcf2634ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14566 | 2025.02.21 14:44:20.861470 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_161_40} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_156_39, total 42570 rows starting from the beginning of the part | ||
| 14567 | 2025.02.21 14:44:20.861824 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_161_32} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14568 | 2025.02.21 14:44:20.861860 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_161_40} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 160 rows starting from the beginning of the part | ||
| 14569 | 2025.02.21 14:44:20.861890 [ 254 ] {28a9e267-2933-4e77-adc9-27dcf2634ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14570 | 2025.02.21 14:44:20.862335 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_161_40} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 160 rows starting from the beginning of the part | ||
| 14571 | 2025.02.21 14:44:20.862392 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_161_32} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 14572 | 2025.02.21 14:44:20.862804 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_161_40} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 160 rows starting from the beginning of the part | ||
| 14573 | 2025.02.21 14:44:20.862996 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 14574 | 2025.02.21 14:44:20.863318 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_161_40} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 160 rows starting from the beginning of the part | ||
| 14575 | 2025.02.21 14:44:20.863769 [ 197 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_161_40} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 945 rows starting from the beginning of the part | ||
| 14576 | 2025.02.21 14:44:20.866062 [ 254 ] {28a9e267-2933-4e77-adc9-27dcf2634ad4} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14577 | 2025.02.21 14:44:20.866107 [ 254 ] {28a9e267-2933-4e77-adc9-27dcf2634ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14578 | 2025.02.21 14:44:20.867147 [ 254 ] {28a9e267-2933-4e77-adc9-27dcf2634ad4} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14579 | 2025.02.21 14:44:20.867466 [ 254 ] {28a9e267-2933-4e77-adc9-27dcf2634ad4} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14580 | 2025.02.21 14:44:20.867694 [ 254 ] {28a9e267-2933-4e77-adc9-27dcf2634ad4} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.006352 sec., 9130.982367758186 rows/sec., 16.36 MiB/sec. | ||
| 14581 | 2025.02.21 14:44:20.867822 [ 254 ] {28a9e267-2933-4e77-adc9-27dcf2634ad4} <Debug> TCPHandler: Processed in 0.006873196 sec. | ||
| 14582 | 2025.02.21 14:44:20.868018 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14583 | 2025.02.21 14:44:20.868227 [ 256 ] {802e9990-b249-45d3-9c0c-b59f68b59ac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14584 | 2025.02.21 14:44:20.868289 [ 256 ] {802e9990-b249-45d3-9c0c-b59f68b59ac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14585 | 2025.02.21 14:44:20.868995 [ 256 ] {802e9990-b249-45d3-9c0c-b59f68b59ac0} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14586 | 2025.02.21 14:44:20.869035 [ 256 ] {802e9990-b249-45d3-9c0c-b59f68b59ac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14587 | 2025.02.21 14:44:20.869570 [ 256 ] {802e9990-b249-45d3-9c0c-b59f68b59ac0} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 14588 | 2025.02.21 14:44:20.869890 [ 256 ] {802e9990-b249-45d3-9c0c-b59f68b59ac0} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14589 | 2025.02.21 14:44:20.870089 [ 78 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 14590 | 2025.02.21 14:44:20.870162 [ 78 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14591 | 2025.02.21 14:44:20.870177 [ 256 ] {802e9990-b249-45d3-9c0c-b59f68b59ac0} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001953 sec., 11264.720942140297 rows/sec., 783.55 KiB/sec. | ||
| 14592 | 2025.02.21 14:44:20.870245 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14593 | 2025.02.21 14:44:20.870339 [ 256 ] {802e9990-b249-45d3-9c0c-b59f68b59ac0} <Debug> TCPHandler: Processed in 0.002395432 sec. | ||
| 14594 | 2025.02.21 14:44:20.870463 [ 191 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 14595 | 2025.02.21 14:44:20.870577 [ 191 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14596 | 2025.02.21 14:44:20.870616 [ 191 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 8028 rows starting from the beginning of the part | ||
| 14597 | 2025.02.21 14:44:20.870674 [ 191 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 60 rows starting from the beginning of the part | ||
| 14598 | 2025.02.21 14:44:20.870929 [ 191 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 14599 | 2025.02.21 14:44:20.871149 [ 191 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 60 rows starting from the beginning of the part | ||
| 14600 | 2025.02.21 14:44:20.871392 [ 191 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 14601 | 2025.02.21 14:44:20.871615 [ 191 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 22 rows starting from the beginning of the part | ||
| 14602 | 2025.02.21 14:44:20.874885 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_161_40} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44155 rows, containing 5 columns (5 merged, 0 gathered) in 0.014259537 sec., 3096524.10172925 rows/sec., 212.19 MiB/sec. | ||
| 14603 | 2025.02.21 14:44:20.875252 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8290 rows, containing 4 columns (4 merged, 0 gathered) in 0.004893677 sec., 1694022.7154346313 rows/sec., 114.17 MiB/sec. | ||
| 14604 | 2025.02.21 14:44:20.875382 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_161_40} <Trace> MergedBlockOutputStream: filled checksums all_1_161_40 (state Temporary) | ||
| 14605 | 2025.02.21 14:44:20.875456 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 14606 | 2025.02.21 14:44:20.875926 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_161_40} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_161_40 to all_1_161_40 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14607 | 2025.02.21 14:44:20.875940 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_161_32} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14608 | 2025.02.21 14:44:20.876083 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_161_40} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 6 parts: [all_1_156_39, all_161_161_0] -> all_1_161_40 | ||
| 14609 | 2025.02.21 14:44:20.876093 [ 186 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_161_32} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 14610 | 2025.02.21 14:44:20.876319 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. | ||
| 14611 | 2025.02.21 14:44:20.876377 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 14612 | 2025.02.21 14:44:21.001158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 258.50 MiB, peak 279.65 MiB, free memory in arenas 0.00 B, will set to 261.17 MiB (RSS), difference: 2.67 MiB | ||
| 14613 | 2025.02.21 14:44:22.777190 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1934 | ||
| 14614 | 2025.02.21 14:44:22.780687 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14615 | 2025.02.21 14:44:22.780747 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14616 | 2025.02.21 14:44:22.782319 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14617 | 2025.02.21 14:44:22.782636 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14618 | 2025.02.21 14:44:22.783639 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1934 | ||
| 14619 | 2025.02.21 14:44:24.184605 [ 221 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): 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] | ||
| 14620 | 2025.02.21 14:44:24.184655 [ 221 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): 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] | ||
| 14621 | 2025.02.21 14:44:24.187075 [ 221 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): 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] | ||
| 14622 | 2025.02.21 14:44:24.202591 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14623 | 2025.02.21 14:44:24.202807 [ 254 ] {c7121c07-4d70-4af3-8856-461b4e0203b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14624 | 2025.02.21 14:44:24.202893 [ 254 ] {c7121c07-4d70-4af3-8856-461b4e0203b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14625 | 2025.02.21 14:44:24.203719 [ 254 ] {c7121c07-4d70-4af3-8856-461b4e0203b1} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14626 | 2025.02.21 14:44:24.203773 [ 254 ] {c7121c07-4d70-4af3-8856-461b4e0203b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14627 | 2025.02.21 14:44:24.204222 [ 254 ] {c7121c07-4d70-4af3-8856-461b4e0203b1} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 14628 | 2025.02.21 14:44:24.204505 [ 254 ] {c7121c07-4d70-4af3-8856-461b4e0203b1} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14629 | 2025.02.21 14:44:24.204756 [ 254 ] {c7121c07-4d70-4af3-8856-461b4e0203b1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002001 sec., 27986.006996501746 rows/sec., 2.14 MiB/sec. | ||
| 14630 | 2025.02.21 14:44:24.204921 [ 254 ] {c7121c07-4d70-4af3-8856-461b4e0203b1} <Debug> TCPHandler: Processed in 0.002472124 sec. | ||
| 14631 | 2025.02.21 14:44:24.205264 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14632 | 2025.02.21 14:44:24.205469 [ 256 ] {29f4efc2-4ee2-4073-bb04-58b6d323b30e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14633 | 2025.02.21 14:44:24.205539 [ 256 ] {29f4efc2-4ee2-4073-bb04-58b6d323b30e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14634 | 2025.02.21 14:44:24.206308 [ 256 ] {29f4efc2-4ee2-4073-bb04-58b6d323b30e} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14635 | 2025.02.21 14:44:24.206351 [ 256 ] {29f4efc2-4ee2-4073-bb04-58b6d323b30e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14636 | 2025.02.21 14:44:24.206784 [ 256 ] {29f4efc2-4ee2-4073-bb04-58b6d323b30e} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 14637 | 2025.02.21 14:44:24.207037 [ 256 ] {29f4efc2-4ee2-4073-bb04-58b6d323b30e} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14638 | 2025.02.21 14:44:24.207257 [ 256 ] {29f4efc2-4ee2-4073-bb04-58b6d323b30e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001841 sec., 34763.71537208039 rows/sec., 2.71 MiB/sec. | ||
| 14639 | 2025.02.21 14:44:24.207313 [ 256 ] {29f4efc2-4ee2-4073-bb04-58b6d323b30e} <Debug> TCPHandler: Processed in 0.002236217 sec. | ||
| 14640 | 2025.02.21 14:44:24.207484 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14641 | 2025.02.21 14:44:24.207636 [ 254 ] {099929f1-a088-414b-b90e-465ddd71763b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14642 | 2025.02.21 14:44:24.207703 [ 254 ] {099929f1-a088-414b-b90e-465ddd71763b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14643 | 2025.02.21 14:44:24.208333 [ 254 ] {099929f1-a088-414b-b90e-465ddd71763b} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14644 | 2025.02.21 14:44:24.208375 [ 254 ] {099929f1-a088-414b-b90e-465ddd71763b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14645 | 2025.02.21 14:44:24.208793 [ 254 ] {099929f1-a088-414b-b90e-465ddd71763b} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 14646 | 2025.02.21 14:44:24.209034 [ 254 ] {099929f1-a088-414b-b90e-465ddd71763b} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14647 | 2025.02.21 14:44:24.209241 [ 254 ] {099929f1-a088-414b-b90e-465ddd71763b} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001644 sec., 59610.70559610705 rows/sec., 4.16 MiB/sec. | ||
| 14648 | 2025.02.21 14:44:24.209300 [ 254 ] {099929f1-a088-414b-b90e-465ddd71763b} <Debug> TCPHandler: Processed in 0.001887596 sec. | ||
| 14649 | 2025.02.21 14:44:24.209476 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14650 | 2025.02.21 14:44:24.209617 [ 256 ] {dea5f409-9ce7-4328-8673-5a4e7fe1a600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14651 | 2025.02.21 14:44:24.209678 [ 256 ] {dea5f409-9ce7-4328-8673-5a4e7fe1a600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14652 | 2025.02.21 14:44:24.210234 [ 256 ] {dea5f409-9ce7-4328-8673-5a4e7fe1a600} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14653 | 2025.02.21 14:44:24.210273 [ 256 ] {dea5f409-9ce7-4328-8673-5a4e7fe1a600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14654 | 2025.02.21 14:44:24.210646 [ 256 ] {dea5f409-9ce7-4328-8673-5a4e7fe1a600} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 14655 | 2025.02.21 14:44:24.210901 [ 256 ] {dea5f409-9ce7-4328-8673-5a4e7fe1a600} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14656 | 2025.02.21 14:44:24.211135 [ 256 ] {dea5f409-9ce7-4328-8673-5a4e7fe1a600} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001548 sec., 24547.803617571062 rows/sec., 1.65 MiB/sec. | ||
| 14657 | 2025.02.21 14:44:24.211210 [ 256 ] {dea5f409-9ce7-4328-8673-5a4e7fe1a600} <Debug> TCPHandler: Processed in 0.001799523 sec. | ||
| 14658 | 2025.02.21 14:44:25.067528 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43554 | ||
| 14659 | 2025.02.21 14:44:25.068172 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14660 | 2025.02.21 14:44:25.068216 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14661 | 2025.02.21 14:44:25.068748 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 14662 | 2025.02.21 14:44:25.069010 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14663 | 2025.02.21 14:44:25.069261 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43554 | ||
| 14664 | 2025.02.21 14:44:26.167334 [ 152 ] {} <Debug> oximeter.measurements_i64 (b382b733-560b-450c-9ac9-a3f6c818add5) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 14665 | 2025.02.21 14:44:26.167435 [ 152 ] {} <Trace> oximeter.measurements_i64 (b382b733-560b-450c-9ac9-a3f6c818add5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14666 | 2025.02.21 14:44:26.167477 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14667 | 2025.02.21 14:44:26.167756 [ 189 ] {b382b733-560b-450c-9ac9-a3f6c818add5::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 | ||
| 14668 | 2025.02.21 14:44:26.167988 [ 189 ] {b382b733-560b-450c-9ac9-a3f6c818add5::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14669 | 2025.02.21 14:44:26.168044 [ 189 ] {b382b733-560b-450c-9ac9-a3f6c818add5::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 | ||
| 14670 | 2025.02.21 14:44:26.168146 [ 189 ] {b382b733-560b-450c-9ac9-a3f6c818add5::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 | ||
| 14671 | 2025.02.21 14:44:26.168254 [ 189 ] {b382b733-560b-450c-9ac9-a3f6c818add5::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 | ||
| 14672 | 2025.02.21 14:44:26.168452 [ 189 ] {b382b733-560b-450c-9ac9-a3f6c818add5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 9 rows starting from the beginning of the part | ||
| 14673 | 2025.02.21 14:44:26.168784 [ 189 ] {b382b733-560b-450c-9ac9-a3f6c818add5::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 | ||
| 14674 | 2025.02.21 14:44:26.170501 [ 189 ] {b382b733-560b-450c-9ac9-a3f6c818add5::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002920118 sec., 17465.04764533488 rows/sec., 1.24 MiB/sec. | ||
| 14675 | 2025.02.21 14:44:26.170631 [ 189 ] {b382b733-560b-450c-9ac9-a3f6c818add5::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 14676 | 2025.02.21 14:44:26.170913 [ 189 ] {b382b733-560b-450c-9ac9-a3f6c818add5::all_1_5_1} <Trace> oximeter.measurements_i64 (b382b733-560b-450c-9ac9-a3f6c818add5): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14677 | 2025.02.21 14:44:26.170990 [ 189 ] {b382b733-560b-450c-9ac9-a3f6c818add5::all_1_5_1} <Trace> oximeter.measurements_i64 (b382b733-560b-450c-9ac9-a3f6c818add5) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 14678 | 2025.02.21 14:44:26.171069 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14679 | 2025.02.21 14:44:26.468278 [ 219 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): 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] | ||
| 14680 | 2025.02.21 14:44:26.468318 [ 219 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): 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] | ||
| 14681 | 2025.02.21 14:44:26.470427 [ 219 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): 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] | ||
| 14682 | 2025.02.21 14:44:27.001154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.21 MiB, peak 279.65 MiB, free memory in arenas 0.00 B, will set to 261.17 MiB (RSS), difference: 3.96 MiB | ||
| 14683 | 2025.02.21 14:44:28.281461 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 717 | ||
| 14684 | 2025.02.21 14:44:28.303455 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14685 | 2025.02.21 14:44:28.303509 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14686 | 2025.02.21 14:44:28.311562 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 14687 | 2025.02.21 14:44:28.312353 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14688 | 2025.02.21 14:44:28.315249 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 717 | ||
| 14689 | 2025.02.21 14:44:29.205238 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14690 | 2025.02.21 14:44:29.205462 [ 254 ] {967060e3-90ca-47e1-ac3e-a24d63495fe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14691 | 2025.02.21 14:44:29.205546 [ 254 ] {967060e3-90ca-47e1-ac3e-a24d63495fe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14692 | 2025.02.21 14:44:29.206430 [ 254 ] {967060e3-90ca-47e1-ac3e-a24d63495fe0} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14693 | 2025.02.21 14:44:29.206480 [ 254 ] {967060e3-90ca-47e1-ac3e-a24d63495fe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14694 | 2025.02.21 14:44:29.206929 [ 254 ] {967060e3-90ca-47e1-ac3e-a24d63495fe0} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 14695 | 2025.02.21 14:44:29.207185 [ 254 ] {967060e3-90ca-47e1-ac3e-a24d63495fe0} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14696 | 2025.02.21 14:44:29.207439 [ 254 ] {967060e3-90ca-47e1-ac3e-a24d63495fe0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002035 sec., 27518.42751842752 rows/sec., 2.10 MiB/sec. | ||
| 14697 | 2025.02.21 14:44:29.207510 [ 254 ] {967060e3-90ca-47e1-ac3e-a24d63495fe0} <Debug> TCPHandler: Processed in 0.002463773 sec. | ||
| 14698 | 2025.02.21 14:44:29.207773 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14699 | 2025.02.21 14:44:29.207981 [ 256 ] {d38a2eb2-abf2-4dfa-8f71-b94535f7cd89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14700 | 2025.02.21 14:44:29.208058 [ 256 ] {d38a2eb2-abf2-4dfa-8f71-b94535f7cd89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14701 | 2025.02.21 14:44:29.208834 [ 256 ] {d38a2eb2-abf2-4dfa-8f71-b94535f7cd89} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14702 | 2025.02.21 14:44:29.208878 [ 256 ] {d38a2eb2-abf2-4dfa-8f71-b94535f7cd89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14703 | 2025.02.21 14:44:29.209311 [ 256 ] {d38a2eb2-abf2-4dfa-8f71-b94535f7cd89} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 14704 | 2025.02.21 14:44:29.209556 [ 256 ] {d38a2eb2-abf2-4dfa-8f71-b94535f7cd89} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14705 | 2025.02.21 14:44:29.209816 [ 256 ] {d38a2eb2-abf2-4dfa-8f71-b94535f7cd89} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001884 sec., 33970.27600849257 rows/sec., 2.65 MiB/sec. | ||
| 14706 | 2025.02.21 14:44:29.209905 [ 223 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 14707 | 2025.02.21 14:44:29.209906 [ 256 ] {d38a2eb2-abf2-4dfa-8f71-b94535f7cd89} <Debug> TCPHandler: Processed in 0.002270598 sec. | ||
| 14708 | 2025.02.21 14:44:29.209962 [ 223 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 14709 | 2025.02.21 14:44:29.210147 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14710 | 2025.02.21 14:44:29.210272 [ 254 ] {ac86ac3d-b264-47ba-9464-00aa945bf65a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14711 | 2025.02.21 14:44:29.210333 [ 254 ] {ac86ac3d-b264-47ba-9464-00aa945bf65a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14712 | 2025.02.21 14:44:29.211212 [ 254 ] {ac86ac3d-b264-47ba-9464-00aa945bf65a} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14713 | 2025.02.21 14:44:29.211253 [ 254 ] {ac86ac3d-b264-47ba-9464-00aa945bf65a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14714 | 2025.02.21 14:44:29.211779 [ 254 ] {ac86ac3d-b264-47ba-9464-00aa945bf65a} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 14715 | 2025.02.21 14:44:29.212089 [ 254 ] {ac86ac3d-b264-47ba-9464-00aa945bf65a} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14716 | 2025.02.21 14:44:29.212382 [ 254 ] {ac86ac3d-b264-47ba-9464-00aa945bf65a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002138 sec., 74836.29560336763 rows/sec., 5.21 MiB/sec. | ||
| 14717 | 2025.02.21 14:44:29.212445 [ 254 ] {ac86ac3d-b264-47ba-9464-00aa945bf65a} <Debug> TCPHandler: Processed in 0.002366211 sec. | ||
| 14718 | 2025.02.21 14:44:29.212620 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14719 | 2025.02.21 14:44:29.212663 [ 223 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 14720 | 2025.02.21 14:44:29.212917 [ 256 ] {8658d922-6587-426c-8c23-7be0d031d14b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14721 | 2025.02.21 14:44:29.212985 [ 256 ] {8658d922-6587-426c-8c23-7be0d031d14b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14722 | 2025.02.21 14:44:29.214250 [ 256 ] {8658d922-6587-426c-8c23-7be0d031d14b} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14723 | 2025.02.21 14:44:29.214289 [ 256 ] {8658d922-6587-426c-8c23-7be0d031d14b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14724 | 2025.02.21 14:44:29.214665 [ 256 ] {8658d922-6587-426c-8c23-7be0d031d14b} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 14725 | 2025.02.21 14:44:29.214899 [ 256 ] {8658d922-6587-426c-8c23-7be0d031d14b} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14726 | 2025.02.21 14:44:29.215117 [ 256 ] {8658d922-6587-426c-8c23-7be0d031d14b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002308 sec., 25996.53379549393 rows/sec., 1.75 MiB/sec. | ||
| 14727 | 2025.02.21 14:44:29.215166 [ 256 ] {8658d922-6587-426c-8c23-7be0d031d14b} <Debug> TCPHandler: Processed in 0.002618798 sec. | ||
| 14728 | 2025.02.21 14:44:30.009691 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 14729 | 2025.02.21 14:44:30.009743 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 14730 | 2025.02.21 14:44:30.011605 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 14731 | 2025.02.21 14:44:30.041303 [ 219 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 14732 | 2025.02.21 14:44:30.041356 [ 219 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 14733 | 2025.02.21 14:44:30.043411 [ 219 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 14734 | 2025.02.21 14:44:30.854972 [ 222 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 14735 | 2025.02.21 14:44:30.855058 [ 222 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 14736 | 2025.02.21 14:44:30.857285 [ 222 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 14737 | 2025.02.21 14:44:31.626861 [ 161 ] {} <Debug> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Selected 5 parts from all_1_65_14 to all_69_69_0 | ||
| 14738 | 2025.02.21 14:44:31.626955 [ 161 ] {} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14739 | 2025.02.21 14:44:31.626997 [ 161 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
| 14740 | 2025.02.21 14:44:31.627324 [ 193 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::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 | ||
| 14741 | 2025.02.21 14:44:31.627795 [ 193 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_69_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14742 | 2025.02.21 14:44:31.627842 [ 193 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_14, total 79 rows starting from the beginning of the part | ||
| 14743 | 2025.02.21 14:44:31.627943 [ 193 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 81 rows starting from the beginning of the part | ||
| 14744 | 2025.02.21 14:44:31.628203 [ 193 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 55 rows starting from the beginning of the part | ||
| 14745 | 2025.02.21 14:44:31.628433 [ 193 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 58 rows starting from the beginning of the part | ||
| 14746 | 2025.02.21 14:44:31.628693 [ 193 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 72 rows starting from the beginning of the part | ||
| 14747 | 2025.02.21 14:44:31.629965 [ 186 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_69_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 345 rows, containing 5 columns (5 merged, 0 gathered) in 0.002849736 sec., 121063.84591414784 rows/sec., 9.35 MiB/sec. | ||
| 14748 | 2025.02.21 14:44:31.630177 [ 200 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_69_15} <Trace> MergedBlockOutputStream: filled checksums all_1_69_15 (state Temporary) | ||
| 14749 | 2025.02.21 14:44:31.630478 [ 200 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_69_15} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_merge_all_1_69_15 to all_1_69_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14750 | 2025.02.21 14:44:31.630560 [ 200 ] {7b610e3e-fab5-4c7a-a405-d6259298c1c3::all_1_69_15} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3) (MergerMutator): Merged 5 parts: [all_1_65_14, all_69_69_0] -> all_1_69_15 | ||
| 14751 | 2025.02.21 14:44:31.630647 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 14752 | 2025.02.21 14:44:32.237894 [ 161 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14753 | 2025.02.21 14:44:32.237959 [ 161 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14754 | 2025.02.21 14:44:32.570298 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43981 | ||
| 14755 | 2025.02.21 14:44:32.570901 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14756 | 2025.02.21 14:44:32.570945 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14757 | 2025.02.21 14:44:32.571474 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 14758 | 2025.02.21 14:44:32.571750 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14759 | 2025.02.21 14:44:32.571971 [ 116 ] {} <Debug> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 14760 | 2025.02.21 14:44:32.572076 [ 116 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14761 | 2025.02.21 14:44:32.572148 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14762 | 2025.02.21 14:44:32.572238 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43981 | ||
| 14763 | 2025.02.21 14:44:32.572755 [ 190 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 14764 | 2025.02.21 14:44:32.573004 [ 190 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14765 | 2025.02.21 14:44:32.573078 [ 190 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 14766 | 2025.02.21 14:44:32.573262 [ 190 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 14767 | 2025.02.21 14:44:32.573464 [ 190 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 14768 | 2025.02.21 14:44:32.573615 [ 190 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 14769 | 2025.02.21 14:44:32.573832 [ 190 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 14770 | 2025.02.21 14:44:32.573911 [ 190 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::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 | ||
| 14771 | 2025.02.21 14:44:32.577273 [ 186 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43981 rows, containing 4 columns (4 merged, 0 gathered) in 0.004932258 sec., 8917011.235016497 rows/sec., 127.56 MiB/sec. | ||
| 14772 | 2025.02.21 14:44:32.577596 [ 198 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 14773 | 2025.02.21 14:44:32.577956 [ 198 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_96_19} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14774 | 2025.02.21 14:44:32.578055 [ 198 ] {3319735e-9b6e-40c6-a3f0-02e394c8d620::all_1_96_19} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 14775 | 2025.02.21 14:44:32.578162 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. | ||
| 14776 | 2025.02.21 14:44:32.784803 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1950 | ||
| 14777 | 2025.02.21 14:44:32.787676 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14778 | 2025.02.21 14:44:32.787726 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14779 | 2025.02.21 14:44:32.789271 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14780 | 2025.02.21 14:44:32.789576 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14781 | 2025.02.21 14:44:32.789806 [ 116 ] {} <Debug> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14782 | 2025.02.21 14:44:32.789911 [ 116 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14783 | 2025.02.21 14:44:32.789974 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14784 | 2025.02.21 14:44:32.790324 [ 186 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 14785 | 2025.02.21 14:44:32.791044 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1950 | ||
| 14786 | 2025.02.21 14:44:32.791526 [ 186 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14787 | 2025.02.21 14:44:32.791714 [ 186 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1812 rows starting from the beginning of the part | ||
| 14788 | 2025.02.21 14:44:32.792387 [ 186 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 44 rows starting from the beginning of the part | ||
| 14789 | 2025.02.21 14:44:32.793037 [ 186 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 14790 | 2025.02.21 14:44:32.793666 [ 186 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 20 rows starting from the beginning of the part | ||
| 14791 | 2025.02.21 14:44:32.794401 [ 186 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 42 rows starting from the beginning of the part | ||
| 14792 | 2025.02.21 14:44:32.795152 [ 186 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::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 | ||
| 14793 | 2025.02.21 14:44:32.805110 [ 196 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 72 columns (72 merged, 0 gathered) in 0.015005929 sec., 129948.6356359543 rows/sec., 97.98 MiB/sec. | ||
| 14794 | 2025.02.21 14:44:32.807658 [ 196 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14795 | 2025.02.21 14:44:32.808515 [ 196 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_71_14} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14796 | 2025.02.21 14:44:32.808617 [ 196 ] {6ac82c86-ee13-48db-9d84-3b733d4712d6::all_1_71_14} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14797 | 2025.02.21 14:44:32.809016 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.01 MiB. | ||
| 14798 | 2025.02.21 14:44:33.004347 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00301038 sec. | ||
| 14799 | 2025.02.21 14:44:33.185052 [ 116 ] {} <Debug> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 14800 | 2025.02.21 14:44:33.185117 [ 116 ] {} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14801 | 2025.02.21 14:44:33.185155 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14802 | 2025.02.21 14:44:33.185361 [ 225 ] {} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): 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] | ||
| 14803 | 2025.02.21 14:44:33.185454 [ 198 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::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 | ||
| 14804 | 2025.02.21 14:44:33.185471 [ 225 ] {} <Debug> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): 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] | ||
| 14805 | 2025.02.21 14:44:33.185805 [ 198 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14806 | 2025.02.21 14:44:33.185933 [ 198 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 254 rows starting from the beginning of the part | ||
| 14807 | 2025.02.21 14:44:33.186115 [ 198 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 252 rows starting from the beginning of the part | ||
| 14808 | 2025.02.21 14:44:33.186223 [ 198 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 252 rows starting from the beginning of the part | ||
| 14809 | 2025.02.21 14:44:33.186525 [ 198 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 252 rows starting from the beginning of the part | ||
| 14810 | 2025.02.21 14:44:33.186642 [ 198 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 252 rows starting from the beginning of the part | ||
| 14811 | 2025.02.21 14:44:33.189290 [ 187 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1262 rows, containing 5 columns (5 merged, 0 gathered) in 0.00402587 sec., 313472.6158569452 rows/sec., 22.87 MiB/sec. | ||
| 14812 | 2025.02.21 14:44:33.189494 [ 225 ] {} <Debug> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): 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] | ||
| 14813 | 2025.02.21 14:44:33.189505 [ 187 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 14814 | 2025.02.21 14:44:33.190107 [ 187 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_25_6} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14815 | 2025.02.21 14:44:33.190190 [ 187 ] {d3cb9e2d-98b4-4032-9e3a-af2caa61d197::all_1_25_6} <Trace> oximeter.fields_u32 (d3cb9e2d-98b4-4032-9e3a-af2caa61d197) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 14816 | 2025.02.21 14:44:33.190267 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 14817 | 2025.02.21 14:44:34.208060 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14818 | 2025.02.21 14:44:34.208276 [ 254 ] {d9636b0d-5ca7-4991-8ace-aafc10e9c069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14819 | 2025.02.21 14:44:34.208350 [ 254 ] {d9636b0d-5ca7-4991-8ace-aafc10e9c069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14820 | 2025.02.21 14:44:34.209309 [ 254 ] {d9636b0d-5ca7-4991-8ace-aafc10e9c069} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14821 | 2025.02.21 14:44:34.209360 [ 254 ] {d9636b0d-5ca7-4991-8ace-aafc10e9c069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14822 | 2025.02.21 14:44:34.209840 [ 254 ] {d9636b0d-5ca7-4991-8ace-aafc10e9c069} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 14823 | 2025.02.21 14:44:34.210100 [ 254 ] {d9636b0d-5ca7-4991-8ace-aafc10e9c069} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14824 | 2025.02.21 14:44:34.210313 [ 254 ] {d9636b0d-5ca7-4991-8ace-aafc10e9c069} <Debug> executeQuery: Read 172 rows, 15.40 KiB in 0.002098 sec., 81982.84080076263 rows/sec., 7.17 MiB/sec. | ||
| 14825 | 2025.02.21 14:44:34.210384 [ 254 ] {d9636b0d-5ca7-4991-8ace-aafc10e9c069} <Debug> TCPHandler: Processed in 0.002462914 sec. | ||
| 14826 | 2025.02.21 14:44:34.210640 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14827 | 2025.02.21 14:44:34.210847 [ 256 ] {d1e05525-ac06-4ef2-abea-b6390e1d5fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14828 | 2025.02.21 14:44:34.210922 [ 256 ] {d1e05525-ac06-4ef2-abea-b6390e1d5fb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14829 | 2025.02.21 14:44:34.211727 [ 256 ] {d1e05525-ac06-4ef2-abea-b6390e1d5fb9} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14830 | 2025.02.21 14:44:34.211770 [ 256 ] {d1e05525-ac06-4ef2-abea-b6390e1d5fb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14831 | 2025.02.21 14:44:34.212189 [ 256 ] {d1e05525-ac06-4ef2-abea-b6390e1d5fb9} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14832 | 2025.02.21 14:44:34.212452 [ 256 ] {d1e05525-ac06-4ef2-abea-b6390e1d5fb9} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14833 | 2025.02.21 14:44:34.212669 [ 256 ] {d1e05525-ac06-4ef2-abea-b6390e1d5fb9} <Debug> executeQuery: Read 58 rows, 4.36 KiB in 0.001882 sec., 30818.2784272051 rows/sec., 2.26 MiB/sec. | ||
| 14834 | 2025.02.21 14:44:34.212724 [ 256 ] {d1e05525-ac06-4ef2-abea-b6390e1d5fb9} <Debug> TCPHandler: Processed in 0.002221436 sec. | ||
| 14835 | 2025.02.21 14:44:34.212896 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14836 | 2025.02.21 14:44:34.213044 [ 254 ] {abe92f7c-6a7e-4a24-8d5f-95974c4d74df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14837 | 2025.02.21 14:44:34.213106 [ 254 ] {abe92f7c-6a7e-4a24-8d5f-95974c4d74df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14838 | 2025.02.21 14:44:34.213788 [ 254 ] {abe92f7c-6a7e-4a24-8d5f-95974c4d74df} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14839 | 2025.02.21 14:44:34.213827 [ 254 ] {abe92f7c-6a7e-4a24-8d5f-95974c4d74df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14840 | 2025.02.21 14:44:34.214224 [ 254 ] {abe92f7c-6a7e-4a24-8d5f-95974c4d74df} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 14841 | 2025.02.21 14:44:34.214468 [ 254 ] {abe92f7c-6a7e-4a24-8d5f-95974c4d74df} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14842 | 2025.02.21 14:44:34.214649 [ 254 ] {abe92f7c-6a7e-4a24-8d5f-95974c4d74df} <Debug> executeQuery: Read 122 rows, 9.76 KiB in 0.001641 sec., 74344.91163924435 rows/sec., 5.81 MiB/sec. | ||
| 14843 | 2025.02.21 14:44:34.214721 [ 254 ] {abe92f7c-6a7e-4a24-8d5f-95974c4d74df} <Debug> TCPHandler: Processed in 0.001894787 sec. | ||
| 14844 | 2025.02.21 14:44:34.214933 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14845 | 2025.02.21 14:44:34.215137 [ 256 ] {603b3c0b-3478-4182-9650-13c134e97319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14846 | 2025.02.21 14:44:34.215201 [ 256 ] {603b3c0b-3478-4182-9650-13c134e97319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14847 | 2025.02.21 14:44:34.215798 [ 256 ] {603b3c0b-3478-4182-9650-13c134e97319} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14848 | 2025.02.21 14:44:34.215836 [ 256 ] {603b3c0b-3478-4182-9650-13c134e97319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14849 | 2025.02.21 14:44:34.216237 [ 256 ] {603b3c0b-3478-4182-9650-13c134e97319} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 14850 | 2025.02.21 14:44:34.216468 [ 256 ] {603b3c0b-3478-4182-9650-13c134e97319} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14851 | 2025.02.21 14:44:34.216710 [ 256 ] {603b3c0b-3478-4182-9650-13c134e97319} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001597 sec., 100187.85222291798 rows/sec., 6.98 MiB/sec. | ||
| 14852 | 2025.02.21 14:44:34.216770 [ 256 ] {603b3c0b-3478-4182-9650-13c134e97319} <Debug> TCPHandler: Processed in 0.001959948 sec. | ||
| 14853 | 2025.02.21 14:44:34.216948 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14854 | 2025.02.21 14:44:34.217295 [ 254 ] {4d82e36e-d237-46f2-8a09-6eb2c9a88270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14855 | 2025.02.21 14:44:34.217592 [ 254 ] {4d82e36e-d237-46f2-8a09-6eb2c9a88270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14856 | 2025.02.21 14:44:34.219012 [ 254 ] {4d82e36e-d237-46f2-8a09-6eb2c9a88270} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14857 | 2025.02.21 14:44:34.219052 [ 254 ] {4d82e36e-d237-46f2-8a09-6eb2c9a88270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14858 | 2025.02.21 14:44:34.219813 [ 254 ] {4d82e36e-d237-46f2-8a09-6eb2c9a88270} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14859 | 2025.02.21 14:44:34.220094 [ 254 ] {4d82e36e-d237-46f2-8a09-6eb2c9a88270} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14860 | 2025.02.21 14:44:34.220303 [ 254 ] {4d82e36e-d237-46f2-8a09-6eb2c9a88270} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.00313 sec., 18530.35143769968 rows/sec., 33.21 MiB/sec. | ||
| 14861 | 2025.02.21 14:44:34.220430 [ 254 ] {4d82e36e-d237-46f2-8a09-6eb2c9a88270} <Debug> TCPHandler: Processed in 0.003566097 sec. | ||
| 14862 | 2025.02.21 14:44:34.220663 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14863 | 2025.02.21 14:44:34.220885 [ 256 ] {99317d6a-c5b6-41e3-8341-48f532c1a1c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14864 | 2025.02.21 14:44:34.220979 [ 256 ] {99317d6a-c5b6-41e3-8341-48f532c1a1c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14865 | 2025.02.21 14:44:34.221638 [ 256 ] {99317d6a-c5b6-41e3-8341-48f532c1a1c1} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14866 | 2025.02.21 14:44:34.221677 [ 256 ] {99317d6a-c5b6-41e3-8341-48f532c1a1c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14867 | 2025.02.21 14:44:34.222042 [ 256 ] {99317d6a-c5b6-41e3-8341-48f532c1a1c1} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 14868 | 2025.02.21 14:44:34.222273 [ 256 ] {99317d6a-c5b6-41e3-8341-48f532c1a1c1} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14869 | 2025.02.21 14:44:34.222482 [ 256 ] {99317d6a-c5b6-41e3-8341-48f532c1a1c1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001653 sec., 36297.640653357535 rows/sec., 2.45 MiB/sec. | ||
| 14870 | 2025.02.21 14:44:34.222533 [ 256 ] {99317d6a-c5b6-41e3-8341-48f532c1a1c1} <Debug> TCPHandler: Processed in 0.00198038 sec. | ||
| 14871 | 2025.02.21 14:44:35.816218 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 724 | ||
| 14872 | 2025.02.21 14:44:35.839990 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14873 | 2025.02.21 14:44:35.840047 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14874 | 2025.02.21 14:44:35.847691 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 14875 | 2025.02.21 14:44:35.848539 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14876 | 2025.02.21 14:44:35.848823 [ 97 ] {} <Debug> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 14877 | 2025.02.21 14:44:35.848889 [ 97 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14878 | 2025.02.21 14:44:35.848933 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14879 | 2025.02.21 14:44:35.849710 [ 196 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 14880 | 2025.02.21 14:44:35.859579 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 724 | ||
| 14881 | 2025.02.21 14:44:35.860691 [ 196 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14882 | 2025.02.21 14:44:35.861619 [ 196 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 14883 | 2025.02.21 14:44:35.866420 [ 196 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 14884 | 2025.02.21 14:44:35.871164 [ 196 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 14885 | 2025.02.21 14:44:35.876604 [ 196 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 14886 | 2025.02.21 14:44:35.882384 [ 196 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 14887 | 2025.02.21 14:44:35.888084 [ 196 ] {93707c87-e619-4cc2-a6ff-3199996959d2::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 | ||
| 14888 | 2025.02.21 14:44:35.951996 [ 187 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 724 rows, containing 679 columns (679 merged, 0 gathered) in 0.10292224 sec., 7034.436871953039 rows/sec., 36.37 MiB/sec. | ||
| 14889 | 2025.02.21 14:44:35.955880 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 14890 | 2025.02.21 14:44:35.959130 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_96_19} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14891 | 2025.02.21 14:44:35.959259 [ 191 ] {93707c87-e619-4cc2-a6ff-3199996959d2::all_1_96_19} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 14892 | 2025.02.21 14:44:35.962238 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 14893 | 2025.02.21 14:44:36.001144 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.24 MiB, peak 279.65 MiB, free memory in arenas 0.00 B, will set to 261.17 MiB (RSS), difference: -1.07 MiB | ||
| 14894 | 2025.02.21 14:44:39.205328 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14895 | 2025.02.21 14:44:39.205536 [ 254 ] {723f04ad-0c97-4108-87b8-de2c3ce235d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14896 | 2025.02.21 14:44:39.205608 [ 254 ] {723f04ad-0c97-4108-87b8-de2c3ce235d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14897 | 2025.02.21 14:44:39.206415 [ 254 ] {723f04ad-0c97-4108-87b8-de2c3ce235d7} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14898 | 2025.02.21 14:44:39.206461 [ 254 ] {723f04ad-0c97-4108-87b8-de2c3ce235d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14899 | 2025.02.21 14:44:39.206912 [ 254 ] {723f04ad-0c97-4108-87b8-de2c3ce235d7} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 14900 | 2025.02.21 14:44:39.207164 [ 254 ] {723f04ad-0c97-4108-87b8-de2c3ce235d7} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14901 | 2025.02.21 14:44:39.207366 [ 254 ] {723f04ad-0c97-4108-87b8-de2c3ce235d7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001883 sec., 29739.776951672862 rows/sec., 2.27 MiB/sec. | ||
| 14902 | 2025.02.21 14:44:39.207436 [ 254 ] {723f04ad-0c97-4108-87b8-de2c3ce235d7} <Debug> TCPHandler: Processed in 0.002237327 sec. | ||
| 14903 | 2025.02.21 14:44:39.207769 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14904 | 2025.02.21 14:44:39.208076 [ 256 ] {4e2ff715-79e8-4cb5-8763-03602a6727a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14905 | 2025.02.21 14:44:39.208193 [ 256 ] {4e2ff715-79e8-4cb5-8763-03602a6727a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14906 | 2025.02.21 14:44:39.209078 [ 256 ] {4e2ff715-79e8-4cb5-8763-03602a6727a3} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14907 | 2025.02.21 14:44:39.209125 [ 256 ] {4e2ff715-79e8-4cb5-8763-03602a6727a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14908 | 2025.02.21 14:44:39.209570 [ 256 ] {4e2ff715-79e8-4cb5-8763-03602a6727a3} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 14909 | 2025.02.21 14:44:39.209822 [ 256 ] {4e2ff715-79e8-4cb5-8763-03602a6727a3} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14910 | 2025.02.21 14:44:39.210060 [ 256 ] {4e2ff715-79e8-4cb5-8763-03602a6727a3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002069 sec., 30932.817786370226 rows/sec., 2.41 MiB/sec. | ||
| 14911 | 2025.02.21 14:44:39.210118 [ 256 ] {4e2ff715-79e8-4cb5-8763-03602a6727a3} <Debug> TCPHandler: Processed in 0.002538856 sec. | ||
| 14912 | 2025.02.21 14:44:39.210270 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14913 | 2025.02.21 14:44:39.210421 [ 254 ] {766edc29-003b-46ca-8849-f909f5307013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14914 | 2025.02.21 14:44:39.210489 [ 254 ] {766edc29-003b-46ca-8849-f909f5307013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14915 | 2025.02.21 14:44:39.211190 [ 254 ] {766edc29-003b-46ca-8849-f909f5307013} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14916 | 2025.02.21 14:44:39.211238 [ 254 ] {766edc29-003b-46ca-8849-f909f5307013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14917 | 2025.02.21 14:44:39.211675 [ 254 ] {766edc29-003b-46ca-8849-f909f5307013} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 14918 | 2025.02.21 14:44:39.211917 [ 254 ] {766edc29-003b-46ca-8849-f909f5307013} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14919 | 2025.02.21 14:44:39.212164 [ 254 ] {766edc29-003b-46ca-8849-f909f5307013} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001775 sec., 90140.84507042253 rows/sec., 6.28 MiB/sec. | ||
| 14920 | 2025.02.21 14:44:39.212226 [ 254 ] {766edc29-003b-46ca-8849-f909f5307013} <Debug> TCPHandler: Processed in 0.002022791 sec. | ||
| 14921 | 2025.02.21 14:44:39.212406 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14922 | 2025.02.21 14:44:39.212847 [ 256 ] {225f1049-4b24-41eb-9df9-ed89a2ea7cb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14923 | 2025.02.21 14:44:39.212966 [ 256 ] {225f1049-4b24-41eb-9df9-ed89a2ea7cb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14924 | 2025.02.21 14:44:39.213702 [ 256 ] {225f1049-4b24-41eb-9df9-ed89a2ea7cb9} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14925 | 2025.02.21 14:44:39.213743 [ 256 ] {225f1049-4b24-41eb-9df9-ed89a2ea7cb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14926 | 2025.02.21 14:44:39.214135 [ 256 ] {225f1049-4b24-41eb-9df9-ed89a2ea7cb9} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 14927 | 2025.02.21 14:44:39.214373 [ 256 ] {225f1049-4b24-41eb-9df9-ed89a2ea7cb9} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14928 | 2025.02.21 14:44:39.214590 [ 256 ] {225f1049-4b24-41eb-9df9-ed89a2ea7cb9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001899 sec., 31595.5766192733 rows/sec., 2.13 MiB/sec. | ||
| 14929 | 2025.02.21 14:44:39.214640 [ 256 ] {225f1049-4b24-41eb-9df9-ed89a2ea7cb9} <Debug> TCPHandler: Processed in 0.002318429 sec. | ||
| 14930 | 2025.02.21 14:44:40.073306 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44469 | ||
| 14931 | 2025.02.21 14:44:40.074011 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14932 | 2025.02.21 14:44:40.074059 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14933 | 2025.02.21 14:44:40.074612 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14934 | 2025.02.21 14:44:40.074880 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14935 | 2025.02.21 14:44:40.075209 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44469 | ||
| 14936 | 2025.02.21 14:44:42.792067 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1970 | ||
| 14937 | 2025.02.21 14:44:42.795014 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14938 | 2025.02.21 14:44:42.795065 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14939 | 2025.02.21 14:44:42.796602 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14940 | 2025.02.21 14:44:42.796951 [ 242 ] {} <Trace> system.query_log (6ac82c86-ee13-48db-9d84-3b733d4712d6): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14941 | 2025.02.21 14:44:42.799118 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1970 | ||
| 14942 | 2025.02.21 14:44:43.360557 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 732 | ||
| 14943 | 2025.02.21 14:44:43.383658 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14944 | 2025.02.21 14:44:43.383716 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14945 | 2025.02.21 14:44:43.391319 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14946 | 2025.02.21 14:44:43.392131 [ 244 ] {} <Trace> system.metric_log (93707c87-e619-4cc2-a6ff-3199996959d2): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14947 | 2025.02.21 14:44:43.397510 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 732 | ||
| 14948 | 2025.02.21 14:44:44.207524 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14949 | 2025.02.21 14:44:44.207734 [ 254 ] {81bae562-45c6-4545-9539-8848a368b06e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14950 | 2025.02.21 14:44:44.207817 [ 254 ] {81bae562-45c6-4545-9539-8848a368b06e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14951 | 2025.02.21 14:44:44.208787 [ 254 ] {81bae562-45c6-4545-9539-8848a368b06e} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14952 | 2025.02.21 14:44:44.208835 [ 254 ] {81bae562-45c6-4545-9539-8848a368b06e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14953 | 2025.02.21 14:44:44.209300 [ 254 ] {81bae562-45c6-4545-9539-8848a368b06e} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 14954 | 2025.02.21 14:44:44.209564 [ 254 ] {81bae562-45c6-4545-9539-8848a368b06e} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14955 | 2025.02.21 14:44:44.209784 [ 45 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 14956 | 2025.02.21 14:44:44.209812 [ 254 ] {81bae562-45c6-4545-9539-8848a368b06e} <Debug> executeQuery: Read 172 rows, 15.40 KiB in 0.002137 sec., 80486.66354702854 rows/sec., 7.04 MiB/sec. | ||
| 14957 | 2025.02.21 14:44:44.209867 [ 45 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14958 | 2025.02.21 14:44:44.209947 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14959 | 2025.02.21 14:44:44.209957 [ 254 ] {81bae562-45c6-4545-9539-8848a368b06e} <Debug> TCPHandler: Processed in 0.002571097 sec. | ||
| 14960 | 2025.02.21 14:44:44.210276 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 14961 | 2025.02.21 14:44:44.210316 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14962 | 2025.02.21 14:44:44.210731 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14963 | 2025.02.21 14:44:44.210860 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 1443 rows starting from the beginning of the part | ||
| 14964 | 2025.02.21 14:44:44.211072 [ 256 ] {bfa77443-6c29-416c-a348-a38327d87017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14965 | 2025.02.21 14:44:44.211245 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 14966 | 2025.02.21 14:44:44.211344 [ 256 ] {bfa77443-6c29-416c-a348-a38327d87017} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14967 | 2025.02.21 14:44:44.211667 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 14968 | 2025.02.21 14:44:44.211991 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 172 rows starting from the beginning of the part | ||
| 14969 | 2025.02.21 14:44:44.212393 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::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 | ||
| 14970 | 2025.02.21 14:44:44.212808 [ 197 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 172 rows starting from the beginning of the part | ||
| 14971 | 2025.02.21 14:44:44.215854 [ 256 ] {bfa77443-6c29-416c-a348-a38327d87017} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14972 | 2025.02.21 14:44:44.215930 [ 256 ] {bfa77443-6c29-416c-a348-a38327d87017} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14973 | 2025.02.21 14:44:44.216796 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.006747532 sec., 289735.5655371475 rows/sec., 25.38 MiB/sec. | ||
| 14974 | 2025.02.21 14:44:44.216812 [ 256 ] {bfa77443-6c29-416c-a348-a38327d87017} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14975 | 2025.02.21 14:44:44.217198 [ 256 ] {bfa77443-6c29-416c-a348-a38327d87017} <Trace> oximeter.fields_u16 (7b610e3e-fab5-4c7a-a405-d6259298c1c3): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14976 | 2025.02.21 14:44:44.217310 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 14977 | 2025.02.21 14:44:44.217718 [ 256 ] {bfa77443-6c29-416c-a348-a38327d87017} <Debug> executeQuery: Read 58 rows, 4.36 KiB in 0.006959 sec., 8334.530823394165 rows/sec., 626.72 KiB/sec. | ||
| 14978 | 2025.02.21 14:44:44.217867 [ 256 ] {bfa77443-6c29-416c-a348-a38327d87017} <Debug> TCPHandler: Processed in 0.007748462 sec. | ||
| 14979 | 2025.02.21 14:44:44.218099 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14980 | 2025.02.21 14:44:44.218119 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_166_33} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14981 | 2025.02.21 14:44:44.218261 [ 187 ] {f9d52263-d146-4b7a-abfd-70fd0c36e423::all_1_166_33} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 14982 | 2025.02.21 14:44:44.218297 [ 254 ] {de05ccbd-ac63-41cd-abd9-8a9f20bad7dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14983 | 2025.02.21 14:44:44.218410 [ 254 ] {de05ccbd-ac63-41cd-abd9-8a9f20bad7dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14984 | 2025.02.21 14:44:44.218417 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 14985 | 2025.02.21 14:44:44.219142 [ 254 ] {de05ccbd-ac63-41cd-abd9-8a9f20bad7dd} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14986 | 2025.02.21 14:44:44.219189 [ 254 ] {de05ccbd-ac63-41cd-abd9-8a9f20bad7dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14987 | 2025.02.21 14:44:44.219577 [ 254 ] {de05ccbd-ac63-41cd-abd9-8a9f20bad7dd} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 14988 | 2025.02.21 14:44:44.219814 [ 254 ] {de05ccbd-ac63-41cd-abd9-8a9f20bad7dd} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14989 | 2025.02.21 14:44:44.219992 [ 45 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 14990 | 2025.02.21 14:44:44.220052 [ 45 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14991 | 2025.02.21 14:44:44.220070 [ 254 ] {de05ccbd-ac63-41cd-abd9-8a9f20bad7dd} <Debug> executeQuery: Read 122 rows, 9.76 KiB in 0.001815 sec., 67217.63085399449 rows/sec., 5.25 MiB/sec. | ||
| 14992 | 2025.02.21 14:44:44.220100 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 14993 | 2025.02.21 14:44:44.220235 [ 254 ] {de05ccbd-ac63-41cd-abd9-8a9f20bad7dd} <Debug> TCPHandler: Processed in 0.002215166 sec. | ||
| 14994 | 2025.02.21 14:44:44.220361 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 14995 | 2025.02.21 14:44:44.220444 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14996 | 2025.02.21 14:44:44.220560 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14997 | 2025.02.21 14:44:44.220643 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 653 rows starting from the beginning of the part | ||
| 14998 | 2025.02.21 14:44:44.220677 [ 256 ] {0759fe37-de30-4b7c-bf38-cef859052e99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14999 | 2025.02.21 14:44:44.220894 [ 256 ] {0759fe37-de30-4b7c-bf38-cef859052e99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15000 | 2025.02.21 14:44:44.220920 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 15001 | 2025.02.21 14:44:44.221342 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 15002 | 2025.02.21 14:44:44.221719 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 122 rows starting from the beginning of the part | ||
| 15003 | 2025.02.21 14:44:44.222018 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::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 | ||
| 15004 | 2025.02.21 14:44:44.222390 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 122 rows starting from the beginning of the part | ||
| 15005 | 2025.02.21 14:44:44.223862 [ 256 ] {0759fe37-de30-4b7c-bf38-cef859052e99} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15006 | 2025.02.21 14:44:44.223944 [ 256 ] {0759fe37-de30-4b7c-bf38-cef859052e99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 15007 | 2025.02.21 14:44:44.225068 [ 256 ] {0759fe37-de30-4b7c-bf38-cef859052e99} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 15008 | 2025.02.21 14:44:44.225600 [ 256 ] {0759fe37-de30-4b7c-bf38-cef859052e99} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15009 | 2025.02.21 14:44:44.225616 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1089 rows, containing 5 columns (5 merged, 0 gathered) in 0.005373121 sec., 202675.50274784432 rows/sec., 16.28 MiB/sec. | ||
| 15010 | 2025.02.21 14:44:44.225871 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 2 parts from all_1_161_40 to all_162_162_0 | ||
| 15011 | 2025.02.21 14:44:44.225896 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 15012 | 2025.02.21 14:44:44.225973 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15013 | 2025.02.21 14:44:44.226101 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 15014 | 2025.02.21 14:44:44.226122 [ 256 ] {0759fe37-de30-4b7c-bf38-cef859052e99} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005494 sec., 29122.67928649436 rows/sec., 2.03 MiB/sec. | ||
| 15015 | 2025.02.21 14:44:44.226456 [ 256 ] {0759fe37-de30-4b7c-bf38-cef859052e99} <Debug> TCPHandler: Processed in 0.006081942 sec. | ||
| 15016 | 2025.02.21 14:44:44.226457 [ 195 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_162_41} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_161_40 to all_162_162_0 into Compact with storage Full | ||
| 15017 | 2025.02.21 14:44:44.226722 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15018 | 2025.02.21 14:44:44.226834 [ 195 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_162_41} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15019 | 2025.02.21 14:44:44.226879 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_166_33} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15020 | 2025.02.21 14:44:44.226985 [ 195 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_162_41} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_161_40, total 44155 rows starting from the beginning of the part | ||
| 15021 | 2025.02.21 14:44:44.227042 [ 254 ] {f39293e7-96ec-4eda-b476-94e984dd7927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15022 | 2025.02.21 14:44:44.227162 [ 201 ] {f962b76b-8591-431b-8fc3-c863b9689fda::all_1_166_33} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 15023 | 2025.02.21 14:44:44.227386 [ 254 ] {f39293e7-96ec-4eda-b476-94e984dd7927} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15024 | 2025.02.21 14:44:44.227449 [ 195 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_162_41} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 98 rows starting from the beginning of the part | ||
| 15025 | 2025.02.21 14:44:44.227517 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 15026 | 2025.02.21 14:44:44.230910 [ 254 ] {f39293e7-96ec-4eda-b476-94e984dd7927} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15027 | 2025.02.21 14:44:44.230954 [ 254 ] {f39293e7-96ec-4eda-b476-94e984dd7927} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 15028 | 2025.02.21 14:44:44.231882 [ 254 ] {f39293e7-96ec-4eda-b476-94e984dd7927} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 15029 | 2025.02.21 14:44:44.232214 [ 254 ] {f39293e7-96ec-4eda-b476-94e984dd7927} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15030 | 2025.02.21 14:44:44.232412 [ 45 ] {} <Debug> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 15031 | 2025.02.21 14:44:44.232539 [ 45 ] {} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15032 | 2025.02.21 14:44:44.232641 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 15033 | 2025.02.21 14:44:44.232743 [ 254 ] {f39293e7-96ec-4eda-b476-94e984dd7927} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.005805 sec., 9991.386735572782 rows/sec., 17.90 MiB/sec. | ||
| 15034 | 2025.02.21 14:44:44.233640 [ 194 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 15035 | 2025.02.21 14:44:44.233901 [ 254 ] {f39293e7-96ec-4eda-b476-94e984dd7927} <Debug> TCPHandler: Processed in 0.007327199 sec. | ||
| 15036 | 2025.02.21 14:44:44.234480 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15037 | 2025.02.21 14:44:44.234792 [ 256 ] {bd6c2239-2183-408d-b77d-63a230f5e1bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15038 | 2025.02.21 14:44:44.234961 [ 256 ] {bd6c2239-2183-408d-b77d-63a230f5e1bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15039 | 2025.02.21 14:44:44.235007 [ 194 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15040 | 2025.02.21 14:44:44.235299 [ 194 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2490 rows starting from the beginning of the part | ||
| 15041 | 2025.02.21 14:44:44.236473 [ 194 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 55 rows starting from the beginning of the part | ||
| 15042 | 2025.02.21 14:44:44.237332 [ 194 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 58 rows starting from the beginning of the part | ||
| 15043 | 2025.02.21 14:44:44.237970 [ 256 ] {bd6c2239-2183-408d-b77d-63a230f5e1bc} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15044 | 2025.02.21 14:44:44.238140 [ 256 ] {bd6c2239-2183-408d-b77d-63a230f5e1bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 15045 | 2025.02.21 14:44:44.238447 [ 194 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 58 rows starting from the beginning of the part | ||
| 15046 | 2025.02.21 14:44:44.239404 [ 194 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 15047 | 2025.02.21 14:44:44.240195 [ 194 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::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 | ||
| 15048 | 2025.02.21 14:44:44.240227 [ 256 ] {bd6c2239-2183-408d-b77d-63a230f5e1bc} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 15049 | 2025.02.21 14:44:44.240655 [ 195 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_162_41} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44253 rows, containing 5 columns (5 merged, 0 gathered) in 0.01436815 sec., 3079937.222258955 rows/sec., 211.06 MiB/sec. | ||
| 15050 | 2025.02.21 14:44:44.241438 [ 195 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_162_41} <Trace> MergedBlockOutputStream: filled checksums all_1_162_41 (state Temporary) | ||
| 15051 | 2025.02.21 14:44:44.241609 [ 256 ] {bd6c2239-2183-408d-b77d-63a230f5e1bc} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15052 | 2025.02.21 14:44:44.242165 [ 45 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 15053 | 2025.02.21 14:44:44.242318 [ 45 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15054 | 2025.02.21 14:44:44.242400 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 15055 | 2025.02.21 14:44:44.242850 [ 256 ] {bd6c2239-2183-408d-b77d-63a230f5e1bc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00805 sec., 7453.416149068323 rows/sec., 514.36 KiB/sec. | ||
| 15056 | 2025.02.21 14:44:44.243045 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_162_41} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_162_41 to all_1_162_41 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15057 | 2025.02.21 14:44:44.243280 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 15058 | 2025.02.21 14:44:44.243827 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_162_41} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 2 parts: [all_1_161_40, all_162_162_0] -> all_1_162_41 | ||
| 15059 | 2025.02.21 14:44:44.244137 [ 256 ] {bd6c2239-2183-408d-b77d-63a230f5e1bc} <Debug> TCPHandler: Processed in 0.010066041 sec. | ||
| 15060 | 2025.02.21 14:44:44.244460 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 15061 | 2025.02.21 14:44:44.244627 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15062 | 2025.02.21 14:44:44.244778 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_161_32, total 8290 rows starting from the beginning of the part | ||
| 15063 | 2025.02.21 14:44:44.245254 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 38 rows starting from the beginning of the part | ||
| 15064 | 2025.02.21 14:44:44.245736 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 15065 | 2025.02.21 14:44:44.246427 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 60 rows starting from the beginning of the part | ||
| 15066 | 2025.02.21 14:44:44.246944 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::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 | ||
| 15067 | 2025.02.21 14:44:44.247397 [ 189 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 60 rows starting from the beginning of the part | ||
| 15068 | 2025.02.21 14:44:44.251191 [ 188 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8568 rows, containing 4 columns (4 merged, 0 gathered) in 0.008588768 sec., 997581.9582040171 rows/sec., 67.23 MiB/sec. | ||
| 15069 | 2025.02.21 14:44:44.251514 [ 188 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 15070 | 2025.02.21 14:44:44.251945 [ 188 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_166_33} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15071 | 2025.02.21 14:44:44.252080 [ 188 ] {1ee41111-23de-4e2b-a850-41d745b1a1c1::all_1_166_33} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 15072 | 2025.02.21 14:44:44.252185 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. | ||
| 15073 | 2025.02.21 14:44:44.256785 [ 198 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2777 rows, containing 19 columns (19 merged, 0 gathered) in 0.023935186 sec., 116021.65949326652 rows/sec., 207.91 MiB/sec. | ||
| 15074 | 2025.02.21 14:44:44.259179 [ 188 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 15075 | 2025.02.21 14:44:44.259598 [ 188 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15076 | 2025.02.21 14:44:44.259677 [ 188 ] {a8dff102-fb76-4376-956c-92aa6b7d4f26::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (a8dff102-fb76-4376-956c-92aa6b7d4f26) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 15077 | 2025.02.21 14:44:44.259837 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.92 MiB. | ||
| 15078 | 2025.02.21 14:44:47.238197 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15079 | 2025.02.21 14:44:47.238262 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15080 | 2025.02.21 14:44:47.576271 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 44896 | ||
| 15081 | 2025.02.21 14:44:47.576917 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15082 | 2025.02.21 14:44:47.576959 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 15083 | 2025.02.21 14:44:47.577508 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 15084 | 2025.02.21 14:44:47.577779 [ 243 ] {} <Trace> system.asynchronous_metric_log (3319735e-9b6e-40c6-a3f0-02e394c8d620): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15085 | 2025.02.21 14:44:47.577981 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44896 | ||
| 15086 | 2025.02.21 14:44:49.204701 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15087 | 2025.02.21 14:44:49.204915 [ 254 ] {45f60c0f-0e19-41a8-9e37-3da16fd31c30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15088 | 2025.02.21 14:44:49.204998 [ 254 ] {45f60c0f-0e19-41a8-9e37-3da16fd31c30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15089 | 2025.02.21 14:44:49.205893 [ 254 ] {45f60c0f-0e19-41a8-9e37-3da16fd31c30} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15090 | 2025.02.21 14:44:49.205946 [ 254 ] {45f60c0f-0e19-41a8-9e37-3da16fd31c30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 15091 | 2025.02.21 14:44:49.206393 [ 254 ] {45f60c0f-0e19-41a8-9e37-3da16fd31c30} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 15092 | 2025.02.21 14:44:49.206664 [ 254 ] {45f60c0f-0e19-41a8-9e37-3da16fd31c30} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15093 | 2025.02.21 14:44:49.206896 [ 254 ] {45f60c0f-0e19-41a8-9e37-3da16fd31c30} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002041 sec., 27437.530622244 rows/sec., 2.09 MiB/sec. | ||
| 15094 | 2025.02.21 14:44:49.206965 [ 254 ] {45f60c0f-0e19-41a8-9e37-3da16fd31c30} <Debug> TCPHandler: Processed in 0.002402352 sec. | ||
| 15095 | 2025.02.21 14:44:49.207231 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15096 | 2025.02.21 14:44:49.207439 [ 256 ] {3e05ed0a-1fd2-48ca-a063-2c9cf1734ca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15097 | 2025.02.21 14:44:49.207520 [ 256 ] {3e05ed0a-1fd2-48ca-a063-2c9cf1734ca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15098 | 2025.02.21 14:44:49.208315 [ 256 ] {3e05ed0a-1fd2-48ca-a063-2c9cf1734ca6} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15099 | 2025.02.21 14:44:49.208361 [ 256 ] {3e05ed0a-1fd2-48ca-a063-2c9cf1734ca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 15100 | 2025.02.21 14:44:49.208802 [ 256 ] {3e05ed0a-1fd2-48ca-a063-2c9cf1734ca6} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 15101 | 2025.02.21 14:44:49.209055 [ 256 ] {3e05ed0a-1fd2-48ca-a063-2c9cf1734ca6} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15102 | 2025.02.21 14:44:49.209303 [ 256 ] {3e05ed0a-1fd2-48ca-a063-2c9cf1734ca6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001919 sec., 33350.70349140177 rows/sec., 2.60 MiB/sec. | ||
| 15103 | 2025.02.21 14:44:49.209367 [ 256 ] {3e05ed0a-1fd2-48ca-a063-2c9cf1734ca6} <Debug> TCPHandler: Processed in 0.002276849 sec. | ||
| 15104 | 2025.02.21 14:44:49.209534 [ 254 ] {} <Trace> TCP-Session: 91d7e14b-fb2d-47ca-bb81-120868baeb0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15105 | 2025.02.21 14:44:49.209684 [ 254 ] {bba0f583-1057-469b-b410-5c4e25e2deb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61268) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15106 | 2025.02.21 14:44:49.209751 [ 254 ] {bba0f583-1057-469b-b410-5c4e25e2deb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15107 | 2025.02.21 14:44:49.210477 [ 254 ] {bba0f583-1057-469b-b410-5c4e25e2deb1} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15108 | 2025.02.21 14:44:49.210527 [ 254 ] {bba0f583-1057-469b-b410-5c4e25e2deb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 15109 | 2025.02.21 14:44:49.210972 [ 254 ] {bba0f583-1057-469b-b410-5c4e25e2deb1} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 15110 | 2025.02.21 14:44:49.211212 [ 254 ] {bba0f583-1057-469b-b410-5c4e25e2deb1} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15111 | 2025.02.21 14:44:49.211393 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Selected 2 parts from all_1_162_41 to all_163_163_0 | ||
| 15112 | 2025.02.21 14:44:49.211450 [ 254 ] {bba0f583-1057-469b-b410-5c4e25e2deb1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001799 sec., 88938.29905503057 rows/sec., 6.19 MiB/sec. | ||
| 15113 | 2025.02.21 14:44:49.211475 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15114 | 2025.02.21 14:44:49.211549 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 15115 | 2025.02.21 14:44:49.211563 [ 254 ] {bba0f583-1057-469b-b410-5c4e25e2deb1} <Debug> TCPHandler: Processed in 0.002098193 sec. | ||
| 15116 | 2025.02.21 14:44:49.211782 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_163_42} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_162_41 to all_163_163_0 into Compact with storage Full | ||
| 15117 | 2025.02.21 14:44:49.211799 [ 256 ] {} <Trace> TCP-Session: b2d41f1d-51c9-4d80-9bbd-274d1990dfae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15118 | 2025.02.21 14:44:49.212123 [ 256 ] {444b8dd9-e225-4c39-a22b-44b1aebf9970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42746) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15119 | 2025.02.21 14:44:49.212134 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_163_42} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15120 | 2025.02.21 14:44:49.212233 [ 256 ] {444b8dd9-e225-4c39-a22b-44b1aebf9970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15121 | 2025.02.21 14:44:49.212238 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_163_42} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_162_41, total 44253 rows starting from the beginning of the part | ||
| 15122 | 2025.02.21 14:44:49.212676 [ 198 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_163_42} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 160 rows starting from the beginning of the part | ||
| 15123 | 2025.02.21 14:44:49.214089 [ 256 ] {444b8dd9-e225-4c39-a22b-44b1aebf9970} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15124 | 2025.02.21 14:44:49.214156 [ 256 ] {444b8dd9-e225-4c39-a22b-44b1aebf9970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
| 15125 | 2025.02.21 14:44:49.214714 [ 256 ] {444b8dd9-e225-4c39-a22b-44b1aebf9970} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 15126 | 2025.02.21 14:44:49.215189 [ 256 ] {444b8dd9-e225-4c39-a22b-44b1aebf9970} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15127 | 2025.02.21 14:44:49.215466 [ 256 ] {444b8dd9-e225-4c39-a22b-44b1aebf9970} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00346 sec., 17341.040462427747 rows/sec., 1.17 MiB/sec. | ||
| 15128 | 2025.02.21 14:44:49.215526 [ 256 ] {444b8dd9-e225-4c39-a22b-44b1aebf9970} <Debug> TCPHandler: Processed in 0.003841355 sec. | ||
| 15129 | 2025.02.21 14:44:49.221367 [ 188 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_163_42} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44413 rows, containing 5 columns (5 merged, 0 gathered) in 0.00968463 sec., 4585926.359602793 rows/sec., 314.28 MiB/sec. | ||
| 15130 | 2025.02.21 14:44:49.221845 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_163_42} <Trace> MergedBlockOutputStream: filled checksums all_1_163_42 (state Temporary) | ||
| 15131 | 2025.02.21 14:44:49.222167 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_163_42} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): Renaming temporary part tmp_merge_all_1_163_42 to all_1_163_42 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15132 | 2025.02.21 14:44:49.222250 [ 193 ] {6d6d65ed-e21f-4586-a927-85ca260c555d::all_1_163_42} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d) (MergerMutator): Merged 2 parts: [all_1_162_41, all_163_163_0] -> all_1_163_42 | ||
| 15133 | 2025.02.21 14:44:49.222344 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 15134 | 2025.02.21 14:44:50.003065 [ 222 ] {} <Trace> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 15135 | 2025.02.21 14:44:50.003128 [ 222 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 15136 | 2025.02.21 14:44:50.005547 [ 222 ] {} <Debug> oximeter.fields_string (f9d52263-d146-4b7a-abfd-70fd0c36e423): 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] | ||
| 15137 | 2025.02.21 14:44:50.056449 [ 220 ] {} <Trace> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 15138 | 2025.02.21 14:44:50.056507 [ 220 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 15139 | 2025.02.21 14:44:50.058537 [ 220 ] {} <Debug> oximeter.fields_uuid (f962b76b-8591-431b-8fc3-c863b9689fda): 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] | ||
| 15140 | 2025.02.21 14:44:50.078837 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 15141 | 2025.02.21 14:44:50.078897 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 15142 | 2025.02.21 14:44:50.081135 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (6d6d65ed-e21f-4586-a927-85ca260c555d): 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] | ||
| 15143 | 2025.02.21 14:44:50.275075 [ 220 ] {} <Trace> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 15144 | 2025.02.21 14:44:50.275117 [ 220 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||
| 15145 | 2025.02.21 14:44:50.277194 [ 220 ] {} <Debug> oximeter.measurements_u64 (1ee41111-23de-4e2b-a850-41d745b1a1c1): 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] | ||